index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
hisi_sas
/
hisi_sas_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-21
scsi: sas: move scsi_remove_host call into sas_remove_host
Johannes Thumshirn
1
-1
/
+0
2017-04-12
scsi: hisi_sas: fix NULL deference when TMF timeouts
John Garry
1
-27
/
+33
2017-04-12
scsi: hisi_sas: add v2 hw internal abort timeout workaround
John Garry
1
-1
/
+1
2017-03-23
scsi: hisi_sas: use dev_is_sata to identify SATA or SAS disk
Xiang Chen
1
-1
/
+1
2017-03-23
scsi: hisi_sas: check hisi_sas_lu_reset() error message
John Garry
1
-2
/
+3
2017-03-23
scsi: hisi_sas: release SMP slot in lldd_abort_task
Xiang Chen
1
-2
/
+7
2017-03-23
scsi: hisi_sas: add hisi_sas_clear_nexus_ha()
John Garry
1
-0
/
+8
2017-03-23
scsi: hisi_sas: remove task free'ing for timeouts
John Garry
1
-14
/
+1
2017-03-23
scsi: hisi_sas: fix some sas_task.task_state_lock locking
John Garry
1
-7
/
+6
2017-03-23
scsi: hisi_sas: free slots after hardreset
Xiang Chen
1
-5
/
+6
2017-03-23
scsi: hisi_sas: hardreset for SATA disk in LU reset
John Garry
1
-9
/
+29
2017-03-23
scsi: hisi_sas: modify hisi_sas_abort_task() for SSP
John Garry
1
-10
/
+18
2017-03-23
scsi: hisi_sas: only reset link for PHY_FUNC_LINK_RESET
John Garry
1
-1
/
+2
2017-03-23
scsi: hisi_sas: error hisi_sas_task_prep() when port down
John Garry
1
-3
/
+2
2017-03-23
scsi: hisi_sas: remove hisi_sas_port_deformed()
John Garry
1
-51
/
+34
2017-03-23
scsi: hisi_sas: add softreset function for SATA disk
Xiang Chen
1
-4
/
+66
2017-03-23
scsi: hisi_sas: move PHY init to hisi_sas_scan_start()
John Garry
1
-6
/
+3
2017-03-23
scsi: hisi_sas: add controller reset
Xiang Chen
1
-8
/
+126
2017-03-23
scsi: hisi_sas: add to_hisi_sas_port()
John Garry
1
-4
/
+13
2017-01-21
scsi: hisi_sas: decrease running_req in hisi_sas_slot_task_free()
Xiang Chen
1
-4
/
+4
2017-01-21
scsi: hisi_sas: fix probe ordering problem
Xiang Chen
1
-4
/
+4
2017-01-21
scsi: hisi_sas: downgrade internal abort exit print
John Garry
1
-1
/
+1
2017-01-21
scsi: hisi_sas: downgrade refclk message
John Garry
1
-1
/
+1
2017-01-06
scsi: hisi_sas: lock sensitive region in hisi_sas_slot_abort()
John Garry
1
-0
/
+3
2016-12-06
scsi: hisi_sas: fix free'ing in probe and remove
Xiaofei Tan
1
-9
/
+14
2016-11-25
scsi: hisi_sas: add PHY set linkrate support for v1 and v2 hw
Xiang Chen
1
-2
/
+10
2016-11-25
scsi: hisi_sas: use atomic64_t for hisi_sas_device.running_req
John Garry
1
-4
/
+5
2016-11-25
scsi: hisi_sas: modify return value of hisi_sas_query_task()
Xiang Chen
1
-0
/
+3
2016-11-25
scsi: hisi_sas: replace WARN_ON() with dev_warn() for internal abort
Xiang Chen
1
-1
/
+2
2016-11-25
scsi: hisi_sas: fix port form bug in hisi_sas_port_notify_formed()
Xiang Chen
1
-1
/
+1
2016-11-25
scsi: hisi_sas: alloc queue id of slot according to device id
Xiang Chen
1
-4
/
+4
2016-11-09
scsi: hisi_sas: Add v2 hw support for different refclk
John Garry
1
-0
/
+7
2016-09-14
scsi: hisi_sas: set dma mask before allocate DMA memory
John Garry
1
-7
/
+6
2016-09-14
scsi: hisi_sas: fix a potential warning for sata disk ejection
John Garry
1
-20
/
+6
2016-09-14
scsi: hisi_sas: use safe BITS_PER_BYTE for slot tag size calculation
John Garry
1
-1
/
+1
2016-09-14
scsi: hisi_sas: only zero slot memory when reused
John Garry
1
-1
/
+1
2016-09-14
scsi: hisi_sas: save delivery queue write pointer
John Garry
1
-0
/
+5
2016-08-26
scsi: hisi_sas: add TMF success check
John Garry
1
-0
/
+6
2016-08-26
scsi: hisi_sas: fail tmf task prep when port detached
John Garry
1
-1
/
+1
2016-08-26
scsi: hisi_sas: add internal abort to hisi_sas_abort_task()
John Garry
1
-6
/
+10
2016-08-26
scsi: hisi_sas: add internal abort in hisi_sas_dev_gone()
John Garry
1
-0
/
+3
2016-08-26
scsi: hisi_sas: add internal abort main code
John Garry
1
-0
/
+163
2016-04-15
hisi_sas: add device and slot alloc hw methods
John Garry
1
-2
/
+9
2016-03-01
hisi_sas: add hisi_sas_slave_configure()
John Garry
1
-1
/
+14
2016-03-01
hisi_sas: add hisi_sas_slot_abort()
John Garry
1
-0
/
+42
2016-03-01
hisi_sas: change tmf func complete check
John Garry
1
-1
/
+1
2016-02-24
hisi_sas: use Unified Device Properties API
John Garry
1
-20
/
+21
2016-02-24
hisi_sas: add v2 path to send ATA command
John Garry
1
-0
/
+8
2016-02-24
hisi_sas: set max commands as configurable
John Garry
1
-12
/
+12
2016-02-24
hisi_sas: relocate DEV_IS_EXPANDER
John Garry
1
-4
/
+0
[next]