Show
Ignore:
Timestamp:
07/04/02 03:00:39 (11 years ago)
Author:
mds
Message:

(mds)

Date:

Fri, 29 Mar 2002 13:07:22 -0800

From:

Armin Kuster <akuster@…>

To:

sensors@…

Here in an update to the 405 i2c drivers, They have been altered to
support the on-chip driver standard now being used in the ppc 4xx
kernel. So one driver can support the 405gp, np405l , np405H , stb03xxx
and stb04xxx.

IMPORTANT_CHANGES <- added note on name change
doc/summary <- minor name change
kernel/i2c-adap-ibm_ocp.c <- renamed, updated to be able to upport
multi-i2c ports on any 405 cpu
kernel/i2c-algo-ibm_ocp.c <- renamed, updated with some fixes
kernel/i2c-algo-ibm_ocp.h <- renamed
kernel/i2c-algo-ppc405.c <- removed
kernel/i2c-algo-ppc405.h <- removed
kernel/i2c-id.h
kernel/i2c-ppc405.c <- removed
kernel/i2c-ppc405.h <- removed
kernel/i2c-ppc405adap.h <- removed
mkpatch/Config.in <- name change
mkpatch/FILES <- added ocp drivers to list so it can be installed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/trunk/kernel/i2c-id.h

    r3651 r3655  
    164164 
    165165#define I2C_ALGO_MPC8XX 0x110000        /* MPC8xx PowerPC I2C algorithm */ 
     166#define I2C_ALGO_OCP    0x120000        /* IBM or otherwise On-chip I2C algorithm */ 
    166167 
    167168#define I2C_ALGO_EXP    0x800000        /* experimental                 */ 
     
    211212#define I2C_HW_I_IIC    0x00    /* controller on the ITE */ 
    212213 
     214/* --- PowerPC on-chip adapters                                         */ 
     215#define I2C_HW_OCP 0x00 /* IBM on-chip I2C adapter      */ 
     216 
     217 
    213218/* --- SMBus only adapters                                              */ 
    214219#define I2C_HW_SMBUS_PIIX4      0x00