diff options
author | Tony Prisk | 2013-06-15 09:52:16 +1200 |
---|---|---|
committer | Wolfram Sang | 2013-06-15 13:37:08 +0200 |
commit | 560746eb79d3124a278452c8dd968682b521cc82 (patch) | |
tree | d27afb9ec1cd900f41bc645001cc3471cf95610e /MAINTAINERS | |
parent | 38d7fadef4973bb94e36897fcb6bb6a12fdd10c9 (diff) |
i2c: vt8500: Add support for I2C bus on Wondermedia SoCs
This patch adds support for the I2C bus controllers found on Wondermedia
8xxx-series SoCs. Only master-mode is supported.
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
[wsa: fixed one macro to shift 8 instead of 16]
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f35a259a6564..5fa200fa5b24 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1285,6 +1285,7 @@ S: Maintained F: arch/arm/mach-vt8500/ F: drivers/clocksource/vt8500_timer.c F: drivers/gpio/gpio-vt8500.c +F: drivers/i2c/busses/i2c-wmt.c F: drivers/mmc/host/wmt-sdmmc.c F: drivers/pwm/pwm-vt8500.c F: drivers/rtc/rtc-vt8500.c |