diff options
author | Ludovic Desroches <[email protected]> | 2013-03-15 05:32:57 +0000 |
---|---|---|
committer | Wolfram Sang <[email protected]> | 2013-03-22 11:19:59 +0100 |
commit | 888f2804e46377b54f283707f87c09922ef87eb2 (patch) | |
tree | ec202f91f5eb54e8367d82c7aa007488cd9f1173 | |
parent | b104153e366396e6a631ee3c9d95c26ece36523b (diff) |
MAINTAINERS: add maintainer entry for atmel i2c driver
Create an entry for atmel i2c driver: i2c-at91.c
Signed-off-by: Ludovic Desroches <[email protected]>
Acked-by: Nicolas Ferre <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 50b4d735f961..23fa78bb6253 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1467,6 +1467,12 @@ F: drivers/dma/at_hdmac.c F: drivers/dma/at_hdmac_regs.h F: include/linux/platform_data/dma-atmel.h +ATMEL I2C DRIVER +M: Ludovic Desroches <[email protected]> +S: Supported +F: drivers/i2c/busses/i2c-at91.c + ATMEL ISI DRIVER M: Josh Wu <[email protected]> |