[GIT PULL] regulator updates for v4.10

2016-12-12 Thread Mark Brown
The following changes since commit 69973b830859bc6529a7a0468ba0d80ee5117826:

  Linux 4.9 (2016-12-11 11:17:54 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git 
tags/regulator-v4.10

for you to fetch changes up to d00b74613fb18dfd0a5aa99270ee2e72d5c808d7:

  Merge remote-tracking branches 'regulator/topic/tps65086' and 
'regulator/topic/twl' into regulator-next (2016-12-12 12:17:31 +)


regulator: Updates for v4.10

A quiet release for the regulator API, conference season must've been
slowing everyone down:

 - A new interface allowing drivers to provide an interface for reading
   a more detailed description of error conditions which allows devices
   using these regulators to build
 - ACPI support for the fixed voltage regulator.
 - Cleanups for the TI TWL drivers to reduce code duplication.


Andrew F. Davis (2):
  regulator: tps65086: Fix 25mV ranges for BUCK regulators
  regulator: tps65086: Fix 25mV ranges for BUCK regulators 1, 2, and 6

Axel Haslam (1):
  regulator: core: Add new API to poll for error conditions

Axel Lin (3):
  regulator: tps6507x: Drop pointless static qualifier for *reg_data 
variable
  regulator: twl: Remove unused fields from struct twlreg_info
  regulator: twl6030: Remove unused fields from struct twlreg_info

Charles Keepax (3):
  regulator: arizona-ldo1: Set appropriate value for ramp_delay
  regulators: helpers: Fix handling of bypass_val_on in get_bypass_regmap
  regulator: core: Correct type of mode in regulator_mode_constrain

Chen-Yu Tsai (1):
  regulator: axp20x: Fix axp809 ldo_io registration error on cold boot

David Lechner (2):
  regulator: core: add newline in debug message
  regulator: Fix regulator_get_error_flags() signature mismatch

Jisheng Zhang (1):
  regulator: gpio: properly check return value of of_get_named_gpio

Linus Walleij (1):
  regulator: stw481x-vmmc: fix ages old enable error

Lokesh Vutla (1):
  regulator: lp873x: Add support for populating input supply

Lu Baolu (1):
  regulator: fixed: add support for ACPI interface

Mark Brown (8):
  Merge branch 'topic/error' of git://git.kernel.org/.../broonie/regulator 
into regulator-fixed
  regulator: pwm: Add missing quotes to DT example
  Merge remote-tracking branch 'regulator/fix/axp20x' into regulator-linus
  Merge remote-tracking branches 'regulator/fix/stw481x' and 
'regulator/fix/tps65086' into regulator-linus
  Merge remote-tracking branch 'regulator/topic/core' into regulator-next
  Merge remote-tracking branches 'regulator/topic/arizona', 
'regulator/topic/bypass', 'regulator/topic/error' and 'regulator/topic/fixed' 
into regulator-next
  Merge remote-tracking branches 'regulator/topic/gpio', 
'regulator/topic/lp873x', 'regulator/topic/max77620', 'regulator/topic/pwm' and 
'regulator/topic/tps6507x' into regulator-next
  Merge remote-tracking branches 'regulator/topic/tps65086' and 
'regulator/topic/twl' into regulator-next

Nicolae Rosia (4):
  regulator: twl-regulator: rework fixed regulator definition
  regulator: twl: make driver DT only
  regulator: twl: kill unused functions
  regulator: twl: split twl6030 logic into its own file

Venkat Reddy Talla (3):
  regulator: max77620: remove unused variable
  regulator: max77620: add support to configure MPOK
  regulator: max77620: add documentation for MPOK property

 Documentation/devicetree/bindings/mfd/lp873x.txt   |   8 +
 Documentation/devicetree/bindings/mfd/max77620.txt |  12 +
 Documentation/devicetree/bindings/mfd/tps65086.txt |   2 +-
 .../bindings/regulator/pwm-regulator.txt   |   4 +-
 MAINTAINERS|   1 +
 drivers/regulator/Makefile |   2 +-
 drivers/regulator/arizona-ldo1.c   |   2 +
 drivers/regulator/axp20x-regulator.c   |  12 +-
 drivers/regulator/core.c   |  38 +-
 drivers/regulator/fixed.c  |  46 ++
 drivers/regulator/gpio-regulator.c |   9 +-
 drivers/regulator/helpers.c|   6 +-
 drivers/regulator/lp873x-regulator.c   |   1 +
 drivers/regulator/max77620-regulator.c |  47 +-
 drivers/regulator/stw481x-vmmc.c   |   3 +-
 drivers/regulator/tps6507x-regulator.c |   2 +-
 drivers/regulator/tps65086-regulator.c |  51 +-
 drivers/regulator/twl-regulator.c  | 673 +
 drivers/regulator/twl6030-regulator.c  | 793 +
 include/linux/mfd/max77620.h   |   2 +
 include/linux/regulator/consumer.h |  27 +
 include/linux/regulator/driver.h   |   4 +
 22 files 

[GIT PULL] regulator updates for v4.10

2016-12-12 Thread Mark Brown
The following changes since commit 69973b830859bc6529a7a0468ba0d80ee5117826:

  Linux 4.9 (2016-12-11 11:17:54 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git 
tags/regulator-v4.10

for you to fetch changes up to d00b74613fb18dfd0a5aa99270ee2e72d5c808d7:

  Merge remote-tracking branches 'regulator/topic/tps65086' and 
'regulator/topic/twl' into regulator-next (2016-12-12 12:17:31 +)


regulator: Updates for v4.10

A quiet release for the regulator API, conference season must've been
slowing everyone down:

 - A new interface allowing drivers to provide an interface for reading
   a more detailed description of error conditions which allows devices
   using these regulators to build
 - ACPI support for the fixed voltage regulator.
 - Cleanups for the TI TWL drivers to reduce code duplication.


Andrew F. Davis (2):
  regulator: tps65086: Fix 25mV ranges for BUCK regulators
  regulator: tps65086: Fix 25mV ranges for BUCK regulators 1, 2, and 6

Axel Haslam (1):
  regulator: core: Add new API to poll for error conditions

Axel Lin (3):
  regulator: tps6507x: Drop pointless static qualifier for *reg_data 
variable
  regulator: twl: Remove unused fields from struct twlreg_info
  regulator: twl6030: Remove unused fields from struct twlreg_info

Charles Keepax (3):
  regulator: arizona-ldo1: Set appropriate value for ramp_delay
  regulators: helpers: Fix handling of bypass_val_on in get_bypass_regmap
  regulator: core: Correct type of mode in regulator_mode_constrain

Chen-Yu Tsai (1):
  regulator: axp20x: Fix axp809 ldo_io registration error on cold boot

David Lechner (2):
  regulator: core: add newline in debug message
  regulator: Fix regulator_get_error_flags() signature mismatch

Jisheng Zhang (1):
  regulator: gpio: properly check return value of of_get_named_gpio

Linus Walleij (1):
  regulator: stw481x-vmmc: fix ages old enable error

Lokesh Vutla (1):
  regulator: lp873x: Add support for populating input supply

Lu Baolu (1):
  regulator: fixed: add support for ACPI interface

Mark Brown (8):
  Merge branch 'topic/error' of git://git.kernel.org/.../broonie/regulator 
into regulator-fixed
  regulator: pwm: Add missing quotes to DT example
  Merge remote-tracking branch 'regulator/fix/axp20x' into regulator-linus
  Merge remote-tracking branches 'regulator/fix/stw481x' and 
'regulator/fix/tps65086' into regulator-linus
  Merge remote-tracking branch 'regulator/topic/core' into regulator-next
  Merge remote-tracking branches 'regulator/topic/arizona', 
'regulator/topic/bypass', 'regulator/topic/error' and 'regulator/topic/fixed' 
into regulator-next
  Merge remote-tracking branches 'regulator/topic/gpio', 
'regulator/topic/lp873x', 'regulator/topic/max77620', 'regulator/topic/pwm' and 
'regulator/topic/tps6507x' into regulator-next
  Merge remote-tracking branches 'regulator/topic/tps65086' and 
'regulator/topic/twl' into regulator-next

Nicolae Rosia (4):
  regulator: twl-regulator: rework fixed regulator definition
  regulator: twl: make driver DT only
  regulator: twl: kill unused functions
  regulator: twl: split twl6030 logic into its own file

Venkat Reddy Talla (3):
  regulator: max77620: remove unused variable
  regulator: max77620: add support to configure MPOK
  regulator: max77620: add documentation for MPOK property

 Documentation/devicetree/bindings/mfd/lp873x.txt   |   8 +
 Documentation/devicetree/bindings/mfd/max77620.txt |  12 +
 Documentation/devicetree/bindings/mfd/tps65086.txt |   2 +-
 .../bindings/regulator/pwm-regulator.txt   |   4 +-
 MAINTAINERS|   1 +
 drivers/regulator/Makefile |   2 +-
 drivers/regulator/arizona-ldo1.c   |   2 +
 drivers/regulator/axp20x-regulator.c   |  12 +-
 drivers/regulator/core.c   |  38 +-
 drivers/regulator/fixed.c  |  46 ++
 drivers/regulator/gpio-regulator.c |   9 +-
 drivers/regulator/helpers.c|   6 +-
 drivers/regulator/lp873x-regulator.c   |   1 +
 drivers/regulator/max77620-regulator.c |  47 +-
 drivers/regulator/stw481x-vmmc.c   |   3 +-
 drivers/regulator/tps6507x-regulator.c |   2 +-
 drivers/regulator/tps65086-regulator.c |  51 +-
 drivers/regulator/twl-regulator.c  | 673 +
 drivers/regulator/twl6030-regulator.c  | 793 +
 include/linux/mfd/max77620.h   |   2 +
 include/linux/regulator/consumer.h |  27 +
 include/linux/regulator/driver.h   |   4 +
 22 files