]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
rtc: add support for the RTC in VIA VT8500 and compatibles
authorAlexey Charkov <alchark@gmail.com>
Thu, 26 May 2011 23:25:03 +0000 (16:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 May 2011 00:12:33 +0000 (17:12 -0700)
commitf77fbdf952d81ae20911edccea16693f9fb7c5a0
tree2f66a9cf61b8174729c6fdf52ca06ac5b287830b
parent704f15ddb5fc2a7f25a12eb0913302d8ad9ffab3
rtc: add support for the RTC in VIA VT8500 and compatibles

This adds a driver for the RTC devices in VIA and WonderMedia
Systems-on-Chip.  Alarm, 1Hz interrupts, reading and setting time are
supported.

Signed-off-by: Alexey Charkov <alchark@gmail.com>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Alexey Charkov <alchark@gmail.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-vt8500.c [new file with mode: 0644]