Re: [U-Boot] [PATCH 2/6] dm: implement a SATA uclass

2016-01-19 Thread Simon Glass
Hi, On 18 January 2016 at 22:09, Mugunthan V N wrote: > > On Monday 18 January 2016 02:53 PM, Bin Meng wrote: > > +Simon > > > > On Mon, Jan 18, 2016 at 4:47 PM, Mugunthan V N wrote: > >> Implement a SATA uclass that can represent a SATA controller. > >> > >> Signed-off-by: Mugunthan V N > >> -

Re: [U-Boot] [PATCH 2/6] dm: implement a SATA uclass

2016-01-18 Thread Mugunthan V N
On Monday 18 January 2016 02:53 PM, Bin Meng wrote: > +Simon > > On Mon, Jan 18, 2016 at 4:47 PM, Mugunthan V N wrote: >> Implement a SATA uclass that can represent a SATA controller. >> >> Signed-off-by: Mugunthan V N >> --- >> drivers/block/Kconfig | 10 +++ >> drivers/block/Makefil

Re: [U-Boot] [PATCH 2/6] dm: implement a SATA uclass

2016-01-18 Thread Bin Meng
+Simon On Mon, Jan 18, 2016 at 4:47 PM, Mugunthan V N wrote: > Implement a SATA uclass that can represent a SATA controller. > > Signed-off-by: Mugunthan V N > --- > drivers/block/Kconfig | 10 +++ > drivers/block/Makefile | 2 ++ > drivers/block/sata-uclass.c | 69 > ++

[U-Boot] [PATCH 2/6] dm: implement a SATA uclass

2016-01-18 Thread Mugunthan V N
Implement a SATA uclass that can represent a SATA controller. Signed-off-by: Mugunthan V N --- drivers/block/Kconfig | 10 +++ drivers/block/Makefile | 2 ++ drivers/block/sata-uclass.c | 69 + include/dm/uclass-id.h | 1 + 4 file