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

Lee Jones lee.jones at linaro.org
Tue Feb 8 01:30:51 PST 2022


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

-- 
Lee Jones [李琼斯]
Principal Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog



More information about the linux-arm-kernel mailing list