Re: [PATCH] pinctrl: tegra1x4: initialize at arch_initcall time

2014-01-13 Thread Stephen Warren
On 01/13/2014 02:02 AM, Thierry Reding wrote: > On Fri, Jan 10, 2014 at 04:50:16PM -0800, Andrew Bresticker wrote: >> Many devices rely on pinctrl/pinmux settings being applied >> before probing and some of these may probe before device_initcall >> time (e.g. i2c at subsys_initcall). Move Tegra1x4

Re: [PATCH] pinctrl: tegra1x4: initialize at arch_initcall time

2014-01-13 Thread Stephen Warren
On 01/10/2014 05:50 PM, Andrew Bresticker wrote: > Many devices rely on pinctrl/pinmux settings being applied > before probing and some of these may probe before device_initcall > time (e.g. i2c at subsys_initcall). Move Tegra1x4 pinctrl driver > registration to arch_initcall time so that proper p

Re: [PATCH] pinctrl: tegra1x4: initialize at arch_initcall time

2014-01-13 Thread Thierry Reding
On Fri, Jan 10, 2014 at 04:50:16PM -0800, Andrew Bresticker wrote: > Many devices rely on pinctrl/pinmux settings being applied > before probing and some of these may probe before device_initcall > time (e.g. i2c at subsys_initcall). Move Tegra1x4 pinctrl driver > registration to arch_initcall tim