Enjoy! The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-hwmon-v5.8 for you to fetch changes up to 3bce5377ef66a8700dcf7a9cb89b7aeb99326cb7: hwmon: Add Gateworks System Controller support (2020-05-20 10:29:17 +0100) ---------------------------------------------------------------- Immutable branch between MFD and HWMON due for the v5.8 merge window ---------------------------------------------------------------- Tim Harvey (3): dt-bindings: mfd: Add Gateworks System Controller bindings mfd: Add Gateworks System Controller core driver hwmon: Add Gateworks System Controller support .../devicetree/bindings/mfd/gateworks-gsc.yaml | 196 +++++++++++ Documentation/hwmon/gsc-hwmon.rst | 53 +++ Documentation/hwmon/index.rst | 1 + MAINTAINERS | 11 + drivers/hwmon/Kconfig | 9 + drivers/hwmon/Makefile | 1 + drivers/hwmon/gsc-hwmon.c | 390 +++++++++++++++++++++ drivers/mfd/Kconfig | 15 + drivers/mfd/Makefile | 1 + drivers/mfd/gateworks-gsc.c | 277 +++++++++++++++ include/linux/mfd/gsc.h | 76 ++++ include/linux/platform_data/gsc_hwmon.h | 44 +++ 12 files changed, 1074 insertions(+) create mode 100644 Documentation/devicetree/bindings/mfd/gateworks-gsc.yaml create mode 100644 Documentation/hwmon/gsc-hwmon.rst create mode 100644 drivers/hwmon/gsc-hwmon.c create mode 100644 drivers/mfd/gateworks-gsc.c create mode 100644 include/linux/mfd/gsc.h create mode 100644 include/linux/platform_data/gsc_hwmon.h -- Lee Jones [李琼斯] Linaro Services Technical Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog