summaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia
Commit message (Expand)AuthorAgeFilesLines
...
| * | drivers/pcmcia: omap1: Fix error in automated timer conversionKees Cook2017-11-051-1/+3
| * | drivers/pcmcia: Convert timers to use timer_setup()Kees Cook2017-11-048-31/+24Star
| * | pcmcia: m32r: Convert timers to use timer_setup()Kees Cook2017-10-202-10/+4Star
| * | pcmcia: make pccard_cis_attr constBhumika Goyal2017-10-042-2/+2
| |/
* | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-161-3/+2Star
|\ \
| * | PCI: Add for_each_pci_bridge() helperAndy Shevchenko2017-11-071-3/+2Star
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-5/+7
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0417-0/+17
| |\ \
| * | | pcmcia/electra_cf: Convert timers to use timer_setup()Kees Cook2017-10-181-5/+7
| | |/ | |/|
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-148-31/+26Star
|\ \ \ | |_|/ |/| |
| * | drivers/pcmcia: omap1: Fix error in automated timer conversionKees Cook2017-11-061-1/+3
| * | drivers/pcmcia: Convert timers to use timer_setup()Kees Cook2017-11-028-31/+24Star
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0217-0/+17
|/
* MIPS: Alchemy: Threaded carddetect irqs for devboardsManuel Lauss2017-08-291-14/+19
* pcmcia: ds: convert to use DRIVER_ATTR_ROGreg Kroah-Hartman2017-06-121-2/+2
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-112-8/+8
|\
| * Annotate hardware config module parameters in drivers/pcmcia/David Howells2017-04-202-8/+8
* | drivers/pcmcia: NO_IRQ removal for electra_cf.cMichael Ellerman2017-03-211-2/+2
|/
* drivers/pcmcia/m32r_pcc.c: check return from add_pcc_socketSudip Mukherjee2016-12-131-2/+8
* drivers/pcmcia/m32r_pcc.c: use common error pathSudip Mukherjee2016-12-131-7/+10
* drivers/pcmcia/m32r_pcc.c: check return from request_irqSudip Mukherjee2016-12-131-4/+10
* pcmcia: fix return value of soc_pcmcia_regulator_setArnd Bergmann2016-11-111-1/+1
* pcmcia: soc_common: add driver-data pointerRussell King2016-09-221-0/+1
* pcmcia: soc_common: add support for voltage sense GPIOsRussell King2016-09-222-2/+8
* pcmcia: soc_common: constify pcmcia_low_level ops pointerRussell King2016-09-222-2/+2
* pcmcia: soc_common: switch to a per-socket cpufreq notifierRussell King2016-09-222-54/+26Star
* pcmcia: soc_common: add support for Vcc and Vpp regulatorsRussell King2016-09-222-1/+47
* pcmcia: soc_common: add CF socket state helperRussell King2016-09-224-16/+16
* pcmcia: soc_common: restore previous socket state on errorRussell King2016-09-221-4/+10
* pcmcia: soc_common: add support for reset and bus enable GPIOsRussell King2016-09-222-0/+19
* pcmcia: soc_common: request legacy detect GPIO with active lowRussell King2016-09-221-5/+8
* pcmcia: soc_common: ignore invalid interruptsRussell King2016-09-221-4/+6
* pcmcia: soc_common: switch to using gpio_descsRussell King2016-09-222-11/+41
* pcmcia: soc_common: use devm_gpio_request_one()Russell King2016-09-221-8/+4Star
* pcmcia: lubbock: fix sockets configurationRobert Jarzmik2016-09-123-6/+7
* pcmcia: sa1111: fix propagation of lowlevel board init return codeRussell King2016-09-125-69/+58Star
* pcmcia: soc_common: fix SS_STSCHG polarityRussell King2016-09-121-1/+1
* pcmcia: sa11xx_base: add units to the timing informationRussell King2016-09-121-3/+3
* pcmcia: sa11xx_base: fix reporting of timing informationRussell King2016-09-121-1/+1
* pcmcia: ds: fix suspend/resumeRussell King2016-09-121-5/+7
* powerpc/mm: Use a helper for finding pte bits mapping I/O areaAneesh Kumar K.V2016-05-011-1/+1
* pcmcia: db1xxx_ss: fix last irq_to_gpio userManuel Lauss2016-03-291-2/+9
* gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas2016-02-162-2/+1Star
* pcmcia: use kstrdup() in pcmcia_device_query()Geliang Tang2015-10-051-3/+1Star
* pcmcia: soc_common: remove skt_dev_info's clk pointerRussell King2015-09-033-3/+0Star
* pcmcia: sa11xx_base.c: remove useless init/exit functionsRussell King2015-09-031-10/+0Star
* pcmcia: sa1111: simplify clk handing in sa1111_pcmcia_add()Russell King2015-09-031-6/+7
* pcmcia: sa1111: update socket driver to use devm_clk_get() APIRussell King2015-09-031-2/+1Star
* pcmcia: pxa2xx: convert memory allocation to devm_* APIRussell King2015-09-031-5/+3Star
* pcmcia: pxa2xx: update socket driver to use devm_clk_get() APIRussell King2015-09-031-6/+2Star