[PATCH] pinctrl-zynq: Initialize early
Linus Walleij
linus.walleij at linaro.org
Fri Oct 30 02:42:49 PDT 2015
On Thu, Oct 22, 2015 at 1:30 PM, Mike Looijmans <mike.looijmans at topic.nl> wrote:
> Supplying pinmux configuration for e.g. gpio pins leads to deferred
> probes because the pinctrl device is probed much later than gpio.
> Move the init call to a much earlier stage so it probes before the
> devices that may need it.
>
> Signed-off-by: Mike Looijmans <mike.looijmans at topic.nl>
Patch applied with Sören's Tested-by tag.
I am liberal with initcall reordering because I think the deferred
probe mechanism is not really working.
Take some time to review Rafael Wysocki's latest device link
concept that can get initcall reordering closer to the device core.
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list