Tony Prisk
7f4b48b363
rtc: vt8500: Add devicetree support for vt8500-rtc
...
Signed-off-by: Tony Prisk <linux@prisktech.co.nz >
Reviewed-by: Linus Walleij <linus.walleij@linaro.org >
2012-09-21 19:23:55 +12:00
Axel Lin
0c4eae6659
rtc: convert drivers/rtc/* to use module_platform_driver()
...
This patch converts the drivers in drivers/rtc/* to use the
module_platform_driver() macro which makes the code smaller and a bit
simpler.
Signed-off-by: Axel Lin <axel.lin@gmail.com >
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com >
Acked-by: Mike Frysinger <vapier@gentoo.org >
Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn >
Acked-by: Linus Walleij <linus.walleij@linaro.org >
Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com >
Cc: Alessandro Zummo <a.zummo@towertech.it >
Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com >
Cc: Lars-Peter Clausen <lars@metafoo.de >
Cc: Ben Dooks <ben@simtec.co.uk >
Cc: John Stultz <john.stultz@linaro.org >
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2012-01-10 16:30:53 -08:00
Wolfram Sang
07187ee13f
rtc: vt8500: Use define instead of hardcoded value for status bit
...
Fixes the vt8500 driver to use a define value for the isr
is-alarm bit.
Cc: Alexey Charkov <alchark@gmail.com >
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de >
Signed-off-by: John Stultz <john.stultz@linaro.org >
2011-07-01 17:59:36 -07:00
Alexey Charkov
03ad2d501e
rtc: vt8500: Fix build error & cleanup rtc_class_ops->update_irq_enable()
...
Now that the generic code handles UIE mode irqs via periodic
alarm interrupts, no one calls the
rtc_class_ops->update_irq_enable() method anymore.
Further the rtc_class_ops doesn't have a update_irq_enable element
anymore, so this causes a build error.
This patch removes the driver hooks and implementations of
update_irq_enable and the associated setup.
[wsa: updated commit-message and removed update_irq_enable-function, too]
[jstultz: improve commit message, clarifying build issue]
Signed-off-by: Alexey Charkov <alchark@gmail.com >
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de >
Signed-off-by: John Stultz <john.stultz@linaro.org >
2011-06-23 16:11:39 -07:00
Alexey Charkov
f77fbdf952
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 >
2011-05-26 17:12:33 -07:00