| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-07-02 | 1 | -0/+1 |
|\ |
|
| * | drivers/pcmcia: include <module.h> for modular xxs1500_ss code | Paul Gortmaker | 2015-06-16 | 1 | -0/+1 |
* | | Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-06-26 | 1 | -4/+6 |
|\ \ |
|
| * | | pcmcia: fix a boot time warning in pcmcia cs code | Dmitry Eremin-Solenikov | 2015-05-24 | 1 | -4/+6 |
| |/ |
|
* | | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2015-06-26 | 2 | -12/+14 |
|\ \ |
|
| * | | pcmcia: at91_cf: Use syscon to configure the MC/smc | Alexandre Belloni | 2015-05-20 | 2 | -12/+14 |
| |/ |
|
* | | pcmcia: do not break rsrc_nonstatic when handling anonymous cards | Dominik Brodowski | 2015-06-16 | 2 | -21/+27 |
* | | pcmcia: Fix resource leaks in yenta_probe() and _close() | Takeshi Yoshimura | 2015-06-14 | 1 | -12/+21 |
* | | Disable write buffering on Toshiba ToPIC95 | Ryan Underwood | 2015-06-13 | 1 | -0/+16 |
* | | pcmcia: Convert dev_printk to dev_<level> | Joe Perches | 2015-05-30 | 8 | -152/+124 |
* | | pcmcia/vrc4171: Remove typedefs for enums and struct | Himangi Saraogi | 2015-05-30 | 1 | -15/+15 |
* | | pcmcia: Remove typedef in structs and emum | Himangi Saraogi | 2015-05-30 | 1 | -17/+17 |
* | | pcmcia: Remove typedef tuple_flags | Himangi Saraogi | 2015-05-30 | 1 | -6/+6 |
* | | drivers: pcmcia: electra_cf.c fix checkpatch error and warnings | Laurent Navet | 2015-05-30 | 1 | -5/+5 |
* | | drivers: pcmcia: ds.c fix checkpatch errors | Laurent Navet | 2015-05-30 | 1 | -8/+9 |
* | | PCMCIA: Remove commented references to dead class_device_create_file() | Robert P. J. Day | 2015-05-30 | 3 | -21/+0 |
* | | drivers/pcmcia/electra_cf.c: add missing iounmap and kfree | Julia Lawall | 2015-05-30 | 1 | -3/+6 |
* | | pcmcia: replace open-coded ARRAY_SIZE with macro | Jim Cromie | 2015-05-30 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2015-04-22 | 2 | -6/+8 |
|\ |
|
| * | ARM: at91: remove NEED_MACH_IO_H | Arnd Bergmann | 2015-03-13 | 2 | -6/+8 |
* | | Merge 4.0-rc5 into char-misc-next | Greg Kroah-Hartman | 2015-03-25 | 3 | -183/+3 |
|\ \ |
|
| * | | Revert "pcmcia: add a new resource manager for non ISA systems" | Greg Kroah-Hartman | 2015-03-11 | 3 | -182/+3 |
| * | | Revert "pcmcia: fix incorrect bracketing on a test" | Greg Kroah-Hartman | 2015-03-11 | 1 | -1/+1 |
| * | | Revert "pcmcia: add missing include for new pci resource handler" | Greg Kroah-Hartman | 2015-03-11 | 1 | -1/+0 |
| |/ |
|
* | | pcmcia: Use setup_timer and mod_timer | Vaishali Thakkar | 2015-03-16 | 2 | -10/+6 |
* | | pcmcia: Use setup_timer | Vaishali Thakkar | 2015-03-16 | 2 | -6/+3 |
|/ |
|
* | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-02-17 | 1 | -0/+1 |
|\ |
|
| * | pcmcia: at91_cf: depend on !ARCH_MULTIPLATFORM | Alexandre Belloni | 2015-01-29 | 1 | -0/+1 |
* | | pcmcia: fix incorrect bracketing on a test | Alan | 2015-01-25 | 1 | -1/+1 |
* | | pcmcia: add missing include for new pci resource handler | Arnd Bergmann | 2015-01-13 | 1 | -0/+1 |
* | | pcmcia: add a new resource manager for non ISA systems | Alan Cox | 2015-01-12 | 3 | -3/+182 |
* | | pcmcia: handle anonymous cards by generating a fake CIS | Alan Cox | 2015-01-12 | 1 | -4/+20 |
* | | pcmcia: Fix requery | Alan Cox | 2015-01-12 | 2 | -1/+4 |
* | | pcmcia cis: on an out of range CIS read return 0xff, don't just warn | Alan Cox | 2015-01-12 | 1 | -1/+4 |
* | | pcmcia: correct types | Alan Cox | 2015-01-12 | 2 | -5/+6 |
|/ |
|
* | Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-12-15 | 4 | -7/+6 |
|\ |
|
| * | pcmcia: sa1111: pass sa1111_dev to jornada720 code | Dmitry Eremin-Solenikov | 2014-11-07 | 3 | -4/+3 |
| * | pcmcia: sa1111: pass sa1111_dev to badge4-specific code | Dmitry Eremin-Solenikov | 2014-11-07 | 3 | -3/+3 |
* | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-15 | 14 | -14/+0 |
|\ \ |
|
| * | | pcmcia: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 14 | -14/+0 |
| |/ |
|
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2014-12-13 | 4 | -2/+24 |
|\ \ |
|
| * | | ARM: 8247/2: pcmcia: sa1100: make use of device clock | Dmitry Eremin-Solenikov | 2014-12-05 | 2 | -2/+13 |
| * | | ARM: 8246/2: pcmcia: sa1111: provide device clock | Dmitry Eremin-Solenikov | 2014-12-05 | 1 | -0/+7 |
| * | | ARM: 8245/1: pcmcia: soc-common: enable/disable socket clocks | Dmitry Eremin-Solenikov | 2014-12-05 | 1 | -0/+4 |
| |/ |
|
* / | PCMCIA: Alchemy Don't select 64BIT_PHYS_ADDR in Kconfig. | Ralf Baechle | 2014-11-24 | 1 | -2/+0 |
|/ |
|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2014-08-07 | 3 | -1179/+0 |
|\ |
|
| * | pcmcia: Remove m8xx_pcmcia driver | Scott Wood | 2014-06-26 | 3 | -1179/+0 |
* | | pcmcia: remove DEFINE_PCI_DEVICE_TABLE usage | Greg Kroah-Hartman | 2014-07-19 | 5 | -5/+5 |
* | | pcmcia: journada720: use sa1100 pin interfaces correctly | Arnd Bergmann | 2014-07-09 | 1 | -4/+6 |
* | | pcmcia: pxa2xx: fix logic for lubbock | Arnd Bergmann | 2014-07-09 | 1 | -1/+1 |