Add initial regulator support
Provide minimal regulator support. Only supported operations are enabling
and disabling regulators. Association of devices with their regulators is
limited to devicetree only. If regulator support is disabled the API expands
to static inline stubs so consumers can still use the API.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 0af79fb commit 485788954c1c4be5f64be143228fc54ec41c00f0
@Sascha Hauer Sascha Hauer authored on 8 Apr 2014
Showing 10 changed files
View
commands/Kconfig
View
commands/Makefile
View
commands/regulator.c 0 → 100644
View
drivers/Kconfig
View
drivers/Makefile
View
drivers/regulator/Kconfig 0 → 100644
View
drivers/regulator/Makefile 0 → 100644
View
drivers/regulator/core.c 0 → 100644
View
drivers/regulator/fixed.c 0 → 100644
View
include/regulator.h 0 → 100644