aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-0/+4
2013-11-11powerpc: add missing explicit OF includes for ppcRob Herring1-0/+2
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-32/+44
2013-10-16pcmcia: convert bus code to use dev_groupsGreg Kroah-Hartman1-26/+39
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2013-09-26pcmcia: at91_cf: fix deferred probe from __initJohan Hovold1-6/+5
2013-09-26drivers/pcmcia/yenta_socket.c: convert to module_pci_driverLibo Chen1-15/+1
2013-09-26drivers/pcmcia/pd6729.c: convert to module_pci_driverLibo Chen1-12/+1
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu1-1/+0
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2013-06-17pcmcia: Remove ARCH_CLPS711X dependencyAlexander Shiyan1-1/+1
2013-06-08pcmcia: pd6729: fix error return code in pd6729_pci_probe()Wei Yongjun1-0/+2
2013-06-06pcmcia/trivial: at91_cf: fix checkpatch errorLaurent Navet1-8/+8
2013-06-06pcmcia: at91_cf: use module_platform_driver_probe()Fabio Porcedda1-11/+1
2013-06-06pcmcia: at91_cf: add support for DTJoachim Eastwood2-2/+45
2013-06-06pcmcia: at91_cf: clean up header includesJoachim Eastwood1-4/+2
2013-06-06pcmcia: at91_cf: use devm_ functions for allocationsJoachim Eastwood1-53/+24
2013-06-06pcmcia: at91_cf: convert to dev_ print functionsJoachim Eastwood1-12/+10
2013-06-06pcmcia: at91_cf: fix gpio_get_value in at91_cf_get_statusJoachim Eastwood1-2/+2
2013-06-03Finally eradicate CONFIG_HOTPLUGStephen Rothwell1-1/+0
2013-04-05pcmcia: remove RPX board stuffArtem Bityutskiy1-81/+0
2013-04-05pcmcia: remove Motorola MBX860 supportArtem Bityutskiy1-59/+0
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+3
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-7/+30
2013-02-21pcmcia: move unbind/rebind into dev_pm_ops.completeChristian Lamparter1-7/+30
2013-02-21Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-5/+4
2013-01-29Merge branch 'master' into for-nextJiri Kosina23-63/+52
2013-01-21pcmcia: avoid static analysis complaint about use-after-freeJesper Juhl1-3/+3
2013-01-17pcmcia/vrc4171: Add missing spinlock initJean Delvare1-0/+1
2013-01-17pcmcia: i82092: fix i82092aa_pci_remove()Dan Carpenter1-5/+3
2013-01-11drivers/pcmcia: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-2/+2
2012-11-28pcmcia: remove use of __devexitBill Pemberton12-13/+13
2012-11-28pcmcia: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-28pcmcia: remove use of __devinitBill Pemberton20-26/+26
2012-11-28pcmcia: remove use of __devexit_pBill Pemberton9-10/+10
2012-11-28pcmcia: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-11/+0
2012-11-12Merge tag 'for-3.8-at91_header_clean' of git://github.com/at91linux/linux-at91 into next/headersArnd Bergmann1-1/+1
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2012-11-05Merge branch 'depends/tty' into next/headersOlof Johansson1-1/+1
2012-10-19Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into fixesOlof Johansson1-1/+1
2012-10-17ARM: OMAP1: Move plat/tc.h to mach/tc.h for omap1Tony Lindgren1-1/+1
2012-10-12pcmcia: sharpsl: don't discard sharpsl_pcmcia_opsArnd Bergmann1-1/+1
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-10-01Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson1-1/+1
2012-09-21ARM: pxa: fix return value check in pxa2xx_drv_pcmcia_probe()Wei Yongjun1-1/+1
2012-09-20ARM: OMAP1: Make plat/mux.h omap1 onlyTony Lindgren1-1/+1
2012-09-14ARM: pxa: move platform_data definitionsArnd Bergmann1-1/+1