From: Mark Brown <broonie@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
linux-kernel@vger.kernel.org, Mark Brown <broonie@kernel.org>
Subject: [GIT PULL] regulator updates for v5.13
Date: Mon, 26 Apr 2021 15:40:10 +0100 [thread overview]
Message-ID: <20210426144053.F0C4F61289@mail.kernel.org> (raw)
The following changes since commit bf05bf16c76bb44ab5156223e1e58e26dfe30a88:
Linux 5.12-rc8 (2021-04-18 14:45:32 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-v5.13
for you to fetch changes up to 4dd1c95306980c997b9a32e72877e060c25dc6f3:
Merge remote-tracking branch 'regulator/for-5.13' into regulator-next (2021-04-23 19:01:23 +0100)
----------------------------------------------------------------
regulator: Updates for v5.13
Not much going on with regulator this cycle, even in terms of cleanups
and fixes things were fairly quiet.
- New helper for setting ramp delay.
- Conversion of the Qualcomm RPMH bindings to YAML.
- Support for Tang Cheng TCS4525.
----------------------------------------------------------------
Adam Ward (1):
regulator: da9121: automotive variants identity fix
AngeloGioacchino Del Regno (1):
regulator: spmi: Add support for ULT LV_P50 and ULT P300
Axel Lin (2):
regulator: mt6315: Return REGULATOR_MODE_INVALID for invalid mode
regulator: pf8x00: Use regulator_map_voltage_ascend for pf8x00_buck7_ops
Christophe JAILLET (1):
regulator: Avoid a double 'of_node_get' in 'regulator_of_get_init_node()'
Dan Carpenter (1):
regulator: bd9576: Fix return from bd957x_probe()
Ezequiel Garcia (2):
dt-bindings: vendor-prefixes: Add Tang Cheng (TCS)
regulator: Add binding for TCS4525
Frieder Schrempf (1):
regulator: pca9450: Fix return value when failing to get sd-vsel GPIO
Jian Dong (1):
regulator: mt6360: remove redundant error print
Joseph Chen (1):
regulator: fan53555: Add TCS4525 DCDC support
Krzysztof Kozlowski (2):
regulator: s2mpa01: Drop initialization via platform data
regulator: s2mps11: Drop initialization via platform data
Mark Brown (6):
Merge existing fixes from regulator/for-5.12
Merge series "Support ROHM BD71815 PMIC" from Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>:
Merge series "mfd/rtc/regulator: Drop board file support for Samsung PMIC" from Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>:
Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-5.13
Merge remote-tracking branch 'regulator/for-5.12' into regulator-linus
Merge remote-tracking branch 'regulator/for-5.13' into regulator-next
Matti Vaittinen (2):
regulator: helpers: Export helper voltage listing
regulator: Add regmap helper for ramp-delay setting
Sebastian Fricke (1):
regulator: core.c: Improve a comment
Shubhankar Kuranagatti (1):
regulator: core.c: Fix indentation of comment
Vincent Whitchurch (2):
regulator: core: Respect off_on_delay at startup
regulator: core: Fix off_on_delay handling
Yang Li (1):
regulator: add missing call to of_node_put()
satya priya (6):
regulator: qcom-rpmh: Correct the pmic5_hfsmps515 buck
regulator: qcom-rpmh: Use correct buck for S1C regulator
regulator: qcom-rpmh: Add pmic5_ftsmps520 buck
regulator: qcom-rpmh: Add PM7325/PMR735A regulator support
regulator: Convert RPMh regulator bindings to YAML
regulator: Add compatibles for PM7325/PMR735A
.../devicetree/bindings/regulator/fan53555.txt | 4 +-
.../bindings/regulator/qcom,rpmh-regulator.txt | 180 ---------------------
.../bindings/regulator/qcom,rpmh-regulator.yaml | 162 +++++++++++++++++++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
drivers/regulator/bd9576-regulator.c | 11 +-
drivers/regulator/core.c | 59 ++++---
drivers/regulator/da9121-regulator.c | 80 +++++----
drivers/regulator/da9121-regulator.h | 13 ++
drivers/regulator/fan53555.c | 136 ++++++++++++++--
drivers/regulator/helpers.c | 101 +++++++++++-
drivers/regulator/mt6360-regulator.c | 4 +-
drivers/regulator/of_regulator.c | 6 +-
drivers/regulator/pf8x00-regulator.c | 1 +
drivers/regulator/qcom-rpmh-regulator.c | 62 ++++++-
drivers/regulator/qcom_spmi-regulator.c | 2 +
drivers/regulator/s2mpa01.c | 4 -
drivers/regulator/s2mps11.c | 22 +--
drivers/regulator/scmi-regulator.c | 4 +-
include/linux/regulator/driver.h | 9 +-
19 files changed, 560 insertions(+), 302 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt
create mode 100644 Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml
next reply other threads:[~2021-04-26 14:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-26 14:40 Mark Brown [this message]
2021-04-26 23:36 ` [GIT PULL] regulator updates for v5.13 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210426144053.F0C4F61289@mail.kernel.org \
--to=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.