All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
To: Linus Torvalds
	<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Cc: Linux I2C <linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	LKML <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: [GIT PULL] i2c fixes for 2.6.34
Date: Sat, 13 Mar 2010 22:51:57 +0100	[thread overview]
Message-ID: <20100313225157.34190a35@hyperion.delvare> (raw)

Hi Linus,

Please pull i2c subsystem fixes for Linux 2.6.34 from:

git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git i2c-for-linus

 drivers/i2c/Kconfig                   |    9 ---------
 drivers/i2c/Makefile                  |    2 +-
 drivers/i2c/algos/i2c-algo-bit.c      |    9 +++++++++
 drivers/i2c/busses/i2c-i801.c         |    6 ++++--
 drivers/i2c/busses/i2c-powermac.c     |   25 ++++++++++++++++++-------
 drivers/i2c/chips/Kconfig             |   19 -------------------
 drivers/i2c/chips/Makefile            |   18 ------------------
 drivers/i2c/i2c-smbus.c               |    5 ++---
 drivers/misc/Kconfig                  |   10 ++++++++++
 drivers/misc/Makefile                 |    1 +
 drivers/misc/eeprom/at24.c            |    1 +
 drivers/{i2c/chips => misc}/tsl2550.c |    4 ++--
 include/linux/i2c-algo-bit.h          |    2 ++
 13 files changed, 50 insertions(+), 61 deletions(-)
 delete mode 100644 drivers/i2c/chips/Kconfig
 delete mode 100644 drivers/i2c/chips/Makefile
 rename drivers/{i2c/chips => misc}/tsl2550.c (99%)

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

Jean Delvare (5):
      i2c-powermac: Be less verbose in the absence of real errors.
      i2c-i801: Don't use the block buffer for I2C block writes
      tsl2550: Move from i2c/chips to misc
      i2c: Drop configure option I2C_DEBUG_CHIP
      i2c-algo-bit: Add pre- and post-xfer hooks

Stephen Rothwell (1):
      i2c-smbus: Use device_lock/device_unlock

Wolfram Sang (1):
      at24: Init dynamic bin_attribute structures

Thanks,
-- 
Jean Delvare

WARNING: multiple messages have this Message-ID (diff)
From: Jean Delvare <khali@linux-fr.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux I2C <linux-i2c@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] i2c fixes for 2.6.34
Date: Sat, 13 Mar 2010 22:51:57 +0100	[thread overview]
Message-ID: <20100313225157.34190a35@hyperion.delvare> (raw)

Hi Linus,

Please pull i2c subsystem fixes for Linux 2.6.34 from:

git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git i2c-for-linus

 drivers/i2c/Kconfig                   |    9 ---------
 drivers/i2c/Makefile                  |    2 +-
 drivers/i2c/algos/i2c-algo-bit.c      |    9 +++++++++
 drivers/i2c/busses/i2c-i801.c         |    6 ++++--
 drivers/i2c/busses/i2c-powermac.c     |   25 ++++++++++++++++++-------
 drivers/i2c/chips/Kconfig             |   19 -------------------
 drivers/i2c/chips/Makefile            |   18 ------------------
 drivers/i2c/i2c-smbus.c               |    5 ++---
 drivers/misc/Kconfig                  |   10 ++++++++++
 drivers/misc/Makefile                 |    1 +
 drivers/misc/eeprom/at24.c            |    1 +
 drivers/{i2c/chips => misc}/tsl2550.c |    4 ++--
 include/linux/i2c-algo-bit.h          |    2 ++
 13 files changed, 50 insertions(+), 61 deletions(-)
 delete mode 100644 drivers/i2c/chips/Kconfig
 delete mode 100644 drivers/i2c/chips/Makefile
 rename drivers/{i2c/chips => misc}/tsl2550.c (99%)

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

Jean Delvare (5):
      i2c-powermac: Be less verbose in the absence of real errors.
      i2c-i801: Don't use the block buffer for I2C block writes
      tsl2550: Move from i2c/chips to misc
      i2c: Drop configure option I2C_DEBUG_CHIP
      i2c-algo-bit: Add pre- and post-xfer hooks

Stephen Rothwell (1):
      i2c-smbus: Use device_lock/device_unlock

Wolfram Sang (1):
      at24: Init dynamic bin_attribute structures

Thanks,
-- 
Jean Delvare

             reply	other threads:[~2010-03-13 21:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-13 21:51 Jean Delvare [this message]
2010-03-13 21:51 ` [GIT PULL] i2c fixes for 2.6.34 Jean Delvare
  -- strict thread matches above, loose matches on Subject: below --
2010-03-24 16:48 Jean Delvare
2010-03-24 16:48 ` Jean Delvare
2010-05-04  9:12 Jean Delvare
2010-05-04  9:12 ` 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=20100313225157.34190a35@hyperion.delvare \
    --to=khali-puyad+kwke1g9huczpvpmw@public.gmane.org \
    --cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.