mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
Documentation for DS1307 driver.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1435 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
25
doc/chips/ds1307
Normal file
25
doc/chips/ds1307
Normal file
@@ -0,0 +1,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.
|
||||
|
Reference in New Issue
Block a user