index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
hisi_sas
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-08
scsi: hisi_sas: Convert to platform remove callback returning void
Uwe Kleine-König
4
-15
/
+4
2023-05-17
scsi: hisi_sas: Fix warnings detected by sparse
Xingui Yang
1
-3
/
+4
2023-05-17
scsi: hisi_sas: Change DMA setup lock timeout to 2.5s
Xingui Yang
1
-0
/
+4
2023-05-17
scsi: hisi_sas: Configure initial value of some registers according to HBA model
Yihang Li
1
-5
/
+12
2023-04-12
scsi: hisi_sas: Work around build failure in suspend function
Arnd Bergmann
1
-0
/
+4
2023-04-03
Merge patch series "scsi: hisi_sas: Some misc changes"
Martin K. Petersen
5
-35
/
+124
2023-04-03
scsi: hisi_sas: Exit suspend state when usage count is greater than 0
Yihang Li
1
-17
/
+56
2023-04-03
scsi: hisi_sas: Ensure all enabled PHYs up during controller reset
Yihang Li
1
-2
/
+30
2023-04-03
scsi: hisi_sas: Handle NCQ error when IPTT is valid
Xingui Yang
3
-3
/
+15
2023-04-03
scsi: hisi_sas: Grab sas_dev lock when traversing the members of sas_dev.list
Xingui Yang
5
-13
/
+23
2023-04-01
Merge branch '6.3/scsi-fixes' into 6.4/scsi-staging
Martin K. Petersen
1
-2
/
+1
2023-03-25
Merge patch series "Constify most SCSI host templates"
Martin K. Petersen
4
-4
/
+4
2023-03-25
scsi: hisi_sas: Declare SCSI host template const
Bart Van Assche
4
-4
/
+4
2023-03-10
scsi: hisi_sas: Add device attribute experimental_iopoll_q_cnt for v3 hw
Xiang Chen
1
-0
/
+13
2023-03-10
scsi: hisi_sas: Sync complete queue for poll queue
Xiang Chen
3
-22
/
+61
2023-03-10
scsi: hisi_sas: Add poll support for v3 hw
Xiang Chen
3
-10
/
+82
2023-03-10
scsi: hisi_sas: Add function complete_v3_hw()
Xiang Chen
1
-5
/
+12
2023-03-07
scsi: hisi_sas: Check devm_add_action() return value
Kang Chen
1
-2
/
+1
2023-01-12
scsi: hisi_sas: Set a port invalid only if there are no devices attached when...
Yihang Li
1
-1
/
+1
2023-01-12
scsi: hisi_sas: Use abort task set to reset SAS disks when discovered
Xingui Yang
1
-1
/
+1
2023-01-07
scsi: hisi_sas: Fix tag freeing for reserved tags
Jason Yan
1
-1
/
+1
2022-11-26
scsi: hisi_sas: Fix SATA devices missing issue during I_T nexus reset
Jie Zhan
1
-3
/
+5
2022-11-26
scsi: Revert "scsi: hisi_sas: Don't send bcast events from HW during nexus HA...
Jie Zhan
1
-12
/
+4
2022-11-26
scsi: Revert "scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology()"
Jie Zhan
1
-7
/
+0
2022-10-22
scsi: hisi_sas: Put reserved tags in lower region of tagset
John Garry
1
-7
/
+7
2022-10-22
scsi: hisi_sas: Use sas_task_find_rq()
John Garry
1
-18
/
+8
2022-10-18
scsi: hisi_sas: Use sas_find_attathed_phy_id() instead of open coding it
Jason Yan
1
-11
/
+3
2022-10-18
scsi: hisi_sas: Modify v3 HW SATA disk error state completion processing
Xingui Yang
1
-1
/
+4
2022-10-18
scsi: hisi_sas: Add SATA_DISK_ERR bit handling for v3 hw
Xingui Yang
3
-3
/
+64
2022-10-18
scsi: hisi_sas: Move slot variable definition in hisi_sas_abort_task()
Xingui Yang
1
-5
/
+3
2022-10-07
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
5
-25
/
+38
2022-09-07
scsi: hisi_sas: Don't send bcast events from HW during nexus HA reset
John Garry
1
-4
/
+12
2022-09-07
scsi: hisi_sas: Add helper to process bcast events
John Garry
5
-13
/
+18
2022-09-07
scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology()
John Garry
1
-0
/
+7
2022-09-07
scsi: hisi_sas: Clear HISI_SAS_HW_FAULT_BIT earlier
John Garry
1
-1
/
+1
2022-09-07
scsi: hisi_sas: Revert change to limit max hw sectors for v3 HW
John Garry
1
-7
/
+0
2022-08-22
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
2
-7
/
+3
2022-07-19
scsi: hisi_sas: Modify v3 HW SATA completion error processing
Xingui Yang
1
-1
/
+8
2022-07-19
scsi: hisi_sas: Relocate DMA unmap of SMP task
Xiang Chen
4
-7
/
+5
2022-07-19
scsi: hisi_sas: Remove unnecessary variable to hold DMA map elements
Xiang Chen
1
-25
/
+18
2022-07-19
scsi: hisi_sas: Call hisi_sas_slave_configure() from slave_configure_v3_hw()
John Garry
1
-4
/
+1
2022-07-08
Merge branch '5.19/scsi-fixes' into 5.20/scsi-staging
Martin K. Petersen
1
-0
/
+7
2022-06-28
scsi: hisi_sas: Limit max hw sectors for v3 HW
John Garry
1
-0
/
+7
2022-06-22
scsi: hisi_sas: Align comments
Jiang Jian
1
-2
/
+2
2022-05-20
scsi: hisi_sas: Fix memory ordering in hisi_sas_task_deliver()
John Garry
1
-0
/
+2
2022-05-20
scsi: hisi_sas: Fix rescan after deleting a disk
John Garry
1
-29
/
+18
2022-05-20
scsi: hisi_sas: Use sas_ata_wait_after_reset() in IT nexus reset
John Garry
1
-7
/
+12
2022-05-11
scsi: hisi_sas: Undo RPM resume for failed notify phy event for v3 HW
Xiang Chen
1
-2
/
+8
2022-03-30
scsi: hisi_sas: Remove stray fallthrough annotation
Dan Carpenter
1
-1
/
+0
2022-03-15
scsi: hisi_sas: Use libsas internal abort support
John Garry
4
-319
/
+171
[next]