i2c-ismt 972 B

12345678910111213141516171819202122232425262728293031323334353637
  1. Kernel driver i2c-ismt
  2. Supported adapters:
  3. * Intel S12xx series SOCs
  4. Authors:
  5. Bill Brown <bill.e.brown@intel.com>
  6. Module Parameters
  7. -----------------
  8. * bus_speed (unsigned int)
  9. Allows changing of the bus speed. Normally, the bus speed is set by the BIOS
  10. and never needs to be changed. However, some SMBus analyzers are too slow for
  11. monitoring the bus during debug, thus the need for this module parameter.
  12. Specify the bus speed in kHz.
  13. Available bus frequency settings:
  14. 0 no change
  15. 80 kHz
  16. 100 kHz
  17. 400 kHz
  18. 1000 kHz
  19. Description
  20. -----------
  21. The S12xx series of SOCs have a pair of integrated SMBus 2.0 controllers
  22. targeted primarily at the microserver and storage markets.
  23. The S12xx series contain a pair of PCI functions. An output of lspci will show
  24. something similar to the following:
  25. 00:13.0 System peripheral: Intel Corporation Centerton SMBus 2.0 Controller 0
  26. 00:13.1 System peripheral: Intel Corporation Centerton SMBus 2.0 Controller 1