aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-07pcmcia: add driver for hx4700Paul Parsons3-1/+123
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmciaLinus Torvalds12-121/+43
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds13-13/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells13-13/+0
2012-03-27Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-13/+49
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+3
2012-03-25Merge branch 'sa1111' into sa11x0Russell King1-7/+48
2012-03-24ARM: sa1111: move PCMCIA interface register definitions to sa1111_generic.cRussell King1-5/+39
2012-03-23Merge branch 'pcmcia' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds32-856/+348
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-1/+1
2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman2-12/+4
2012-03-08Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dtOlof Johansson1-9/+3
2012-03-03pcmcia at91_cf: fix raw gpio number usageJoachim Eastwood1-26/+26
2012-03-03ARM: pxa: fix error handling in pxa2xx_drv_pcmcia_probeAxel Lin1-9/+3
2012-03-03pcmcia: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin5-22/+9
2012-03-03pcmcia: convert drivers/pcmcia/* to use module_platform_driver()Axel Lin6-71/+6
2012-03-03pcmcia: irq: Remove IRQF_DISABLEDYong Zhang2-3/+3
2012-02-29Merge branch 'at91-3.4-base2+cleanup' of git://github.com/at91linux/linux-at91 into at91/staging/base2+cleanupArnd Bergmann1-2/+3
2012-02-27PCI: Rename pci_remove_behind_bridge to pci_stop_and_remove_behind_bridgeYinghai Lu1-1/+1
2012-02-23ARM: at91: make sdram/ddr register base soc independentJean-Christophe PLAGNIOL-VILLARD1-2/+3
2012-02-21PCMCIA: sa1111: rename sa1111 socket drivers to have sa1111_ prefix.Russell King5-4/+4
2012-02-21PCMCIA: make lubbock socket driver part of sa1111_csRussell King2-4/+4
2012-02-21PCMCIA: add Kconfig control for building sa11xx_base.cRussell King2-2/+8
2012-02-21PCMCIA: sa1111: jornada720: no need to disable IRQs around sa1111_set_ioRussell King1-6/+1
2012-02-21PCMCIA: sa1111: pass along sa1111_pcmcia_configure_socket() failure codeRussell King2-2/+2
2012-02-21PCMCIA: soc_common: remove explicit wrprot initialization in socket driversRussell King19-21/+0
2012-02-21PCMCIA: soc_common: remove soc_pcmcia_*_irqs functionsRussell King2-73/+0
2012-02-21PCMCIA: sa11x0: h3600: convert to use new irq/gpio managementRussell King1-80/+15
2012-02-21PCMCIA: sa11x0: simpad: convert to use new irq/gpio managementRussell King1-18/+8
2012-02-21PCMCIA: sa11x0: shannon: convert to use new irq/gpio managementRussell King1-37/+17
2012-02-16ARM: pxa: fix error handling in pxa2xx_drv_pcmcia_probeAxel Lin1-9/+3
2012-02-09ARM: sa1111: add platform enable/disable functionsRussell King1-2/+9
2012-02-09ARM: sa11x0: neponset: provide function to manipulate NCR_0Russell King1-6/+1
2012-02-08pcmcia: fix socket refcount decrementing on each resumeRussell King1-3/+1
2012-02-04PCMCIA: sa11x0: nanoengine: convert reset handling to use GPIO subsystemRussell King1-22/+16
2012-02-04PCMCIA: sa11x0: nanoengine: convert to use new irq/gpio managementRussell King1-90/+11
2012-02-04PCMCIA: sa11x0: cerf: convert reset handling to use GPIO subsystemRussell King1-5/+14
2012-02-04PCMCIA: sa11x0: cerf: convert to use new irq/gpio managementRussell King1-33/+9
2012-02-04PCMCIA: sa11x0: assabet: convert to use new irq/gpio managementRussell King1-49/+15
2012-02-04PCMCIA: sa1111: use new per-socket irq/gpio infrastructureRussell King6-52/+13
2012-02-04PCMCIA: pxa: convert PXA socket drivers to use new irq/gpio managementRussell King14-355/+81
2012-02-02Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman1-1/+2
2012-01-26USB/PCI/PCMCIA: Clean up new_id and remove_id sysfs attribute routinesAlan Stern1-0/+6
2012-01-26PCMCIA: soc_common: add GPIO support for card status signalsRussell King2-3/+127
2012-01-26PCMCIA: soc_common: move common initialization into soc_commonRussell King5-12/+15
2012-01-24Dynamic ID addition doesn't need get_driver()Alan Stern1-4/+1
2012-01-24PCMCIA: fix sa1111 oops on removeRussell King1-1/+2
2012-01-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds6-988/+24
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-3/+3
2011-12-28pcmcia: pxa: replace IRQ_GPIO() with gpio_to_irq()Axel Lin6-12/+18