OSDN Git Service

pinctrl: qcom: spmi-gpio: fix gpio-hog related boot issues
authorBrian Masney <masneyb@onstation.org>
Thu, 1 Nov 2018 00:11:47 +0000 (20:11 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Nov 2019 17:26:09 +0000 (18:26 +0100)
commit14d1265f7dc89047a0da98e8926ffd8c584b80ad
tree25b0d8e16994007b013c14a8dd29f100c58c2eed
parent4c5ce7ca90e00164f954d727215fc227addc467c
pinctrl: qcom: spmi-gpio: fix gpio-hog related boot issues

[ Upstream commit 149a96047237574b756d872007c006acd0cc6687 ]

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 <masneyb@onstation.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/pinctrl/qcom/pinctrl-spmi-gpio.c