summaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia
AgeCommit message (Expand)AuthorFilesLines
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)5-7/+7
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman1-2/+2
2022-09-27pcmcia: remove AT91RM9200 Compact Flash driverDominik Brodowski3-417/+0
2022-09-24pcmcia: Removed unused variable control.Souptick Joarder (HPE)1-3/+1
2022-09-22pcmcia: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng1-2/+2
2022-09-22pcmcia: at91_cf: make mc staticruanjinjie1-1/+1
2022-09-22pcmcia: remove VR41XX PCMCIA driverThomas Bogendoerfer3-750/+0
2022-09-22pcmcia: sa1100: Make sa11x0_drv_pcmcia_legacy_remove() return voidUwe Kleine-König1-5/+5
2022-06-02Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds17-1626/+28
2022-06-01Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds3-6/+7
2022-05-28pcmcia: Use platform_get_irq() to get the interruptMinghao Chi1-4/+5
2022-05-07ARM: pxa/sa1100: move I/O space to PCI_IOBASEArnd Bergmann1-8/+9
2022-05-07ARM: pxa: pcmcia: move smemc configuration back to archArnd Bergmann1-30/+16
2022-04-22ARM: omap1: use pci_remap_iospace() for omap_cfArnd Bergmann1-6/+4
2022-04-21ARM: omap1: move CF chipselect setup to board fileArnd Bergmann2-32/+9
2022-04-19ARM: pxa: move pcmcia board data into mach-pxaArnd Bergmann13-1582/+2
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann5-6/+1
2022-02-28ARM: pxa: remove Intel Imote2 and Stargate 2 boardsJonathan Cameron3-139/+1
2022-02-05pcmcia: db1xxx_ss: restrict to MIPS_DB1XXX boardsRandy Dunlap1-1/+1
2022-02-05drivers/pcmcia: Fix typo in commenttangmeng1-1/+1
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+5
2022-01-11drivers/pcmcia: Fix ifdef covering yenta_pm_opsPaul E. McKenney1-1/+1
2022-01-11Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds11-319/+42
2022-01-09pcmcia: fix setting of kthread task statesDominik Brodowski1-5/+3
2022-01-06pcmcia: use sysfs_emit{,_at} for sysfs outputDominik Brodowski4-30/+28
2022-01-02pcmcia: make pcmcia_release_io() void, as no-one is interested in return valueDominik Brodowski1-4/+1
2022-01-02pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in nonstatic_find_mem_...Zhou Qingyang1-0/+3
2022-01-02pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in __nonstatic_find_io...Zhou Qingyang1-0/+3
2022-01-02pcmcia: comment out unused exca_readw() functionDominik Brodowski1-0/+2
2022-01-02pcmcia: Make use of the helper macro SET_NOIRQ_SYSTEM_SLEEP_PM_OPS()Cai Huoqing1-6/+1
2022-01-02pcmcia: clean up dead drivers for CompuLab CM-X255/CM-X270 boardsLukas Bulwahn5-274/+1
2021-12-07arm: ioremap: Replace pci_ioremap_io() usage by pci_remap_iospace()Pali Rohár1-1/+5
2021-11-22pcmcia: hide the MAC address helpers if !NETJakub Kicinski1-1/+2
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+2
2021-10-14ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski1-3/+2
2021-10-13pcmcia: db1xxx_ss: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman1-0/+1
2021-07-23pcmcia: i82092: fix a null pointer dereference bugZheyu Ma1-0/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-03-15pcmcia: rsrc_nonstatic: Fix call-back function as reference formattingLee Jones1-9/+9
2021-03-15pcmcia: pcmcia_resource: Fix some kernel-doc formatting/disparities and demot...Lee Jones1-5/+6
2021-03-15pcmcia: ds: Fix function name disparity in headerLee Jones1-1/+1
2021-03-15pcmcia: pcmcia_cis: Demote non-conforming kernel-doc headers to standard kern...Lee Jones1-5/+5
2021-03-15pcmcia: cistpl: Demote non-conformant kernel-doc headers to standard commentsLee Jones1-6/+6
2021-03-15pcmcia: rsrc_nonstatic: Demote kernel-doc abusesLee Jones1-2/+2
2021-03-15pcmcia: ds: Remove if with always false conditionUwe Kleine-König1-4/+1
2021-02-26Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-2/+2
2021-02-01ARM: 9048/1: sa1111: make sa1111 bus's remove callback return voidUwe Kleine-König1-2/+1
2021-01-04pcmcia: Switch to using the new API kobj_to_dev()Tian Tao1-2/+2
2020-12-19Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds7-846/+9