mbox series

[PULL,Unstable] hisi_sas driver fixes

Message ID 20180531220918.GA10344@xps13.dannf
State New
Headers show
Series [PULL,Unstable] hisi_sas driver fixes | expand

Pull-request

git://git.launchpad.net/~dannf/ubuntu/+source/linux/+git/linux hisi_sas-updates-unstable

Message

dann frazier May 31, 2018, 10:09 p.m. UTC
Sync up the unstable branch with the changes in my "[PULL][SRU Bionic]
hisi_sas driver fixes" PR.

The following changes since commit a838250cdd644cafa0c9942d77785401ae2ace69:

  UBUNTU: Config: Update SSB and B43/B44 options (2018-05-31 08:44:49 -0300)

are available in the Git repository at:

  git://git.launchpad.net/~dannf/ubuntu/+source/linux/+git/linux hisi_sas-updates-unstable

for you to fetch changes up to 5365fcef5443b7bd1d8d15d9df3cef0a58987a8d:

  scsi: hisi_sas: Mark PHY as in reset for nexus reset (2018-05-31 15:40:42 -0600)

----------------------------------------------------------------
John Garry (3):
      scsi: hisi_sas: print device id for errors
      scsi: hisi_sas: stop controller timer for reset
      scsi: hisi_sas: add readl poll timeout helper wrappers

Wei Yongjun (1):
      scsi: hisi_sas: fix a typo in hisi_sas_task_prep()

Xiang Chen (18):
      scsi: hisi_sas: delete timer when removing hisi_sas driver
      scsi: hisi_sas: optimise the usage of DQ locking
      scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twice
      scsi: hisi_sas: check host frozen before calling "done" function
      scsi: hisi_sas: fix PI memory size
      scsi: hisi_sas: check sas_dev gone earlier in hisi_sas_abort_task()
      scsi: hisi_sas: update PHY linkrate after a controller reset
      scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hw
      scsi: hisi_sas: relocate smp sg map
      scsi: hisi_sas: make return type of prep functions void
      scsi: hisi_sas: allocate slot buffer earlier
      scsi: hisi_sas: Don't lock DQ for complete task sending
      scsi: hisi_sas: Use device lock to protect slot alloc/free
      scsi: hisi_sas: change slot index allocation mode
      scsi: hisi_sas: Change common allocation mode of device id
      scsi: hisi_sas: Reset disks when discovered
      scsi: hisi_sas: Create a scsi_host_template per HW module
      scsi: hisi_sas: Mark PHY as in reset for nexus reset

Xiaofei Tan (12):
      scsi: hisi_sas: update RAS feature for later revision of v3 HW
      scsi: hisi_sas: check IPTT is valid before using it for v3 hw
      scsi: hisi_sas: remove redundant handling to event95 for v3
      scsi: hisi_sas: workaround a v3 hw hilink bug
      scsi: hisi_sas: add check of device in hisi_sas_task_exec()
      scsi: hisi_sas: Add LED feature for v3 hw
      scsi: hisi_sas: Init disks after controller reset
      scsi: hisi_sas: Try wait commands before before controller reset
      scsi: hisi_sas: Include TMF elements in struct hisi_sas_slot
      scsi: hisi_sas: Add v2 hw force PHY function for internal ATA command
      scsi: hisi_sas: Terminate STP reject quickly for v2 hw
      scsi: hisi_sas: Fix return value when get_free_slot() failed

 drivers/scsi/hisi_sas/hisi_sas.h       |  49 ++-
 drivers/scsi/hisi_sas/hisi_sas_main.c  | 559 +++++++++++++++++++++++----------
 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c | 129 ++++----
 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 262 ++++++++-------
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 429 +++++++++++++++++--------
 5 files changed, 929 insertions(+), 499 deletions(-)

Comments

Thadeu Lima de Souza Cascardo June 25, 2018, 8:34 p.m. UTC | #1
Applied to unstable master branch.

Thanks.
Cascardo.

Applied-to: unstable/master