Re: [U-Boot] [PATCH 2/2] pinctrl: imx: Support i.MX7D

2016-02-02 Thread Peng Fan
Hi Simon, On Mon, Feb 01, 2016 at 05:05:18PM -0700, Simon Glass wrote: >Hi Peng, > >On 31 January 2016 at 22:38, Peng Fan wrote: >> Introudce i.MX7 pinctrl driver support. >> For now only i.MX7D supported. >> There are two iomux controllers in i.MX7D, iomuxc and iomuxc_lpsr. >> To iomuxc_lpsr, ZE

Re: [U-Boot] [PATCH 2/2] pinctrl: imx: Support i.MX7D

2016-02-01 Thread Simon Glass
Hi Peng, On 31 January 2016 at 22:38, Peng Fan wrote: > Introudce i.MX7 pinctrl driver support. > For now only i.MX7D supported. > There are two iomux controllers in i.MX7D, iomuxc and iomuxc_lpsr. > To iomuxc_lpsr, ZERO_OFFSET_VALID is set, means offset of mux_reg > and conf_reg can begin at 0.

[U-Boot] [PATCH 2/2] pinctrl: imx: Support i.MX7D

2016-01-31 Thread Peng Fan
Introudce i.MX7 pinctrl driver support. For now only i.MX7D supported. There are two iomux controllers in i.MX7D, iomuxc and iomuxc_lpsr. To iomuxc_lpsr, ZERO_OFFSET_VALID is set, means offset of mux_reg and conf_reg can begin at 0. Signed-off-by: Peng Fan Cc: Simon Glass Cc: Stefano Babic Cc: