Re: [PATCH v2 5/7] pinctrl: qcom: spmi-gpio: fix gpio-hog related boot issues
From: Linus Walleij <hidden>
Date: 2018-11-09 08:59:23
Also in:
linux-arm-msm, linux-gpio, linux-pm, lkml
From: Linus Walleij <hidden>
Date: 2018-11-09 08:59:23
Also in:
linux-arm-msm, linux-gpio, linux-pm, lkml
On Thu, Nov 1, 2018 at 1:12 AM Brian Masney [off-list ref] wrote:
When attempting to setup up a gpio hog, device probing would repeatedly
fail with -EPROBE_DEFERED errors. It was caused by a circular dependency
between the gpio and pinctrl frameworks. If the gpio-ranges property is
present in device tree, then the gpio framework will handle the gpio pin
registration and eliminate the circular dependency.
See Christian Lamparter's commit a86caa9ba5d7 ("pinctrl: msm: fix
gpio-hog related boot issues") for a detailed commit message that
explains the issue in much more detail. The code comment in this commit
came from Christian's commit.
Signed-off-by: Brian Masney <redacted>No word from Bjorn but I trust my own intuition and applied it. Björn: shout if it's wrong. Question: should this also be done for pinctrl-ssbi-gpio.c? Yours, Linus Walleij