summaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia
Commit message (Expand)AuthorAgeFilesLines
* PCMCIA: sa11x0: shannon: convert to use new irq/gpio managementRussell King2012-02-211-37/+17
* PCMCIA: sa11x0: nanoengine: convert reset handling to use GPIO subsystemRussell King2012-02-041-22/+16
* PCMCIA: sa11x0: nanoengine: convert to use new irq/gpio managementRussell King2012-02-041-90/+11
* PCMCIA: sa11x0: cerf: convert reset handling to use GPIO subsystemRussell King2012-02-041-5/+14
* PCMCIA: sa11x0: cerf: convert to use new irq/gpio managementRussell King2012-02-041-33/+9
* PCMCIA: sa11x0: assabet: convert to use new irq/gpio managementRussell King2012-02-041-49/+15
* PCMCIA: sa1111: use new per-socket irq/gpio infrastructureRussell King2012-02-046-52/+13
* PCMCIA: pxa: convert PXA socket drivers to use new irq/gpio managementRussell King2012-02-0414-355/+81
* PCMCIA: soc_common: add GPIO support for card status signalsRussell King2012-01-262-3/+127
* PCMCIA: soc_common: move common initialization into soc_commonRussell King2012-01-265-12/+15
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-01-146-988/+24
|\
| * MIPS: Alchemy: Basic support for the DB1300 board.Manuel Lauss2011-12-072-6/+24
| * MIPS: Alchemy: remove PB1000 supportManuel Lauss2011-12-075-982/+0
* | module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-3/+3
* | pcmcia: pxa: replace IRQ_GPIO() with gpio_to_irq()Axel Lin2011-12-286-12/+18
* | driver: pcmcia: replace IRQ_GPIO() with gpio_to_irq()Haojian Zhuang2011-11-152-13/+12
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-063-0/+3
|\
| * pcmcia: Add export.h to drivers/pcmcia as required.Paul Gortmaker2011-10-312-0/+2
| * pcmcia: add module.h to db1xxx_ss.c since it is modular.Paul Gortmaker2011-10-311-0/+1
* | ARM: PXA: fix includes in pxa2xx_cm_x2xx PCMCIA driverRussell King2011-11-051-2/+1
* | ARM: PXA: fix lubbock PCMCIA driver build errorRussell King2011-11-051-0/+1
* | Merge branch 'next/fixes' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-011-1/+1
|\ \ | |/ |/|
| * Merge branch 'depends/rmk/gpio' into next/fixesArnd Bergmann2011-10-311-1/+1
| |\
| * | ARM: pxa: use correct __iomem annotationsArnd Bergmann2011-10-081-1/+1
* | | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2011-10-271-1/+1
|\ \ \ | | |/ | |/|
| * | ARM: gpio: pxa: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
| |/
* | ARM: 7024/1: simpad: Cleanup CS3 accessors.Jochen Friedrich2011-10-171-19/+16
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2011-07-3111-122/+15
|\
| * pxa2xx pcmcia - stargate 2 use gpio array.Jonathan Cameron2011-07-291-23/+11
| * pcmcia: pxa2xx: remove empty socket_init / socket_resume functions.Jonathan Cameron2011-07-299-96/+0
| * drivers:pcmcia:soc_common: make socket_init and socket_suspend optionalJonathan Cameron2011-07-291-3/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-254-12/+11
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2011-07-111-0/+1
| |\ \
| * | | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-104-12/+11
* | | | Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-252-7/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | pcmcia: pxa2xx/trizeps4: remove unnecessary ifdefsJonathan Cameron2011-07-111-4/+0
| * | | ARM: scoop: drop pcmcia_init callbackDmitry Eremin-Solenikov2011-07-111-3/+0
| | |/ | |/|
* | | pcmcia: pxa2xx/vpac270: free gpios on exist rather than requestingJonathan Cameron2011-07-111-2/+2
|/ /
* | gpio: include linux/gpio.h where neededRandy Dunlap2011-06-161-0/+1
|/
* pcmcia: Make declaration and uses of struct pcmcia_device_id constJoe Perches2011-05-061-3/+3
* pcmcia/sa1100: put sa11x0_pcmcia_hw_init[] to .devinit.dataUwe Kleine-König2011-05-061-1/+1
* Revert wrong fixes for common misspellingsLucas De Marchi2011-04-261-1/+1
* ARM: pxa: convert incorrect IRQ_TO_IRQ() to irq_to_gpio()Eric Miao2011-04-131-6/+6
* pcmcia: limit pxa2xx_trizeps4 subdriver to trizeps4 platformDmitry Eremin-Solenikov2011-04-121-0/+3
* pcmcia: limit pxa2xx_balloon3 subdriver to balloon3 platformDmitry Eremin-Solenikov2011-04-121-0/+5
* Fix common misspellingsLucas De Marchi2011-03-314-4/+4
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-305-303/+114
|\
| * Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2011-03-265-303/+114
| |\
| | * ARM: pxa: Update copyright notices for Palm devicesMarek Vasut2011-03-164-5/+4
| | * ARM: pxa: Use gpio arrays in vpac270_pcmcia driverMarek Vasut2011-03-161-78/+29
OpenPOWER on IntegriCloud