mbox series

[v2,0/3] hisi_sas: A small bunch of misc patches

Message ID 1606207594-196362-1-git-send-email-john.garry@huawei.com (mailing list archive)
Headers show
Series hisi_sas: A small bunch of misc patches | expand

Message

John Garry Nov. 24, 2020, 8:46 a.m. UTC
This series contains a small bunch of patches for the driver, including:
- Fix-up on error paths for v3 hw driver
- Relocate as much debugfs code as possible to v3 hw driver since
  no other hw drivers support it
- A small tidy-up patch

Difference to v1:
- make debugfs_init_v3_hw() static

John Garry (1):
  scsi: hisi_sas: Reduce some indirection in v3 hw driver

Luo Jiaxing (1):
  scsi: hisi_sas: Move debugfs code to v3 hw driver

Xiang Chen (1):
  scsi: hisi_sas: Fix up probe error handling for v3 hw

 drivers/scsi/hisi_sas/hisi_sas.h       |   28 -
 drivers/scsi/hisi_sas/hisi_sas_main.c  | 1346 +-----------------------
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 1254 +++++++++++++++++++++-
 3 files changed, 1224 insertions(+), 1404 deletions(-)

Comments

Martin K. Petersen Dec. 1, 2020, 4:42 a.m. UTC | #1
John,

> This series contains a small bunch of patches for the driver, including:
> - Fix-up on error paths for v3 hw driver
> - Relocate as much debugfs code as possible to v3 hw driver since
>   no other hw drivers support it
> - A small tidy-up patch

Applied to 5.11/scsi-staging, thanks!