[GIT PULL] Immutable branch between MFD, GPIO, I2C and Watchdog due for the v6.13 merge window

From: Lee Jones
Date: Thu Oct 10 2024 - 04:51:39 EST


Enjoy!

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-gpio-i2c-watchdog-v6.13

for you to fetch changes up to 590bcce85e014a2e16afe910bc6a20b4c1b2b374:

MAINTAINERS: Add entry for Congatec Board Controller (2024-10-09 16:32:13 +0100)

----------------------------------------------------------------
Immutable branch between MFD, GPIO, I2C and Watchdog due for the v6.13 merge window

----------------------------------------------------------------
Thomas Richard (5):
mfd: Add Congatec Board Controller driver
gpio: Congatec Board Controller gpio driver
i2c: Congatec Board Controller i2c bus driver
watchdog: Congatec Board Controller watchdog timer driver
MAINTAINERS: Add entry for Congatec Board Controller

MAINTAINERS | 9 +
drivers/gpio/Kconfig | 10 +
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-cgbc.c | 196 ++++++++++++++++++++
drivers/i2c/busses/Kconfig | 10 +
drivers/i2c/busses/Makefile | 1 +
drivers/i2c/busses/i2c-cgbc.c | 406 +++++++++++++++++++++++++++++++++++++++++
drivers/mfd/Kconfig | 12 ++
drivers/mfd/Makefile | 1 +
drivers/mfd/cgbc-core.c | 411 ++++++++++++++++++++++++++++++++++++++++++
drivers/watchdog/Kconfig | 10 +
drivers/watchdog/Makefile | 1 +
drivers/watchdog/cgbc_wdt.c | 211 ++++++++++++++++++++++
include/linux/mfd/cgbc.h | 44 +++++
14 files changed, 1323 insertions(+)
create mode 100644 drivers/gpio/gpio-cgbc.c
create mode 100644 drivers/i2c/busses/i2c-cgbc.c
create mode 100644 drivers/mfd/cgbc-core.c
create mode 100644 drivers/watchdog/cgbc_wdt.c
create mode 100644 include/linux/mfd/cgbc.h

--
Lee Jones [李琼斯]