diff options
author | Hans Hu <hanshu-oc@zhaoxin.com> | 2024-04-08 04:54:44 +0200 |
---|---|---|
committer | Andi Shyti <andi.shyti@kernel.org> | 2024-05-06 00:56:42 +0200 |
commit | 5acd48fa72ad16b824a9117254ce48ed69c914e8 (patch) | |
tree | 2e68c6d81023765ad0c3deb0150508f5740c7627 /MAINTAINERS | |
parent | i2c: wmt: create wmt_i2c_init for general init (diff) | |
download | linux-5acd48fa72ad16b824a9117254ce48ed69c914e8.tar.xz linux-5acd48fa72ad16b824a9117254ce48ed69c914e8.zip |
i2c: wmt: split out common files
Since the I2C IP of both wmt and zhaoxin originates from VIA,
it is better to separate the common code first.
The common driver is named as i2c-viai2c-common.c.
Old i2c-wmt.c renamed to i2c-viai2c-wmt.c.
The MAINTAINERS file will be updated accordingly in upcoming commits.
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Hans Hu <hanshu-oc@zhaoxin.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 75554f93e555..a3491d1aa7c3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3017,7 +3017,7 @@ S: Orphan F: Documentation/devicetree/bindings/i2c/i2c-wmt.txt F: arch/arm/mach-vt8500/ F: drivers/clocksource/timer-vt8500.c -F: drivers/i2c/busses/i2c-wmt.c +F: drivers/i2c/busses/i2c-viai2c-wmt.c F: drivers/mmc/host/wmt-sdmmc.c F: drivers/pwm/pwm-vt8500.c F: drivers/rtc/rtc-vt8500.c |