Re: [U-Boot] [PATCH v4 3/6] block: Add a function to find block device descriptor

2018-07-11 Thread Chee, Tien Fong
On Wed, 2018-07-11 at 14:13 -0600, Simon Glass wrote: > Hi Tien Fong, > > On 11 July 2018 at 08:23, Chee, Tien Fong > wrote: > > > > On Wed, 2018-07-11 at 08:02 -0600, Simon Glass wrote: > > > > > > Hi Tien, > > > > > > On 6 July 2018 at 02:26,   wrote: > > > > > > > > > > > > From: Tien

Re: [U-Boot] [PATCH v4 3/6] block: Add a function to find block device descriptor

2018-07-11 Thread Simon Glass
Hi Tien Fong, On 11 July 2018 at 08:23, Chee, Tien Fong wrote: > On Wed, 2018-07-11 at 08:02 -0600, Simon Glass wrote: >> Hi Tien, >> >> On 6 July 2018 at 02:26, wrote: >> > >> > From: Tien Fong Chee >> > >> > Add a function to find the block device descriptor of the parent >> > device. >> >

Re: [U-Boot] [PATCH v4 3/6] block: Add a function to find block device descriptor

2018-07-11 Thread Chee, Tien Fong
On Wed, 2018-07-11 at 08:02 -0600, Simon Glass wrote: > Hi Tien, > > On 6 July 2018 at 02:26,   wrote: > > > > From: Tien Fong Chee > > > > Add a function to find the block device descriptor of the parent > > device. > > > > Signed-off-by: Tien Fong Chee > > --- > >  

Re: [U-Boot] [PATCH v4 3/6] block: Add a function to find block device descriptor

2018-07-11 Thread Simon Glass
Hi Tien, On 6 July 2018 at 02:26, wrote: > From: Tien Fong Chee > > Add a function to find the block device descriptor of the parent > device. > > Signed-off-by: Tien Fong Chee > --- > drivers/block/blk-uclass.c | 23 +++ > include/blk.h | 9 + > 2