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.19
Date: Sat, 31 Jan 2015 15:11:48 +0100 [thread overview]
Message-ID: <20150131141144.GA30737@katana> (raw)
[-- Attachment #1: Type: text/plain, Size: 1747 bytes --]
Linus,
a pull request from I2C with driver bugfixes (s3c2410, slave-eeprom,
sh_mobile), size regression "bugfix" (i2c slave), documentation bugfix
(st). Also, one documentation update (da9063), so some devicetrees can
now be verified. Please pull.
Thanks,
Wolfram
The following changes since commit eaa27f34e91a14cdceed26ed6c6793ec1d186115:
linux 3.19-rc4 (2015-01-11 12:44:53 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current
for you to fetch changes up to 32e224090fa310a58fdb47049caf631272ceb044:
i2c: sh_mobile: terminate DMA reads properly (2015-01-30 17:58:43 +0100)
----------------------------------------------------------------
Geert Uytterhoeven (1):
DT: i2c: Add devices handled by the da9063 MFD driver
Jean Delvare (1):
i2c: Only include slave support if selected
Lee Jones (1):
i2c: st: Rename clock reference to something that exists
Paul Osmialowski (1):
i2c: s3c2410: fix ABBA deadlock by keeping clock prepared
Wolfram Sang (2):
i2c: slave-eeprom: fix boundary check when using sysfs
i2c: sh_mobile: terminate DMA reads properly
Documentation/devicetree/bindings/i2c/i2c-st.txt | 2 +-
.../devicetree/bindings/i2c/trivial-devices.txt | 1 +
drivers/i2c/busses/Kconfig | 1 +
drivers/i2c/busses/i2c-s3c2410.c | 23 ++++++++++++++++------
drivers/i2c/busses/i2c-sh_mobile.c | 12 ++++++++++-
drivers/i2c/i2c-core.c | 2 ++
drivers/i2c/i2c-slave-eeprom.c | 4 ++--
include/linux/i2c.h | 6 ++++++
8 files changed, 41 insertions(+), 10 deletions(-)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Wolfram Sang <wsa@the-dreams.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PULL REQUEST] i2c for 3.19
Date: Sat, 31 Jan 2015 15:11:48 +0100 [thread overview]
Message-ID: <20150131141144.GA30737@katana> (raw)
[-- Attachment #1: Type: text/plain, Size: 1747 bytes --]
Linus,
a pull request from I2C with driver bugfixes (s3c2410, slave-eeprom,
sh_mobile), size regression "bugfix" (i2c slave), documentation bugfix
(st). Also, one documentation update (da9063), so some devicetrees can
now be verified. Please pull.
Thanks,
Wolfram
The following changes since commit eaa27f34e91a14cdceed26ed6c6793ec1d186115:
linux 3.19-rc4 (2015-01-11 12:44:53 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current
for you to fetch changes up to 32e224090fa310a58fdb47049caf631272ceb044:
i2c: sh_mobile: terminate DMA reads properly (2015-01-30 17:58:43 +0100)
----------------------------------------------------------------
Geert Uytterhoeven (1):
DT: i2c: Add devices handled by the da9063 MFD driver
Jean Delvare (1):
i2c: Only include slave support if selected
Lee Jones (1):
i2c: st: Rename clock reference to something that exists
Paul Osmialowski (1):
i2c: s3c2410: fix ABBA deadlock by keeping clock prepared
Wolfram Sang (2):
i2c: slave-eeprom: fix boundary check when using sysfs
i2c: sh_mobile: terminate DMA reads properly
Documentation/devicetree/bindings/i2c/i2c-st.txt | 2 +-
.../devicetree/bindings/i2c/trivial-devices.txt | 1 +
drivers/i2c/busses/Kconfig | 1 +
drivers/i2c/busses/i2c-s3c2410.c | 23 ++++++++++++++++------
drivers/i2c/busses/i2c-sh_mobile.c | 12 ++++++++++-
drivers/i2c/i2c-core.c | 2 ++
drivers/i2c/i2c-slave-eeprom.c | 4 ++--
include/linux/i2c.h | 6 ++++++
8 files changed, 41 insertions(+), 10 deletions(-)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next reply other threads:[~2015-01-31 14:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-31 14:11 Wolfram Sang [this message]
2015-01-31 14:11 ` [PULL REQUEST] i2c for 3.19 Wolfram Sang
-- strict thread matches above, loose matches on Subject: below --
2014-12-20 19:42 Wolfram Sang
2014-12-20 19:42 ` Wolfram Sang
2014-12-14 13:38 Wolfram Sang
2014-12-14 13:38 ` 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=20150131141144.GA30737@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 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.