Re: [PATCH v2] pinctrl/nomadik: make independent of prcmu driver

2012-11-11 Thread Linus Walleij
On Fri, Nov 9, 2012 at 6:16 PM, Stephen Warren wrote: > [Me] >> + res = platform_get_resource(pdev, IORESOURCE_MEM, 0); >> + if (res) { >> + npct->prcm_base = devm_ioremap(&pdev->dev, res->start, >> +resource_size(res)); >> +

Re: [PATCH v2] pinctrl/nomadik: make independent of prcmu driver

2012-11-09 Thread Stephen Warren
On 11/09/2012 03:28 AM, Linus Walleij wrote: > From: Jonas Aaberg > > Currently there are some unnecessary criss-cross > dependencies between the PRCMU driver in MFD and a lot of > other drivers, mainly because other drivers need to poke > around in the PRCM register range. > > In cases like thi

[PATCH v2] pinctrl/nomadik: make independent of prcmu driver

2012-11-09 Thread Linus Walleij
From: Jonas Aaberg Currently there are some unnecessary criss-cross dependencies between the PRCMU driver in MFD and a lot of other drivers, mainly because other drivers need to poke around in the PRCM register range. In cases like this there are actually just a few select registers that the pin