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

2017-07-10 Thread Wenyou.Yang
Hi Simon, Sorry for late answer. > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: 2017年7月5日 3:33 > To: Wenyou Yang - A41535 > Cc: U-Boot Mailing List ; Jaehoon Chung > ; Wenyou Yang - A41535 > ; Andreas Bießmann ; > Tom Rini ; Stephen

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

2017-07-04 Thread Simon Glass
Hi Wenyou, On 12 April 2017 at 20:29, 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 > --- >

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

2017-04-13 Thread Jaehoon Chung
Hi Wenyou, On 04/13/2017 11:29 AM, 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 Applied to

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

2017-04-12 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 v6: - Rebase the master branch (commit: 4f6d85bb51). Chang