-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 10663 b: refs/heads/master c: dbe0580 h: refs/heads/master i: 10661: 0676b4b 10659: 38a8229 10655: ad2dcd7 v: v3
- Loading branch information
Linus Torvalds
committed
Oct 28, 2005
1 parent
af5cb7e
commit a7a5a97
Showing
112 changed files
with
1,875 additions
and
1,097 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 19c1f3ca4272008a256cc153f3e3feb097799070 | ||
refs/heads/master: dbe0580d0d2fccf63b0349840a7ae3dbb16f3074 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Kernel driver x1205 | ||
=================== | ||
|
||
Supported chips: | ||
* Xicor X1205 RTC | ||
Prefix: 'x1205' | ||
Addresses scanned: none | ||
Datasheet: http://www.intersil.com/cda/deviceinfo/0,1477,X1205,00.html | ||
|
||
Authors: | ||
Karen Spearel <kas11@tampabay.rr.com>, | ||
Alessandro Zummo <a.zummo@towertech.it> | ||
|
||
Description | ||
----------- | ||
|
||
This module aims to provide complete access to the Xicor X1205 RTC. | ||
Recently Xicor has merged with Intersil, but the chip is | ||
still sold under the Xicor brand. | ||
|
||
This chip is located at address 0x6f and uses a 2-byte register addressing. | ||
Two bytes need to be written to read a single register, while most | ||
other chips just require one and take the second one as the data | ||
to be written. To prevent corrupting unknown chips, the user must | ||
explicitely set the probe parameter. | ||
|
||
example: | ||
|
||
modprobe x1205 probe=0,0x6f | ||
|
||
The module supports one more option, hctosys, which is used to set the | ||
software clock from the x1205. On systems where the x1205 is the | ||
only hardware rtc, this parameter could be used to achieve a correct | ||
date/time earlier in the system boot sequence. | ||
|
||
example: | ||
|
||
modprobe x1205 probe=0,0x6f hctosys=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.