mbox series

[GIT,PULL] Immutable branch between MFD, HWMON and Regulator due for the v5.18 merge window

Message ID YgI4S6vX9FrCb9/j@google.com (mailing list archive)
State Deferred
Headers show
Series [GIT,PULL] Immutable branch between MFD, HWMON and Regulator due for the v5.18 merge window | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-hwmon-regulator-v5.18

Message

Lee Jones Feb. 8, 2022, 9:30 a.m. UTC
Enjoy!

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-hwmon-regulator-v5.18

for you to fetch changes up to de34a4053250781404779b567b58dd97af689ce0:

  hwmon: sy7636a: Add temperature driver for sy7636a (2022-02-08 09:27:33 +0000)

----------------------------------------------------------------
Immutable branch between MFD, HWMON and Regulator due for the v5.18 merge window
----------------------------------------------------------------

Alistair Francis (5):
      dt-bindings: mfd: Initial commit of silergy,sy7636a.yaml
      mfd: simple-mfd-i2c: Add a Kconfig name
      mfd: simple-mfd-i2c: Enable support for the silergy,sy7636a
      regulator: sy7636a: Remove requirement on sy7636a mfd
      hwmon: sy7636a: Add temperature driver for sy7636a
 .../devicetree/bindings/mfd/silergy,sy7636a.yaml   |  82 ++++++++++++++++
 Documentation/hwmon/index.rst                      |   1 +
 Documentation/hwmon/sy7636a-hwmon.rst              |  26 +++++
 drivers/hwmon/Kconfig                              |   9 ++
 drivers/hwmon/Makefile                             |   1 +
 drivers/hwmon/sy7636a-hwmon.c                      | 106 +++++++++++++++++++++
 drivers/mfd/Kconfig                                |   2 +-
 drivers/mfd/simple-mfd-i2c.c                       |  11 +++
 drivers/regulator/Kconfig                          |   1 -
 drivers/regulator/sy7636a-regulator.c              |   7 +-
 include/linux/mfd/sy7636a.h                        |  34 +++++++
 11 files changed, 276 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/silergy,sy7636a.yaml
 create mode 100644 Documentation/hwmon/sy7636a-hwmon.rst
 create mode 100644 drivers/hwmon/sy7636a-hwmon.c
 create mode 100644 include/linux/mfd/sy7636a.h