]> www.infradead.org Git - users/dwmw2/linux.git/commit
mfd: Add Congatec Board Controller driver
authorThomas Richard <thomas.richard@bootlin.com>
Tue, 1 Oct 2024 11:53:27 +0000 (13:53 +0200)
committerLee Jones <lee@kernel.org>
Wed, 9 Oct 2024 15:31:48 +0000 (16:31 +0100)
commit6f1067cfbee72b04fc42234f7f1588f838cec0b6
treed2f6a1b4745ace24a77c6aab922752de48ed2906
parent9852d85ec9d492ebef56dc5f229416c925758edc
mfd: Add Congatec Board Controller driver

Add core MFD driver for the Board Controller found on some Congatec SMARC
module. This Board Controller provides functions like watchdog, GPIO, and
I2C busses.

This commit adds support only for the conga-SA7 module.

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://lore.kernel.org/r/20241001-congatec-board-controller-v3-1-39ceceed5c47@bootlin.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/cgbc-core.c [new file with mode: 0644]
include/linux/mfd/cgbc.h [new file with mode: 0644]