aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pcmcia (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-11-12scsi: nsp_cs: enable compile-testing on 64-bitJohan Hovold1-1/+1
2019-11-12scsi: nsp_cs: drop redundant MODULE_LICENSE ifdefJohan Hovold1-2/+0
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-0/+106
2019-06-20scsi: pcmcia: nsp_cs: use sg helper to iterate over scatterlistMing Lei1-2/+2
2019-06-18scsi: fdomain: Add PCMCIA supportOndrej Zary3-0/+106
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner1-10/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-01-29scsi: pcmcia: nsp_cs: Remove unnecessary parenthesesNathan Chancellor1-1/+2
2019-01-29scsi: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig2-2/+2
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-11-02scsi: aha152x: rename the PCMCIA defineChristoph Hellwig1-1/+1
2018-10-01pcmcia: add error handling for pcmcia_enable_device in qlogic_stubZhouyang Jia1-1/+5
2018-10-01pcmcia: Use module_pcmcia_driver for scsi driversVaishali Thakkar5-58/+4
2018-03-19scsi: remove the fdomain and fdomain_cs driversChristoph Hellwig4-222/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-25scsi: qlogicfas: move bus_reset to host_resetHannes Reinecke1-2/+2
2017-08-25scsi: fdomain: move bus reset to host resetHannes Reinecke1-1/+1
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke3-3/+0
2015-02-02scsi: print single-character strings with seq_putcRasmus Villemoes1-2/+2
2015-02-02scsi: merge consecutive seq_puts callsRasmus Villemoes1-2/+2
2015-02-02scsi: replace seq_printf with seq_putsRasmus Villemoes1-15/+15
2015-02-02scsi: remove SPRINTF macroRasmus Villemoes1-27/+23
2014-08-26treewide: Fix typo in printkMasanari Iida1-1/+1
2014-07-17scsi: use 64-bit LUNsHannes Reinecke2-2/+2
2013-04-09nsp_cs: switch to ->show_info()Al Viro2-38/+7
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds5-5/+5
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-05-06pcmcia: Convert pcmcia_device_id declarations to constJoe Perches5-5/+5
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-17scsi: change to new flag variablematt mooney1-1/+1
2010-11-16SCSI host lock push-downJeff Garzik3-4/+7
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+0
2010-10-07[SCSI] aha152x: enable PCMCIA on 64bitJiri Slaby1-1/+0
2010-09-29pcmcia: remove obsolete and wrong commentsDominik Brodowski1-26/+0
2010-09-29pcmcia: avoid messages on module (un)loadingDominik Brodowski2-6/+0
2010-09-29pcmcia: move driver name to struct pcmcia_driverDominik Brodowski5-14/+4
2010-09-29pcmcia: remove the "Finally, report what we've done" messageDominik Brodowski1-15/+0
2010-09-29pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski5-82/+38
2010-09-29pcmcia: introduce autoconfiguration featureDominik Brodowski5-72/+42
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski5-21/+14
2010-09-29pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski4-4/+4
2010-09-29pcmcia: simplify IntTypeDominik Brodowski5-5/+0
2010-09-29pcmcia: simplify Status, ExtStatus register accessDominik Brodowski1-3/+1
2010-09-29pcmcia: move Vpp setup to struct pcmcia_deviceDominik Brodowski1-4/+4
2010-09-29pcmcia: do not use win_req_t when calling pcmcia_request_window()Dominik Brodowski1-30/+19
2010-08-03pcmcia: remove memreq_tDominik Brodowski1-3/+2