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