mbox series

[0/5] hisi_sas: More misc patches

Message ID 1611659068-131975-1-git-send-email-john.garry@huawei.com
Headers show
Series hisi_sas: More misc patches | expand

Message

John Garry Jan. 26, 2021, 11:04 a.m. UTC
This is a collection of misc patches picked up during the latest dev
cycle, targeted at 5.12 .

Features include:
- Some tidy-up from after recent change to expose HW queues on v2 HW
- Add trace FIFO DFX debugfs support
- Flush wq for driver removal
- Add ability to enable debugfs support as a kernel config option

Thanks!

John Garry (2):
  scsi: hisi_sas: Remove deferred probe check in hisi_sas_v2_probe()
  scsi: hisi_sas: Don't check .nr_hw_queues in hisi_sas_task_prep()

Luo Jiaxing (3):
  scsi: hisi_sas: Enable debugfs support by default
  scsi: hisi_sas: Flush workqueue in hisi_sas_v3_remove()
  scsi: hisi_sas: Add trace FIFO debugfs support

 drivers/scsi/hisi_sas/Kconfig          |   6 +
 drivers/scsi/hisi_sas/hisi_sas.h       |  15 ++
 drivers/scsi/hisi_sas/hisi_sas_main.c  |  19 +-
 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c |  12 --
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 252 +++++++++++++++++++++++++
 5 files changed, 286 insertions(+), 18 deletions(-)

-- 
2.26.2

Comments

Martin K. Petersen Jan. 27, 2021, 4:02 a.m. UTC | #1
John,

> Features include:

> - Some tidy-up from after recent change to expose HW queues on v2 HW

> - Add trace FIFO DFX debugfs support

> - Flush wq for driver removal

> - Add ability to enable debugfs support as a kernel config option


Applied to 5.12/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering
Martin K. Petersen Jan. 29, 2021, 7:01 p.m. UTC | #2
On Tue, 26 Jan 2021 19:04:23 +0800, John Garry wrote:

> This is a collection of misc patches picked up during the latest dev

> cycle, targeted at 5.12 .

> 

> Features include:

> - Some tidy-up from after recent change to expose HW queues on v2 HW

> - Add trace FIFO DFX debugfs support

> - Flush wq for driver removal

> - Add ability to enable debugfs support as a kernel config option

> 

> [...]


Applied to 5.12/scsi-queue, thanks!

[1/5] scsi: hisi_sas: Remove deferred probe check in hisi_sas_v2_probe()
      https://git.kernel.org/mkp/scsi/c/4d287d8bae1f
[2/5] scsi: hisi_sas: Don't check .nr_hw_queues in hisi_sas_task_prep()
      https://git.kernel.org/mkp/scsi/c/69bfa5fd7b44
[3/5] scsi: hisi_sas: Enable debugfs support by default
      https://git.kernel.org/mkp/scsi/c/1dbe61bf7d76
[4/5] scsi: hisi_sas: Flush workqueue in hisi_sas_v3_remove()
      https://git.kernel.org/mkp/scsi/c/6834ec8b23c3
[5/5] scsi: hisi_sas: Add trace FIFO debugfs support
      https://git.kernel.org/mkp/scsi/c/cd96fe600cc4

-- 
Martin K. Petersen	Oracle Linux Engineering