Re: [PATCH 05/11] pinctrl: mvebu: fix misdesigned resource allocation

2014-01-27 Thread Sebastian Hesselbarth
On 01/27/14 15:45, Thomas Petazzoni wrote: On Sat, 25 Jan 2014 19:34:10 +0100, Sebastian Hesselbarth wrote: Allocating the pinctrl resource in common pinctrl-mvebu was a misdesign, as it does not allow SoC specific parts to access the allocated resource. This moves resource allocation from

Re: [PATCH 05/11] pinctrl: mvebu: fix misdesigned resource allocation

2014-01-27 Thread Thomas Petazzoni
Dear Sebastian Hesselbarth, On Sat, 25 Jan 2014 19:34:10 +0100, Sebastian Hesselbarth wrote: > Allocating the pinctrl resource in common pinctrl-mvebu was a misdesign, > as it does not allow SoC specific parts to access the allocated resource. > This moves resource allocation from

Re: [PATCH 05/11] pinctrl: mvebu: fix misdesigned resource allocation

2014-01-27 Thread Thomas Petazzoni
Dear Sebastian Hesselbarth, On Sat, 25 Jan 2014 19:34:10 +0100, Sebastian Hesselbarth wrote: Allocating the pinctrl resource in common pinctrl-mvebu was a misdesign, as it does not allow SoC specific parts to access the allocated resource. This moves resource allocation from

Re: [PATCH 05/11] pinctrl: mvebu: fix misdesigned resource allocation

2014-01-27 Thread Sebastian Hesselbarth
On 01/27/14 15:45, Thomas Petazzoni wrote: On Sat, 25 Jan 2014 19:34:10 +0100, Sebastian Hesselbarth wrote: Allocating the pinctrl resource in common pinctrl-mvebu was a misdesign, as it does not allow SoC specific parts to access the allocated resource. This moves resource allocation from

[PATCH 05/11] pinctrl: mvebu: fix misdesigned resource allocation

2014-01-25 Thread Sebastian Hesselbarth
Allocating the pinctrl resource in common pinctrl-mvebu was a misdesign, as it does not allow SoC specific parts to access the allocated resource. This moves resource allocation from mvebu_pinctrl_probe to SoC specific _probe functions and passes the base address to common pinctrl driver instead.

[PATCH 05/11] pinctrl: mvebu: fix misdesigned resource allocation

2014-01-25 Thread Sebastian Hesselbarth
Allocating the pinctrl resource in common pinctrl-mvebu was a misdesign, as it does not allow SoC specific parts to access the allocated resource. This moves resource allocation from mvebu_pinctrl_probe to SoC specific _probe functions and passes the base address to common pinctrl driver instead.