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 4.1
Date: Sun, 26 Apr 2015 14:40:45 +0200 [thread overview]
Message-ID: <20150426124041.GA2803@katana> (raw)
[-- Attachment #1: Type: text/plain, Size: 1465 bytes --]
Linus,
I2C has a mixture of merge window cleanups and bugfixes for you.
Based on your tree from 3 days ago. Please pull.
Thanks,
Wolfram
The following changes since commit 27cf3a16b2535a490f8cf1d29a6634f1c70f7831:
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit (2015-04-22 14:49:23 -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 fcdd5f09c03bfc95f196dfa781ff447c5cbcc319:
i2c: st: add include for pinctrl (2015-04-23 19:35:33 +0200)
----------------------------------------------------------------
Charles Keepax (1):
i2c: Mark adapter devices with pm_runtime_no_callbacks
Dmitry Torokhov (1):
i2c: rk3x: report number of messages transmitted
Wolfram Sang (5):
i2c: mxs: fix broken email address
i2c: pca-platform: fix broken email address
i2c: digicolor: remove duplicate include
i2c: mux: use proper dev when removing "channel-X" symlinks
i2c: st: add include for pinctrl
drivers/i2c/busses/i2c-digicolor.c | 3 +--
drivers/i2c/busses/i2c-mxs.c | 2 +-
drivers/i2c/busses/i2c-pca-platform.c | 2 +-
drivers/i2c/busses/i2c-rk3x.c | 2 +-
drivers/i2c/busses/i2c-st.c | 13 +++++++------
drivers/i2c/i2c-core.c | 2 ++
drivers/i2c/i2c-mux.c | 8 +++++---
7 files changed, 18 insertions(+), 14 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 4.1
Date: Sun, 26 Apr 2015 14:40:45 +0200 [thread overview]
Message-ID: <20150426124041.GA2803@katana> (raw)
[-- Attachment #1: Type: text/plain, Size: 1465 bytes --]
Linus,
I2C has a mixture of merge window cleanups and bugfixes for you.
Based on your tree from 3 days ago. Please pull.
Thanks,
Wolfram
The following changes since commit 27cf3a16b2535a490f8cf1d29a6634f1c70f7831:
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit (2015-04-22 14:49:23 -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 fcdd5f09c03bfc95f196dfa781ff447c5cbcc319:
i2c: st: add include for pinctrl (2015-04-23 19:35:33 +0200)
----------------------------------------------------------------
Charles Keepax (1):
i2c: Mark adapter devices with pm_runtime_no_callbacks
Dmitry Torokhov (1):
i2c: rk3x: report number of messages transmitted
Wolfram Sang (5):
i2c: mxs: fix broken email address
i2c: pca-platform: fix broken email address
i2c: digicolor: remove duplicate include
i2c: mux: use proper dev when removing "channel-X" symlinks
i2c: st: add include for pinctrl
drivers/i2c/busses/i2c-digicolor.c | 3 +--
drivers/i2c/busses/i2c-mxs.c | 2 +-
drivers/i2c/busses/i2c-pca-platform.c | 2 +-
drivers/i2c/busses/i2c-rk3x.c | 2 +-
drivers/i2c/busses/i2c-st.c | 13 +++++++------
drivers/i2c/i2c-core.c | 2 ++
drivers/i2c/i2c-mux.c | 8 +++++---
7 files changed, 18 insertions(+), 14 deletions(-)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next reply other threads:[~2015-04-26 12:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-26 12:40 Wolfram Sang [this message]
2015-04-26 12:40 ` [PULL REQUEST] i2c for 4.1 Wolfram Sang
-- strict thread matches above, loose matches on Subject: below --
2015-06-18 15:23 Wolfram Sang
2015-06-18 15:23 ` Wolfram Sang
2015-06-05 1:28 Wolfram Sang
2015-06-05 1:28 ` Wolfram Sang
2015-04-17 8:33 Wolfram Sang
2015-04-17 8:33 ` Wolfram Sang
2015-04-14 21:22 Wolfram Sang
2015-04-14 21:22 ` 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=20150426124041.GA2803@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.