summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pcmcia
Commit message (Expand)AuthorAgeFilesLines
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* scsi: nsp_cs: Drop internal SCSI message definitionHannes Reinecke2021-01-222-17/+6
* scsi: Remove unneeded break statementsTom Rix2020-10-261-2/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* scsi: pcmcia: nsp_cs: Remove unused variable 'dummy'Lee Jones2020-07-081-2/+2
* scsi: pcmcia: nsp_cs: Use new __printf() format notationLee Jones2020-07-081-0/+1
* scsi: docs: convert NinjaSCSI.txt to ReSTMauro Carvalho Chehab2020-03-111-1/+1
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* scsi: nsp_cs: enable compile-testing on 64-bitJohan Hovold2019-11-121-1/+1
* scsi: nsp_cs: drop redundant MODULE_LICENSE ifdefJohan Hovold2019-11-121-2/+0
* Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-2/+2
|\
| * scsi: pcmcia: nsp_cs: use sg helper to iterate over scatterlistMing Lei2019-06-201-2/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-113-0/+106
|\ \
| * | scsi: fdomain: Add PCMCIA supportOndrej Zary2019-06-183-0/+106
| |/
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner2019-05-241-10/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* scsi: pcmcia: nsp_cs: Remove unnecessary parenthesesNathan Chancellor2019-01-291-1/+2
* scsi: prefix header search paths with $(srctree)/Masahiro Yamada2019-01-291-1/+1
* scsi: remove the use_clustering flagChristoph Hellwig2018-12-182-2/+2
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* scsi: aha152x: rename the PCMCIA defineChristoph Hellwig2018-11-021-1/+1
* pcmcia: add error handling for pcmcia_enable_device in qlogic_stubZhouyang Jia2018-10-011-1/+5
* pcmcia: Use module_pcmcia_driver for scsi driversVaishali Thakkar2018-10-015-58/+4
* scsi: remove the fdomain and fdomain_cs driversChristoph Hellwig2018-03-194-222/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* scsi: qlogicfas: move bus_reset to host_resetHannes Reinecke2017-08-251-2/+2
* scsi: fdomain: move bus reset to host resetHannes Reinecke2017-08-251-1/+1
* scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke2015-05-313-3/+0
* scsi: print single-character strings with seq_putcRasmus Villemoes2015-02-021-2/+2
* scsi: merge consecutive seq_puts callsRasmus Villemoes2015-02-021-2/+2
* scsi: replace seq_printf with seq_putsRasmus Villemoes2015-02-021-15/+15
* scsi: remove SPRINTF macroRasmus Villemoes2015-02-021-27/+23
* treewide: Fix typo in printkMasanari Iida2014-08-261-1/+1
* scsi: use 64-bit LUNsHannes Reinecke2014-07-172-2/+2
* nsp_cs: switch to ->show_info()Al Viro2013-04-092-38/+7
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2011-05-245-5/+5
|\
| * pcmcia: Convert pcmcia_device_id declarations to constJoe Perches2011-05-065-5/+5
* | treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* scsi: change to new flag variablematt mooney2011-03-171-1/+1
* SCSI host lock push-downJeff Garzik2010-11-163-4/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-221-1/+0
|\
| * [SCSI] aha152x: enable PCMCIA on 64bitJiri Slaby2010-10-071-1/+0
* | pcmcia: remove obsolete and wrong commentsDominik Brodowski2010-09-291-26/+0
* | pcmcia: avoid messages on module (un)loadingDominik Brodowski2010-09-292-6/+0
* | pcmcia: move driver name to struct pcmcia_driverDominik Brodowski2010-09-295-14/+4
* | pcmcia: remove the "Finally, report what we've done" messageDominik Brodowski2010-09-291-15/+0
* | pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski2010-09-295-82/+38
* | pcmcia: introduce autoconfiguration featureDominik Brodowski2010-09-295-72/+42