]> Zhao Yanbai Git Server - minix.git/commit
readclock.drv: add support for the TPS65950 RTC 22/722/3
authorThomas Cort <tcort@minix3.org>
Wed, 7 Aug 2013 01:34:08 +0000 (21:34 -0400)
committerGerrit Code Review <gerrit@gerrit>
Fri, 9 Aug 2013 10:41:58 +0000 (12:41 +0200)
commit039c8db774f4ad53c88f1934b57138be66788e44
tree8217b2dfb3e94ce5c1035e066f6d9e1cb65c2036
parent7f98bdf040676e29170d96c63df66829c718310d
readclock.drv: add support for the TPS65950 RTC

On the BeagleBoard-xM, the RTC is located on the Power Management IC
(PMIC). To keep things consistent, access to the PMIC's RTC is done
through the readclock driver. The readclock driver forwards the request
on to the TPS65950 driver which does the work of manipulating the
registers on the chip.

Change-Id: I53cefbb59c5a9ab87fab90df3cc1a75a6e430f58
drivers/readclock/Makefile
drivers/readclock/arch/earm/Makefile.inc
drivers/readclock/arch/earm/arch_readclock.c
drivers/readclock/arch/earm/omap_rtc.c [new file with mode: 0644]
drivers/readclock/arch/earm/omap_rtc.h
drivers/readclock/arch/i386/arch_readclock.c
drivers/readclock/forward.c [new file with mode: 0644]
drivers/readclock/forward.h [new file with mode: 0644]
drivers/readclock/readclock.c
drivers/readclock/readclock.h
etc/usr/rc