Message ID | 20230303082530.11878-1-krzysztof.kozlowski@linaro.org |
---|---|
State | New |
Headers | show |
Series | MAINTAINERS: i2c: include all I2C bindings in the I2C entry | expand |
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
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
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(-)