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,
Peter Rosin <peda@axentia.se>
Subject: [PULL REQUEST] i2c for 4.14
Date: Fri, 15 Sep 2017 14:48:17 +0200 [thread overview]
Message-ID: <20170915124813.7l526w2s36qmiqzn@ninjato> (raw)
[-- Attachment #1: Type: text/plain, Size: 2061 bytes --]
Linus,
I2C has two more, new drivers: Altera FPGA and STM32F7.
Please pull.
Thanks,
Wolfram
The following changes since commit 46c1e79fee417f151547aa46fae04ab06cb666f4:
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2017-09-13 12:24:20 -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 aeb068c57214858b638d5ee627bb4a831f98771e:
i2c: i2c-stm32f7: add driver (2017-09-14 17:34:43 +0200)
----------------------------------------------------------------
Pierre-Yves MORDRET (3):
dt-bindings: i2c-stm32: Document the STM32F7 I2C bindings
i2c: i2c-stm32f4: use generic definition of speed enum
i2c: i2c-stm32f7: add driver
Thor Thayer (2):
dt-bindings: i2c: Add Altera I2C Controller
i2c: altera: Add Altera I2C Controller driver
with much appreciated quality assurance from
----------------------------------------------------------------
Andy Shevchenko (1):
(Rev.) i2c: altera: Add Altera I2C Controller driver
Ludovic BARRE (1):
(Rev.) i2c: i2c-stm32f4: use generic definition of speed enum
.../devicetree/bindings/i2c/i2c-altera.txt | 39 +
.../devicetree/bindings/i2c/i2c-stm32.txt | 29 +-
MAINTAINERS | 5 +
drivers/i2c/busses/Kconfig | 20 +
drivers/i2c/busses/Makefile | 2 +
drivers/i2c/busses/i2c-altera.c | 511 +++++++++++
drivers/i2c/busses/i2c-stm32.h | 20 +
drivers/i2c/busses/i2c-stm32f4.c | 18 +-
drivers/i2c/busses/i2c-stm32f7.c | 972 +++++++++++++++++++++
9 files changed, 1602 insertions(+), 14 deletions(-)
create mode 100644 Documentation/devicetree/bindings/i2c/i2c-altera.txt
create mode 100644 drivers/i2c/busses/i2c-altera.c
create mode 100644 drivers/i2c/busses/i2c-stm32.h
create mode 100644 drivers/i2c/busses/i2c-stm32f7.c
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2017-09-15 12:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-15 12:48 Wolfram Sang [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-10-20 4:37 [PULL REQUEST] i2c for 4.14 Wolfram Sang
2017-10-07 8:27 Wolfram Sang
2017-09-08 19:24 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=20170915124813.7l526w2s36qmiqzn@ninjato \
--to=wsa@the-dreams.de \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peda@axentia.se \
--cc=torvalds@linux-foundation.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