aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic94xx
AgeCommit message (Expand)AuthorFilesLines
2024-03-25Merge patch series "Add LIBSAS_SHT_BASE for libsas"Martin K. Petersen1-19/+2
2024-03-25scsi: aic94xx: Use LIBSAS_SHT_BASEJohn Garry1-19/+2
2024-03-25scsi: aic94xx: Add libsas SATA sysfs attributes groupIgor Pylypiv1-0/+8
2023-08-21scsi: libsas: Delete sas_ata_task.retry_countJohn Garry1-1/+1
2023-08-21scsi: libsas: Delete sas_ata_task.stp_affil_polJohn Garry1-5/+1
2023-08-21scsi: libsas: Delete sas_ata_task.set_affil_polJohn Garry1-4/+3
2023-08-21scsi: libsas: Delete sas_ssp_task.task_prioJohn Garry1-1/+0
2023-08-21scsi: libsas: Delete sas_ssp_task.enable_first_burstJohn Garry1-2/+0
2023-08-21scsi: libsas: Delete struct scsi_coreJohn Garry2-4/+4
2023-08-21scsi: libsas: Delete enum sas_phy_typeJohn Garry1-1/+0
2023-08-21scsi: libsas: Delete enum sas_classJohn Garry1-1/+0
2023-08-21scsi: libsas: Delete sas_ha_struct.lldd_moduleJohn Garry1-1/+0
2023-05-31scsi: Add HAS_IOPORT dependenciesNiklas Schnelle1-1/+1
2023-03-24scsi: aic94xx: Declare SCSI host template constBart Van Assche1-1/+1
2023-02-08scsi: aic94xx: Add missing check for dma_map_single()Jiasheng Jiang1-0/+3
2022-06-10scsi: libsas: Introduce struct smp_rps_respDamien Le Moal1-1/+1
2022-02-19scsi: libsas: Delete lldd_clear_aca callbackJohn Garry3-11/+0
2022-02-19scsi: libsas: Use enum for response frame DATAPRES fieldJohn Garry1-1/+1
2022-02-11scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry1-9/+0
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook1-2/+4
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2021-07-07Merge tag 'Wimplicit-fallthrough-clang-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds1-1/+3
2021-07-06scsi: aic94xx: Fix fall-through warning for ClangGustavo A. R. Silva1-1/+3
2021-06-22scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu1-0/+1
2021-06-02scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche1-1/+1
2021-04-01scsi: aic94xx: Avoid -Wempty-body warningArnd Bergmann1-1/+1
2021-03-18scsi: aic94xx: Correct misspelling of function asd_dump_seq_state()Lee Jones1-1/+1
2021-03-15scsi: aic94xx: Remove code that has been unused for at least 13 yearsLee Jones1-184/+0
2021-03-15scsi: aic94xx: Fix asd_erase_nv_sector()'s headerLee Jones1-1/+1
2021-03-15scsi: aic94xx: Fix a couple of misnamed function namesLee Jones1-2/+2
2021-01-22scsi: aic94xx: Switch back to original libsas event notifiersAhmed S. Darwish1-16/+13
2021-01-22scsi: aic94xx: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish1-9/+16
2021-01-22scsi: libsas: Remove notifier indirectionJohn Garry1-11/+9
2020-12-02scsi: aic94xx: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+4
2020-10-26scsi: Remove unneeded break statementsTom Rix1-1/+0
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+0
2020-09-15scsi: aic94xx: Remove unused inline functionYueHaibing1-8/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-6/+6
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-10/+13
2020-07-24scsi: aic94xx: Fix kerneldoc formatting issue with 'task'Lee Jones1-1/+1
2020-07-24scsi: aic94xx: Fix a couple of kerneldoc formatting issuesLee Jones1-2/+2
2020-07-15scsi: aic94xx: Fix a couple of formatting and bitrot issuesLee Jones1-3/+3
2020-07-15scsi: aic94xx: Document 'lseq' and repair asd_update_port_links() headerLee Jones1-1/+5
2020-07-15scsi: aic94xx: Repair kerneldoc formatting error and remove extra paramLee Jones1-2/+1
2020-07-15scsi: aic94xx: Demote seemingly unintentional kerneldoc headerLee Jones1-1/+1
2020-06-15scsi: Wire up ata_scsi_dma_need_drain for SAS HBA driversChristoph Hellwig1-0/+1
2020-05-11scsi: libsas: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-7/+7
2020-01-03compat_ioctl: scsi: handle HDIO commands from driversArnd Bergmann1-0/+3
2019-07-30scsi: aic94xx: Remove unnecessary null checkYueHaibing1-6/+3
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+1
2019-06-20scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 457Thomas Gleixner1-19/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 411Thomas Gleixner19-357/+19
2019-02-25scsi: aic94xx: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-3/+5
2019-02-01scsi: aic94xx: fix module loadingJames Bottomley1-4/+4
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-11-21scsi: aic94xx: Use dma_pool_zallocSouptick Joarder1-2/+1
2018-10-17scsi: aic94xx: fully convert to the generic DMA APIChristoph Hellwig2-30/+25
2018-10-16scsi: aic94xx: mark expected switch fall-throughsGustavo A. R. Silva1-0/+5
2018-08-08scsi: aic94xx: fix an error code in aic94xx_init()Dan Carpenter1-1/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-3/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+4
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2-2/+2
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+0
2017-10-27scsi: aic94xx: Convert timers to use timer_setup()Kees Cook4-15/+12
2017-09-15scsi: libsas: kill useless ha_event and do some cleanupJason Yan1-3/+0
2017-08-25scsi: libsas: move bus_reset_handler() to target_reset_handler()Hannes Reinecke1-1/+1
2017-08-07scsi: remove DRIVER_ATTR() usageGreg Kroah-Hartman1-2/+2
2017-04-21scsi: sas: move scsi_remove_host call into sas_remove_hostJohannes Thumshirn1-1/+0
2016-11-29scsi: aic94xx: Add a missing call to kfreeQuentin Lambert1-1/+4
2016-08-25scsi: aic94xx: Add missing error code assignment before testChristophe JAILLET1-1/+1
2016-04-18treewide: Fix typos in printkMasanari Iida2-2/+2
2015-11-25scsi: Centralise ssp frame information unitsJohn Garry1-43/+6
2015-11-12Merge tag '4.4-scsi-mkp' into miscJames Bottomley1-1/+1
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-1/+0
2015-11-09aic94xx: remove SCSI host before detaching from SAS transportJack Wang1-1/+1
2015-09-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+3
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+1
2015-08-28aic94xx: Skip reading user settings if flash is not foundHannes Reinecke1-2/+3
2015-08-26aic94xx: set an error code on failureDan Carpenter1-0/+1
2015-08-10cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams1-6/+1
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke1-1/+0
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-1/+0
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-5/+5
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-1/+0
2014-11-27libsas: remove task_collector modeChristoph Hellwig4-21/+8
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-0/+1
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-0/+1
2014-11-05libsas: use ata_dev_classify()Hannes Reinecke1-5/+5
2013-06-04[SCSI] libsas: implement > 16 byte CDB supportJames Bottomley1-1/+2
2013-05-10[SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device...James Bottomley3-14/+14
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-12/+11
2012-10-06sections: fix section conflicts in drivers/scsiAndi Kleen1-1/+1
2012-07-08[SCSI] libsas: fix taskfile corruption in sas_ata_qc_fill_rtfDan Williams1-1/+1
2012-04-30aic94xx: Get rid of redundant NULL check before release_firmware() callJesper Juhl1-2/+1
2012-02-29[SCSI] libsas: don't recover end devices attached to disabled physDan Williams1-1/+1
2012-02-29[SCSI] libsas: async ata scanningDan Williams1-1/+0
2012-02-29[SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams1-3/+6
2012-02-19[SCSI] libsas: use ->set_dmamode to notify lldds of NCQ parametersDan Williams3-14/+28
2012-02-19[SCSI] libsas: introduce sas_drain_work()Dan Williams1-1/+1
2012-02-19[SCSI] libsas: kill sas_slave_destroyDan Williams1-1/+0
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+1
2011-10-02[SCSI] isci: export phy events via ->lldd_control_phy()Dan Williams1-0/+1
2011-09-15aix94xx: Use angle brackets for system includesJoe Perches1-1/+1
2011-05-24[SCSI] aic94xx: world-writable sysfs update_bios fileVasiliy Kulikov1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-17scsi: change to new flag variablematt mooney1-3/+1
2010-11-03drivers: scsi: fix typo in commentAndrea Gelmini1-1/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König2-5/+5
2010-08-11drivers/scsi/aic94xx/aic94xx_init.c: correct the size argument to kmallocJulia Lawall1-2/+2
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-2/+2
2010-07-28[SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley1-1/+1
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo6-0/+6
2009-12-04tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison5-36/+36
2008-07-10aic94xx: treat firmware data as constDavid Woodhouse3-11/+12
2008-05-02[SCSI] aic94xx: fix section mismatchSam Ravnborg1-3/+3
2008-04-07[SCSI] aic94xx: cleanupsAdrian Bunk13-113/+87
2008-04-07[SCSI] aic94xx: Use sas_request_addr() to provide SAS WWN if the adapter lack...Darrick J. Wong3-29/+9
2008-02-24[SCSI] aic94xx: fix TMF ascb handling to prevent sequencer panicJames Bottomley3-114/+139
2008-02-23[SCSI] aic94xx: plumb in I_T_nexus_reset task management functionJames Bottomley3-5/+56
2008-02-22[SCSI] aic94xx: fix sequencer hang on error recoveryJames Bottomley1-4/+0
2008-02-18[SCSI] aic94xx: fix REQ_TASK_ABORT and REQ_DEVICE_RESETJames Bottomley1-4/+10
2008-02-11[SCSI] aic94xx: fix ABORT_TASK define conflictBoaz Harrosh2-2/+2
2008-01-25[SCSI] libsas: abstract STP task status into a functionJames Bottomley1-18/+2
2008-01-11[SCSI] aic94xx: fix section mismatchesRandy Dunlap1-3/+3
2008-01-11[SCSI] libsas: Convert sas_proto users to sas_protocolDarrick J. Wong6-30/+30
2008-01-11[SCSI] aic94xx: update BIOS image from user space.Gilbert Wu4-0/+697
2007-11-14aic94xx_sds: rename FLASH_SIZEAndrew Morton1-2/+2
2007-10-16aic94xx: sg chaining supportJens Axboe1-3/+3
2007-10-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds3-37/+19
2007-10-12[SCSI] aic94xx: fix SSP IU status print-outJeff Garzik1-1/+1
2007-10-12[SCSI] aic94xx: Free scsi host on errorMatthew Wilcox1-8/+9
2007-10-12[SCSI] aic94xx: Add new PCI ID for ASC58300Gilbert Wu2-28/+9
2007-10-02aic94xx: fix DMA data direction for SMP requestsJeff Garzik1-2/+2
2007-07-26[SCSI] libsas: Remove PCI dependenciesJeff Garzik1-3/+1
2007-07-22Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds3-8/+17
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-07-18[SCSI] libsas, aic94xx: fix dma mapping cockups with ATAJames Bottomley1-2/+2
2007-07-18[SCSI] aic94xx: Don't call pci_map_sg for already-mapped scatterlistsDarrick J. Wong1-6/+13
2007-07-18[SCSI] libsas: fixup NCQ for SATA disksJames Bottomley1-1/+0
2007-07-18[SCSI] aic94xx: SATA tag mask not set correctlyDarrick J. Wong1-1/+1
2007-07-18[SCSI] Add SATA support to libsasDarrick J. Wong1-0/+3
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-7/+2
2007-05-22[SCSI] aic94xx: asd_clear_nexus should fail if the cleared task does not comp...Darrick J. Wong1-4/+10
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-02-16[SCSI] aic94xx: tie driver to the major number of the sequencer firmwareJames Bottomley2-3/+11
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner1-1/+1
2007-02-11Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds11-100/+164
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-2/+1
2007-02-03[SCSI] aic94xx: update for v28 firmwareWu, Gilbert3-3/+6
2007-02-03[SCSI] aic94xx: Add default bus reset handlerDarrick J. Wong1-0/+1
2007-02-03[SCSI] aic94xx: Remove TMF result code mungingDarrick J. Wong1-8/+1
2007-01-27[SCSI] aic94xx: Register eh_device_reset_handlerDarrick J. Wong1-0/+1
2007-01-27[SCSI] aic94xx: fix typos and update verison numberAlexis Bruemmer2-6/+6
2007-01-13[SCSI] aic94xx: Scan SAS devices asynchronouslyDarrick J. Wong1-13/+28
2007-01-13[SCSI] aic94xx: Lock DDB read/write accessesDarrick J. Wong2-8/+11
2007-01-13[SCSI] aic94xx: Fix DDB and SCB initializationDarrick J. Wong3-11/+25
2007-01-13[SCSI] aic94xx: Match request_firmware with release_firmwareDarrick J. Wong3-0/+9
2007-01-13[SCSI] aic94xx: Remove workqueue code from REQ_TASK_ABORT/REQ_DEVICE_RESET codeDarrick J. Wong1-56/+66
2007-01-13[SCSI] aic94xx: Don't eat TMF_QUERY_TASK resultsDarrick J. Wong1-0/+5
2007-01-13[SCSI] aic94xx: Set lldd_max_execute_num in sas_haDarrick J. Wong1-0/+1
2007-01-13[SCSI] libsas: Don't give scsi_cmnds to the EH if they never made it to the S...Darrick J. Wong1-0/+9
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter3-5/+5
2006-12-06Actually update the fixed up compile failures.David Howells1-4/+5
2006-12-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-17/+112
2006-11-30Fix misc .c/.h comment typosMatt LaPlante2-3/+3
2006-11-22Merge ../scsi-rc-fixes-2.6James Bottomley8-10/+109
2006-11-22[SCSI] aic94xx: fix pointer to integer conversion warningJames Bottomley1-1/+1
2006-11-22[PATCH] aic94xx: delete ascb timers when freeing queuesDarrick J. Wong1-0/+9
2006-11-22[PATCH] aic94xx: handle REQ_DEVICE_RESETDarrick J. Wong1-7/+44
2006-11-15[SCSI] aic94xx: handle REQ_TASK_ABORTDarrick J. Wong1-17/+66
2006-11-09[SCSI] aic94xx SCSI timeout fixmalahal@us.ibm.com7-6/+106
2006-10-25[SCSI] aic94xx: Supermicro motherboards supportSergey Kononenko3-4/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2-3/+2
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-8/+34
2006-10-04[SCSI] SCSI aic94xx: handle sysfs errorsJeff Garzik1-8/+33
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-26[SCSI] aic94xx: require firmware loaderMuli Ben-Yehuda1-0/+1
2006-09-24[PATCH] fix idiocy in asd_init_lseq_mdp()Al Viro1-1/+1
2006-09-24[PATCH] SCSI gfp_t annotationsAl Viro4-13/+13
2006-09-23[SCSI] aic94xx: Fix for a typo in aic94xx_init()malahal@us.ibm.com1-1/+1
2006-09-23[SCSI] aic94xx: Removes Reliance on FLASH Manufacture IDsAlexis Bruemmer1-49/+2
2006-09-07[SCSI] aci94xx: implement link rate settingJames Bottomley2-3/+29
2006-09-07[SCSI] SAS: consolidate linkspeed definitionsJames Bottomley3-18/+22
2006-08-30[SCSI] aic94xx: Increase can_queue for better performanceDarrick J. Wong1-0/+2
2006-08-30[SCSI] aic94xx: add MODULE_FIRMWARE tagJames Bottomley1-0/+3
2006-08-29[SCSI] aic94xx: new driverJames Bottomley19-0/+12625