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));
>> +
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
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
3 matches
Mail list logo