The following changes since commit dcd6c92267155e70a94b3927bce681ce74b80d1f: Linux 3.3-rc1 (2012-01-19 15:04:48 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-linus for you to fetch changes up to 8a093049c604ab32d94bcc5baa24f7939d5e3f7b: regulator: Set apply_uV only when min and max voltages are defined (2012-01-26 11:01:21 +0000) ---------------------------------------------------------------- This fixes an integration issue with the regulator device tree bindings which shook out in -rc. The bindings were overly enthusiatic when deciding to set a voltage on a regulator and would try to set zero volts on an unconfigured regulator which isn't supported. ---------------------------------------------------------------- Karol Lewandowski (1): regulator: Set apply_uV only when min and max voltages are defined drivers/regulator/of_regulator.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)