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

2016-07-25 Thread Wenyou.Yang
Hi Jaehoon, > -Original Message- > From: Jaehoon Chung [mailto:jh80.ch...@samsung.com] > Sent: 2016年7月21日 12:17 > To: Wenyou Yang ; U-Boot Mailing List b...@lists.denx.de> > Cc: Pantelis Antoniou ; Andreas Bießmann > ; Simon Glass > Subject: Re: [PATCH v7] mmc: atmel_sdhci: Convert to th

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

2016-07-21 Thread Jaehoon Chung
On 07/22/2016 12:21 PM, Simon Glass wrote: > Hi, > > On 20 July 2016 at 22:16, Jaehoon Chung wrote: >> Hi Wenyuo, >> >> On 07/20/2016 07:04 PM, Wenyou Yang wrote: >>> Convert the driver to the driver model while retaining the existing >>> legacy code. This allows the driver to support boards that

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

2016-07-21 Thread Simon Glass
Hi, On 20 July 2016 at 22:16, Jaehoon Chung wrote: > Hi Wenyuo, > > On 07/20/2016 07:04 PM, 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 th

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

2016-07-20 Thread Jaehoon Chung
Hi Wenyuo, On 07/20/2016 07:04 PM, 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 > Reviewed-by:

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

2016-07-20 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 Reviewed-by: Simon Glass --- Changes in v7: - Add support for using driver mo