mbox series

[0/5] hisi_sas: Some misc patches for next

Message ID 1629799260-120116-1-git-send-email-john.garry@huawei.com
Headers show
Series hisi_sas: Some misc patches for next | expand

Message

John Garry Aug. 24, 2021, 10 a.m. UTC
This series contains some minor misc patches, including:
- Fix debugfs dump index
- Stop printing #hw queues
- Use PCI managed functions
- Some timer changes

Thanks in advance!

John Garry (1):
  scsi: hisi_sas: Remove print in v3 hw probe about #hw queues

Luo Jiaxing (2):
  scsi: hisi_sas: Rename HISI_SAS_{RESET -> RESETTING}_BIT
  scsi: hisi_sas: Increase debugfs_dump_index after dump is completed

Xiang Chen (2):
  scsi: hisi_sas: Use managed PCI functions
  scsi: hisi_sas: Replace some del_timer() calls with del_timer_sync()

 drivers/scsi/hisi_sas/hisi_sas.h       |  2 +-
 drivers/scsi/hisi_sas/hisi_sas_main.c  | 24 ++++++++---------
 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c |  2 +-
 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c |  8 +++---
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 37 +++++++++++---------------
 5 files changed, 33 insertions(+), 40 deletions(-)

-- 
2.26.2

Comments

Martin K. Petersen Sept. 14, 2021, 3:56 a.m. UTC | #1
John,

> This series contains some minor misc patches, including:

> - Fix debugfs dump index

> - Stop printing #hw queues

> - Use PCI managed functions

> - Some timer changes


Applied to 5.16/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering
Martin K. Petersen Sept. 22, 2021, 4:45 a.m. UTC | #2
On Tue, 24 Aug 2021 18:00:55 +0800, John Garry wrote:

> This series contains some minor misc patches, including:

> - Fix debugfs dump index

> - Stop printing #hw queues

> - Use PCI managed functions

> - Some timer changes

> 

> Thanks in advance!

> 

> [...]


Applied to 5.16/scsi-queue, thanks!

[1/5] scsi: hisi_sas: Use managed PCI functions
      https://git.kernel.org/mkp/scsi/c/4f6094f1663e
[2/5] scsi: hisi_sas: Remove print in v3 hw probe about #hw queues
      https://git.kernel.org/mkp/scsi/c/089226ef6a08
[3/5] scsi: hisi_sas: Rename HISI_SAS_{RESET -> RESETTING}_BIT
      https://git.kernel.org/mkp/scsi/c/b5a9fa20e3bf
[4/5] scsi: hisi_sas: Replace some del_timer() calls with del_timer_sync()
      https://git.kernel.org/mkp/scsi/c/080b4f976bf7
[5/5] scsi: hisi_sas: Increase debugfs_dump_index after dump is completed
      https://git.kernel.org/mkp/scsi/c/9aec5ffa6e39

-- 
Martin K. Petersen	Oracle Linux Engineering