root/lm-sensors/branches/lm-sensors-2.10/doc/chips/ds1307

Revision 1435, 0.6 KB (checked in by abz, 11 years ago)

Documentation for DS1307 driver.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1Kernel driver `ds1307.o'
2========================
3
4Status: Complete and well-tested
5
6Supported chips:
7  * Dallas Semiconductor DS1307 Real-time clock
8
9Author: Abraham vd Merwe <abraham@2d3d.co.za>
10
11
12Module Parameters
13-----------------
14
15There are no module parameters. The driver only scans address 0x68 for
16presence of the real-time clock chip (which is the only possible address).
17
18
19Description
20-----------
21
22This module provides an API for drivers RTC and NVRAM drivers to use in
23order to access the DS1307 real-time clock. Examples of drivers that uses
24this API are the frodo-nvram and frodo-rtc drivers.
25
Note: See TracBrowser for help on using the browser.