summaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-161-1/+5
|\
| * arm: ioremap: Replace pci_ioremap_io() usage by pci_remap_iospace()Pali Rohár2021-12-071-1/+5
* | drivers/pcmcia: Fix ifdef covering yenta_pm_opsPaul E. McKenney2022-01-111-1/+1
* | Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2022-01-1111-319/+42
|\ \
| * | pcmcia: fix setting of kthread task statesDominik Brodowski2022-01-091-5/+3
| * | pcmcia: use sysfs_emit{,_at} for sysfs outputDominik Brodowski2022-01-064-30/+28
| * | pcmcia: make pcmcia_release_io() void, as no-one is interested in return valueDominik Brodowski2022-01-021-4/+1
| * | pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in nonstatic_find_mem_...Zhou Qingyang2022-01-021-0/+3
| * | pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in __nonstatic_find_io...Zhou Qingyang2022-01-021-0/+3
| * | pcmcia: comment out unused exca_readw() functionDominik Brodowski2022-01-021-0/+2
| * | pcmcia: Make use of the helper macro SET_NOIRQ_SYSTEM_SLEEP_PM_OPS()Cai Huoqing2022-01-021-6/+1
| * | pcmcia: clean up dead drivers for CompuLab CM-X255/CM-X270 boardsLukas Bulwahn2022-01-025-274/+1
| |/
* / pcmcia: hide the MAC address helpers if !NETJakub Kicinski2021-11-221-1/+2
|/
* Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-3/+2
|\
| * ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski2021-10-141-3/+2
* | pcmcia: db1xxx_ss: Fix fall-through warning for ClangGustavo A. R. Silva2021-10-131-0/+1
|/
* Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman2021-08-091-0/+1
|\
| * pcmcia: i82092: fix a null pointer dereference bugZheyu Ma2021-07-231-0/+1
* | bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
|/
* pcmcia: rsrc_nonstatic: Fix call-back function as reference formattingLee Jones2021-03-151-9/+9
* pcmcia: pcmcia_resource: Fix some kernel-doc formatting/disparities and demot...Lee Jones2021-03-151-5/+6
* pcmcia: ds: Fix function name disparity in headerLee Jones2021-03-151-1/+1
* pcmcia: pcmcia_cis: Demote non-conforming kernel-doc headers to standard kern...Lee Jones2021-03-151-5/+5
* pcmcia: cistpl: Demote non-conformant kernel-doc headers to standard commentsLee Jones2021-03-151-6/+6
* pcmcia: rsrc_nonstatic: Demote kernel-doc abusesLee Jones2021-03-151-2/+2
* pcmcia: ds: Remove if with always false conditionUwe Kleine-König2021-03-151-4/+1
* Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2021-02-261-2/+2
|\
| * pcmcia: Switch to using the new API kobj_to_dev()Tian Tao2021-01-041-2/+2
* | ARM: 9048/1: sa1111: make sa1111 bus's remove callback return voidUwe Kleine-König2021-02-011-2/+1
|/
* Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2020-12-197-846/+9
|\
| * pcmcia: omap: Fix error return code in omap_cf_probe()Wang ShaoBo2020-12-051-2/+6
| * pcmcia: Remove NEC VRC4173 CARDUSebastian Andrzej Siewior2020-12-054-843/+0
| * pcmcia: db1xxx_ss: remove unneeded semicolonJason Yan2020-12-051-1/+1
| * pcmcia/electra_cf: Fix some return values in 'electra_cf_probe()' in case of ...Christophe JAILLET2020-12-051-0/+2
* | pcmcia: at91_cf: remove platform data supportAlexandre Belloni2020-11-272-30/+9
* | pcmcia: at91_cf: move definitions locallyAlexandre Belloni2020-11-271-1/+11
|/
* dma-mapping: remove DMA_MASK_NONEChristoph Hellwig2020-09-251-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-4/+4
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-4/+4
* Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-061-14/+26
|\
| * pcmcia: Use CardBus window names (PCI_CB_BRIDGE_IO_0_WINDOW etc) when freeingKrzysztof Wilczynski2020-05-211-8/+16
| * PCI: Use bridge window names (PCI_BRIDGE_IO_WINDOW etc)Krzysztof Wilczynski2020-05-211-6/+10
* | Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2020-06-042-9/+3
|\ \
| * | pcmcia: make pccard_loop_tuple() staticDominik Brodowski2020-05-182-9/+3
| |/
* / powerpc: add an ioremap_phb helperChristoph Hellwig2020-06-021-29/+16
|/
* pcmcia: remove some unused space charactersHu Haowen2020-03-311-3/+3
* pcmcia: soc_common.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-281-1/+1
* pcmcia: cs_internal.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-281-1/+1
* pcmcia: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-142-8/+8
* pcmcia: omap: remove useless cast for driver.nameCorentin Labbe2020-03-141-1/+1