Re: [PATCH 09/25] scsi: hisi_sas: add phy SAS ADDR initialization

2015-10-15 Thread Arnd Bergmann
On Thursday 15 October 2015 11:36:53 zhangfei wrote: > On 10/14/2015 11:18 PM, Arnd Bergmann wrote: > > On Wednesday 14 October 2015 16:05:21 John Garry wrote: > >> > >> OK, we can look at adding the ability to read the SAS HBA address from a > >> FW image or EFI variables. > >> > > > > The easiest

Re: [PATCH 09/25] scsi: hisi_sas: add phy SAS ADDR initialization

2015-10-14 Thread zhangfei
On 10/14/2015 11:18 PM, Arnd Bergmann wrote: On Wednesday 14 October 2015 16:05:21 John Garry wrote: OK, we can look at adding the ability to read the SAS HBA address from a FW image or EFI variables. The easiest way is usually to have a DT property that gets updated by the firmware. Ye

Re: [PATCH 09/25] scsi: hisi_sas: add phy SAS ADDR initialization

2015-10-14 Thread Arnd Bergmann
On Wednesday 14 October 2015 16:05:21 John Garry wrote: > > OK, we can look at adding the ability to read the SAS HBA address from a > FW image or EFI variables. > The easiest way is usually to have a DT property that gets updated by the firmware. Arnd -- To unsubscribe from this list:

Re: [PATCH 09/25] scsi: hisi_sas: add phy SAS ADDR initialization

2015-10-14 Thread John Garry
On 14/10/2015 09:40, Hannes Reinecke wrote: On 10/13/2015 07:14 PM, John Garry wrote: On 13/10/2015 07:12, Hannes Reinecke wrote: On 10/12/2015 05:20 PM, John Garry wrote: This SAS ID is chosen as Huawei IEEE id: 001882 Signed-off-by: John Garry --- drivers/scsi/hisi_sas/hisi_sas_init.c |

Re: [PATCH 09/25] scsi: hisi_sas: add phy SAS ADDR initialization

2015-10-14 Thread Hannes Reinecke
On 10/13/2015 07:14 PM, John Garry wrote: > On 13/10/2015 07:12, Hannes Reinecke wrote: >> On 10/12/2015 05:20 PM, John Garry wrote: >>> This SAS ID is chosen as Huawei IEEE id: 001882 >>> >>> Signed-off-by: John Garry >>> --- >>> drivers/scsi/hisi_sas/hisi_sas_init.c | 15 +++ >>>

Re: [PATCH 09/25] scsi: hisi_sas: add phy SAS ADDR initialization

2015-10-13 Thread John Garry
On 13/10/2015 07:12, Hannes Reinecke wrote: On 10/12/2015 05:20 PM, John Garry wrote: This SAS ID is chosen as Huawei IEEE id: 001882 Signed-off-by: John Garry --- drivers/scsi/hisi_sas/hisi_sas_init.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/scsi/hisi_sa

Re: [PATCH 09/25] scsi: hisi_sas: add phy SAS ADDR initialization

2015-10-12 Thread Hannes Reinecke
On 10/12/2015 05:20 PM, John Garry wrote: > This SAS ID is chosen as Huawei IEEE id: 001882 > > Signed-off-by: John Garry > --- > drivers/scsi/hisi_sas/hisi_sas_init.c | 15 +++ > 1 file changed, 15 insertions(+) > > diff --git a/drivers/scsi/hisi_sas/hisi_sas_init.c > b/drivers/sc

[PATCH 09/25] scsi: hisi_sas: add phy SAS ADDR initialization

2015-10-12 Thread John Garry
This SAS ID is chosen as Huawei IEEE id: 001882 Signed-off-by: John Garry --- drivers/scsi/hisi_sas/hisi_sas_init.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/scsi/hisi_sas/hisi_sas_init.c b/drivers/scsi/hisi_sas/hisi_sas_init.c index 44fc524..c295c39 100644 --