Re: [U-Boot] [PATCH v2 29/55] ahci: Add a disk-controller uclass

2016-01-21 Thread Bin Meng
On Thu, Jan 21, 2016 at 3:08 PM, Bin Meng wrote: > On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: >> Add a uclass ID for a disk controller. This can be used by AHCI/SATA or >> other controller types. There are no operations and no interface so far, >> but it is possible to probe a SATA devic

Re: [U-Boot] [PATCH v2 29/55] ahci: Add a disk-controller uclass

2016-01-20 Thread Bin Meng
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: > Add a uclass ID for a disk controller. This can be used by AHCI/SATA or > other controller types. There are no operations and no interface so far, > but it is possible to probe a SATA device. > > Signed-off-by: Simon Glass > --- > > Changes in

[U-Boot] [PATCH v2 29/55] ahci: Add a disk-controller uclass

2016-01-17 Thread Simon Glass
Add a uclass ID for a disk controller. This can be used by AHCI/SATA or other controller types. There are no operations and no interface so far, but it is possible to probe a SATA device. Signed-off-by: Simon Glass --- Changes in v2: - Rename the AHCI uclass to DISK drivers/block/Kconfig