Re: [U-Boot] [PATCH v4] mmc: atmel_sdhci: Convert to the driver model support

2016-06-26 Thread Yang, Wenyou
Hi Simon, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: 2016年6月26日 10:53 > To: Yang, Wenyou > Cc: U-Boot Mailing List ; Andreas Bießmann > > Subject: Re: [PATCH v4] mmc: atmel_sdhci: Convert to the driver model support > > Hi Weny

Re: [U-Boot] [PATCH v4] mmc: atmel_sdhci: Convert to the driver model support

2016-06-25 Thread Simon Glass
Hi Wenyou, On 19 June 2016 at 20:09, Wenyou Yang wrote: > Convert the driver to the driver model 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 > --- > > Cha

[U-Boot] [PATCH v4] mmc: atmel_sdhci: Convert to the driver model support

2016-06-19 Thread Wenyou Yang
Convert the driver to the driver model 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 v4: - Update the clk API based on [PATCH] clk: convert API to m