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 updates for 2.6.38
Date: Mon, 10 Jan 2011 22:21:45 +0100 [thread overview]
Message-ID: <20110110222145.31c40d8e@endymion.delvare> (raw)
Hi Linus,
Please pull i2c subsystem updates for Linux 2.6.37 from:
git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git i2c-for-linus
Not much this time around... Only the new generic I2C multiplexer using
the GPIO API is worth mentioning.
Documentation/i2c/muxes/gpio-i2cmux | 65 ++++++++++++
MAINTAINERS | 8 ++
drivers/i2c/algos/i2c-algo-bit.c | 31 +++---
drivers/i2c/busses/i2c-i801.c | 1 +
drivers/i2c/busses/i2c-nforce2.c | 2 +-
drivers/i2c/i2c-core.c | 29 +++---
drivers/i2c/muxes/Kconfig | 12 +++
drivers/i2c/muxes/Makefile | 1 +
drivers/i2c/muxes/gpio-i2cmux.c | 184 +++++++++++++++++++++++++++++++++++
drivers/rtc/rtc-ds1307.c | 12 +-
include/linux/gpio-i2cmux.h | 38 +++++++
include/linux/i2c.h | 27 +++---
12 files changed, 362 insertions(+), 48 deletions(-)
create mode 100644 Documentation/i2c/muxes/gpio-i2cmux
create mode 100644 drivers/i2c/muxes/gpio-i2cmux.c
create mode 100644 include/linux/gpio-i2cmux.h
---------------
Ben Hutchings (1):
i2c-i801: Include <linux/slab.h>
Jean Delvare (3):
i2c-algo-bit: Refactor adapter registration
i2c-algo-bit: Complain about masters which can't read SCL
i2c: Constify i2c_client where possible
Joe Perches (1):
i2c-nforce2: Remove unnecessary cast of pci_get_drvdata
Peter Korsgaard (1):
i2c: Add generic I2C multiplexer using GPIO API
Thanks,
--
Jean Delvare
next reply other threads:[~2011-01-10 21:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-10 21:21 Jean Delvare [this message]
[not found] ` <20110110222145.31c40d8e-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
2011-01-10 22:32 ` [GIT PULL] i2c updates for 2.6.38 Jean Delvare
[not found] ` <20110110233245.50d4efa2-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
2011-01-10 22:58 ` Randy Dunlap
2011-01-11 11:17 ` Mark Brown
[not found] ` <20110111111758.GH6541-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2011-01-11 11:25 ` Jean Delvare
2011-01-11 11:24 ` Mark Brown
[not found] ` <20110111112458.GA13429-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2011-01-13 21:22 ` Jean Delvare
[not found] ` <20110113222258.128d6a13-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
2011-01-13 23:24 ` Mark Brown
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=20110110222145.31c40d8e@endymion.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox