Re: [PATCH v4 2/2] mmc: sdhci-cadence: add Cadence SD4HC support

2016-12-08 Thread Masahiro Yamada
Hi Ulf, 2016-12-08 23:05 GMT+09:00 Ulf Hansson : > On 8 December 2016 at 13:52, Masahiro Yamada > wrote: >> Hi Ulf, >> >> 2016-12-08 21:32 GMT+09:00 Ulf Hansson : >>> On 5 December 2016 at 03:10, Masahiro Yamada >>> wrote: Add a driver for the Cadence SD4HC SD/SDIO/eMMC Controller. >>>

Re: [PATCH v4 2/2] mmc: sdhci-cadence: add Cadence SD4HC support

2016-12-08 Thread Ulf Hansson
On 8 December 2016 at 13:52, Masahiro Yamada wrote: > Hi Ulf, > > 2016-12-08 21:32 GMT+09:00 Ulf Hansson : >> On 5 December 2016 at 03:10, Masahiro Yamada >> wrote: >>> Add a driver for the Cadence SD4HC SD/SDIO/eMMC Controller. >>> >>> For SD, it basically relies on the SDHCI standard code. >>>

Re: [PATCH v4 2/2] mmc: sdhci-cadence: add Cadence SD4HC support

2016-12-08 Thread Masahiro Yamada
Hi Ulf, 2016-12-08 21:32 GMT+09:00 Ulf Hansson : > On 5 December 2016 at 03:10, Masahiro Yamada > wrote: >> Add a driver for the Cadence SD4HC SD/SDIO/eMMC Controller. >> >> For SD, it basically relies on the SDHCI standard code. >> For eMMC, this driver provides some callbacks to support the >>

Re: [PATCH v4 2/2] mmc: sdhci-cadence: add Cadence SD4HC support

2016-12-08 Thread Masahiro Yamada
Hi Ulf, 2016-12-08 21:32 GMT+09:00 Ulf Hansson : > On 5 December 2016 at 03:10, Masahiro Yamada > wrote: >> Add a driver for the Cadence SD4HC SD/SDIO/eMMC Controller. >> >> For SD, it basically relies on the SDHCI standard code. >> For eMMC, this driver provides some callbacks to support the >>

Re: [PATCH v4 2/2] mmc: sdhci-cadence: add Cadence SD4HC support

2016-12-08 Thread Ulf Hansson
On 5 December 2016 at 03:10, Masahiro Yamada wrote: > Add a driver for the Cadence SD4HC SD/SDIO/eMMC Controller. > > For SD, it basically relies on the SDHCI standard code. > For eMMC, this driver provides some callbacks to support the > hardware part that is specific to this IP design. > > Signe

Re: [PATCH v4 2/2] mmc: sdhci-cadence: add Cadence SD4HC support

2016-12-08 Thread Adrian Hunter
On 05/12/16 04:10, Masahiro Yamada wrote: > Add a driver for the Cadence SD4HC SD/SDIO/eMMC Controller. > > For SD, it basically relies on the SDHCI standard code. > For eMMC, this driver provides some callbacks to support the > hardware part that is specific to this IP design. > > Signed-off-by:

[PATCH v4 2/2] mmc: sdhci-cadence: add Cadence SD4HC support

2016-12-04 Thread Masahiro Yamada
Add a driver for the Cadence SD4HC SD/SDIO/eMMC Controller. For SD, it basically relies on the SDHCI standard code. For eMMC, this driver provides some callbacks to support the hardware part that is specific to this IP design. Signed-off-by: Masahiro Yamada --- Changes in v4: - Override mmc_h