]> git.ipfire.org Git - thirdparty/linux.git/commit
i2c: Congatec Board Controller i2c bus driver
authorThomas Richard <thomas.richard@bootlin.com>
Tue, 1 Oct 2024 11:53:29 +0000 (13:53 +0200)
committerLee Jones <lee@kernel.org>
Wed, 9 Oct 2024 15:32:08 +0000 (16:32 +0100)
commit6894f640b8f3f48700ccc828419ba60704f5a405
tree5e7e058170b10a4d8a16ef25a4b1d416f1df89d4
parent4342bf63b64b09561f4ad1537de2e1a971cfb197
i2c: Congatec Board Controller i2c bus driver

Add i2c support for the Congatec Board Controller.

The Board Controller has two i2c busses, a General Purpose bus and a Power
Management bus.

Acked-by: Andi Shyti <andi.shyti@kernel.org>
Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://lore.kernel.org/r/20241001-congatec-board-controller-v3-3-39ceceed5c47@bootlin.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Makefile
drivers/i2c/busses/i2c-cgbc.c [new file with mode: 0644]