Re: [U-Boot] [PATCH v2 08/10] scsi: move the partition initialization out of the scsi detection

2017-04-15 Thread Simon Glass
On 9 April 2017 at 13:27, Simon Glass wrote: > On 7 April 2017 at 05:42, Jean-Jacques Hiblot wrote: >> We might want to get information about the scsi device without initializing >> the partition. >> >> Signed-off-by: Jean-Jacques Hiblot >> --- >> common/scsi.c | 3 ++- >> 1 file changed, 2 in

Re: [U-Boot] [PATCH v2 08/10] scsi: move the partition initialization out of the scsi detection

2017-04-09 Thread Simon Glass
On 7 April 2017 at 05:42, Jean-Jacques Hiblot wrote: > We might want to get information about the scsi device without initializing > the partition. > > Signed-off-by: Jean-Jacques Hiblot > --- > common/scsi.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Simon Glass _

Re: [U-Boot] [PATCH v2 08/10] scsi: move the partition initialization out of the scsi detection

2017-04-08 Thread Tom Rini
On Fri, Apr 07, 2017 at 01:42:07PM +0200, Jean-Jacques Hiblot wrote: > We might want to get information about the scsi device without initializing > the partition. > > Signed-off-by: Jean-Jacques Hiblot Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature

[U-Boot] [PATCH v2 08/10] scsi: move the partition initialization out of the scsi detection

2017-04-07 Thread Jean-Jacques Hiblot
We might want to get information about the scsi device without initializing the partition. Signed-off-by: Jean-Jacques Hiblot --- common/scsi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/scsi.c b/common/scsi.c index d55ba89..972ef338 100644 --- a/common/scsi.c