Changeset 1584

Show
Ignore:
Timestamp:
11/07/02 18:37:20 (6 years ago)
Author:
khali
Message:

Documentation fixes and updates for ALI busses

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/CHANGES

    r1583 r1584  
    20202.6.6 (2002????) 
    2121  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 
    2224  File doc/busses/i2c-sis645: Add license 
    2325  File doc/chips/lm92: Add license, features 
  • lm-sensors/trunk/doc/busses/i2c-ali1535

    r1237 r1584  
    1 Kernel driver `i2c-ali5x3.o' 
     1Kernel driver `i2c-ali1535.o' 
    22 
    3 Status: Beta. 
    4         Block reads/writes untested (not used by any current chip driver). 
     3Status: Beta; block reads/writes untested (not used by any current chip 
     4        driver) 
    55 
    66Supported adapters: 
    7   * Acer Labs, Inc. ALI 1535 
     7  * Acer Labs, Inc. ALI 1535 (south bridge) 
    88    Datasheet: Available at the Acer Labs website (password may be required) 
    99 
     10Author: 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 
     14License: GPL 
    1015 
    1116 
     
    1318----------------- 
    1419 
    15 none. 
     20(none) 
    1621 
    1722 
     
    1924----------- 
    2025 
    21     This is the driver for the SMB Host controller on 
    22     Acer Labs Inc. (ALI) M1535 South Bridge. 
     26This is the driver for the SMB Host controller on 
     27Acer Labs Inc. (ALI) M1535 South Bridge. 
    2328 
    24     The M1535 is a South bridge for portable systems. 
    25     It is very similar to the M15x3 South bridges also produced 
    26     by Acer Labs Inc.  Some of the registers within the part 
    27     have moved and some have been redefined slightly. Additionally, 
    28     the sequencing of the SMBus transactions has been modified 
    29     to be more consistent with the sequencing recommended by 
    30     the manufacturer and observed through testing.  These 
    31     changes are reflected in this driver and can be identified 
    32     by comparing this driver to the i2c-ali15x3 driver. 
    33     For an overview of these chips see http://www.acerlabs.com 
     29The M1535 is a South bridge for portable systems. 
     30It is very similar to the M15x3 South bridges also produced 
     31by Acer Labs Inc.  Some of the registers within the part 
     32have moved and some have been redefined slightly. Additionally, 
     33the sequencing of the SMBus transactions has been modified 
     34to be more consistent with the sequencing recommended by 
     35the manufacturer and observed through testing.  These 
     36changes are reflected in this driver and can be identified 
     37by comparing this driver to the i2c-ali15x3 driver. 
     38For an overview of these chips see http://www.acerlabs.com 
    3439 
    35     The SMB controller is part of the 7101 device, which is an 
    36     ACPI-compliant Power Management Unit (PMU). 
     40The SMB controller is part of the 7101 device, which is an 
     41ACPI-compliant Power Management Unit (PMU). 
    3742 
    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. 
     43The whole 7101 device has to be enabled for the SMB to work. 
     44You can't just enable the SMB alone. 
     45The SMB and the ACPI have separate I/O spaces. 
     46We make sure that the SMB is enabled. We leave the ACPI alone. 
    4247 
    43     This driver controls the SMB Host only. 
     48This driver controls the SMB Host only. 
    4449 
    45     This driver does not use interrupts. 
     50This driver does not use interrupts. 
    4651 
    47 Stability 
    48 --------- 
    49 Beta. 
    50  
    51  
    52 Supported Devices 
    53 ----------------- 
    54 Acer Labs Inc. (ALI) M1535 South Bridge. 
    5552 
    5653Features 
    5754-------- 
     55 
    5856This driver controls the SMB Host only. 
    59 The SMB Slave controller on the M15X3 is not enabled. 
    6057This driver does not use interrupts. 
    61  
    62  
  • lm-sensors/trunk/doc/busses/i2c-ali15x3

    r1173 r1584  
    1 Kernel driver `i2c-ali5x3.o' 
     1Kernel driver `i2c-ali15x3.o' 
    22 
    3 Status: Complete and tested. 
    4         Block reads/writes untested (not used by any current chip driver). 
     3Status: Complete and tested; block reads/writes untested (not used by any 
     4        current chip driver) 
    55 
    66Supported adapters: 
    7   * Acer Labs, Inc. ALI 1533 and 1543C 
     7  * Acer Labs, Inc. ALI 1533 and 1543C (south bridge) 
    88    Datasheet: Available at the Acer Labs website (password required) 
    99 
    1010Author: 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 
     13License: GPL 
    1214 
    1315 
     
    1517----------------- 
    1618 
    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 
     23Notes 
     24----- 
     25 
     26The force_addr parameter is useful for boards that don't set the address 
     27in the BIOS. Does not do a PCI force; the device must still be present 
     28in lspci. Don't use this unless the driver complains that the 
     29base address is not set. 
     30Example: 'modprobe i2c-ali15x3 force_addr=0xe800' 
     31 
     32SMBus periodically hangs on ASUS P5A motherboards and can only be 
     33cleared by a power cycle. Cause unknown (see Issues below). 
    2334 
    2435 
     
    2637----------- 
    2738 
    28  
    29 Stability 
    30 --------- 
    31 Complete and tested. 
    32 SMBus periodically hangs on ASUS P5A motherboards and can only be 
    33 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 Devices 
    38 ----------------- 
    3939This is the driver for the SMB Host controller on 
    4040Acer Labs Inc. (ALI) M1541 and M1543C South Bridges. 
     
    120120Hot Plug Modules 
    121121---------------- 
     122 
    122123There are EXPERIMENTAL "hotplug" modules which will enable the 
    123124m7101 device if it is not enabled on your motherboard. 
     
    131132        In the directory prog/hotplug in this package. 
    132133        Must be built separately. 
     134 
     135