i2c-savage4 768 B

1234567891011121314151617181920212223242526
  1. Kernel driver i2c-savage4
  2. Supported adapters:
  3. * Savage4
  4. * Savage2000
  5. Authors:
  6. Alexander Wold <awold@bigfoot.com>,
  7. Mark D. Studebaker <mdsxyz123@yahoo.com>
  8. Description
  9. -----------
  10. The Savage4 chips contain two I2C interfaces (aka a I2C 'master'
  11. or 'host').
  12. The first interface is used for DDC (Data Display Channel) which is a
  13. serial channel through the VGA monitor connector to a DDC-compliant
  14. monitor. This interface is defined by the Video Electronics Standards
  15. Association (VESA). The standards are available for purchase at
  16. http://www.vesa.org . The DDC bus is not yet supported because its register
  17. is not directly memory-mapped.
  18. The second interface is a general-purpose I2C bus. This is the only
  19. interface supported by the driver at the moment.