Linux GPIO subsystem development
 help / color / mirror / Atom feed
* [PATCH V3 0/2] pinctrl: bcm2835: Implement pin_conf_get
@ 2024-03-03 14:01 Stefan Wahren
  2024-03-03 14:01 ` [PATCH V3 1/2] pinctrl: bcm2835: Implement bcm2835_pinconf_get Stefan Wahren
  2024-03-03 14:01 ` [PATCH V3 2/2] pinctrl: bcm2835: Implement bcm2711_pinconf_get Stefan Wahren
  0 siblings, 2 replies; 14+ messages in thread
From: Stefan Wahren @ 2024-03-03 14:01 UTC (permalink / raw)
  To: Linus Walleij, Florian Fainelli, Ray Jui, Scott Branden
  Cc: bcm-kernel-feedback-list, linux-gpio, linux-arm-kernel,
	linux-rpi-kernel, Stefan Wahren

For years, the Raspberry Pi users relied on userspace programs to read
the pin configuration. In the meantime, it has become apparent that this
approach has reached its limits for various reasons.

This patch series now attempts to improve the debugging possibilities on
the kernel side in order to reduce the dependency on these userspace
programs.

Changes in V3:
- convert changes to single return point of success as suggested by
  Andy Shevchenko
- justify ENOTSUPP checkpatch false positive

Changes in V2:
- adjust the BCM2711/7211 pull resistor value according to the Broadcom
  datasheet

Stefan Wahren (2):
  pinctrl: bcm2835: Implement bcm2835_pinconf_get
  pinctrl: bcm2835: Implement bcm2711_pinconf_get

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

--
2.34.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-03-06 18:09 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-03 14:01 [PATCH V3 0/2] pinctrl: bcm2835: Implement pin_conf_get Stefan Wahren
2024-03-03 14:01 ` [PATCH V3 1/2] pinctrl: bcm2835: Implement bcm2835_pinconf_get Stefan Wahren
2024-03-03 14:19   ` Chen-Yu Tsai
2024-03-05 22:38     ` Linus Walleij
2024-03-06  3:10       ` Chen-Yu Tsai
2024-03-06  8:38         ` Linus Walleij
2024-03-06  8:55           ` Chen-Yu Tsai
2024-03-06 12:57             ` Linus Walleij
2024-03-06 13:40               ` Chen-Yu Tsai
2024-03-06 17:03                 ` Stefan Wahren
2024-03-06 17:07                   ` Chen-Yu Tsai
2024-03-06 18:08                     ` Stefan Wahren
2024-03-03 14:01 ` [PATCH V3 2/2] pinctrl: bcm2835: Implement bcm2711_pinconf_get Stefan Wahren
2024-03-04 17:41   ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox