Age | Commit message (Expand) | Author | Files | Lines |
2022-06-03 | Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 17 | -1626/+28 |
2022-06-01 | Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 3 | -6/+7 |
2022-05-28 | pcmcia: Use platform_get_irq() to get the interrupt | Minghao Chi | 1 | -4/+5 |
2022-05-07 | ARM: pxa/sa1100: move I/O space to PCI_IOBASE | Arnd Bergmann | 1 | -8/+9 |
2022-05-07 | ARM: pxa: pcmcia: move smemc configuration back to arch | Arnd Bergmann | 1 | -30/+16 |
2022-04-22 | ARM: omap1: use pci_remap_iospace() for omap_cf | Arnd Bergmann | 1 | -6/+4 |
2022-04-21 | ARM: omap1: move CF chipselect setup to board file | Arnd Bergmann | 2 | -32/+9 |
2022-04-19 | ARM: pxa: move pcmcia board data into mach-pxa | Arnd Bergmann | 13 | -1582/+2 |
2022-04-19 | ARM: pxa: split up mach/hardware.h | Arnd Bergmann | 5 | -6/+1 |
2022-02-28 | ARM: pxa: remove Intel Imote2 and Stargate 2 boards | Jonathan Cameron | 3 | -139/+1 |
2022-02-05 | pcmcia: db1xxx_ss: restrict to MIPS_DB1XXX boards | Randy Dunlap | 1 | -1/+1 |
2022-02-05 | drivers/pcmcia: Fix typo in comment | tangmeng | 1 | -1/+1 |
2022-01-16 | Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+5 |
2022-01-12 | drivers/pcmcia: Fix ifdef covering yenta_pm_ops | Paul E. McKenney | 1 | -1/+1 |
2022-01-11 | Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 11 | -319/+42 |
2022-01-09 | pcmcia: fix setting of kthread task states | Dominik Brodowski | 1 | -5/+3 |
2022-01-06 | pcmcia: use sysfs_emit{,_at} for sysfs output | Dominik Brodowski | 4 | -30/+28 |
2022-01-02 | pcmcia: make pcmcia_release_io() void, as no-one is interested in return value | Dominik Brodowski | 1 | -4/+1 |
2022-01-02 | pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in nonstatic_find_mem_... | Zhou Qingyang | 1 | -0/+3 |
2022-01-02 | pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in __nonstatic_find_io... | Zhou Qingyang | 1 | -0/+3 |
2022-01-02 | pcmcia: comment out unused exca_readw() function | Dominik Brodowski | 1 | -0/+2 |
2022-01-02 | pcmcia: Make use of the helper macro SET_NOIRQ_SYSTEM_SLEEP_PM_OPS() | Cai Huoqing | 1 | -6/+1 |
2022-01-02 | pcmcia: clean up dead drivers for CompuLab CM-X255/CM-X270 boards | Lukas Bulwahn | 5 | -274/+1 |
2021-12-07 | arm: ioremap: Replace pci_ioremap_io() usage by pci_remap_iospace() | Pali Rohár | 1 | -1/+5 |
2021-11-22 | pcmcia: hide the MAC address helpers if !NET | Jakub Kicinski | 1 | -1/+2 |
2021-11-02 | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+2 |
2021-10-14 | ethernet: replace netdev->dev_addr assignment loops | Jakub Kicinski | 1 | -3/+2 |
2021-10-13 | pcmcia: db1xxx_ss: Fix fall-through warning for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
2021-08-09 | Merge 5.14-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -0/+1 |
2021-07-23 | pcmcia: i82092: fix a null pointer dereference bug | Zheyu Ma | 1 | -0/+1 |
2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
2021-03-15 | pcmcia: rsrc_nonstatic: Fix call-back function as reference formatting | Lee Jones | 1 | -9/+9 |
2021-03-15 | pcmcia: pcmcia_resource: Fix some kernel-doc formatting/disparities and demot... | Lee Jones | 1 | -5/+6 |
2021-03-15 | pcmcia: ds: Fix function name disparity in header | Lee Jones | 1 | -1/+1 |
2021-03-15 | pcmcia: pcmcia_cis: Demote non-conforming kernel-doc headers to standard kern... | Lee Jones | 1 | -5/+5 |
2021-03-15 | pcmcia: cistpl: Demote non-conformant kernel-doc headers to standard comments | Lee Jones | 1 | -6/+6 |
2021-03-15 | pcmcia: rsrc_nonstatic: Demote kernel-doc abuses | Lee Jones | 1 | -2/+2 |
2021-03-15 | pcmcia: ds: Remove if with always false condition | Uwe Kleine-König | 1 | -4/+1 |
2021-02-27 | Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 1 | -2/+2 |
2021-02-01 | ARM: 9048/1: sa1111: make sa1111 bus's remove callback return void | Uwe Kleine-König | 1 | -2/+1 |
2021-01-04 | pcmcia: Switch to using the new API kobj_to_dev() | Tian Tao | 1 | -2/+2 |
2020-12-19 | Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 7 | -846/+9 |
2020-12-05 | pcmcia: omap: Fix error return code in omap_cf_probe() | Wang ShaoBo | 1 | -2/+6 |
2020-12-05 | pcmcia: Remove NEC VRC4173 CARDU | Sebastian Andrzej Siewior | 4 | -843/+0 |
2020-12-05 | pcmcia: db1xxx_ss: remove unneeded semicolon | Jason Yan | 1 | -1/+1 |
2020-12-05 | pcmcia/electra_cf: Fix some return values in 'electra_cf_probe()' in case of ... | Christophe JAILLET | 1 | -0/+2 |
2020-11-28 | pcmcia: at91_cf: remove platform data support | Alexandre Belloni | 2 | -30/+9 |
2020-11-28 | pcmcia: at91_cf: move definitions locally | Alexandre Belloni | 1 | -1/+11 |
2020-09-25 | dma-mapping: remove DMA_MASK_NONE | Christoph Hellwig | 1 | -1/+1 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -4/+4 |