[i2c] [PATCH 00/13] i2c updates

Jean Delvare khali at linux-fr.org
Sat Jul 1 16:56:42 CEST 2006


Hi Greg,

Here comes a 13-piece i2c update patchset. Now that we have a separate
list for i2c, I will be sending seperate patchsets to you for i2c and
hwmon. Here, we have random bug fixes and documentation updates for
2.6.18, and cleanups to i2c-dev for 2.6.19. The first 8 patches (marked
with a star below) are meant for 2.6.18, the rest (5 patches) should
stage in Andrew's tree until 2.6.19.

Here's the summary:

Ben Gardner:
 o pca9539: Honor the force parameter

Jean Delvare:
 o i2c-powermac: Fix master_xfer return value (*)
 o i2c-ite: Plan for removal (*)
 o i2c: New mailing list (*)
 o i2c-dev: Cleanups
 o i2c-dev: Use a list for data storage
 o i2c-dev: Drop the client template

Mark M. Hoffman:
 o i2c: Fix 'ignore' module parameter handling in i2c-core (*)
 o i2c: Handle i2c_add_adapter failure in i2c algorithm drivers (*)

Peter Milne:
 o i2c-iop3xx: Avoid addressing self (*)

Thomas Andrews:
 o scx200_acb: Fix the state machine (*)
 o scx200_acb: Fix the block transactions (*)

Uwe Bugla:
 o i2c-algo-bit: Wipe out dead code

Statistics:

 Documentation/feature-removal-schedule.txt |   11 ++++
 Documentation/i2c/busses/i2c-sis96x        |    4 
 MAINTAINERS                                |    8 +-
 drivers/i2c/algos/i2c-algo-bit.c           |    4 -
 drivers/i2c/algos/i2c-algo-ite.c           |    4 -
 drivers/i2c/algos/i2c-algo-pca.c           |    6 +-
 drivers/i2c/algos/i2c-algo-pcf.c           |    8 +--
 drivers/i2c/algos/i2c-algo-sibyte.c        |    4 -
 drivers/i2c/busses/i2c-iop3xx.c            |   17 +++--
 drivers/i2c/busses/i2c-iop3xx.h            |    2 
 drivers/i2c/busses/i2c-powermac.c          |    4 -
 drivers/i2c/busses/scx200_acb.c            |   20 ++++--
 drivers/i2c/chips/pca9539.c                |   12 ++--
 drivers/i2c/i2c-core.c                     |    4 
 drivers/i2c/i2c-dev.c                      |   87 +++++++++++-----------------
 include/linux/i2c.h                        |    2 +
 16 files changed, 98 insertions(+), 99 deletions(-)

-- 
Jean Delvare



More information about the i2c mailing list