diff options
author | Vignesh R <[email protected]> | 2018-11-09 16:44:12 +0530 |
---|---|---|
committer | Wolfram Sang <[email protected]> | 2018-11-09 17:25:48 +0100 |
commit | 350784e79230f85e9007c4c7d8b2259717d67a4d (patch) | |
tree | 1e1532c970a80998fd5f3fb935cc5112038a895c | |
parent | 5b277402deac0691226a947df71c581686bd4020 (diff) |
MAINTAINERS: Add entry for i2c-omap driver
Add separate entry for i2c-omap and add my name as maintainer for this
driver.
Signed-off-by: Vignesh R <[email protected]>
Acked-by: Tony Lindgren <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f4855974f325..259fe9445d2f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10784,6 +10784,14 @@ L: [email protected] S: Maintained F: arch/arm/mach-omap2/omap_hwmod.* +OMAP I2C DRIVER +M: Vignesh R <[email protected]> +S: Maintained +F: Documentation/devicetree/bindings/i2c/i2c-omap.txt +F: drivers/i2c/busses/i2c-omap.c + OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS) M: Laurent Pinchart <[email protected]> |