aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/sym53c8xx_2
AgeCommit message (Expand)AuthorFilesLines
2023-10-13scsi: sym53c8xx_2: Rework reset handlingGravatar Hannes Reinecke 1-27/+55
2023-10-13scsi: sym53c8xx_2: Split off bus reset from host resetGravatar Hannes Reinecke 1-41/+66
2023-05-31scsi: sym53c8xx: Replace all non-returning strlcpy() with strscpy()Gravatar Azeem Shaikh 1-1/+1
2023-03-24scsi: sym53c8xx: Declare SCSI host template constGravatar Bart Van Assche 1-2/+2
2022-06-21scsi: sym53c8xx_2: Remove redundant "with"Gravatar Jiang Jian 1-1/+1
2022-02-22scsi: sym53c8xx_2: Move the SCSI pointer to private command dataGravatar Bart Van Assche 1-2/+2
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsGravatar Bart Van Assche 1-2/+1
2021-10-16scsi: sym53c8xx_2: Call scsi_done() directlyGravatar Bart Van Assche 1-2/+1
2021-08-11scsi: sym53c8xx: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestGravatar Bart Van Assche 1-2/+2
2021-05-31scsi: core: Kill DRIVER_SENSEGravatar Hannes Reinecke 1-4/+2
2020-10-26scsi: Remove unneeded break statementsGravatar Tom Rix 1-1/+0
2020-10-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+1
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-8/+4
2020-10-07scsi: sym53c8xx_2: Fix sizeof() mismatchGravatar Colin Ian King 1-1/+1
2020-09-15scsi: sym53c8xx_2: Delete unnecessary else-if in sym_xerr_cam_status()Gravatar Ye Bin 1-5/+1
2020-09-15scsi: sym53c8xx_2: Remove unneeded semicolonGravatar Jason Yan 1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 3-4/+4
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2020-07-24scsi: sym53c8xx_2: Ensure variable has the same stipulations as code using itGravatar Lee Jones 1-0/+8
2020-07-24scsi: sym53c8xx_2: Add missing description for 'pdev'Gravatar Lee Jones 1-0/+1
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Gravatar Luc Van Oostenryck 1-1/+1
2019-12-19scsi: sym53c8xx: fix typos in commentsGravatar Chen Zhou 1-2/+2
2019-08-12scsi: sym53c8xx_2: remove redundant assignment to retvGravatar Colin Ian King 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 14-196/+14
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-04-08scsi: sym53c8xx_2: sym_nvram: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2019-04-08scsi: sym53c8xx_2: sym_hipd: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+2
2018-12-18scsi: flip the default on use_clusteringGravatar Christoph Hellwig 1-1/+0
2018-11-15scsi: sym53c8xx: use dma_set_maskGravatar Christoph Hellwig 1-2/+2
2018-09-11scsi: sym53c8xx: fix NULL pointer dereference panic in sym_int_sir()Gravatar George Kennedy 1-4/+11
2018-08-02scsi: sym53c8xx: remove some redundant variablesGravatar Colin Ian King 2-6/+1
2018-06-26scsi: don't add scsi command result bytesGravatar Johannes Thumshirn 2-2/+2
2018-03-26treewide: Align function definition open/close bracesGravatar Joe Perches 1-1/+1
2018-01-30scsi: sym53c8xx_2: iterator underflow in sym_getsync()Gravatar Dan Carpenter 1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Gravatar Kees Cook 1-3/+3
2017-11-21treewide: init_timer() -> setup_timer()Gravatar Kees Cook 1-3/+1
2017-09-08drivers/scsi/sym53c8xx_2/sym_hipd.c: convert to use memset32Gravatar Matthew Wilcox 1-8/+3
2017-08-24scsi: sym53c8xx: Avoid undefined behaviourGravatar Helge Deller 1-1/+1
2016-09-14scsi: sym53c8xx_2: Use complete() instead complete_all()Gravatar Daniel Wagner 1-1/+1
2014-11-24scsi: drop reason argument from ->change_queue_depthGravatar Christoph Hellwig 1-1/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthGravatar Christoph Hellwig 1-3/+1
2014-07-17scsi: use 64-bit LUNsGravatar Hannes Reinecke 2-2/+2
2014-04-12sym53c8xx_2: Set DID_REQUEUE return code when aborting squeueGravatar Mikulas Patocka 1-0/+4
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devGravatar Yinghai Lu 1-2/+3
2013-10-14treewide: Fix common typo in "identify"Gravatar Maxime Jayat 1-1/+1
2013-04-09sym53c8xx_2: switch to ->show_info()Gravatar Al Viro 1-94/+21
2013-01-03Drivers: scsi: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-13/+10
2012-09-07scsi: make pci error handlers constGravatar Stephen Hemminger 1-1/+1
2012-01-10[SCSI] sym53c8xx: Fix NULL pointer dereference in slave_destroyGravatar Stratos Psomadakis 1-0/+4
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 4-5/+5