mbox series

[0/2] pinctrl: bcm2835: persist_gpio_outputs follow-up

Message ID 20240603181938.76047-1-wahrenst@gmx.net
Headers show
Series pinctrl: bcm2835: persist_gpio_outputs follow-up | expand

Message

Stefan Wahren June 3, 2024, 6:19 p.m. UTC
After the patch "pinctrl: bcm2835: Make pin freeing behavior configurable"
has been applied for 6.10-rc1, Andy Shevchenko submitted two comments [1].
So this small series address them.

[1] - https://lore.kernel.org/linux-gpio/Zjk-C0nLmlynqLAE@surfacebook.localdomain/

Stefan Wahren (2):
  pinctrl: bcm2835: Fix permissions of persist_gpio_outputs
  pinctrl: bcm2835: Use string_choices API instead of ternary operator

 drivers/pinctrl/bcm/pinctrl-bcm2835.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

--
2.34.1

Comments

Linus Walleij June 17, 2024, 7:51 a.m. UTC | #1
On Mon, Jun 3, 2024 at 8:20 PM Stefan Wahren <wahrenst@gmx.net> wrote:

> After the patch "pinctrl: bcm2835: Make pin freeing behavior configurable"
> has been applied for 6.10-rc1, Andy Shevchenko submitted two comments [1].
> So this small series address them.
>
> [1] - https://lore.kernel.org/linux-gpio/Zjk-C0nLmlynqLAE@surfacebook.localdomain/
>
> Stefan Wahren (2):
>   pinctrl: bcm2835: Fix permissions of persist_gpio_outputs

Applied for fixes.

>   pinctrl: bcm2835: Use string_choices API instead of ternary operator

Applied for next.

Yours,
Linus Walleij