Re: [PATCH 03/15] hisi_sas: keep CHL_INT2 masked for v2 HW

2016-09-14 Thread Hannes Reinecke
On 09/06/2016 05:36 PM, John Garry wrote: > None of the CHL_INT2 interrupts are serviced > in the channel irq ISR, so leave the interrupt > source masked. > The interrupt mask is initially set in > init_reg_v2_hw(). > > Signed-off-by: John Garry > --- > drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 6

[PATCH 03/15] hisi_sas: keep CHL_INT2 masked for v2 HW

2016-09-06 Thread John Garry
None of the CHL_INT2 interrupts are serviced in the channel irq ISR, so leave the interrupt source masked. The interrupt mask is initially set in init_reg_v2_hw(). Signed-off-by: John Garry --- drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/driver