Re: [U-Boot] [PATCH V2 1/2] pinctrl: imx: Introduce pinctrl driver for i.MX6

2016-02-21 Thread Stefano Babic
On 17/02/2016 06:23, Peng Fan wrote: > Hi Simon, > > On Tue, Feb 16, 2016 at 07:50:25PM -0700, Simon Glass wrote: >> Hi Peng, >> >> On 16 February 2016 at 19:45, Peng Fan wrote: >>> Hi Simon, >>> >>> On Tue, Feb 16, 2016 at 09:00:55AM -0700, Simon Glass wrote: Hi

Re: [U-Boot] [PATCH V2 1/2] pinctrl: imx: Introduce pinctrl driver for i.MX6

2016-02-16 Thread Peng Fan
Hi Simon, On Tue, Feb 16, 2016 at 07:50:25PM -0700, Simon Glass wrote: >Hi Peng, > >On 16 February 2016 at 19:45, Peng Fan wrote: >> Hi Simon, >> >> On Tue, Feb 16, 2016 at 09:00:55AM -0700, Simon Glass wrote: >>>Hi Peng, >>> >>>On 15 February 2016 at 01:33, Peng Fan

Re: [U-Boot] [PATCH V2 1/2] pinctrl: imx: Introduce pinctrl driver for i.MX6

2016-02-16 Thread Simon Glass
Hi Peng, On 16 February 2016 at 19:45, Peng Fan wrote: > Hi Simon, > > On Tue, Feb 16, 2016 at 09:00:55AM -0700, Simon Glass wrote: >>Hi Peng, >> >>On 15 February 2016 at 01:33, Peng Fan wrote: >>> Hi Simon, >>> >>> Gentle ping.. >> >>Do you mean

Re: [U-Boot] [PATCH V2 1/2] pinctrl: imx: Introduce pinctrl driver for i.MX6

2016-02-16 Thread Peng Fan
Hi Simon, On Tue, Feb 16, 2016 at 09:00:55AM -0700, Simon Glass wrote: >Hi Peng, > >On 15 February 2016 at 01:33, Peng Fan wrote: >> Hi Simon, >> >> Gentle ping.. > >Do you mean Stefan? I reviewed the previous so did not think it >necessary to look again. In this V2

Re: [U-Boot] [PATCH V2 1/2] pinctrl: imx: Introduce pinctrl driver for i.MX6

2016-02-16 Thread Simon Glass
Hi Peng, On 15 February 2016 at 01:33, Peng Fan wrote: > Hi Simon, > > Gentle ping.. Do you mean Stefan? I reviewed the previous so did not think it necessary to look again. > > Thanks, > Peng. Regards, Simon > > On Wed, Feb 03, 2016 at 10:06:07AM +0800, Peng Fan

Re: [U-Boot] [PATCH V2 1/2] pinctrl: imx: Introduce pinctrl driver for i.MX6

2016-02-15 Thread Peng Fan
Hi Simon, Gentle ping.. Thanks, Peng. On Wed, Feb 03, 2016 at 10:06:07AM +0800, Peng Fan wrote: >Introduce pinctrl for i.MX6 >1. pinctrl-imx.c is for common usage. It's used by i.MX6/7. >2. Add PINCTRL_IMX PINCTRL_IMX6 Kconfig entry. >3. To the pinctrl_ops implementation, only set_state is

[U-Boot] [PATCH V2 1/2] pinctrl: imx: Introduce pinctrl driver for i.MX6

2016-02-02 Thread Peng Fan
Introduce pinctrl for i.MX6 1. pinctrl-imx.c is for common usage. It's used by i.MX6/7. 2. Add PINCTRL_IMX PINCTRL_IMX6 Kconfig entry. 3. To the pinctrl_ops implementation, only set_state is implemented. To i.MX6/7, the pinctrl dts entry is as following: { pinctrl-names = "default";