PageRenderTime 52ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/Sources/mv_selp_kernel_1C_3B_RFS131_FSR120/kernel-2.6.18_pro500-mips24ke_nfp_be/Documentation/i2c/busses/i2c-sis96x

https://bitbucket.org/Mali_Laurent/ps50c550
#! | 73 lines | 53 code | 20 blank | 0 comment | 0 complexity | 9c5eb6aa6e495f6f4134badd38175b47 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, LGPL-2.1, AGPL-1.0, CC-BY-SA-3.0, BSD-3-Clause
  1. Kernel driver i2c-sis96x
  2. Replaces 2.4.x i2c-sis645
  3. Supported adapters:
  4. * Silicon Integrated Systems Corp (SiS)
  5. Any combination of these host bridges:
  6. 645, 645DX (aka 646), 648, 650, 651, 655, 735, 745, 746
  7. and these south bridges:
  8. 961, 962, 963(L)
  9. Author: Mark M. Hoffman <mhoffman@lightlink.com>
  10. Description
  11. -----------
  12. This SMBus only driver is known to work on motherboards with the above
  13. named chipset combinations. The driver was developed without benefit of a
  14. proper datasheet from SiS. The SMBus registers are assumed compatible with
  15. those of the SiS630, although they are located in a completely different
  16. place. Thanks to Alexander Malysh <amalysh@web.de> for providing the
  17. SiS630 datasheet (and driver).
  18. The command "lspci" as root should produce something like these lines:
  19. 00:00.0 Host bridge: Silicon Integrated Systems [SiS]: Unknown device 0645
  20. 00:02.0 ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513
  21. 00:02.1 SMBus: Silicon Integrated Systems [SiS]: Unknown device 0016
  22. or perhaps this...
  23. 00:00.0 Host bridge: Silicon Integrated Systems [SiS]: Unknown device 0645
  24. 00:02.0 ISA bridge: Silicon Integrated Systems [SiS]: Unknown device 0961
  25. 00:02.1 SMBus: Silicon Integrated Systems [SiS]: Unknown device 0016
  26. (kernel versions later than 2.4.18 may fill in the "Unknown"s)
  27. If you cant see it please look on quirk_sis_96x_smbus
  28. (drivers/pci/quirks.c) (also if southbridge detection fails)
  29. I suspect that this driver could be made to work for the following SiS
  30. chipsets as well: 635, and 635T. If anyone owns a board with those chips
  31. AND is willing to risk crashing & burning an otherwise well-behaved kernel
  32. in the name of progress... please contact me at <mhoffman@lightlink.com> or
  33. via the project's mailing list: <i2c@lm-sensors.org>. Please send bug
  34. reports and/or success stories as well.
  35. TO DOs
  36. ------
  37. * The driver does not support SMBus block reads/writes; I may add them if a
  38. scenario is found where they're needed.
  39. Thank You
  40. ---------
  41. Mark D. Studebaker <mdsxyz123@yahoo.com>
  42. - design hints and bug fixes
  43. Alexander Maylsh <amalysh@web.de>
  44. - ditto, plus an important datasheet... almost the one I really wanted
  45. Hans-Günter Lütke Uphues <hg_lu@t-online.de>
  46. - patch for SiS735
  47. Robert Zwerus <arzie@dds.nl>
  48. - testing for SiS645DX
  49. Kianusch Sayah Karadji <kianusch@sk-tech.net>
  50. - patch for SiS645DX/962
  51. Ken Healy
  52. - patch for SiS655
  53. To anyone else who has written w/ feedback, thanks!