]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i2c: piix4: Move i2c_piix4 macros and structures to common header
authorShyam Sundar S K <Shyam-sundar.S-k@amd.com>
Mon, 23 Sep 2024 08:03:55 +0000 (13:33 +0530)
committerAndi Shyti <andi.shyti@kernel.org>
Wed, 13 Nov 2024 22:29:46 +0000 (23:29 +0100)
commit650e2c396a9847d8f946810fba3f0e9f3d8c27de
treee0769d597a3d64b00c5c182196f7b9734c967756
parent9d9929e9929ff6caa310e3ac3d85bd086124efc6
i2c: piix4: Move i2c_piix4 macros and structures to common header

Add a separate header file to relocate the common code from the i2c_piix4
driver, allowing the AMD ASF driver to utilize the same code.

Update the MAINTAINERS file to include information about the new common
header file.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Co-developed-by: Sanket Goswami <Sanket.Goswami@amd.com>
Signed-off-by: Sanket Goswami <Sanket.Goswami@amd.com>
Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
MAINTAINERS
drivers/i2c/busses/i2c-piix4.c
drivers/i2c/busses/i2c-piix4.h [new file with mode: 0644]