| Commit message (Expand) | Author | Age | Files | Lines |
* | pcmcia: xxs1500_ss: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-12-15 | 1 | -4/+2 |
* | pcmcia: sa1100: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-12-15 | 1 | -5/+3 |
* | pcmcia: pxa2xx: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-12-15 | 1 | -4/+2 |
* | pcmcia: omap_cf: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-12-15 | 1 | -3/+2 |
* | pcmcia: electra_cf: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-12-15 | 1 | -4/+2 |
* | pcmcia: db1xxx_ss: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-12-15 | 1 | -4/+2 |
* | pcmcia: bcm63xx: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-12-15 | 1 | -3/+2 |
* | Merge tag 'pcmcia-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 2023-11-07 | 4 | -7/+12 |
|\ |
|
| * | pcmcia: tcic: remove unneeded "&" in call to setup_timer() | lizhe | 2023-09-03 | 1 | -1/+1 |
| * | pcmcia: typo fix | Dongliang Mu | 2023-09-03 | 1 | -1/+1 |
| * | pcmcia: ds: fix possible name leak in error path in pcmcia_device_add() | Yang Yingliang | 2023-09-03 | 1 | -3/+1 |
| * | pcmcia: ds: fix refcount leak in pcmcia_device_add() | Yang Yingliang | 2023-09-03 | 1 | -2/+8 |
| * | pcmcia: cs: fix possible hung task and memory leak pccardd() | Yang Yingliang | 2023-09-03 | 1 | -0/+1 |
* | | pcmcia : make PCMCIA depend on HAS_IOMEM | Baoquan He | 2023-08-04 | 1 | -0/+1 |
|/ |
|
* | pcmcia: rsrc_nonstatic: Fix memory leak in nonstatic_release_resource_db() | Armin Wolf | 2023-06-15 | 1 | -0/+2 |
* | pcmcia: add HAS_IOPORT dependencies | Niklas Schnelle | 2023-05-31 | 1 | -3/+2 |
* | driver core: class: remove struct class_interface * from callbacks | Greg Kroah-Hartman | 2023-04-03 | 2 | -8/+4 |
* | driver core: class: mark class_release() as taking a const * | Greg Kroah-Hartman | 2023-04-03 | 1 | -1/+1 |
* | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-02-24 | 1 | -2/+2 |
|\ |
|
| * | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 2023-01-27 | 1 | -2/+2 |
* | | pcmcia: remove unused pxa/sa1100 drivers | Arnd Bergmann | 2023-02-01 | 6 | -565/+2 |
* | | ARM: pxa: remove unused board files | Arnd Bergmann | 2023-01-20 | 2 | -11/+1 |
* | | ARM: sa1100: remove unused board files | Arnd Bergmann | 2023-01-12 | 3 | -9/+2 |
|/ |
|
* | treewide: Convert del_timer*() to timer_shutdown*() | Steven Rostedt (Google) | 2022-12-25 | 5 | -7/+7 |
* | driver core: make struct class.dev_uevent() take a const * | Greg Kroah-Hartman | 2022-11-24 | 1 | -2/+2 |
* | pcmcia: remove AT91RM9200 Compact Flash driver | Dominik Brodowski | 2022-09-27 | 3 | -417/+0 |
* | pcmcia: Removed unused variable control. | Souptick Joarder (HPE) | 2022-09-24 | 1 | -3/+1 |
* | pcmcia: Add __init/__exit annotations to module init/exit funcs | Xiu Jianfeng | 2022-09-22 | 1 | -2/+2 |
* | pcmcia: at91_cf: make mc static | ruanjinjie | 2022-09-22 | 1 | -1/+1 |
* | pcmcia: remove VR41XX PCMCIA driver | Thomas Bogendoerfer | 2022-09-22 | 3 | -750/+0 |
* | pcmcia: sa1100: Make sa11x0_drv_pcmcia_legacy_remove() return void | Uwe Kleine-König | 2022-09-22 | 1 | -5/+5 |
* | Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-06-02 | 17 | -1626/+28 |
|\ |
|
| * | ARM: pxa/sa1100: move I/O space to PCI_IOBASE | Arnd Bergmann | 2022-05-07 | 1 | -8/+9 |
| * | ARM: pxa: pcmcia: move smemc configuration back to arch | Arnd Bergmann | 2022-05-07 | 1 | -30/+16 |
| * | ARM: pxa: move pcmcia board data into mach-pxa | Arnd Bergmann | 2022-04-19 | 13 | -1582/+2 |
| * | ARM: pxa: split up mach/hardware.h | Arnd Bergmann | 2022-04-19 | 5 | -6/+1 |
* | | Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 2022-06-01 | 3 | -6/+7 |
|\ \ |
|
| * | | pcmcia: Use platform_get_irq() to get the interrupt | Minghao Chi | 2022-05-28 | 1 | -4/+5 |
| * | | pcmcia: db1xxx_ss: restrict to MIPS_DB1XXX boards | Randy Dunlap | 2022-02-05 | 1 | -1/+1 |
| * | | drivers/pcmcia: Fix typo in comment | tangmeng | 2022-02-05 | 1 | -1/+1 |
* | | | ARM: omap1: use pci_remap_iospace() for omap_cf | Arnd Bergmann | 2022-04-22 | 1 | -6/+4 |
* | | | ARM: omap1: move CF chipselect setup to board file | Arnd Bergmann | 2022-04-21 | 2 | -32/+9 |
| |/
|/| |
|
* | | ARM: pxa: remove Intel Imote2 and Stargate 2 boards | Jonathan Cameron | 2022-02-28 | 3 | -139/+1 |
|/ |
|
* | Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-01-16 | 1 | -1/+5 |
|\ |
|
| * | arm: ioremap: Replace pci_ioremap_io() usage by pci_remap_iospace() | Pali Rohár | 2021-12-07 | 1 | -1/+5 |
* | | drivers/pcmcia: Fix ifdef covering yenta_pm_ops | Paul E. McKenney | 2022-01-11 | 1 | -1/+1 |
* | | Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 2022-01-11 | 11 | -319/+42 |
|\ \ |
|
| * | | pcmcia: fix setting of kthread task states | Dominik Brodowski | 2022-01-09 | 1 | -5/+3 |
| * | | pcmcia: use sysfs_emit{,_at} for sysfs output | Dominik Brodowski | 2022-01-06 | 4 | -30/+28 |
| * | | pcmcia: make pcmcia_release_io() void, as no-one is interested in return value | Dominik Brodowski | 2022-01-02 | 1 | -4/+1 |