Re: [PATCH 2/6] pinctrl: pxa: pxa2xx: add pin control skeleton

2015-12-10 Thread Linus Walleij
On Sat, Nov 21, 2015 at 7:04 PM, Robert Jarzmik wrote: > Add a pincontrol driver for pxa2xx architecture, encompassing all pxa25x > and pxa27x variants. This is only the pin muxing part of the driver. > > One specific consideration is also the memory space (MMIO), which is > intertwined with the

Re: [PATCH 2/6] pinctrl: pxa: pxa2xx: add pin control skeleton

2015-12-10 Thread Linus Walleij
On Sat, Nov 21, 2015 at 7:04 PM, Robert Jarzmik wrote: > Add a pincontrol driver for pxa2xx architecture, encompassing all pxa25x > and pxa27x variants. This is only the pin muxing part of the driver. > > One specific consideration is also the memory space (MMIO), which

[PATCH 2/6] pinctrl: pxa: pxa2xx: add pin control skeleton

2015-11-21 Thread Robert Jarzmik
Add a pincontrol driver for pxa2xx architecture, encompassing all pxa25x and pxa27x variants. This is only the pin muxing part of the driver. One specific consideration is also the memory space (MMIO), which is intertwined with the GPIO registers. To make things worse, the GPIO direction register

[PATCH 2/6] pinctrl: pxa: pxa2xx: add pin control skeleton

2015-11-21 Thread Robert Jarzmik
Add a pincontrol driver for pxa2xx architecture, encompassing all pxa25x and pxa27x variants. This is only the pin muxing part of the driver. One specific consideration is also the memory space (MMIO), which is intertwined with the GPIO registers. To make things worse, the GPIO direction register