diff options
author | Jean Delvare <khali@linux-fr.org> | 2009-12-06 18:30:44 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-09 18:59:52 -0800 |
commit | 5327b9b83a9c45a3fcbcda224a2b02d9eea9f6bb (patch) | |
tree | 757452708d27b1459945d651aae064e15f9ccfe4 /Documentation/misc-devices/ics932s401 | |
parent | e3cc2226e99cfadbf300dde892c4a16d742a0856 (diff) | |
download | linux-5327b9b83a9c45a3fcbcda224a2b02d9eea9f6bb.tar.gz linux-5327b9b83a9c45a3fcbcda224a2b02d9eea9f6bb.tar.xz |
Doc: use misc-devices/ dir for drivers
We have a directory for misc drivers documentation, let's use it.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: "Darrick J. Wong" <djwong@us.ibm.com>
Cc: Rodolfo Giometti <giometti@linux.it>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/misc-devices/ics932s401')
-rw-r--r-- | Documentation/misc-devices/ics932s401 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Documentation/misc-devices/ics932s401 b/Documentation/misc-devices/ics932s401 new file mode 100644 index 000000000000..07a739f406d8 --- /dev/null +++ b/Documentation/misc-devices/ics932s401 @@ -0,0 +1,31 @@ +Kernel driver ics932s401 +====================== + +Supported chips: + * IDT ICS932S401 + Prefix: 'ics932s401' + Addresses scanned: I2C 0x69 + Datasheet: Publically available at the IDT website + +Author: Darrick J. Wong + +Description +----------- + +This driver implements support for the IDT ICS932S401 chip family. + +This chip has 4 clock outputs--a base clock for the CPU (which is likely +multiplied to get the real CPU clock), a system clock, a PCI clock, a USB +clock, and a reference clock. The driver reports selected and actual +frequency. If spread spectrum mode is enabled, the driver also reports by what +percent the clock signal is being spread, which should be between 0 and -0.5%. +All frequencies are reported in KHz. + +The ICS932S401 monitors all inputs continuously. The driver will not read +the registers more often than once every other second. + +Special Features +---------------- + +The clocks could be reprogrammed to increase system speed. I will not help you +do this, as you risk damaging your system! |