summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2018-04-10 15:49:13 -0400
committerWolfram Sang <wsa@the-dreams.de>2018-04-11 17:10:31 -0400
commit95df14f7937482a2a527814061eda9b534adb7eb (patch)
tree841432a912ea1177923c45e3efcd464a7641e617
parentf7f6d915a10f7f2bce17e3b1b7d3376562395a28 (diff)
MAINTAINERS: remove me as maintainer for I2C host drivers
The number of I2C host controller drivers keeps increasing, and although I had some success acquiring specific driver maintainers, my bandwidth is by far not enough to act as a fallback for the rest of the drivers. To reflect this status-quo in MAINTAINERS, add a separate entry for I2C host drivers, let the I2C list (= community) be the contact point, and mark this section as "Odd fixes". Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--MAINTAINERS18
1 files changed, 14 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index c7182d2a9f5c..f840786ef33d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6581,15 +6581,25 @@ W: https://i2c.wiki.kernel.org/
6581Q: https://patchwork.ozlabs.org/project/linux-i2c/list/ 6581Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
6582T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git 6582T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6583S: Maintained 6583S: Maintained
6584F: Documentation/devicetree/bindings/i2c/ 6584F: Documentation/devicetree/bindings/i2c/i2c.txt
6585F: Documentation/i2c/ 6585F: Documentation/i2c/
6586F: drivers/i2c/ 6586F: drivers/i2c/*
6587F: drivers/i2c/*/
6588F: include/linux/i2c.h 6587F: include/linux/i2c.h
6589F: include/linux/i2c-*.h 6588F: include/linux/i2c-dev.h
6589F: include/linux/i2c-smbus.h
6590F: include/uapi/linux/i2c.h 6590F: include/uapi/linux/i2c.h
6591F: include/uapi/linux/i2c-*.h 6591F: include/uapi/linux/i2c-*.h
6592 6592
6593I2C SUBSYSTEM HOST DRIVERS
6594L: linux-i2c@vger.kernel.org
6595W: https://i2c.wiki.kernel.org/
6596Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
6597T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6598S: Odd Fixes
6599F: Documentation/devicetree/bindings/i2c/
6600F: drivers/i2c/algos/
6601F: drivers/i2c/busses/
6602
6593I2C-TAOS-EVM DRIVER 6603I2C-TAOS-EVM DRIVER
6594M: Jean Delvare <jdelvare@suse.com> 6604M: Jean Delvare <jdelvare@suse.com>
6595L: linux-i2c@vger.kernel.org 6605L: linux-i2c@vger.kernel.org