Re: [EXT] Re: [PATCH 2/6] qla2xxx: Fix flash read for Qlogic ISPs

2019-09-16 Thread Himanshu Madhani
Hi Martin, On 9/13/19, 5:37 PM, "Martin K. Petersen" wrote: External Email -- Hi Martin, > I believe this patch should be tagged with > > Fixes: 5fa8774c7f38 (scsi: qla2xxx: Add 28xx fla

Re: [PATCH 2/6] qla2xxx: Fix flash read for Qlogic ISPs

2019-09-13 Thread Martin K. Petersen
Hi Martin, > I believe this patch should be tagged with > > Fixes: 5fa8774c7f38 (scsi: qla2xxx: Add 28xx flash primary/secondary > status/image mechanism) > > I just bisected the FW initialization problems on my 8200 series CNA > to that commit, and I can confirm that this patch fixes it. I am

Re: [PATCH 2/6] qla2xxx: Fix flash read for Qlogic ISPs

2019-09-13 Thread Martin Wilck
On Fri, 2019-08-30 at 15:23 -0700, Himanshu Madhani wrote: > From: Quinn Tran > > Use adapter specific callback to read flash instead of ISP > adapter specific. > > Signed-off-by: Quinn Tran > Signed-off-by: Himanshu Madhani > --- > drivers/scsi/qla2xxx/qla_init.c | 4 ++-- > drivers/scsi/qla

Re: [PATCH 2/6] qla2xxx: Fix flash read for Qlogic ISPs

2019-09-03 Thread Ewan D. Milne
On Fri, 2019-08-30 at 15:23 -0700, Himanshu Madhani wrote: > From: Quinn Tran > > Use adapter specific callback to read flash instead of ISP > adapter specific. > > Signed-off-by: Quinn Tran > Signed-off-by: Himanshu Madhani > --- > drivers/scsi/qla2xxx/qla_init.c | 4 ++-- > drivers/scsi/qla

[PATCH 2/6] qla2xxx: Fix flash read for Qlogic ISPs

2019-08-30 Thread Himanshu Madhani
From: Quinn Tran Use adapter specific callback to read flash instead of ISP adapter specific. Signed-off-by: Quinn Tran Signed-off-by: Himanshu Madhani --- drivers/scsi/qla2xxx/qla_init.c | 4 ++-- drivers/scsi/qla2xxx/qla_nx.c | 1 + drivers/scsi/qla2xxx/qla_sup.c | 8 3 files ch