Re: [U-Boot] [PATCH] dm: ehci-mx6: support driver model

2016-10-07 Thread Peng Fan
Hi Jagan, On Thu, Sep 29, 2016 at 05:38:32PM +0530, Jagan Teki wrote: >Hi Peng, > >On Mon, Jun 20, 2016 at 7:15 AM, Peng Fan wrote: >> Hi Simon, >> >> On Fri, Jun 17, 2016 at 04:59:49PM -0600, Simon Glass wrote: >>>Hi Peng, >>> >>>On 17 June 2016 at 00:19, Peng Fan wrote: Support driver mode

Re: [U-Boot] [PATCH] dm: ehci-mx6: support driver model

2016-09-29 Thread Jagan Teki
Hi Peng, On Mon, Jun 20, 2016 at 7:15 AM, Peng Fan wrote: > Hi Simon, > > On Fri, Jun 17, 2016 at 04:59:49PM -0600, Simon Glass wrote: >>Hi Peng, >> >>On 17 June 2016 at 00:19, Peng Fan wrote: >>> Support driver model for ehci mx6 driver. >>> Consolidate code to be shared between DM and non-DM,

Re: [U-Boot] [PATCH] dm: ehci-mx6: support driver model

2016-06-19 Thread Peng Fan
Hi Simon, On Fri, Jun 17, 2016 at 04:59:49PM -0600, Simon Glass wrote: >Hi Peng, > >On 17 June 2016 at 00:19, Peng Fan wrote: >> Support driver model for ehci mx6 driver. >> Consolidate code to be shared between DM and non-DM, such as >> introducing ehci_mx6_common_init. >> For simplicity, some o

Re: [U-Boot] [PATCH] dm: ehci-mx6: support driver model

2016-06-17 Thread Marek Vasut
On 06/18/2016 12:59 AM, Simon Glass wrote: > Hi Peng, > > On 17 June 2016 at 00:19, Peng Fan wrote: >> Support driver model for ehci mx6 driver. >> Consolidate code to be shared between DM and non-DM, such as >> introducing ehci_mx6_common_init. >> For simplicity, some old fasion code are keeped

Re: [U-Boot] [PATCH] dm: ehci-mx6: support driver model

2016-06-17 Thread Simon Glass
Hi Peng, On 17 June 2016 at 00:19, Peng Fan wrote: > Support driver model for ehci mx6 driver. > Consolidate code to be shared between DM and non-DM, such as > introducing ehci_mx6_common_init. > For simplicity, some old fasion code are keeped for DM usage, > such as board_ehci_power and board_us

[U-Boot] [PATCH] dm: ehci-mx6: support driver model

2016-06-16 Thread Peng Fan
Support driver model for ehci mx6 driver. Consolidate code to be shared between DM and non-DM, such as introducing ehci_mx6_common_init. For simplicity, some old fasion code are keeped for DM usage, such as board_ehci_power and board_usb_phy_mode. And 'dr-mode', usbphy and vbus handling code for DM