summaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* Merge branch 'for-linus-sa1100' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-04-099-466/+108
|\
| * ARM: sa1100/simpad: switch simpad CF to use gpiod APIsRussell King2018-04-061-9/+3
| * ARM: sa1100/shannon: convert to generic CF socketsRussell King2018-04-064-109/+0
| * ARM: sa1100/nanoengine: convert to generic CF socketsRussell King2018-04-064-138/+0
| * ARM: sa1100/h3xxx: switch h3xxx PCMCIA to use gpiod APIsRussell King2018-03-241-9/+7
| * ARM: sa1100/cerf: convert to generic CF socketsRussell King2018-03-244-91/+0
| * ARM: sa1100/assabet: convert to generic CF socketsRussell King2018-03-244-105/+0
| * pcmcia: sa1100: provide generic CF supportRussell King2018-03-241-5/+98
* | Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-04-032-3/+8
|\ \
| * | PCMCIA / PM: Avoid noirq suspend aborts during suspend-to-idleRafael J. Wysocki2018-02-222-3/+8
| |/
* | pcmcia: remove blackfin driverArnd Bergmann2018-03-263-324/+0
* | pcmcia: remove m32r driversArnd Bergmann2018-03-266-1724/+0
|/
* Merge branch 'pcmcia' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2018-02-082-3/+7
|\
| * pcmcia: soc_common: Handle return value of clk_prepare_enableArvind Yadav2018-01-241-2/+6
| * pcmcia: use proper printk format for resourceDominik Brodowski2018-01-241-1/+1
* | pcmcia: at91_cf: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2017-11-291-3/+1
|/
* drivers/pcmcia/sa1111_badge4.c: avoid unused function warningArnd Bergmann2017-11-171-0/+2
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-161-13/+20
|\
| * pcmcia: sa1111: remove special sa1111 mmio accessorsRussell King2017-10-031-6/+6
| * pcmcia: sa1111: use sa1111_get_irq() to obtain IRQ resourcesRussell King2017-10-031-7/+14
* | Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-164-12/+6
|\ \
| * | 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/+24
| * | pcmcia: m32r: Convert timers to use timer_setup()Kees Cook2017-10-202-10/+4
| * | 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-151-3/+2
|\ \
| * | PCI: Add for_each_pci_bridge() helperAndy Shevchenko2017-11-061-3/+2
| |/
* | 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-138-31/+26
|\ \ \ | |_|/ |/| |
| * | 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/+24
| |/
* | 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-102-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-121-2/+8
* drivers/pcmcia/m32r_pcc.c: use common error pathSudip Mukherjee2016-12-121-7/+10
* drivers/pcmcia/m32r_pcc.c: check return from request_irqSudip Mukherjee2016-12-121-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/+26
* pcmcia: soc_common: add support for Vcc and Vpp regulatorsRussell King2016-09-222-1/+47
OpenPOWER on IntegriCloud