Re: [U-Boot] [PATCH v2 2/4] mmc: Add Aspeed SD controller driver

2019-08-15 Thread Eddie James
On 8/14/19 10:18 AM, Cédric Le Goater wrote: On 13/08/2019 21:31, Eddie James wrote: Add support for the Aspeed SD host controller engine. It looks correct and simple enough. Some comments below. Signed-off-by: Eddie James --- drivers/mmc/Kconfig| 11 +++ drivers/mmc/Makefile

Re: [U-Boot] [PATCH v2 2/4] mmc: Add Aspeed SD controller driver

2019-08-14 Thread Cédric Le Goater
On 13/08/2019 21:31, Eddie James wrote: > Add support for the Aspeed SD host controller engine. It looks correct and simple enough. Some comments below. > > Signed-off-by: Eddie James > --- > drivers/mmc/Kconfig| 11 +++ > drivers/mmc/Makefile | 1 + > drivers/mmc/aspeed_sdh