On Mon, Jul 21, 2014 at 06:38:48PM +0300, Tuomas Tynkkynen wrote: > Add helper functions that allow regulator consumers to obtain low-level > details about the regulator hardware, like the voltage selector register > address and such. These details can be useful when configuring hardware > or firmware that want to do low-level access to regulators, with no > involvement from the kernel. Applied, thanks. I've also created a signed tag for this one: The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f: Linux 3.16-rc1 (2014-06-15 17:45:28 -1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/getreg for you to fetch changes up to 04eca28cde52cdf9eb91e127cc358ad79a8ec53b: regulator: Add helpers for low-level register access (2014-07-25 18:43:48 +0100) ---------------------------------------------------------------- regulator: Allow clients to retrieve voltage selection register information Some systems have embedded controllers that can automatically manage the voltage of a regulator. Help client drivers support this in a generic fashion by providing access to the register information we have in the framework. ---------------------------------------------------------------- Tuomas Tynkkynen (1): regulator: Add helpers for low-level register access Documentation/power/regulator/consumer.txt | 35 +++++++++++++++ drivers/regulator/core.c | 71 ++++++++++++++++++++++++++++++ include/linux/regulator/consumer.h | 26 +++++++++++ 3 files changed, 132 insertions(+)