summaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-08-073-1179/+0
|\
| * pcmcia: Remove m8xx_pcmcia driverScott Wood2014-06-253-1179/+0
* | pcmcia: remove DEFINE_PCI_DEVICE_TABLE usageGreg Kroah-Hartman2014-07-185-5/+5
* | pcmcia: journada720: use sa1100 pin interfaces correctlyArnd Bergmann2014-07-091-4/+6
* | pcmcia: pxa2xx: fix logic for lubbockArnd Bergmann2014-07-091-1/+1
* | pcmcia: sa1100: H3100 and H3600 share a driverArnd Bergmann2014-07-091-0/+1
|/
* pcmcia: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1
* Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-011-9/+9
|\
| * pcmcia: Use list_for_each_entry() for bus traversalYijing Wang2014-02-141-9/+9
* | cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar2014-03-191-3/+0
|/
* Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-223-4/+11
|\
| * pcmcia: Use global PCI rescan-remove lockingRafael J. Wysocki2014-01-141-0/+7
| * PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu2013-12-212-4/+4
* | pcmcia: Remove superfluous name castsGeert Uytterhoeven2013-12-082-2/+2
|/
* Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-122-0/+4
|\
| * powerpc: add missing explicit OF includes for ppcRob Herring2013-11-111-0/+2
| * drivers: clean-up prom.h implicit includesRob Herring2013-10-091-0/+2
* | Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-072-32/+44
|\ \
| * | pcmcia: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-161-26/+39
| * | pcmcia: at91_cf: fix deferred probe from __initJohan Hovold2013-09-261-6/+5
| |/
* | drivers/pcmcia/yenta_socket.c: convert to module_pci_driverLibo Chen2013-09-261-15/+1
* | drivers/pcmcia/pd6729.c: convert to module_pci_driverLibo Chen2013-09-261-12/+1
|/
* PCI: Delay enabling bridges until they're neededYinghai Lu2013-07-251-1/+0
* Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-021-1/+0
|\
| * Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-031-1/+0
* | pcmcia: Remove ARCH_CLPS711X dependencyAlexander Shiyan2013-06-171-1/+1
* | pcmcia: pd6729: fix error return code in pd6729_pci_probe()Wei Yongjun2013-06-081-0/+2
* | pcmcia/trivial: at91_cf: fix checkpatch errorLaurent Navet2013-06-061-8/+8
* | pcmcia: at91_cf: use module_platform_driver_probe()Fabio Porcedda2013-06-061-11/+1
* | pcmcia: at91_cf: add support for DTJoachim Eastwood2013-06-062-2/+45
* | pcmcia: at91_cf: clean up header includesJoachim Eastwood2013-06-061-4/+2
* | pcmcia: at91_cf: use devm_ functions for allocationsJoachim Eastwood2013-06-061-53/+24
* | pcmcia: at91_cf: convert to dev_ print functionsJoachim Eastwood2013-06-061-12/+10
* | pcmcia: at91_cf: fix gpio_get_value in at91_cf_get_statusJoachim Eastwood2013-06-061-2/+2
|/
* pcmcia: remove RPX board stuffArtem Bityutskiy2013-04-051-81/+0
* pcmcia: remove Motorola MBX860 supportArtem Bityutskiy2013-04-051-59/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-211-3/+3
|\
| * Merge branch 'master' into for-nextJiri Kosina2013-01-2923-63/+52
| |\
| * | pcmcia: avoid static analysis complaint about use-after-freeJesper Juhl2013-01-211-3/+3
* | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-211-7/+30
|\ \ \
| * | | pcmcia: move unbind/rebind into dev_pm_ops.completeChristian Lamparter2013-02-211-7/+30
| | |/ | |/|
* | | Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-02-212-5/+4
|\ \ \
| * | | pcmcia/vrc4171: Add missing spinlock initJean Delvare2013-01-171-0/+1
| * | | pcmcia: i82092: fix i82092aa_pci_remove()Dan Carpenter2013-01-171-5/+3
| |/ /
* / / drivers/pcmcia: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-2/+2
|/ /
* | Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-122-2/+2
|\ \
| * \ Merge tag 'for-3.8-at91_header_clean' of git://github.com/at91linux/linux-at9...Arnd Bergmann2012-11-121-1/+1
| |\ \
| | * | arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD2012-11-061-1/+1
| | |/
| * | Merge branch 'depends/tty' into next/headersOlof Johansson2012-11-051-1/+1
| |\|
| * | ARM: OMAP1: Move plat/tc.h to mach/tc.h for omap1Tony Lindgren2012-10-171-1/+1