[GIT PULL] i2c updates for 2.6.28, round 1

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jean Delvare
Date: Tuesday, October 14, 2008 - 9:03 am

Hi Linus,

Please pull the first round of i2c subsystem updates for Linux 2.6.28
from:

git://jdelvare.pck.nerim.net/jdelvare-2.6 i2c-for-linus

There is one new i2c bus driver (i2c-highlander), support for new VIA
chips (VX800/VX820), documentation updates and many random fixes.

 Documentation/i2c/busses/i2c-viapro    |    8 +-
 Documentation/i2c/dev-interface        |  110 ++++++--
 Documentation/i2c/smbus-protocol       |    4 +-
 Documentation/i2c/writing-clients      |    4 +-
 arch/arm/mach-omap1/board-h3.c         |    4 +
 arch/arm/mach-omap2/board-h4.c         |   11 +
 drivers/hwmon/dme1737.c                |  320 ++++++++++-----------
 drivers/i2c/busses/Kconfig             |   20 +-
 drivers/i2c/busses/Makefile            |    1 +
 drivers/i2c/busses/i2c-highlander.c    |  498 ++++++++++++++++++++++++++++++++
 drivers/i2c/busses/i2c-parport-light.c |   39 +--
 drivers/i2c/busses/i2c-pca-isa.c       |   20 +-
 drivers/i2c/busses/i2c-viapro.c        |   17 +-
 drivers/i2c/chips/isp1301_omap.c       |  141 ++++------
 drivers/i2c/chips/tps65010.c           |   12 +-
 drivers/i2c/i2c-core.c                 |   35 +++-
 16 files changed, 918 insertions(+), 326 deletions(-)
 create mode 100644 drivers/i2c/busses/i2c-highlander.c

---------------

David Brownell (2):
      i2c: Guard against oopses from bad init sequences
      i2c: Do earlier driver model init

Felipe Balbi (1):
      i2c/isp1301_omap: Convert to a new-style i2c driver, part 1

Jean Delvare (7):
      i2c/isp1301_omap: Convert to a new-style i2c driver, part 2
      hwmon: (dme1737) Be less i2c-centric
      hwmon: (dme1737) Convert to a new-style i2c driver
      i2c-parport-light: Don't register a platform device resource
      i2c: Improve dev-interface documentation
      i2c: Document the implementation details of the /dev interface
      i2c: Only build Tyan SMBus mux drivers on x86

Marek Vasut (1):
      i2c/tps65010: Vibrator hookup to gpiolib

Paul Mundt (1):
      i2c: Renesas Highlander FPGA SMBus support

Prakash Mortha (2):
      i2c: Restore i2c_smbus_process_call function
      i2c-viapro: Add support for SMBus Process Call transactions

Rene Herman (1):
      i2c-pca-isa: Don't grab arbitrary resources

Rudolf Marek (1):
      i2c-viapro: Add VX800/VX820 support

Thanks,
-- 
Jean Delvare
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT PULL] i2c updates for 2.6.28, round 1, Jean Delvare, (Tue Oct 14, 9:03 am)
Re: [GIT PULL] i2c updates for 2.6.28, round 1, David Miller, (Tue Oct 14, 11:46 am)
Re: [GIT PULL] i2c updates for 2.6.28, round 1, Jean Delvare, (Tue Oct 14, 12:51 pm)
Re: [GIT PULL] i2c updates for 2.6.28, round 1, David Miller, (Tue Oct 14, 1:13 pm)
Re: [GIT PULL] i2c updates for 2.6.28, round 1, Jean Delvare, (Tue Oct 14, 2:25 pm)
Re: [GIT PULL] i2c updates for 2.6.28, round 1, Linus Torvalds, (Tue Oct 14, 4:54 pm)
Re: [GIT PULL] i2c updates for 2.6.28, round 1, Jean Delvare, (Wed Oct 15, 1:30 am)