[PATCH] pinctrl-zynq: Initialize early
From: Linus Walleij <hidden>
Date: 2015-10-30 09:42:55
Also in:
lkml
From: Linus Walleij <hidden>
Date: 2015-10-30 09:42:55
Also in:
lkml
On Thu, Oct 22, 2015 at 1:30 PM, Mike Looijmans [off-list ref] 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 <redacted>
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