regulator: regulator driver interface
authorLiam Girdwood <lg@opensource.wolfsonmicro.com>
Wed, 30 Apr 2008 14:42:28 +0000 (15:42 +0100)
committerLiam Girdwood <lg@opensource.wolfsonmicro.com>
Wed, 30 Jul 2008 09:10:20 +0000 (10:10 +0100)
commit571a354b1542a274d88617e1f6703f3fe7a517f1
treeefa2f1f1c6b2ab8c176cf30d3806bc34f159e1b7
parente2ce4eaa76214f65a3f328ec5b45c30248115768
regulator: regulator driver interface

This allows regulator drivers to register their regulators and provide
operations to the core. It also has a notifier call chain for propagating
regulator events to clients.

Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
include/linux/regulator/driver.h [new file with mode: 0644]