diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2018-04-10 15:49:13 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2018-04-11 17:10:31 -0400 |
commit | 95df14f7937482a2a527814061eda9b534adb7eb (patch) | |
tree | 841432a912ea1177923c45e3efcd464a7641e617 | |
parent | f7f6d915a10f7f2bce17e3b1b7d3376562395a28 (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-- | MAINTAINERS | 18 |
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/ | |||
6581 | Q: https://patchwork.ozlabs.org/project/linux-i2c/list/ | 6581 | Q: https://patchwork.ozlabs.org/project/linux-i2c/list/ |
6582 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git | 6582 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git |
6583 | S: Maintained | 6583 | S: Maintained |
6584 | F: Documentation/devicetree/bindings/i2c/ | 6584 | F: Documentation/devicetree/bindings/i2c/i2c.txt |
6585 | F: Documentation/i2c/ | 6585 | F: Documentation/i2c/ |
6586 | F: drivers/i2c/ | 6586 | F: drivers/i2c/* |
6587 | F: drivers/i2c/*/ | ||
6588 | F: include/linux/i2c.h | 6587 | F: include/linux/i2c.h |
6589 | F: include/linux/i2c-*.h | 6588 | F: include/linux/i2c-dev.h |
6589 | F: include/linux/i2c-smbus.h | ||
6590 | F: include/uapi/linux/i2c.h | 6590 | F: include/uapi/linux/i2c.h |
6591 | F: include/uapi/linux/i2c-*.h | 6591 | F: include/uapi/linux/i2c-*.h |
6592 | 6592 | ||
6593 | I2C SUBSYSTEM HOST DRIVERS | ||
6594 | L: linux-i2c@vger.kernel.org | ||
6595 | W: https://i2c.wiki.kernel.org/ | ||
6596 | Q: https://patchwork.ozlabs.org/project/linux-i2c/list/ | ||
6597 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git | ||
6598 | S: Odd Fixes | ||
6599 | F: Documentation/devicetree/bindings/i2c/ | ||
6600 | F: drivers/i2c/algos/ | ||
6601 | F: drivers/i2c/busses/ | ||
6602 | |||
6593 | I2C-TAOS-EVM DRIVER | 6603 | I2C-TAOS-EVM DRIVER |
6594 | M: Jean Delvare <jdelvare@suse.com> | 6604 | M: Jean Delvare <jdelvare@suse.com> |
6595 | L: linux-i2c@vger.kernel.org | 6605 | L: linux-i2c@vger.kernel.org |