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>
Subject: [GIT PULL] i2c updates for Linux 3.7
Date: Fri, 5 Oct 2012 23:26:01 +0200 [thread overview]
Message-ID: <20121005232601.7e505c84@endymion.delvare> (raw)
Hi Linus,
Please pull i2c subsystem updates for Linux 3.7 from:
git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git i2c-for-linus
Most visible changes are the SMBus multiplexing support added to the
i2c-i801 driver, as well as support for the VIA VX900.
Documentation/i2c/busses/i2c-viapro | 6 +-
Documentation/i2c/muxes/i2c-mux-gpio | 18 +++
drivers/i2c/Kconfig | 17 +++-
drivers/i2c/busses/Kconfig | 18 +---
drivers/i2c/busses/i2c-designware-core.c | 2 +-
drivers/i2c/busses/i2c-i801.c | 185 +++++++++++++++++++++++++++++-
drivers/i2c/busses/i2c-parport.c | 2 +-
drivers/i2c/busses/i2c-piix4.c | 1 +
drivers/i2c/busses/i2c-viapro.c | 3 +
drivers/i2c/busses/scx200_acb.c | 24 ++--
drivers/i2c/busses/scx200_i2c.c | 15 +--
drivers/i2c/i2c-core.c | 16 ++-
drivers/i2c/i2c-mux.c | 22 ++++
drivers/i2c/i2c-smbus.c | 11 +-
drivers/i2c/muxes/i2c-mux-gpio.c | 56 +++++++---
drivers/i2c/muxes/i2c-mux-pca9541.c | 2 +-
drivers/i2c/muxes/i2c-mux-pca954x.c | 10 +-
drivers/i2c/muxes/i2c-mux-pinctrl.c | 2 +-
include/linux/i2c-mux-gpio.h | 5 +
include/linux/i2c-mux.h | 1 +
include/linux/i2c.h | 2 +-
include/linux/i2c/pca954x.h | 1 +
include/linux/pci_ids.h | 1 +
23 files changed, 347 insertions(+), 73 deletions(-)
---------------
Daniel J Blueman (1):
i2c-piix4: Fix build failure
Jean Delvare (8):
i2c-mux: Add support for device auto-detection
i2c-designware: i2c_dw_xfer_msg can be static
i2c-parport: i2c_parport_irq can be static
i2c-viapro: Add VIA VX900 device ID
i2c-i801: Support SMBus multiplexing on Asus Z8 series
i2c-mux-gpio: Add support for dynamically allocated GPIO pins
i2c-mux-gpio: Update documentation
i2c-i801: Let i2c-mux-gpio find the GPIO chip
Jim Cromie (1):
i2c/scx200_*: Replace printks with pr_<level>s
Julia Lawall (1):
i2c-smbus: Convert kzalloc to devm_kzalloc
Maxime Ripard (1):
i2c-mux-gpio: Use devm_kzalloc instead of kzalloc
Peter Huewe (1):
i2c: Make I2C available on UML
Shubhrajyoti D (1):
i2c: Convert struct i2c_msg initialization to C99 format
Vivien Didelot (1):
i2c: Correct struct i2c_driver doc about detection
Thanks,
--
Jean Delvare
reply other threads:[~2012-10-05 21:26 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=20121005232601.7e505c84@endymion.delvare \
--to=khali-puyad+kwke1g9huczpvpmw@public.gmane.org \
--cc=linux-i2c-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