Enjoy! The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b: Linux 6.14-rc1 (2025-02-02 15:39:26 -0800) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-input-leds-power-v6.15 for you to fetch changes up to aebb5fc9a0d87916133b911e1ef2cc04a7996335: leds: max77705: Add LEDs support (2025-02-20 16:38:37 +0000) ---------------------------------------------------------------- Immutable branch between MFD, Input, LEDs and Power due for the v6.15 merge window ---------------------------------------------------------------- Dzmitry Sankouski (7): dt-bindings: power: supply: add maxim,max77705 charger dt-bindings: mfd: Add maxim,max77705 power: supply: max77705: Add charger driver for Maxim 77705 mfd: simple-mfd-i2c: Add MAX77705 support mfd: Add new driver for MAX77705 PMIC Input: max77693 - add max77705 haptic support leds: max77705: Add LEDs support .../devicetree/bindings/mfd/maxim,max77705.yaml | 158 ++++++ .../bindings/power/supply/maxim,max77705.yaml | 50 ++ MAINTAINERS | 4 + drivers/input/misc/Kconfig | 6 +- drivers/input/misc/max77693-haptic.c | 13 +- drivers/leds/Kconfig | 8 + drivers/leds/Makefile | 1 + drivers/leds/leds-max77705.c | 275 ++++++++++ drivers/mfd/Kconfig | 13 + drivers/mfd/Makefile | 1 + drivers/mfd/max77705.c | 182 +++++++ drivers/mfd/simple-mfd-i2c.c | 11 + drivers/power/supply/Kconfig | 6 + drivers/power/supply/Makefile | 1 + drivers/power/supply/max77705_charger.c | 581 +++++++++++++++++++++ include/linux/mfd/max77693-common.h | 4 +- include/linux/mfd/max77705-private.h | 195 +++++++ include/linux/power/max77705_charger.h | 195 +++++++ 18 files changed, 1699 insertions(+), 5 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/maxim,max77705.yaml create mode 100644 Documentation/devicetree/bindings/power/supply/maxim,max77705.yaml create mode 100644 drivers/leds/leds-max77705.c create mode 100644 drivers/mfd/max77705.c create mode 100644 drivers/power/supply/max77705_charger.c create mode 100644 include/linux/mfd/max77705-private.h create mode 100644 include/linux/power/max77705_charger.h -- Lee Jones [李琼斯]