diff options
author | Juergen Fitschen <me@jue.yt> | 2019-02-22 10:25:21 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2019-03-24 22:41:51 +0100 |
commit | ad7d142f8951ce00e0366ba54bfaf8ab086eb4b9 (patch) | |
tree | 94aac003feaaefde4272b3dfefb1f7e7120f1c83 /MAINTAINERS | |
parent | i2c: at91: segregate master mode specific code from probe and init func (diff) | |
download | linux-ad7d142f8951ce00e0366ba54bfaf8ab086eb4b9.tar.xz linux-ad7d142f8951ce00e0366ba54bfaf8ab086eb4b9.zip |
i2c: at91: split driver into core and master file
The single file i2c-at91.c has been split into core code (i2c-at91-core.c)
and master mode specific code (i2c-at91-master.c). This should enhance
maintainability and reduce ifdeffery for slave mode related code.
The code itself hasn't been touched. Shared functions only had to be made
non-static. Furthermore, includes have been cleaned up.
Signed-off-by: Juergen Fitschen <me@jue.yt>
[ludovic.desroches@microchip.com: fix checkpatch errors and use SPDX]
Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e17ebf70b548..a766c8f13b22 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10102,7 +10102,8 @@ MICROCHIP I2C DRIVER M: Ludovic Desroches <ludovic.desroches@microchip.com> L: linux-i2c@vger.kernel.org S: Supported -F: drivers/i2c/busses/i2c-at91.c +F: drivers/i2c/busses/i2c-at91.h +F: drivers/i2c/busses/i2c-at91-*.c MICROCHIP ISC DRIVER M: Eugen Hristev <eugen.hristev@microchip.com> |