| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Po-Yu Chuang <[email protected]>
Edited commit message.
Signed-off-by: Wolfgang Denk <[email protected]>
|
|
This RTC is used in some Calao boards. The driver code is taken from
the linux rtc-m41t94 driver
Signed-off-by: Albin Tonnerre <[email protected]>
|
|
|
|
Signed-off-by: Detlev Zundel <[email protected]>
Signed-off-by: Andreas Pfefferle <[email protected]>
|
|
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
|
|
|
|
Several source files need to be compiled and linked when one or more
config options are selected. To allow for easy selection in the
Makefiles yet to avoild multiple compilation (which costs build time)
and especially multiple linking (which causes errors), we use
"COBJS = $(sort COBJS-y)" which eliminates duplicates.
By courtesy of Detlev Zundel who suggested this approach.
Signed-off-by: Wolfgang Denk <[email protected]>
|
|
|
|
This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
to combine both config options into one line. This even allows defining
both options and not generating the target object twice.
Signed-off-by: Stefan Roese <[email protected]>
|
|
Signed-off-by: Gururaja Hebbar K R <[email protected]>
|
|
Signed-off-by: Michal Simek <[email protected]>
|
|
MC13783 is a multifunction IS with an SPI interface to the host. This
driver handles the RTC controller in this chip.
Signed-off-by: Guennadi Liakhovetski <[email protected]>
|
|
Signed-off-by: Stefan Roese <[email protected]>
|
|
Conflicts:
drivers/rtc/Makefile
Signed-off-by: Wolfgang Denk <[email protected]>
|
|
Signed-off-by: Wolfgang Denk <[email protected]>
|
|
Signed-off-by: Tor Krill <[email protected]>
|
|
This patch add support for the STM M41T62 RTC. It is used and tested
on the AMCC Canyonlands 406EX platform.
Signed-off-by: Stefan Roese <[email protected]>
|
|
Signed-off-by: Mike Frysinger <[email protected]>
|
|
Signed-off-by: Matthias Fuchs <[email protected]>
|
|
This driver is based on the driver for the M41T11. In the intended
application, the RTC will be powered by a large capacitor, rather than a
battery. The driver therefore checks to see whether the RTC has lost
power. The chip's OUT bit is normally reset from its power-up state. If
the OUT bit is read as set, or if the date and time are not valid, then the
RTC is assumed to have lost power, and its date and time are reset to
1900-01-01 00:00:00.
Support for adjusting the speed of the clock to improve accuracy is
provided through an environment variable.
Signed-off-by: Larry Johnson <[email protected]>
|
|
Conflicts:
drivers/rtc/Makefile
|
|
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
|