root/lm-sensors/trunk/doc/busses/i2c-ali1535

Revision 1585, 1.6 kB (checked in by khali, 6 years ago)

Forgot to save the file before commiting *grin*

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 Kernel driver `i2c-ali1535.o'
2
3 Status: Beta; block reads/writes untested (not used by any current chip
4         driver)
5
6 Supported adapters:
7   * Acer Labs, Inc. ALI 1535 (south bridge)
8     Datasheet: Available at the Acer Labs website (password may be required)
9
10 Author: Frodo Looijaard <frodol@dds.nl>, Philip Edelbrock
11         <phil@netroedge.com>, Mark D. Studebaker <mdsxyz123@yahoo.com> and
12         Dan Eaton <dan.eaton@rocketlogix.com>
13
14 License: GPL
15
16
17 Module Parameters
18 -----------------
19
20 (none)
21
22
23 Description
24 -----------
25
26 This is the driver for the SMB Host controller on
27 Acer Labs Inc. (ALI) M1535 South Bridge.
28
29 The M1535 is a South bridge for portable systems.
30 It is very similar to the M15x3 South bridges also produced
31 by Acer Labs Inc.  Some of the registers within the part
32 have moved and some have been redefined slightly. Additionally,
33 the sequencing of the SMBus transactions has been modified
34 to be more consistent with the sequencing recommended by
35 the manufacturer and observed through testing.  These
36 changes are reflected in this driver and can be identified
37 by comparing this driver to the i2c-ali15x3 driver.
38 For an overview of these chips see http://www.acerlabs.com
39
40 The SMB controller is part of the 7101 device, which is an
41 ACPI-compliant Power Management Unit (PMU).
42
43 The whole 7101 device has to be enabled for the SMB to work.
44 You can't just enable the SMB alone.
45 The SMB and the ACPI have separate I/O spaces.
46 We make sure that the SMB is enabled. We leave the ACPI alone.
47
48
49 Features
50 --------
51
52 This driver controls the SMB Host only.
53 This driver does not use interrupts.
Note: See TracBrowser for help on using the browser.