aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorGravatar Stefan Wahren <wahrenst@gmx.net> 2024-05-03 08:27:45 +0200
committerGravatar Linus Walleij <linus.walleij@linaro.org> 2024-05-06 08:14:01 +0200
commit8ff05989b44e1a8f7d2bbe67320990ebc2fbb5e5 (patch)
tree0c2b02adf784d5c602479e0c01b3454926a9cd4b /kernel
parentdt-bindings: pinctrl: qcom,pmic-gpio: Fix "comptaible" typo for PMIH0108 (diff)
downloadlinux-8ff05989b44e1a8f7d2bbe67320990ebc2fbb5e5.tar.gz
linux-8ff05989b44e1a8f7d2bbe67320990ebc2fbb5e5.tar.bz2
linux-8ff05989b44e1a8f7d2bbe67320990ebc2fbb5e5.zip
pinctrl: bcm2835: Make pin freeing behavior configurable
Until now after a bcm2835 pin was freed its pinmux was set to GPIO_IN. So in case it was configured as GPIO_OUT before the configured output level also get lost. As long as GPIO sysfs was used this wasn't actually a problem because the pins and their possible output level were kept by sysfs. Since more and more Raspberry Pi users start using libgpiod they are confused about this behavior. So make the pin freeing behavior of GPIO_OUT configurable via module parameter. In case pinctrl-bcm2835.persist_gpio_outputs is set to 1, the output level is kept. This patch based on the downstream work of Phil Elwell. Link: https://github.com/raspberrypi/linux/pull/6117 Signed-off-by: Stefan Wahren <wahrenst@gmx.net> Message-ID: <20240503062745.11298-1-wahrenst@gmx.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions