summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pcmcia
Commit message (Expand)AuthorAgeFilesLines
* scsi: Add HAS_IOPORT dependenciesNiklas Schnelle2023-05-311-1/+5
* scsi: pcmcia-sym53c500: Declare SCSI host template constBart Van Assche2023-03-241-2/+2
* scsi: pcmcia: nsp_cs: Remove unused variable iColin Ian King2022-10-271-3/+1
* scsi: sym53c500_cs: Stop using struct scsi_pointerFinn Thain2022-04-061-27/+25
* scsi: sym53c500_cs: Move the SCSI pointer to private command dataBart Van Assche2022-02-221-18/+29
* scsi: nsp_cs: Move the SCSI pointer to private command dataBart Van Assche2022-02-223-90/+114
* scsi: Remove drivers/scsi/scsi.hBart Van Assche2022-02-223-9/+14
* scsi: nsp_cs: Use true and false instead of TRUE and FALSEBart Van Assche2022-02-222-14/+14
* scsi: nsp_cs: Change the return type of two functions into 'void'Bart Van Assche2022-02-222-14/+7
* scsi: nsp_cs: Check of ioremap return valueJiasheng Jiang2022-01-101-0/+3
* scsi: sym53c500_cs: Switch to attribute groupsBart Van Assche2021-10-161-3/+5
* scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2021-10-162-4/+2
* scsi: pcmcia: Call scsi_done() directlyBart Van Assche2021-10-162-5/+2
* scsi: fdomain: Fix error return code in fdomain_probe()Wei Li2021-08-091-1/+3
* scsi: pcmcia: nsp_cs: Use SAM_STAT_CHECK_CONDITIONHannes Reinecke2021-05-311-1/+1
* 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