Re: [PATCH] pinctrl: imx6ul: add IOMUXC SNVS pinctrl driver for i.MX 6ULL

2018-01-06 Thread Stefan Agner
On 2018-01-06 12:14, Stefan Agner wrote: > On 2018-01-03 09:09, Linus Walleij wrote: >> On Tue, Jan 2, 2018 at 5:40 PM, Stefan Agner wrote: >> >>> From: Bai Ping >>> >>> On i.MX 6ULL, the BOOT_MODEx and TAMPERx pin MUX and CTRL registers >>> are available in a

Re: [PATCH] pinctrl: imx6ul: add IOMUXC SNVS pinctrl driver for i.MX 6ULL

2018-01-06 Thread Stefan Agner
On 2018-01-06 12:14, Stefan Agner wrote: > On 2018-01-03 09:09, Linus Walleij wrote: >> On Tue, Jan 2, 2018 at 5:40 PM, Stefan Agner wrote: >> >>> From: Bai Ping >>> >>> On i.MX 6ULL, the BOOT_MODEx and TAMPERx pin MUX and CTRL registers >>> are available in a separate IOMUXC_SNVS module. Add

Re: [PATCH] pinctrl: imx6ul: add IOMUXC SNVS pinctrl driver for i.MX 6ULL

2018-01-06 Thread Stefan Agner
On 2018-01-03 09:09, Linus Walleij wrote: > On Tue, Jan 2, 2018 at 5:40 PM, Stefan Agner wrote: > >> From: Bai Ping >> >> On i.MX 6ULL, the BOOT_MODEx and TAMPERx pin MUX and CTRL registers >> are available in a separate IOMUXC_SNVS module. Add support for the

Re: [PATCH] pinctrl: imx6ul: add IOMUXC SNVS pinctrl driver for i.MX 6ULL

2018-01-06 Thread Stefan Agner
On 2018-01-03 09:09, Linus Walleij wrote: > On Tue, Jan 2, 2018 at 5:40 PM, Stefan Agner wrote: > >> From: Bai Ping >> >> On i.MX 6ULL, the BOOT_MODEx and TAMPERx pin MUX and CTRL registers >> are available in a separate IOMUXC_SNVS module. Add support for the >> IOMUXC_SNVS module to the i.MX

Re: [PATCH] pinctrl: imx6ul: add IOMUXC SNVS pinctrl driver for i.MX 6ULL

2018-01-05 Thread Rob Herring
On Tue, Jan 02, 2018 at 05:40:59PM +0100, Stefan Agner wrote: > From: Bai Ping > > On i.MX 6ULL, the BOOT_MODEx and TAMPERx pin MUX and CTRL registers > are available in a separate IOMUXC_SNVS module. Add support for the > IOMUXC_SNVS module to the i.MX 6UL pinctrl driver. > >

Re: [PATCH] pinctrl: imx6ul: add IOMUXC SNVS pinctrl driver for i.MX 6ULL

2018-01-05 Thread Rob Herring
On Tue, Jan 02, 2018 at 05:40:59PM +0100, Stefan Agner wrote: > From: Bai Ping > > On i.MX 6ULL, the BOOT_MODEx and TAMPERx pin MUX and CTRL registers > are available in a separate IOMUXC_SNVS module. Add support for the > IOMUXC_SNVS module to the i.MX 6UL pinctrl driver. > > Signed-off-by:

Re: [PATCH] pinctrl: imx6ul: add IOMUXC SNVS pinctrl driver for i.MX 6ULL

2018-01-03 Thread Linus Walleij
On Tue, Jan 2, 2018 at 5:40 PM, Stefan Agner wrote: > From: Bai Ping > > On i.MX 6ULL, the BOOT_MODEx and TAMPERx pin MUX and CTRL registers > are available in a separate IOMUXC_SNVS module. Add support for the > IOMUXC_SNVS module to the i.MX 6UL pinctrl

Re: [PATCH] pinctrl: imx6ul: add IOMUXC SNVS pinctrl driver for i.MX 6ULL

2018-01-03 Thread Linus Walleij
On Tue, Jan 2, 2018 at 5:40 PM, Stefan Agner wrote: > From: Bai Ping > > On i.MX 6ULL, the BOOT_MODEx and TAMPERx pin MUX and CTRL registers > are available in a separate IOMUXC_SNVS module. Add support for the > IOMUXC_SNVS module to the i.MX 6UL pinctrl driver. > > Signed-off-by: Bai Ping >

[PATCH] pinctrl: imx6ul: add IOMUXC SNVS pinctrl driver for i.MX 6ULL

2018-01-02 Thread Stefan Agner
From: Bai Ping On i.MX 6ULL, the BOOT_MODEx and TAMPERx pin MUX and CTRL registers are available in a separate IOMUXC_SNVS module. Add support for the IOMUXC_SNVS module to the i.MX 6UL pinctrl driver. Signed-off-by: Bai Ping Signed-off-by: Stefan Agner

[PATCH] pinctrl: imx6ul: add IOMUXC SNVS pinctrl driver for i.MX 6ULL

2018-01-02 Thread Stefan Agner
From: Bai Ping On i.MX 6ULL, the BOOT_MODEx and TAMPERx pin MUX and CTRL registers are available in a separate IOMUXC_SNVS module. Add support for the IOMUXC_SNVS module to the i.MX 6UL pinctrl driver. Signed-off-by: Bai Ping Signed-off-by: Stefan Agner ---