All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] regulator updates for v5.13
@ 2021-04-26 14:40 Mark Brown
  2021-04-26 23:36 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2021-04-26 14:40 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Liam Girdwood, linux-kernel, Mark Brown

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] regulator updates for v5.13
  2021-04-26 14:40 [GIT PULL] regulator updates for v5.13 Mark Brown
@ 2021-04-26 23:36 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-04-26 23:36 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linus Torvalds, Liam Girdwood, linux-kernel, Mark Brown

The pull request you sent on Mon, 26 Apr 2021 15:40:10 +0100:

> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-v5.13

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ca62e9090d229926f43f20291bb44d67897baab7

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-26 23:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-26 14:40 [GIT PULL] regulator updates for v5.13 Mark Brown
2021-04-26 23:36 ` pr-tracker-bot

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.