Changeset 1584
- Timestamp:
- 11/07/02 18:37:20 (6 years ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/doc/busses/i2c-ali1535 (modified) (3 diffs)
- lm-sensors/trunk/doc/busses/i2c-ali15x3 (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r1583 r1584 20 20 2.6.6 (2002????) 21 21 NOTE: Requires i2c-2.6.6 or newer. 22 File doc/busses/i2c-ali1535: Add license, miscellaneous changes 23 File doc/busses/i2c-ali15x3: Add license, miscellaneous changes 22 24 File doc/busses/i2c-sis645: Add license 23 25 File doc/chips/lm92: Add license, features lm-sensors/trunk/doc/busses/i2c-ali1535
r1237 r1584 1 Kernel driver `i2c-ali 5x3.o'1 Kernel driver `i2c-ali1535.o' 2 2 3 Status: Beta .4 Block reads/writes untested (not used by any current chip driver).3 Status: Beta; block reads/writes untested (not used by any current chip 4 driver) 5 5 6 6 Supported adapters: 7 * Acer Labs, Inc. ALI 1535 7 * Acer Labs, Inc. ALI 1535 (south bridge) 8 8 Datasheet: Available at the Acer Labs website (password may be required) 9 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 10 15 11 16 … … 13 18 ----------------- 14 19 15 none. 20 (none) 16 21 17 22 … … 19 24 ----------- 20 25 21 This is the driver for the SMB Host controller on22 Acer Labs Inc. (ALI) M1535 South Bridge.26 This is the driver for the SMB Host controller on 27 Acer Labs Inc. (ALI) M1535 South Bridge. 23 28 24 The M1535 is a South bridge for portable systems.25 It is very similar to the M15x3 South bridges also produced26 by Acer Labs Inc. Some of the registers within the part27 have moved and some have been redefined slightly. Additionally,28 the sequencing of the SMBus transactions has been modified29 to be more consistent with the sequencing recommended by30 the manufacturer and observed through testing. These31 changes are reflected in this driver and can be identified32 by comparing this driver to the i2c-ali15x3 driver.33 For an overview of these chips see http://www.acerlabs.com29 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 34 39 35 The SMB controller is part of the 7101 device, which is an36 ACPI-compliant Power Management Unit (PMU).40 The SMB controller is part of the 7101 device, which is an 41 ACPI-compliant Power Management Unit (PMU). 37 42 38 The whole 7101 device has to be enabled for the SMB to work.39 You can't just enable the SMB alone.40 The SMB and the ACPI have separate I/O spaces.41 We make sure that the SMB is enabled. We leave the ACPI alone.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. 42 47 43 This driver controls the SMB Host only.48 This driver controls the SMB Host only. 44 49 45 This driver does not use interrupts.50 This driver does not use interrupts. 46 51 47 Stability48 ---------49 Beta.50 51 52 Supported Devices53 -----------------54 Acer Labs Inc. (ALI) M1535 South Bridge.55 52 56 53 Features 57 54 -------- 55 58 56 This driver controls the SMB Host only. 59 The SMB Slave controller on the M15X3 is not enabled.60 57 This driver does not use interrupts. 61 62 lm-sensors/trunk/doc/busses/i2c-ali15x3
r1173 r1584 1 Kernel driver `i2c-ali 5x3.o'1 Kernel driver `i2c-ali15x3.o' 2 2 3 Status: Complete and tested .4 Block reads/writes untested (not used by any current chip driver).3 Status: Complete and tested; block reads/writes untested (not used by any 4 current chip driver) 5 5 6 6 Supported adapters: 7 * Acer Labs, Inc. ALI 1533 and 1543C 7 * Acer Labs, Inc. ALI 1533 and 1543C (south bridge) 8 8 Datasheet: Available at the Acer Labs website (password required) 9 9 10 10 Author: Frodo Looijaard <frodol@dds.nl>, Philip Edelbrock 11 <phil@netroedge.com>, and Mark D. Studebaker <mdsxyz123@yahoo.com> 11 <phil@netroedge.com>, and Mark D. Studebaker <mdsxyz123@yahoo.com> 12 13 License: GPL 12 14 13 15 … … 15 17 ----------------- 16 18 17 force_addr=0xaddr Set the I/O base address. Useful for boards 18 that don't set the address in the BIOS. Does not do a 19 PCI force; the device must still be present in lspci. 20 Don't use this unless the driver complains that the 21 base address is not set. 22 Example: 'modprobe i2c-ali15x3 force_addr=0xe800' 19 * force_addr: int 20 Initialize the base address of the i2c controller 21 22 23 Notes 24 ----- 25 26 The force_addr parameter is useful for boards that don't set the address 27 in the BIOS. Does not do a PCI force; the device must still be present 28 in lspci. Don't use this unless the driver complains that the 29 base address is not set. 30 Example: 'modprobe i2c-ali15x3 force_addr=0xe800' 31 32 SMBus periodically hangs on ASUS P5A motherboards and can only be 33 cleared by a power cycle. Cause unknown (see Issues below). 23 34 24 35 … … 26 37 ----------- 27 38 28 29 Stability30 ---------31 Complete and tested.32 SMBus periodically hangs on ASUS P5A motherboards and can only be33 cleared by a power cycle. Cause unknown (see Issues below).34 Block reads/writes untested (not used by any existing sensor driver).35 36 37 Supported Devices38 -----------------39 39 This is the driver for the SMB Host controller on 40 40 Acer Labs Inc. (ALI) M1541 and M1543C South Bridges. … … 120 120 Hot Plug Modules 121 121 ---------------- 122 122 123 There are EXPERIMENTAL "hotplug" modules which will enable the 123 124 m7101 device if it is not enabled on your motherboard. … … 131 132 In the directory prog/hotplug in this package. 132 133 Must be built separately. 134 135
