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

2016-02-02 Thread Peng Fan
Hi Simon, On Mon, Feb 01, 2016 at 05:05:05PM -0700, Simon Glass wrote: >Hi Peng, > >On 31 January 2016 at 22:38, 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

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

2016-02-01 Thread Simon Glass
Hi Peng, On 31 January 2016 at 22:38, 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 implemented. >To i.MX6/7, the pinctrl dt

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

2016-01-31 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: &iomuxc { pinctrl-names = "defaul