| Commit message (Expand) | Author | Age | Files | Lines |
* | pcmcia: remove unused dprintk definition | Dominik Brodowski | 2019-11-22 | 1 | -2/+0 |
* | pcmcia: include <pcmcia/ds.h> for pcmcia_parse_tuple | Ben Dooks (Codethink) | 2019-11-22 | 1 | -0/+1 |
* | pcmcia: include cs_internal.h for missing declarations | Ben Dooks (Codethink) | 2019-11-22 | 1 | -0/+2 |
* | pcmcia: Use dev_get_drvdata where possible | Chuhong Yuan | 2019-11-21 | 1 | -2/+1 |
* | pcmcia: clean an indentation issues, remove extraneous spaces | Colin Ian King | 2019-11-21 | 1 | -18/+16 |
* | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-09-28 | 1 | -0/+5 |
|\ |
|
| * | lockdown: Prohibit PCMCIA CIS storage when the kernel is locked down | David Howells | 2019-08-20 | 1 | -0/+5 |
* | | pcmcia/i82092: Refactored dprintk macro for dev_dbg(). | Adam Zerella | 2019-09-04 | 1 | -3/+3 |
* | | pcmcia: db1xxx_ss: Mark expected switch fall-throughs | Gustavo A. R. Silva | 2019-08-10 | 1 | -0/+4 |
* | | Merge tag 'docs-5.3' of git://git.lwn.net/linux | Linus Torvalds | 2019-07-09 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | docs: pcmcia: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 2019-06-14 | 1 | -1/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 28 | -126/+28 |
|/ |
|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 256 | Thomas Gleixner | 2019-06-05 | 1 | -2/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 2 | -28/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 2 | -10/+2 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2019-05-21 | 5 | -0/+5 |
* | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> | Masahiro Yamada | 2019-05-15 | 1 | -1/+1 |
* | Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2019-01-05 | 9 | -260/+290 |
|\ |
|
| * | pcmcia: sa1100*: remove redundant bvd1/bvd2 setting | Russell King | 2018-12-04 | 1 | -2/+2 |
| * | ARM: pxa/lubbock: switch PCMCIA to MAX1600 library | Russell King | 2018-12-04 | 2 | -90/+21 |
| * | ARM: pxa/mainstone: switch PCMCIA to MAX1600 library and gpiod APIs | Russell King | 2018-12-04 | 2 | -79/+35 |
| * | ARM: sa1100/neponset: switch PCMCIA to MAX1600 library and gpiod APIs | Russell King | 2018-12-04 | 2 | -61/+19 |
| * | ARM: sa1100/jornada720: switch PCMCIA to gpiod APIs | Russell King | 2018-12-04 | 1 | -28/+55 |
| * | pcmcia: add MAX1600 library | Russell King | 2018-12-04 | 4 | -0/+158 |
* | | pcmcia: allow PCMCIA support independent of the architecture | Christoph Hellwig | 2018-11-23 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-10-26 | 1 | -1/+1 |
|\ |
|
| * | powerpc: handover page flags with a pgprot_t parameter | Christophe Leroy | 2018-10-14 | 1 | -1/+1 |
| * | powerpc/mm: properly set PAGE_KERNEL flags in ioremap() | Christophe Leroy | 2018-10-14 | 1 | -1/+1 |
* | | Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 2018-10-23 | 3 | -3/+39 |
|\ \ |
|
| * | | pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges | Maciej S. Szmigiero | 2018-10-01 | 2 | -1/+37 |
| * | | pcmcia: pcmcia_resource: Replace mdelay() with msleep() | Jia-Ju Bai | 2018-10-01 | 1 | -2/+2 |
| |/ |
|
* | | gpiolib: Pass array info to get/set array functions | Janusz Krzysztofik | 2018-09-13 | 1 | -1/+1 |
* | | gpiolib: Pass bitmaps, not integer arrays, to get/set array | Janusz Krzysztofik | 2018-09-13 | 1 | -3/+4 |
|/ |
|
* | pcmcia: remove long deprecated pcmcia_request_exclusive_irq() function | Linus Torvalds | 2018-08-18 | 1 | -36/+0 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-13 | 1 | -1/+1 |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-13 | 1 | -2/+2 |
* | Merge branch 'for-linus-sa1100' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2018-04-09 | 9 | -466/+108 |
|\ |
|
| * | ARM: sa1100/simpad: switch simpad CF to use gpiod APIs | Russell King | 2018-04-06 | 1 | -9/+3 |
| * | ARM: sa1100/shannon: convert to generic CF sockets | Russell King | 2018-04-06 | 4 | -109/+0 |
| * | ARM: sa1100/nanoengine: convert to generic CF sockets | Russell King | 2018-04-06 | 4 | -138/+0 |
| * | ARM: sa1100/h3xxx: switch h3xxx PCMCIA to use gpiod APIs | Russell King | 2018-03-24 | 1 | -9/+7 |
| * | ARM: sa1100/cerf: convert to generic CF sockets | Russell King | 2018-03-24 | 4 | -91/+0 |
| * | ARM: sa1100/assabet: convert to generic CF sockets | Russell King | 2018-03-24 | 4 | -105/+0 |
| * | pcmcia: sa1100: provide generic CF support | Russell King | 2018-03-24 | 1 | -5/+98 |
* | | Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2018-04-03 | 2 | -3/+8 |
|\ \ |
|
| * | | PCMCIA / PM: Avoid noirq suspend aborts during suspend-to-idle | Rafael J. Wysocki | 2018-02-22 | 2 | -3/+8 |
| |/ |
|
* | | pcmcia: remove blackfin driver | Arnd Bergmann | 2018-03-26 | 3 | -324/+0 |
* | | pcmcia: remove m32r drivers | Arnd Bergmann | 2018-03-26 | 6 | -1724/+0 |
|/ |
|
* | Merge branch 'pcmcia' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/... | Linus Torvalds | 2018-02-08 | 2 | -3/+7 |
|\ |
|