linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] regulator: userspace-consumer: Add regulator event uevents
@ 2025-04-04 13:40 Johann Neuhauser
  2025-04-04 13:40 ` [PATCH 1/3] regulator: userspace-consumer: Add uevent reporting for regulator events Johann Neuhauser
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Johann Neuhauser @ 2025-04-04 13:40 UTC (permalink / raw)
  To: linux-kernel, linux-doc
  Cc: Johann Neuhauser, Jonathan Corbet, Liam Girdwood, Mark Brown

This series adds support for regulator event reporting via uevents to the
userspace-consumer regulator driver. The goal is to provide userspace with
a straightforward mechanism to monitor and respond to important regulator
events such as overcurrent conditions, voltage changes, and enable/disable
transitions.

Signed-off-by: Johann Neuhauser <jneuhauser@dh-electronics.com>
---
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: Mark Brown <broonie@kernel.org>
---
Johann Neuhauser (3):
  regulator: userspace-consumer: Add uevent reporting for regulator
    events
  ABI: sysfs-platform: Document uevent ABI for reg-userspace-consumer
  docs: regulator: userspace-consumer: Add uevent-based regulator event
    reporting

 ...ysfs-platform-regulator-userspace-consumer | 23 +++++
 .../regulator/userspace-consumer.rst          | 92 +++++++++++++++++++
 drivers/regulator/userspace-consumer.c        | 74 ++++++++++++++-
 3 files changed, 188 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/ABI/testing/sysfs-platform-regulator-userspace-consumer
 create mode 100644 Documentation/driver-api/regulator/userspace-consumer.rst

-- 
2.39.5

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

end of thread, other threads:[~2025-04-07 15:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-04 13:40 [PATCH 0/3] regulator: userspace-consumer: Add regulator event uevents Johann Neuhauser
2025-04-04 13:40 ` [PATCH 1/3] regulator: userspace-consumer: Add uevent reporting for regulator events Johann Neuhauser
2025-04-04 13:40 ` [PATCH 2/3] ABI: sysfs-platform: Document uevent ABI for reg-userspace-consumer Johann Neuhauser
2025-04-04 13:40 ` [PATCH 3/3] docs: regulator: userspace-consumer: Add uevent-based regulator event reporting Johann Neuhauser
2025-04-04 17:02 ` [PATCH 0/3] regulator: userspace-consumer: Add regulator event uevents Mark Brown
2025-04-07 14:17   ` Johann Neuhauser
2025-04-07 15:57     ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).