aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/sym53c8xx_2/sym_hipd.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2019-04-08scsi: sym53c8xx_2: sym_hipd: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+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 1-2/+1
2018-01-30scsi: sym53c8xx_2: iterator underflow in sym_getsync()Gravatar Dan Carpenter 1-1/+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
2014-04-12sym53c8xx_2: Set DID_REQUEUE return code when aborting squeueGravatar Mikulas Patocka 1-0/+4
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2010-09-02[SCSI] sd, sym53c8xx: Remove warnings after vsprintf %pV introducation.Gravatar David Miller 1-6/+4
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2009-06-21sym53c8xx: ratelimit parity errorsGravatar John Stoffel 1-2/+3
2009-05-20[SCSI] sym53c8xx_2: slave_alloc/destroy safety (2.6.27.5)Gravatar Aaro Koskinen 1-1/+39
2009-05-20[SCSI] sym53c8xx_2: lun to_clear flag not re-initialized (2.6.27.5)Gravatar Aaro Koskinen 1-0/+9
2009-04-03[SCSI] replace __inline with inlineGravatar Harvey Harrison 1-1/+1
2009-03-12[SCSI] sym53c8xx: don't flood syslog with negotiation messagesGravatar Tony Battersby 1-3/+26
2009-03-12[SCSI] sym53c8xx: Keep transfer negotiations validGravatar Aaro Koskinen 1-9/+26
2008-07-26[SCSI] sym53c8xx: free luntbl in sym_hcb_freeGravatar Mike Anderson 1-0/+2
2008-04-28scsi: fix integer as NULL pointer warningsGravatar Harvey Harrison 1-3/+3
2008-02-07[SCSI] sym53c8xx: fix resid calculationGravatar Tony Battersby 1-1/+1
2007-12-18[SCSI] sym53c8xx: fix "irq X: nobody cared" regressionGravatar Tony Battersby 1-1/+1
2007-10-23[SCSI] sym53c8xx: Remove sym_xpt_async_sent_bdrGravatar Matthew Wilcox 1-1/+2
2007-10-23[SCSI] sym53c8xx: Remove pci_dev pointer from sym_shcbGravatar Matthew Wilcox 1-25/+35
2007-10-23[SCSI] sym53c8xx: Make interrupt handler capable of returning IRQ_NONEGravatar Matthew Wilcox 1-7/+9
2007-10-23[SCSI] sym53c8xx: Use scmd_printk where appropriateGravatar Matthew Wilcox 1-18/+17
2007-10-23[SCSI] sym53c8xx: Simplify DAC DMA handlingGravatar Matthew Wilcox 1-15/+8
2007-10-23[SCSI] sym53c8xx: Remove io_ws, mmio_ws and ram_ws elementsGravatar Matthew Wilcox 1-5/+2
2007-10-23[SCSI] sym53c8xx: Remove ->device_idGravatar Matthew Wilcox 1-8/+8
2007-10-23[SCSI] sym53c8xx: Use pdev->revisionGravatar Matthew Wilcox 1-4/+4
2007-10-23[SCSI] sym53c8xx: PCI Error Recovery supportGravatar Linas Vepstas 1-4/+21
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Gravatar Robert P. J. Day 1-1/+1
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroGravatar Tobias Klauser 1-2/+1
2006-04-13[SCSI] Allow nvram settings to determine bus modeGravatar Matthew Wilcox 1-31/+34
2006-04-13[SCSI] Use SPI messages where possibleGravatar Matthew Wilcox 1-3/+6
2006-04-13[SCSI] Disable sym2 driver queueingGravatar Matthew Wilcox 1-3/+5
2006-04-13[SCSI] Mark div_10M array constGravatar Matthew Wilcox 1-1/+1
2006-04-13[SCSI] Change Kconfig option from IOMAPPED to MMIOGravatar Matthew Wilcox 1-12/+17
2006-03-14Merge ../linux-2.6Gravatar James Bottomley 1-0/+2
2006-02-28[SCSI] Fix uninitialised width and speed in sym2Gravatar Matthew Wilcox 1-0/+2
2006-02-27[SCSI] Add spi_populate_*_msg functionsGravatar Matthew Wilcox 1-41/+12
2006-02-12[SCSI] sym2: Mask off opcode from RBCGravatar Matthew Wilcox 1-1/+1
2005-12-15[SCSI] Rename scsi_print_msg to spi_print_msgGravatar Matthew Wilcox 1-2/+2
2005-12-15Merge by hand (conflicts in scsi_lib.c)Gravatar James Bottomley 1-2/+2
2005-12-13[SCSI] sym2: Report disabled devices and LUNs more attractivelyGravatar Matthew Wilcox 1-30/+0
2005-12-13[SCSI] sym2: Allow NVRAM settings to limit speed and widthGravatar Matthew Wilcox 1-1/+1
2005-12-13[SCSI] sym2: Use scsi_print_msgGravatar Matthew Wilcox 1-24/+5
2005-12-13[SCSI] sym2: Remove code to handle DMA_BIDIRECTION requestsGravatar Matthew Wilcox 1-4/+4
2005-12-13[SCSI] sym2: Manage sym_lcb properlyGravatar Matthew Wilcox 1-79/+7
2005-12-13[SCSI] sym2: Remove last vestiges of sym_sniff_inquiryGravatar Matthew Wilcox 1-9/+0
2005-12-13[SCSI] Negotiate correctly with async-only devicesGravatar Matthew Wilcox 1-2/+2