summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pcmcia
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche-3/+4
2025-08-13scsi: switch ->bios_param() to passing gendiskAl Viro-1/+1
2024-06-11scsi: Add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+1
2023-05-31scsi: Add HAS_IOPORT dependenciesNiklas Schnelle-1/+5
2023-03-24scsi: pcmcia-sym53c500: Declare SCSI host template constBart Van Assche-2/+2
2022-10-27scsi: pcmcia: nsp_cs: Remove unused variable iColin Ian King-3/+1
2022-04-06scsi: sym53c500_cs: Stop using struct scsi_pointerFinn Thain-27/+25
2022-02-22scsi: sym53c500_cs: Move the SCSI pointer to private command dataBart Van Assche-18/+29
2022-02-22scsi: nsp_cs: Move the SCSI pointer to private command dataBart Van Assche-90/+114
2022-02-22scsi: Remove drivers/scsi/scsi.hBart Van Assche-9/+14
2022-02-22scsi: nsp_cs: Use true and false instead of TRUE and FALSEBart Van Assche-14/+14
2022-02-22scsi: nsp_cs: Change the return type of two functions into 'void'Bart Van Assche-14/+7
2022-01-10scsi: nsp_cs: Check of ioremap return valueJiasheng Jiang-0/+3
2021-10-16scsi: sym53c500_cs: Switch to attribute groupsBart Van Assche-3/+5
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche-4/+2
2021-10-16scsi: pcmcia: Call scsi_done() directlyBart Van Assche-5/+2
2021-08-09scsi: fdomain: Fix error return code in fdomain_probe()Wei Li-1/+3
2021-05-31scsi: pcmcia: nsp_cs: Use SAM_STAT_CHECK_CONDITIONHannes Reinecke-1/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-1/+0
2021-01-22scsi: nsp_cs: Drop internal SCSI message definitionHannes Reinecke-17/+6
2020-10-26scsi: Remove unneeded break statementsTom Rix-2/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-07-08scsi: pcmcia: nsp_cs: Remove unused variable 'dummy'Lee Jones-2/+2
2020-07-08scsi: pcmcia: nsp_cs: Use new __printf() format notationLee Jones-0/+1
2020-03-11scsi: docs: convert NinjaSCSI.txt to ReSTMauro Carvalho Chehab-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+1
2019-11-12scsi: nsp_cs: enable compile-testing on 64-bitJohan Hovold-1/+1
2019-11-12scsi: nsp_cs: drop redundant MODULE_LICENSE ifdefJohan Hovold-2/+0
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-2/+2
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-0/+106
2019-06-20scsi: pcmcia: nsp_cs: use sg helper to iterate over scatterlistMing Lei-2/+2
2019-06-18scsi: fdomain: Add PCMCIA supportOndrej Zary-0/+106
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner-10/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-01-29scsi: pcmcia: nsp_cs: Remove unnecessary parenthesesNathan Chancellor-1/+2
2019-01-29scsi: prefix header search paths with $(srctree)/Masahiro Yamada-1/+1
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig-2/+2
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig-1/+0
2018-11-02scsi: aha152x: rename the PCMCIA defineChristoph Hellwig-1/+1
2018-10-01pcmcia: add error handling for pcmcia_enable_device in qlogic_stubZhouyang Jia-1/+5
2018-10-01pcmcia: Use module_pcmcia_driver for scsi driversVaishali Thakkar-58/+4
2018-03-19scsi: remove the fdomain and fdomain_cs driversChristoph Hellwig-222/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-25scsi: qlogicfas: move bus_reset to host_resetHannes Reinecke-2/+2
2017-08-25scsi: fdomain: move bus reset to host resetHannes Reinecke-1/+1
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke-3/+0
2015-02-02scsi: print single-character strings with seq_putcRasmus Villemoes-2/+2
2015-02-02scsi: merge consecutive seq_puts callsRasmus Villemoes-2/+2