public inbox for linux-i2c@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 2
Date: Wed, 22 Oct 2008 20:27:02 +0200	[thread overview]
Message-ID: <20081022202702.77ee9e44@hyperion.delvare> (raw)

Hi Linus,

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

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

There are fixes to the i2c-algo-pcf driver, support for a new Intel
chip (Ibex Peak), documentation updates and a few other fixes.

 Documentation/feature-removal-schedule.txt |    8 +
 Documentation/i2c/busses/i2c-i801          |    7 +-
 Documentation/i2c/porting-clients          |  160 ---------
 Documentation/i2c/writing-clients          |  495 +++++++---------------------
 drivers/i2c/algos/i2c-algo-pcf.c           |   21 +-
 drivers/i2c/busses/Kconfig                 |    1 +
 drivers/i2c/busses/i2c-elektor.c           |    3 +-
 drivers/i2c/busses/i2c-hydra.c             |    2 +-
 drivers/i2c/busses/i2c-i801.c              |    3 +
 drivers/i2c/chips/Kconfig                  |    2 +
 drivers/i2c/chips/Makefile                 |    3 +-
 drivers/i2c/i2c-core.c                     |    3 +
 include/linux/device.h                     |    2 +-
 include/linux/i2c-algo-pcf.h               |    5 +-
 include/linux/i2c.h                        |  163 +++++-----
 15 files changed, 245 insertions(+), 633 deletions(-)
 delete mode 100644 Documentation/i2c/porting-clients

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

Anton Vorontsov (1):
      i2c: Add info->archdata field

Arjan van de Ven (1):
      i2c: Use pci_ioremap_bar()

David Miller (3):
      i2c-algo-pcf: Pass adapter data into ->waitforpin() method
      i2c-algo-pcf: Add adapter hooks around xfer begin and end
      i2c-algo-pcf: Fix typo in debugging log message

Jean Delvare (7):
      i2c: Delete outdated client porting guide
      i2c: Constify i2c_get_clientdata's parameter
      i2c: Delete legacy model documentation
      i2c: Drop 2-byte address block transfer defines
      i2c: Update and clean up writing-clients document
      i2c: Clean up <linux/i2c.h>
      Schedule removal of the legacy i2c device driver binding model

Seth Heasley (1):
      i2c-i801: Add support for Intel Ibex Peak

Wolfram Sang (2):
      i2c: Make clear what the class field of i2c_adapter is good for
      i2c: Inform about deprecated chips directory

Thanks,
-- 
Jean Delvare

                 reply	other threads:[~2008-10-22 18:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20081022202702.77ee9e44@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