i2c: Add Nuvoton NCT6694 I2C support
authorMing Yu <a0282524688@gmail.com>
Fri, 12 Sep 2025 09:19:48 +0000 (17:19 +0800)
committerLee Jones <lee@kernel.org>
Tue, 16 Sep 2025 13:41:57 +0000 (14:41 +0100)
commitc5cf27dbaeb6e12ea1703ee896dd4b42e92343aa
treef8fe7bace3d1ccc713fe25477d2eda0a7c74ad98
parent611a995e8ae1a52e34abb80ae02800ea100bdf84
i2c: Add Nuvoton NCT6694 I2C support

This driver supports I2C adapter functionality for NCT6694 MFD
device based on USB interface.

Each I2C controller uses the default baudrate of 100kHz, which
can be overridden via module parameters.

Acked-by: Andi Shyti <andi.shyti@kernel.org>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Ming Yu <a0282524688@gmail.com>
Link: https://lore.kernel.org/r/20250912091952.1169369-4-a0282524688@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
MAINTAINERS
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Makefile
drivers/i2c/busses/i2c-nct6694.c [new file with mode: 0644]