|
Revision 1714, 1.1 kB
(checked in by mds, 6 years ago)
|
add note that these modules require i2c-algo-bit
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
Kernel driver `i2c-tsunami.o' |
|---|
| 2 |
|
|---|
| 3 |
Status: Stable |
|---|
| 4 |
|
|---|
| 5 |
Supported adapters: |
|---|
| 6 |
* DEC Tsunami 21272/Typhoon 21274 based boards |
|---|
| 7 |
|
|---|
| 8 |
Author: Oleg I. Vdovikin <vdovikin@jscc.ru> |
|---|
| 9 |
|
|---|
| 10 |
Main contact: Oleg I. Vdovikin <vdovikin@jscc.ru> |
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 |
Module Parameters |
|---|
| 14 |
----------------- |
|---|
| 15 |
(none) |
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 |
Description |
|---|
| 19 |
----------- |
|---|
| 20 |
The Tsunami/Typhoon chipsets' "Cchip" supports I2C busses via MPD registers |
|---|
| 21 |
and appropriate open drain pins. This bus is usually used to read |
|---|
| 22 |
SPD SDRAM DIMMs, however there may be other devices on |
|---|
| 23 |
the bus also. These chips are used with wide range of 21264A boards. |
|---|
| 24 |
|
|---|
| 25 |
This driver uses the i2c-algo-bit module which must be |
|---|
| 26 |
modprobed and/or enabled in your kernel |
|---|
| 27 |
(Character Devices -> I2C Support -> I2C Bit-Banging Interfaces). |
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 |
Stability |
|---|
| 31 |
--------- |
|---|
| 32 |
Apparently stable. |
|---|
| 33 |
|
|---|
| 34 |
Supported Devices |
|---|
| 35 |
----------------- |
|---|
| 36 |
This driver was written and tested on the 'API UP2000(+) |
|---|
| 37 |
boards'. As seems it should work with any Tsunami based system. |
|---|
| 38 |
|
|---|
| 39 |
Features |
|---|
| 40 |
-------- |
|---|
| 41 |
I2C busses use the i2c-algo-bit driver for 'bit banging' and support |
|---|
| 42 |
for specific transactions is provided by i2c-algo-bit. |
|---|
| 43 |
|
|---|
| 44 |
Issues |
|---|
| 45 |
------ |
|---|
| 46 |
Not known. |
|---|