From: Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
To: Linus Torvalds
<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PULL REQUEST] i2c for 3.18
Date: Sat, 18 Oct 2014 15:54:35 +0200 [thread overview]
Message-ID: <20141018135426.GA2719@katana> (raw)
[-- Attachment #1: Type: text/plain, Size: 3809 bytes --]
Linus,
Highlights from the I2C subsystem for 3.18:
* new drivers for Axxia AM55xx, and Hisilicon hix5hd2 SoC.
* designware driver gained AMD support, exynos gained exynos7 support
The rest is usual driver stuff. Hopefully no lowlights this time. Please pull.
Thanks,
Wolfram
The following changes since commit fe82dcec644244676d55a1384c958d5f67979adb:
Linux 3.17-rc7 (2014-09-28 14:29:07 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next
for you to fetch changes up to 3e27a8445c21f8056517f188303827450590d868:
i2c: i801: Add Device IDs for Intel Sunrise Point PCH (2014-10-16 09:16:22 +0200)
----------------------------------------------------------------
Anders Berg (1):
i2c: axxia: Add I2C driver for AXM55xx
Carl Peng (1):
i2c: designware: Add support for AMD I2C controller
Doug Anderson (2):
i2c: rk3x: Remove unlikely() annotations
i2c: cros_ec: Remove EC_I2C_FLAG_10BIT
Fabio Estevam (1):
i2c-imx: Disable the clock on probe failure
Fan Du (1):
i2c: ismt: Use minimum descriptor size
Haibo Chen (1):
i2c: imx: Add arbitration lost check
Janusz Użycki (1):
i2c: mxs: detect No Slave Ack on SELECT in PIO mode
Mika Westerberg (2):
i2c: designware: Default to fast mode in case of ACPI
i2c: designware: Rework probe() to get clock a bit later
Naveen Krishna Ch (1):
i2c: exynos: add support for HSI2C module on Exynos7
Romain Baeriswyl (1):
i2c: designware: add support of I2C standard mode
Sergei Shtylyov (3):
i2c: rcar: simplify check for last message
i2c: rcar: make rcar_i2c_prepare_msg() *void*
i2c: rcar: check for no IRQ in rcar_i2c_irq()
Sjoerd Simons (1):
i2c: cros-ec-tunnel: Add of match table
Tan, Raymond (1):
i2c: designware: add support of platform data to set I2C mode
Wei Yan (1):
i2c: hix5hd2: add i2c controller driver
Wolfram Sang (1):
i2c: rcar: remove sign-compare flaw
james.d.ralston-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org (1):
i2c: i801: Add Device IDs for Intel Sunrise Point PCH
.../devicetree/bindings/i2c/i2c-axxia.txt | 30 ++
.../devicetree/bindings/i2c/i2c-exynos5.txt | 2 +
.../devicetree/bindings/i2c/i2c-hix5hd2.txt | 24 +
Documentation/i2c/busses/i2c-i801 | 1 +
drivers/i2c/busses/Kconfig | 25 +-
drivers/i2c/busses/Makefile | 2 +
drivers/i2c/busses/i2c-axxia.c | 559 +++++++++++++++++++++
drivers/i2c/busses/i2c-cros-ec-tunnel.c | 15 +-
drivers/i2c/busses/i2c-designware-platdrv.c | 96 +++-
drivers/i2c/busses/i2c-exynos5.c | 71 ++-
drivers/i2c/busses/i2c-hix5hd2.c | 557 ++++++++++++++++++++
drivers/i2c/busses/i2c-i801.c | 3 +
drivers/i2c/busses/i2c-imx.c | 16 +-
drivers/i2c/busses/i2c-ismt.c | 2 +-
drivers/i2c/busses/i2c-mxs.c | 3 +
drivers/i2c/busses/i2c-rcar.c | 21 +-
drivers/i2c/busses/i2c-rk3x.c | 4 +-
include/linux/mfd/cros_ec_commands.h | 3 -
include/linux/platform_data/i2c-designware.h | 21 +
19 files changed, 1404 insertions(+), 51 deletions(-)
create mode 100644 Documentation/devicetree/bindings/i2c/i2c-axxia.txt
create mode 100644 Documentation/devicetree/bindings/i2c/i2c-hix5hd2.txt
create mode 100644 drivers/i2c/busses/i2c-axxia.c
create mode 100644 drivers/i2c/busses/i2c-hix5hd2.c
create mode 100644 include/linux/platform_data/i2c-designware.h
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next reply other threads:[~2014-10-18 13:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-18 13:54 Wolfram Sang [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-11-08 17:16 [PULL REQUEST] i2c for 3.18 Wolfram Sang
2014-12-03 20:22 Wolfram Sang
2014-12-06 8:26 Wolfram Sang
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=20141018135426.GA2719@katana \
--to=wsa-z923lk4zbo2bacvfa/9k2g@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;
as well as URLs for NNTP newsgroup(s).