Re: [U-Boot] [PATCH v5] mmc: gen_atmel_mci: add driver model support for mci

2017-04-04 Thread Yang, Wenyou
Hi Jaehoon, On 2017/3/30 12:30, Jaehoon Chung wrote: Hi Wenyou, On 03/23/2017 01:48 PM, Wenyou Yang wrote: Add the driver model support for Atmel mci while retaining the existing legacy code. This allows the driver to support boards that have converted to driver model as well as those that

Re: [U-Boot] [PATCH v5] mmc: gen_atmel_mci: add driver model support for mci

2017-03-31 Thread Simon Glass
On 22 March 2017 at 22:48, Wenyou Yang wrote: > Add the driver model support for Atmel mci while retaining the > existing legacy code. This allows the driver to support boards > that have converted to driver model as well as those that have not. > > Signed-off-by: Wenyou

Re: [U-Boot] [PATCH v5] mmc: gen_atmel_mci: add driver model support for mci

2017-03-29 Thread Jaehoon Chung
Hi Wenyou, On 03/23/2017 01:48 PM, Wenyou Yang wrote: > Add the driver model support for Atmel mci while retaining the > existing legacy code. This allows the driver to support boards > that have converted to driver model as well as those that have not. > > Signed-off-by: Wenyou Yang

[U-Boot] [PATCH v5] mmc: gen_atmel_mci: add driver model support for mci

2017-03-22 Thread Wenyou Yang
Add the driver model support for Atmel mci while retaining the existing legacy code. This allows the driver to support boards that have converted to driver model as well as those that have not. Signed-off-by: Wenyou Yang --- Changes in v5: - Rebase on v2017.03. Changes