]> www.infradead.org Git - users/dwmw2/linux.git/commit
pinctrl: bcm2835: Fix permissions of persist_gpio_outputs
authorStefan Wahren <wahrenst@gmx.net>
Mon, 3 Jun 2024 18:19:37 +0000 (20:19 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 17 Jun 2024 07:49:36 +0000 (09:49 +0200)
commit61fef29ad120d3077aeb0ef598d76822acb8c4cb
treeb8b6790dc5a3f2d509bfa18244a01639c104eb58
parent03ecbe4bb61886cc7fff5b0efc3784e86ac16214
pinctrl: bcm2835: Fix permissions of persist_gpio_outputs

The commit 8ff05989b44e ("pinctrl: bcm2835: Make pin freeing behavior
configurable") unintentionally made the module parameter
persist_gpio_outputs changeable at runtime. So drop the write permission
in order to make the freeing behavior predictable for user applications.

Fixes: 8ff05989b44e ("pinctrl: bcm2835: Make pin freeing behavior configurable")
Reported-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Closes: https://lore.kernel.org/linux-gpio/Zjk-C0nLmlynqLAE@surfacebook.localdomain/
Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Acked-by: Florian Fainelli <florian.fainelli@broadcom.com>
Link: https://lore.kernel.org/r/20240603181938.76047-2-wahrenst@gmx.net
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/bcm/pinctrl-bcm2835.c