public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jean Delvare <khali@linux-fr.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux I2C <i2c@lm-sensors.org>, LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] i2c updates for 2.6.28, round 1
Date: Tue, 14 Oct 2008 18:03:33 +0200	[thread overview]
Message-ID: <20081014180333.55d9004a@hyperion.delvare> (raw)

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

             reply	other threads:[~2008-10-14 16:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-14 16:03 Jean Delvare [this message]
2008-10-14 18:46 ` [GIT PULL] i2c updates for 2.6.28, round 1 David Miller
2008-10-14 19:51   ` Jean Delvare
2008-10-14 20:13     ` David Miller
2008-10-14 21:25       ` Jean Delvare
2008-10-14 23:54 ` Linus Torvalds
2008-10-15  8:30   ` Jean Delvare

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081014180333.55d9004a@hyperion.delvare \
    --to=khali@linux-fr.org \
    --cc=i2c@lm-sensors.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox