aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic7xxx/aic7xxx_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-22scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8Colin Ian King1-1/+1
2021-01-22scsi: aic7xxx: aic79xx: Drop internal SCSI message definitionHannes Reinecke1-63/+63
2021-01-22scsi: aic7xxx: aic79xx: Remove driver-defined SAM status definitionsHannes Reinecke1-3/+3
2021-01-22scsi: aic7xxx: aic79xx: Whitespace cleanupHannes Reinecke1-68/+63
2020-12-02scsi: aic7xxx: Fix fall-through warnings for ClangGustavo A. R. Silva1-2/+2
2020-11-25scsi: aic7xxx: Use generic power managementVaibhav Gupta1-4/+2
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2020-09-15scsi: aic7xxx: Use kmemdup() in two placesAlex Dewar1-2/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-14/+14
2020-04-24scsi: aic7xxx: Remove unnecessary NULL checks before kfreeAlex Dewar1-10/+5
2020-04-24scsi: aic7xxx: Use kzalloc() instead of kmalloc()+memset()Alex Dewar1-2/+2
2020-03-31scsi: aic7xxx: Remove more FreeBSD-specific codeAlex Dewar1-23/+0
2019-12-19scsi: aic7xxx: Adjust indentation in ahc_find_syncrateNathan Chancellor1-1/+1
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-04-18scsi: aic7xxx: fix spelling mistake "recevied" -> "received"Colin Ian King1-1/+1
2019-04-08scsi: aic7xxx: mark expected switch fall-throughsGustavo A. R. Silva1-3/+9
2018-09-11scsi: aic7xxx: remove unused redundant variable num_chip_namesColin Ian King1-1/+0
2018-08-30scsi: aic7xxx: Fix build using bare-metal toolchainSam Protsenko1-39/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-03-15scsi: aic7xxx: aic79xx: remove VLAsStephen Kitt1-4/+4
2017-10-16scsi: aic7xxx: make a couple of functions staticColin Ian King1-1/+1
2017-08-07scsi: aic7xxx: remove empty functionMichał Mirosław1-1/+0
2015-08-07aic7xxx: Fix typo in error messageNik Nyby1-1/+1
2015-04-09aic7xxx: replace kmalloc/memset by kzallocMichael Opdenacker1-6/+4
2012-02-05aic7xxx: Fix typo in aic7xxxMasanari Iida1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-9/+9
2011-01-19scsi: Remove unnecessary casts of void ptr returning alloc function return valuesJesper Juhl1-1/+1
2010-07-28[SCSI] aic7xxx: Remove OS utility wrappersPekka Enberg1-218/+212
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-21trivial: fix typo in aic7xxx commentUwe Kleine-Koenig1-1/+1
2008-10-23[SCSI] aic7xxx: Take the LED out of diagnostic mode on PM resumethomas schorpp1-0/+7
2008-04-27[SCSI] aic7xxx: add constDenys Vlasenko1-6/+6
2008-04-27[SCSI] aic7xxx: add staticDenys Vlasenko1-56/+124
2008-04-24[SCSI] aic7xxx, aic79xx: deinline functionsDenys Vlasenko1-2/+506
2008-02-18[SCSI] aic7xx: mitigate HOST_MSG_LOOP invalid SCB ff panicJames Bottomley1-5/+6
2008-01-30[SCSI] aic7xxx: fix warnings with CONFIG_PM disabledFUJITA Tomonori1-1/+2
2007-07-31[SCSI] aic7xxx: cap maxsync according to correct card limitsJames Bottomley1-1/+21
2007-04-01[SCSI] aic7xxx: make functions staticAdrian Bunk1-1/+1
2006-10-25[SCSI] aic7xxx: Remove slave_destroyHannes Reinecke1-10/+12
2006-10-25[SCSI] drivers/scsi: Handcrafted MIN/MAX macro removalAmol Lad1-9/+9
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser1-4/+4
2006-05-28[SCSI] audit drivers for incorrect max_id useHannes Reinecke1-2/+2
2006-02-27[SCSI] Add spi_populate_*_msg functionsMatthew Wilcox1-17/+7
2005-08-04[SCSI] aic7xxx: upport all sequencer and core fixes from adaptec version 6.3.9James Bottomley1-25/+35
2005-07-11[SCSI] aic7xxx: remove ahc_tailqChristoph Hellwig1-59/+0
2005-06-11[SCSI] aic7xxx: remove ahc_find_softcChristoph Hellwig1-16/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+7451