Re: [U-Boot] [PATCH 00/11] mmc: clean the sdhci host controller

2017-01-02 Thread Jaehoon Chung
On 12/30/2016 03:30 PM, Jaehoon Chung wrote: > It's cleaned the condes related to SDHCI host controller. > Move the callback function into sdhci_ops structure. > And removed the unnecessary things. > > My next step should be more clearly than now. > - Support DM feature than now. > - Make driver m

Re: [U-Boot] [PATCH 00/11] mmc: clean the sdhci host controller

2016-12-29 Thread Jaehoon Chung
Hi Kever, On 12/30/2016 03:55 PM, Kever Yang wrote: > Hi Jaehoon, > > > On 12/30/2016 02:30 PM, Jaehoon Chung wrote: >> It's cleaned the condes related to SDHCI host controller. >> Move the callback function into sdhci_ops structure. >> And removed the unnecessary things. >> >> My next step shou

Re: [U-Boot] [PATCH 00/11] mmc: clean the sdhci host controller

2016-12-29 Thread Kever Yang
Hi Jaehoon, On 12/30/2016 02:30 PM, Jaehoon Chung wrote: It's cleaned the condes related to SDHCI host controller. Move the callback function into sdhci_ops structure. And removed the unnecessary things. My next step should be more clearly than now. - Support DM feature than now. - Make driver

[U-Boot] [PATCH 00/11] mmc: clean the sdhci host controller

2016-12-29 Thread Jaehoon Chung
It's cleaned the condes related to SDHCI host controller. Move the callback function into sdhci_ops structure. And removed the unnecessary things. My next step should be more clearly than now. - Support DM feature than now. - Make driver model for controller that unused driver mode. Jaehoon Chung