File: ds1307

package info (click to toggle)
lm-sensors 1%3A2.10.7-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,324 kB
  • ctags: 10,814
  • sloc: ansic: 63,969; perl: 8,111; sh: 1,823; makefile: 399; lex: 371; yacc: 312; python: 11
file content (25 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Kernel driver `ds1307.o'
========================

Status: Complete and well-tested

Supported chips:
  * Dallas Semiconductor DS1307 Real-time clock

Author: Abraham vd Merwe <abraham@2d3d.co.za>


Module Parameters
-----------------

There are no module parameters. The driver only scans address 0x68 for
presence of the real-time clock chip (which is the only possible address).


Description
-----------

This module provides an API for drivers RTC and NVRAM drivers to use in
order to access the DS1307 real-time clock. Examples of drivers that uses
this API are the frodo-nvram and frodo-rtc drivers.