aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus 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 demote othersLee 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 kernel-docLee 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/brodo/linuxLinus 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/brodo/linuxLinus Torvalds7-846/+9
2020-12-05pcmcia: omap: Fix error return code in omap_cf_probe()Wang ShaoBo1-2/+6
2020-12-05pcmcia: Remove NEC VRC4173 CARDUSebastian Andrzej Siewior4-843/+0
2020-12-05pcmcia: db1xxx_ss: remove unneeded semicolonJason Yan1-1/+1
2020-12-05pcmcia/electra_cf: Fix some return values in 'electra_cf_probe()' in case of errorChristophe JAILLET1-0/+2
2020-11-27pcmcia: at91_cf: remove platform data supportAlexandre Belloni2-30/+9
2020-11-27pcmcia: at91_cf: move definitions locallyAlexandre Belloni1-1/+11
2020-09-25dma-mapping: remove DMA_MASK_NONEChristoph Hellwig1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-14/+26
2020-06-04Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linuxLinus Torvalds2-9/+3
2020-06-02powerpc: add an ioremap_phb helperChristoph Hellwig1-29/+16
2020-05-21pcmcia: Use CardBus window names (PCI_CB_BRIDGE_IO_0_WINDOW etc) when freeingKrzysztof Wilczynski1-8/+16
2020-05-21PCI: Use bridge window names (PCI_BRIDGE_IO_WINDOW etc)Krzysztof Wilczynski1-6/+10
2020-05-18pcmcia: make pccard_loop_tuple() staticDominik Brodowski2-9/+3
2020-03-31pcmcia: remove some unused space charactersHu Haowen1-3/+3
2020-03-28pcmcia: soc_common.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-28pcmcia: cs_internal.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-14pcmcia: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2-8/+8
2020-03-14pcmcia: omap: remove useless cast for driver.nameCorentin Labbe1-1/+1
2019-12-16PCMCIA/i82092: remove #if 0 blockSimon Geis1-20/+0
2019-12-16PCMCIA/i82092: delete enter/leave macroSimon Geis2-60/+6
2019-12-16PCMCIA/i82092: include <linux/io.h> instead of <asm/io.h>Simon Geis1-1/+1
2019-12-16PCMCIA/i82092: shorten the lines with over 80 charactersSimon Geis1-26/+53
2019-12-16PCMCIA/i82092: move assignment out of if conditionSimon Geis1-2/+5
2019-12-16PCMCIA/i82092: change code indentationSimon Geis1-61/+61
2019-12-16PCMCIA/i82092: insert blank line after declarationsSimon Geis1-0/+8
2019-12-16PCMCIA/i82092: remove braces around single statement blocksSimon Geis1-10/+5
2019-12-16PCMCIA/i82092: add/remove spaces to improve readabilitySimon Geis1-194/+189
2019-12-16PCMCIA/i82092: use dev_<level> instead of printkSimon Geis1-27/+36
2019-11-22pcmcia: remove unused dprintk definitionDominik Brodowski1-2/+0
2019-11-22pcmcia: include <pcmcia/ds.h> for pcmcia_parse_tupleBen Dooks (Codethink)1-0/+1
2019-11-22pcmcia: include cs_internal.h for missing declarationsBen Dooks (Codethink)1-0/+2