Re: [U-Boot] [PATCH v2 3/5] mmc: mmc_spi: Re-write driver using DM framework

2019-07-05 Thread Anup Patel
On Fri, Jul 5, 2019 at 11:59 AM Bin Meng wrote: > > On Sat, Jun 29, 2019 at 2:57 PM Anup Patel wrote: > > > > From: Bhargav Shah > > > > This patch rewrites MMC SPI driver using U-Boot DM > > framework and get it's working on SiFive Unleashed > > board. > > > > Signed-off-by: Bhargav Shah > > S

Re: [U-Boot] [PATCH v2 3/5] mmc: mmc_spi: Re-write driver using DM framework

2019-07-04 Thread Bin Meng
On Sat, Jun 29, 2019 at 2:57 PM Anup Patel wrote: > > From: Bhargav Shah > > This patch rewrites MMC SPI driver using U-Boot DM > framework and get it's working on SiFive Unleashed > board. > > Signed-off-by: Bhargav Shah > Signed-off-by: Anup Patel > --- > drivers/mmc/Kconfig | 18 ++ > dr

[U-Boot] [PATCH v2 3/5] mmc: mmc_spi: Re-write driver using DM framework

2019-06-28 Thread Anup Patel
From: Bhargav Shah This patch rewrites MMC SPI driver using U-Boot DM framework and get it's working on SiFive Unleashed board. Signed-off-by: Bhargav Shah Signed-off-by: Anup Patel --- drivers/mmc/Kconfig | 18 ++ drivers/mmc/mmc_spi.c | 469 +++--- 2 f