u-boot/drivers
Larry Johnson 1261827868 Add driver for STMicroelectronics M41T60 RTC
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 <lrj@acm.org>
2007-12-27 19:35:35 +01:00
..
bios_emulator Fix compiler warnings for PPC systems. Update CHANGELOG. 2007-11-18 16:36:27 +01:00
block drivers/block : move block drivers to drivers/block 2007-11-25 23:28:51 +01:00
hwmon Merge commit 'u-boot/master' into for-1.3.1 2007-12-11 11:34:54 +01:00
i2c drivers/i2c : move i2c drivers to drivers/i2c 2007-11-20 20:14:18 +01:00
input drivers/input : move input drivers to drivers/input 2007-11-25 23:28:49 +01:00
misc drivers/misc : move misc drivers to drivers/misc 2007-11-25 23:28:51 +01:00
mtd drivers/mtd : move mtd drivers to drivers/mtd 2007-11-25 23:28:52 +01:00
net drivers/net : move net drivers to drivers/net 2007-11-25 18:35:17 +01:00
pci drivers/pci : move pci drivers to drivers/pci 2007-11-24 20:35:55 +01:00
pcmcia drivers/pcmcia : move pcmcia drivers to drivers/pcmcia 2007-11-24 20:35:56 +01:00
qe Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global 2007-09-15 20:48:41 +02:00
rtc Add driver for STMicroelectronics M41T60 RTC 2007-12-27 19:35:35 +01:00
serial drivers/serial : move serial drivers to drivers/serial 2007-11-25 23:24:16 +01:00
usb drivers/usb : move usb drivers to drivers/usb 2007-11-25 23:27:38 +01:00
video drivers/video : move video drivers to drivers/video 2007-11-25 18:35:11 +01:00