Re: [U-Boot] [PATCH V3] fsl: esdhc: support driver model

2016-04-06 Thread York Sun
On 03/24/2016 11:26 PM, Peng Fan wrote: > Support Driver Model for fsl esdhc driver. > > 1. Introduce a new structure struct fsl_esdhc_priv > 2. Refactor fsl_esdhc_initialize which is originally used by board code. >- Introduce fsl_esdhc_init to be common usage for DM and non-DM >-

Re: [U-Boot] [PATCH V3] fsl: esdhc: support driver model

2016-03-28 Thread Peng Fan
Hi York, On Mon, Mar 28, 2016 at 05:55:39PM +, york sun wrote: >On 03/27/2016 08:02 AM, Peng Fan wrote: >> Hi York, >> >> Could you test this patch for PPC and layerscape platform? Since I >> only test this on i.MX6 platform, I do not want to break PPC or else. >> >> Thanks, >> Peng. >> >>

Re: [U-Boot] [PATCH V3] fsl: esdhc: support driver model

2016-03-28 Thread york sun
On 03/27/2016 08:02 AM, Peng Fan wrote: > Hi York, > > Could you test this patch for PPC and layerscape platform? Since I > only test this on i.MX6 platform, I do not want to break PPC or else. > > Thanks, > Peng. > > On Fri, Mar 25, 2016 at 02:16:56PM +0800, Peng Fan wrote: >> Support Driver

Re: [U-Boot] [PATCH V3] fsl: esdhc: support driver model

2016-03-27 Thread Peng Fan
Hi Eric, On Sun, Mar 27, 2016 at 11:18:00AM -0700, Eric Nelson wrote: >Hi Peng, > >On 03/27/2016 07:57 AM, Peng Fan wrote: >> On Fri, Mar 25, 2016 at 01:12:39PM -0700, Eric Nelson wrote: >>> On 03/24/2016 11:16 PM, Peng Fan wrote: Support Driver Model for fsl esdhc driver. 1.

Re: [U-Boot] [PATCH V3] fsl: esdhc: support driver model

2016-03-27 Thread Eric Nelson
Hi Peng, On 03/27/2016 07:57 AM, Peng Fan wrote: > On Fri, Mar 25, 2016 at 01:12:39PM -0700, Eric Nelson wrote: >> On 03/24/2016 11:16 PM, Peng Fan wrote: >>> Support Driver Model for fsl esdhc driver. >>> >>> 1. Introduce a new structure struct fsl_esdhc_priv >>> 2. Refactor fsl_esdhc_initialize

Re: [U-Boot] [PATCH V3] fsl: esdhc: support driver model

2016-03-27 Thread york sun
(Sorry for top posting. Using OWA) Yes, I can compile it for PPC and spot check on selected boards. York From: Peng Fan Sent: Sunday, March 27, 2016 7:59 AM To: york sun; pa...@antoniou-consulting.com; sba...@denx.de;

Re: [U-Boot] [PATCH V3] fsl: esdhc: support driver model

2016-03-27 Thread Peng Fan
Hi York, Could you test this patch for PPC and layerscape platform? Since I only test this on i.MX6 platform, I do not want to break PPC or else. Thanks, Peng. On Fri, Mar 25, 2016 at 02:16:56PM +0800, Peng Fan wrote: >Support Driver Model for fsl esdhc driver. > >1. Introduce a new structure

Re: [U-Boot] [PATCH V3] fsl: esdhc: support driver model

2016-03-27 Thread Peng Fan
Hi Eric, On Fri, Mar 25, 2016 at 01:12:39PM -0700, Eric Nelson wrote: >Hi Peng, > >On 03/24/2016 11:16 PM, Peng Fan wrote: >> Support Driver Model for fsl esdhc driver. >> >> 1. Introduce a new structure struct fsl_esdhc_priv >> 2. Refactor fsl_esdhc_initialize which is originally used by board

Re: [U-Boot] [PATCH V3] fsl: esdhc: support driver model

2016-03-25 Thread Eric Nelson
Hi Peng, On 03/24/2016 11:16 PM, Peng Fan wrote: > Support Driver Model for fsl esdhc driver. > > 1. Introduce a new structure struct fsl_esdhc_priv > 2. Refactor fsl_esdhc_initialize which is originally used by board code. >- Introduce fsl_esdhc_init to be common usage for DM and non-DM >

[U-Boot] [PATCH V3] fsl: esdhc: support driver model

2016-03-25 Thread Peng Fan
Support Driver Model for fsl esdhc driver. 1. Introduce a new structure struct fsl_esdhc_priv 2. Refactor fsl_esdhc_initialize which is originally used by board code. - Introduce fsl_esdhc_init to be common usage for DM and non-DM - Introduce fsl_esdhc_cfg_to_priv to build the bridge for