The following changes since commit c82f27df07573ec7b124efe176d2ac6c038787a5:

  regulator: core: Fix error return for /sys access (2019-09-11 11:17:23 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git 
tags/regulator-fix-v5.4-rc4

for you to fetch changes up to 77fd66c9ff3e992718a79fa6407148935d34b50f:

  regulator: qcom-rpmh: Fix PMIC5 BoB min voltage (2019-10-04 18:44:37 +0100)

----------------------------------------------------------------
regulator: Fixes for v5.4

There are a few core fixes here around error handling and handling if
suspend mode configuration and some driver specific fixes here but the
most important change is the fix to the fixed-regulator DT schema
conversion introduced during the last merge window. That fixes one of
the last two errors preventing successful execution of "make dt_binding_check"
which will be enourmously helpful for DT schema development.

----------------------------------------------------------------
Axel Lin (2):
      regulator: fixed: Prevent NULL pointer dereference when !CONFIG_OF
      regulator: ti-abb: Fix timeout in 
ti_abb_wait_txdone/ti_abb_clear_all_txdone

Charles Keepax (1):
      regulator: lochnagar: Add on_off_delay for VDDCORE

Kiran Gunda (1):
      regulator: qcom-rpmh: Fix PMIC5 BoB min voltage

Marco Felsch (3):
      regulator: of: fix suspend-min/max-voltage parsing
      regulator: core: make regulator_register() EPROBE_DEFER aware
      regulator: da9062: fix suspend_enable/disable preparation

Philippe Schenker (1):
      dt-bindings: fixed-regulator: fix compatible enum

Yizhuo (1):
      regulator: pfuze100-regulator: Variable "val" in 
pfuze100_regulator_probe() could be uninitialized

 .../bindings/regulator/fixed-regulator.yaml        |   4 +-
 drivers/regulator/core.c                           |  13 +++
 drivers/regulator/da9062-regulator.c               | 118 ++++++++-------------
 drivers/regulator/fixed.c                          |   5 +-
 drivers/regulator/lochnagar-regulator.c            |   1 +
 drivers/regulator/of_regulator.c                   |  27 +++--
 drivers/regulator/pfuze100-regulator.c             |   8 +-
 drivers/regulator/qcom-rpmh-regulator.c            |   4 +-
 drivers/regulator/ti-abb-regulator.c               |  26 ++---
 9 files changed, 100 insertions(+), 106 deletions(-)

Attachment: signature.asc
Description: PGP signature

Reply via email to