public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] hisi_sas: Misc patches
@ 2020-01-20 12:22 John Garry
  2020-01-20 12:22 ` [PATCH 1/7] scsi: hisi_sas: use threaded irq to process CQ interrupts John Garry
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: John Garry @ 2020-01-20 12:22 UTC (permalink / raw)
  To: jejb, martin.petersen; +Cc: linux-scsi, linuxarm, linux-kernel, John Garry

This series introduces some misc patches for the driver for the v5.6
cycle.

Nothing especially interesting, but maybe the change to switch the v2
driver to use reply map also, which improves performance.

There is also a change to switch the driver to use threaded interrupt
handling over tasklets.

John Garry (2):
  scsi: hisi_sas: Rename hisi_sas_cq.pci_irq_mask
  scsi: hisi_sas: Use reply map for v2 hw

Luo Jiaxing (3):
  scsi: hisi_sas: Replace magic number when handle channel interrupt
  scsi: hisi_sas: Modify the file permissions of trigger_dump to write
    only
  scsi: hisi_sas: Add prints for v3 hw interrupt converge and automatic
    affinity

Xiang Chen (2):
  scsi: hisi_sas: use threaded irq to process CQ interrupts
  scsi: hisi_sas: replace spin_lock_irqsave/spin_unlock_restore with
    spin_lock/spin_unlock

 drivers/scsi/hisi_sas/hisi_sas.h       |  9 ++-
 drivers/scsi/hisi_sas/hisi_sas_main.c  | 74 ++++++++++-----------
 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 90 +++++++++++++++++++-------
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 54 +++++++++-------
 4 files changed, 139 insertions(+), 88 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-01-21  0:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-20 12:22 [PATCH 0/7] hisi_sas: Misc patches John Garry
2020-01-20 12:22 ` [PATCH 1/7] scsi: hisi_sas: use threaded irq to process CQ interrupts John Garry
2020-01-20 12:22 ` [PATCH 2/7] scsi: hisi_sas: replace spin_lock_irqsave/spin_unlock_restore with spin_lock/spin_unlock John Garry
2020-01-20 12:22 ` [PATCH 3/7] scsi: hisi_sas: Replace magic number when handle channel interrupt John Garry
2020-01-20 12:22 ` [PATCH 4/7] scsi: hisi_sas: Modify the file permissions of trigger_dump to write only John Garry
2020-01-20 12:22 ` [PATCH 5/7] scsi: hisi_sas: Add prints for v3 hw interrupt converge and automatic affinity John Garry
2020-01-20 12:22 ` [PATCH 6/7] scsi: hisi_sas: Rename hisi_sas_cq.pci_irq_mask John Garry
2020-01-20 12:22 ` [PATCH 7/7] scsi: hisi_sas: Use reply map for v2 hw John Garry
2020-01-21  0:31 ` [PATCH 0/7] hisi_sas: Misc patches Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox