Re: [U-Boot] [PATCH] mmc: sdhci-cadence: add Cadence SD4HC support

2016-12-13 Thread Masahiro Yamada
Hi Jaehoon, 2016-12-14 11:15 GMT+09:00 Jaehoon Chung : >> + host->name = dev->name; >> + host->ioaddr = plat->hrs_addr + SDHCI_CDNS_SRS_BASE; >> + host->version = SDHCI_SPEC_300; > > Maybe you don't put this..version is checked in sdhci_setup_cfg() with >

Re: [U-Boot] [PATCH] mmc: sdhci-cadence: add Cadence SD4HC support

2016-12-13 Thread Jaehoon Chung
Hi Masahiro. On 12/09/2016 03:46 PM, Masahiro Yamada wrote: > Add a driver for the Cadence SD4HC SD/SDIO/eMMC Controller. > > Signed-off-by: Masahiro Yamada > --- > > - This is a counterpart of the Linux driver, >which has been merged in the MMC subsystem: >

[U-Boot] [PATCH] mmc: sdhci-cadence: add Cadence SD4HC support

2016-12-08 Thread Masahiro Yamada
Add a driver for the Cadence SD4HC SD/SDIO/eMMC Controller. Signed-off-by: Masahiro Yamada --- - This is a counterpart of the Linux driver, which has been merged in the MMC subsystem: (commit ff6af28fa in linux-next) The DT binding for this driver should