summaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia
Commit message (Expand)AuthorAgeFilesLines
* 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
* PCMCIA/i82092: remove #if 0 blockSimon Geis2019-12-161-20/+0
* PCMCIA/i82092: delete enter/leave macroSimon Geis2019-12-162-60/+6
* PCMCIA/i82092: include <linux/io.h> instead of <asm/io.h>Simon Geis2019-12-161-1/+1
* PCMCIA/i82092: shorten the lines with over 80 charactersSimon Geis2019-12-161-26/+53
* PCMCIA/i82092: move assignment out of if conditionSimon Geis2019-12-161-2/+5
* PCMCIA/i82092: change code indentationSimon Geis2019-12-161-61/+61
* PCMCIA/i82092: insert blank line after declarationsSimon Geis2019-12-161-0/+8
* PCMCIA/i82092: remove braces around single statement blocksSimon Geis2019-12-161-10/+5
* PCMCIA/i82092: add/remove spaces to improve readabilitySimon Geis2019-12-161-194/+189
* PCMCIA/i82092: use dev_<level> instead of printkSimon Geis2019-12-161-27/+36
* pcmcia: remove unused dprintk definitionDominik Brodowski2019-11-221-2/+0
* pcmcia: include <pcmcia/ds.h> for pcmcia_parse_tupleBen Dooks (Codethink)2019-11-221-0/+1
* pcmcia: include cs_internal.h for missing declarationsBen Dooks (Codethink)2019-11-221-0/+2
* pcmcia: Use dev_get_drvdata where possibleChuhong Yuan2019-11-211-2/+1
* pcmcia: clean an indentation issues, remove extraneous spacesColin Ian King2019-11-211-18/+16
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+5
|\