- bd935a7 Merge 5.14-rc5 into driver-core-next by Greg Kroah-Hartman · 3 years, 4 months ago
- e39cdac pcmcia: i82092: fix a null pointer dereference bug by Zheyu Ma · 3 years, 6 months ago
- fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 5 months ago
- e9d503f pcmcia: rsrc_nonstatic: Fix call-back function as reference formatting by Lee Jones · 3 years, 9 months ago
- 1d26d6f pcmcia: pcmcia_resource: Fix some kernel-doc formatting/disparities and demote others by Lee Jones · 3 years, 9 months ago
- 6562e2c pcmcia: ds: Fix function name disparity in header by Lee Jones · 3 years, 9 months ago
- f4468bb pcmcia: pcmcia_cis: Demote non-conforming kernel-doc headers to standard kernel-doc by Lee Jones · 3 years, 9 months ago
- cc448ba pcmcia: cistpl: Demote non-conformant kernel-doc headers to standard comments by Lee Jones · 3 years, 9 months ago
- f20a759 pcmcia: rsrc_nonstatic: Demote kernel-doc abuses by Lee Jones · 3 years, 9 months ago
- cd2b4f1 pcmcia: ds: Remove if with always false condition by Uwe Kleine-König · 3 years, 10 months ago
- 360db2b Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 3 years, 10 months ago
- 074a6bd ARM: 9048/1: sa1111: make sa1111 bus's remove callback return void by Uwe Kleine-König · 4 years ago
- 4ce6b24 pcmcia: Switch to using the new API kobj_to_dev() by Tian Tao · 4 years ago
- 651283d Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 4 years ago
- 70d3a46 pcmcia: omap: Fix error return code in omap_cf_probe() by Wang ShaoBo · 4 years, 1 month ago
- ea2c5ac pcmcia: Remove NEC VRC4173 CARDU by Sebastian Andrzej Siewior · 4 years, 3 months ago
- 370eb01f pcmcia: db1xxx_ss: remove unneeded semicolon by Jason Yan · 4 years, 3 months ago
- f15480e9 pcmcia/electra_cf: Fix some return values in 'electra_cf_probe()' in case of error by Christophe JAILLET · 4 years, 6 months ago
- 264788c pcmcia: at91_cf: remove platform data support by Alexandre Belloni · 4 years, 3 months ago
- 24c8a74 pcmcia: at91_cf: move definitions locally by Alexandre Belloni · 4 years, 3 months ago
- 7ae10eb dma-mapping: remove DMA_MASK_NONE by Christoph Hellwig · 4 years, 3 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 6 months ago
- 3925c3b Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 4 years, 7 months ago
- a0a4d17 Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 4 years, 7 months ago
- b274014 powerpc: add an ioremap_phb helper by Christoph Hellwig · 4 years, 7 months ago
- 11fdcf0 pcmcia: Use CardBus window names (PCI_CB_BRIDGE_IO_0_WINDOW etc) when freeing by Krzysztof Wilczynski · 4 years, 7 months ago
- 6e0688d PCI: Use bridge window names (PCI_BRIDGE_IO_WINDOW etc) by Krzysztof Wilczynski · 4 years, 7 months ago
- 46d0797 pcmcia: make pccard_loop_tuple() static by Dominik Brodowski · 4 years, 7 months ago
- a8c122f pcmcia: remove some unused space characters by Hu Haowen · 4 years, 9 months ago
- af741b0 pcmcia: soc_common.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
- 1e6709b pcmcia: cs_internal.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
- 6d3fbe9 pcmcia: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 10 months ago
- 7c8c567 pcmcia: omap: remove useless cast for driver.name by Corentin Labbe · 4 years, 10 months ago
- 71705c6 PCMCIA/i82092: remove #if 0 block by Simon Geis · 5 years ago
- 52739f0 PCMCIA/i82092: delete enter/leave macro by Simon Geis · 5 years ago
- ac5af87 PCMCIA/i82092: include <linux/io.h> instead of <asm/io.h> by Simon Geis · 5 years ago
- 152b4bb PCMCIA/i82092: shorten the lines with over 80 characters by Simon Geis · 5 years ago
- 9088646 PCMCIA/i82092: move assignment out of if condition by Simon Geis · 5 years ago
- 6aaf8ff PCMCIA/i82092: change code indentation by Simon Geis · 5 years ago
- 4ae66dd PCMCIA/i82092: insert blank line after declarations by Simon Geis · 5 years ago
- ae1f62c PCMCIA/i82092: remove braces around single statement blocks by Simon Geis · 5 years ago
- 4839879 PCMCIA/i82092: add/remove spaces to improve readability by Simon Geis · 5 years ago
- 26a0a104 PCMCIA/i82092: use dev_<level> instead of printk by Simon Geis · 5 years ago
- bd9d6e0 pcmcia: remove unused dprintk definition by Dominik Brodowski · 5 years ago
- e469edb pcmcia: include <pcmcia/ds.h> for pcmcia_parse_tuple by Ben Dooks (Codethink) · 5 years ago
- 990a1b5 pcmcia: include cs_internal.h for missing declarations by Ben Dooks (Codethink) · 5 years ago
- e2c0567 pcmcia: Use dev_get_drvdata where possible by Chuhong Yuan · 5 years ago
- 84182fc pcmcia: clean an indentation issues, remove extraneous spaces by Colin Ian King · 6 years ago
- aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
- 836e949 pcmcia/i82092: Refactored dprintk macro for dev_dbg(). by Adam Zerella · 5 years ago
- 3f19cad lockdown: Prohibit PCMCIA CIS storage when the kernel is locked down by David Howells · 5 years ago
- 5f163f3 pcmcia: db1xxx_ss: Mark expected switch fall-throughs by Gustavo A. R. Silva · 5 years ago
- e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- 3bdab16 docs: pcmcia: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
- f7be8ec treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 256 by Thomas Gleixner · 6 years ago
- 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
- 87dfb31 treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> by Masahiro Yamada · 6 years ago
- 1205b62 Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 6 years ago
- 57c1cdc pcmcia: sa1100*: remove redundant bvd1/bvd2 setting by Russell King · 6 years ago
- f1f05ee ARM: pxa/lubbock: switch PCMCIA to MAX1600 library by Russell King · 6 years ago
- 34fdbe6 ARM: pxa/mainstone: switch PCMCIA to MAX1600 library and gpiod APIs by Russell King · 6 years ago
- e2125d0 ARM: sa1100/neponset: switch PCMCIA to MAX1600 library and gpiod APIs by Russell King · 6 years ago
- b96e6c0 ARM: sa1100/jornada720: switch PCMCIA to gpiod APIs by Russell King · 6 years ago
- bebdf98 pcmcia: add MAX1600 library by Russell King · 6 years ago
- 8fb71ef pcmcia: allow PCMCIA support independent of the architecture by Christoph Hellwig · 6 years ago
- 685f7e4 Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
- 72f86d0 Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 6 years ago
- c766ee7 powerpc: handover page flags with a pgprot_t parameter by Christophe Leroy · 6 years ago
- 56f3c1413 powerpc/mm: properly set PAGE_KERNEL flags in ioremap() by Christophe Leroy · 6 years ago
- 95691e3 pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges by Maciej S. Szmigiero · 6 years ago
- 1b22dcf pcmcia: pcmcia_resource: Replace mdelay() with msleep() by Jia-Ju Bai · 6 years ago
- 77588c1 gpiolib: Pass array info to get/set array functions by Janusz Krzysztofik · 6 years ago
- b9762be gpiolib: Pass bitmaps, not integer arrays, to get/set array by Janusz Krzysztofik · 6 years ago
- 3077971 pcmcia: remove long deprecated pcmcia_request_exclusive_irq() function by Linus Torvalds · 6 years ago
- 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- 7886e8a Merge branch 'for-linus-sa1100' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
- 64b2f12 ARM: sa1100/simpad: switch simpad CF to use gpiod APIs by Russell King · 8 years ago
- b51af86 ARM: sa1100/shannon: convert to generic CF sockets by Russell King · 8 years ago
- 80c799d ARM: sa1100/nanoengine: convert to generic CF sockets by Russell King · 8 years ago
- f2d2856 Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
- 02741b8 pcmcia: remove blackfin driver by Arnd Bergmann · 7 years ago
- 10a27a2 pcmcia: remove m32r drivers by Arnd Bergmann · 7 years ago
- a00315d ARM: sa1100/h3xxx: switch h3xxx PCMCIA to use gpiod APIs by Russell King · 8 years ago
- 780febd ARM: sa1100/cerf: convert to generic CF sockets by Russell King · 8 years ago
- 29786e9 ARM: sa1100/assabet: convert to generic CF sockets by Russell King · 8 years ago
- 7be893a pcmcia: sa1100: provide generic CF support by Russell King · 8 years ago
- dbdd0f5 PCMCIA / PM: Avoid noirq suspend aborts during suspend-to-idle by Rafael J. Wysocki · 7 years ago
- 605dc77 Merge branch 'pcmcia' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia by Linus Torvalds · 7 years ago
- d3fdd70 pcmcia: soc_common: Handle return value of clk_prepare_enable by Arvind Yadav · 8 years ago
- 3490a69 pcmcia: use proper printk format for resource by Dominik Brodowski · 7 years ago
- 1203839 pcmcia: at91_cf: Use PTR_ERR_OR_ZERO() by Vasyl Gomonovych · 7 years ago
- d425824 drivers/pcmcia/sa1111_badge4.c: avoid unused function warning by Arnd Bergmann · 7 years ago
- 441692a Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
- 2bf16b7 Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago