diff options
author | Dianlong Li <long17.cool@163.com> | 2018-12-13 11:13:50 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-01-10 21:51:22 +0100 |
commit | 1d67a232105b4dec2b10b2689f9cb89cc366d62f (patch) | |
tree | 1406e04e62ecb4e086295fd8bb74c860855300d4 /MAINTAINERS | |
parent | dt-bindings: rtc: sd3078: add device tree documentation (diff) | |
download | linux-1d67a232105b4dec2b10b2689f9cb89cc366d62f.tar.xz linux-1d67a232105b4dec2b10b2689f9cb89cc366d62f.zip |
rtc: sd3078: new driver.
The sd3078 is a combination RTC and SRAM device with I2C interface.
Signed-off-by: Dianlong Li <long17.cool@163.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 32d444476a90..5b04149b2adf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16458,6 +16458,12 @@ L: linux-gpio@vger.kernel.org S: Maintained F: drivers/gpio/gpio-wcove.c +WHWAVE RTC DRIVER +M: Dianlong Li <long17.cool@163.com> +L: linux-rtc@vger.kernel.org +S: Maintained +F: drivers/rtc/rtc-sd3078.c + WIIMOTE HID DRIVER M: David Herrmann <dh.herrmann@googlemail.com> L: linux-input@vger.kernel.org |