Re: [PATCH] pinctrl: imx: fix initialization of imx_pinctrl_desc

2016-05-31 Thread Linus Walleij
On Wed, May 18, 2016 at 11:31 AM, Peng Fan wrote: > To i.MX7D, there are two iomux controllers, iomuxc and iomuxc_lpsr. > They should not share one pin controller descriptor, otherwise > the value filled into imx_pinctrl_desc when probing the first > iomux controller will be overridden when probi

Re: [PATCH] pinctrl: imx: fix initialization of imx_pinctrl_desc

2016-05-30 Thread Peng Fan
Hi Linus, Shawn Kindly ping.. Do you have any comments on this patch? Thanks, Peng. On Wed, May 18, 2016 at 05:31:59PM +0800, Peng Fan wrote: >To i.MX7D, there are two iomux controllers, iomuxc and iomuxc_lpsr. >They should not share one pin controller descriptor, otherwise >the value filled into

[PATCH] pinctrl: imx: fix initialization of imx_pinctrl_desc

2016-05-18 Thread Peng Fan
To i.MX7D, there are two iomux controllers, iomuxc and iomuxc_lpsr. They should not share one pin controller descriptor, otherwise the value filled into imx_pinctrl_desc when probing the first iomux controller will be overridden when probing the second one. In this patch, discard the static allcoa