public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] regulator: add userspace-consumer driver
@ 2009-04-26  9:17 Mike Rapoport
  2009-04-26  9:17 ` [PATCH 1/2] regulator: move regulator_consumer_supply from machine.h to consumer.h Mike Rapoport
  2009-04-26  9:17 ` [PATCH 2/2] regulator: add userspace-consumer driver Mike Rapoport
  0 siblings, 2 replies; 11+ messages in thread
From: Mike Rapoport @ 2009-04-26  9:17 UTC (permalink / raw)
  To: broonie; +Cc: lrg, linux-kernel, Mike Rapoport

The userspace-consumer driver allows control of voltage and current
regulator state from userspace. This is required for fine-grained power
management of devices that are completely controller by userspace
applications, e.g. a GPS transciever connected to a serial port.

The first patch in the serie reorginases the way structs are defined in
the regulator framework headers so that regulator_consumer_supply can be
used without need to include include/linux/regulator/machine.h

The second patch is actully userspace-consumer driver implementation.

Mike Rapoport (2):
  regulator: move regulator_consumer_supply from machine.h to
    consumer.h
  regulator: add userspace-consumer driver

 drivers/regulator/Kconfig                    |   10 ++
 drivers/regulator/Makefile                   |    1 +
 drivers/regulator/userspace-consumer.c       |  213 ++++++++++++++++++++++++++
 include/linux/regulator/consumer.h           |   13 ++
 include/linux/regulator/machine.h            |   14 +--
 include/linux/regulator/userspace-consumer.h |   25 +++
 6 files changed, 263 insertions(+), 13 deletions(-)
 create mode 100644 drivers/regulator/userspace-consumer.c
 create mode 100644 include/linux/regulator/userspace-consumer.h


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

end of thread, other threads:[~2009-04-27 12:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-26  9:17 [PATCH 0/2] regulator: add userspace-consumer driver Mike Rapoport
2009-04-26  9:17 ` [PATCH 1/2] regulator: move regulator_consumer_supply from machine.h to consumer.h Mike Rapoport
2009-04-26  9:17 ` [PATCH 2/2] regulator: add userspace-consumer driver Mike Rapoport
2009-04-26 10:02   ` Mark Brown
2009-04-26 11:47     ` Mike Rapoport
2009-04-26 12:00       ` Mark Brown
2009-04-26 13:05         ` Mike Rapoport
2009-04-26 13:49         ` [PATCH] " Mike Rapoport
2009-04-27 11:43           ` Mark Brown
2009-04-27 12:30             ` Liam Girdwood
2009-04-27 12:29           ` Liam Girdwood

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