[PATCH] MAINTAINERS: i2c: include all I2C bindings in the I2C entry

Krzysztof Kozlowski posted 1 patch 3 years, 1 month ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: i2c: include all I2C bindings in the I2C entry
Posted by Krzysztof Kozlowski 3 years, 1 month ago
I2C subsystem maintainer entry should also cover all I2C device
bindings, not only the common part of them, because:
1. The bindings usually go via subsystem maintainer tree,
2. The maintainer might know the domain better.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4cbe823f3545..661e1c7e28f3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9585,7 +9585,7 @@ S:	Maintained
 W:	https://i2c.wiki.kernel.org/
 Q:	https://patchwork.ozlabs.org/project/linux-i2c/list/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
-F:	Documentation/devicetree/bindings/i2c/i2c.txt
+F:	Documentation/devicetree/bindings/i2c/
 F:	Documentation/i2c/
 F:	drivers/i2c/*
 F:	include/dt-bindings/i2c/i2c.h
-- 
2.34.1
Re: [PATCH] MAINTAINERS: i2c: include all I2C bindings in the I2C entry
Posted by Wolfram Sang 3 years, 1 month ago
> +F:	Documentation/devicetree/bindings/i2c/

This entry is already present a tad later in "I2C SUBSYSTEM HOST
DRIVERS".

Re: [PATCH] MAINTAINERS: i2c: include all I2C bindings in the I2C entry
Posted by Krzysztof Kozlowski 3 years, 1 month ago
On 03/03/2023 20:50, Wolfram Sang wrote:
> 
>> +F:	Documentation/devicetree/bindings/i2c/
> 
> This entry is already present a tad later in "I2C SUBSYSTEM HOST
> DRIVERS".

Ahh, indeed, I forgot that. Patch can be skipped then.

Best regards,
Krzysztof