Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | Kernel driver i2c-pca-isa |
| 2 | |
| 3 | Supported adapters: |
| 4 | This driver supports ISA boards using the Philips PCA 9564 |
| 5 | Parallel bus to I2C bus controller |
| 6 | |
| 7 | Author: Ian Campbell <icampbell@arcom.com>, Arcom Control Systems |
| 8 | |
| 9 | Module Parameters |
| 10 | ----------------- |
| 11 | |
| 12 | * base int |
| 13 | I/O base address |
| 14 | * irq int |
| 15 | IRQ interrupt |
| 16 | * clock int |
| 17 | Clock rate as described in table 1 of PCA9564 datasheet |
| 18 | |
| 19 | Description |
| 20 | ----------- |
| 21 | |
| 22 | This driver supports ISA boards using the Philips PCA 9564 |
| 23 | Parallel bus to I2C bus controller |