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>,
Bartosz Golaszewski <brgl@bgdev.pl>
Subject: [PULL REQUEST] i2c for 4.20
Date: Sat, 10 Nov 2018 12:20:41 +0100 [thread overview]
Message-ID: <20181110112036.GA5905@kunai> (raw)
[-- Attachment #1: Type: text/plain, Size: 2586 bytes --]
Linus,
I2C has one bugfix (qcom-geni driver), one arch enablement (i2c-omap driver, no
code change), and a new driver (nvidia-gpu) this time.
I hope the rc1 rule still applies for this new driver. It consists of the I2C
master part and UCSI client part which has the needed ack from Heikki.
Please pull.
Thanks,
Wolfram
The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
Linux 4.20-rc1 (2018-11-04 15:37:52 -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 247c554a14aa16ca08f4ed4d9eb39a2389f69d1d:
usb: typec: ucsi: add support for Cypress CCGx (2018-11-09 18:49:59 +0100)
----------------------------------------------------------------
Ajay Gupta (2):
i2c: add i2c bus driver for NVIDIA GPU
usb: typec: ucsi: add support for Cypress CCGx
Stephen Boyd (1):
i2c: qcom-geni: Fix runtime PM mismatch with child devices
Vignesh R (3):
dt-bindings: i2c: omap: Add new compatible for AM654 SoCs
i2c: omap: Enable for ARCH_K3
MAINTAINERS: Add entry for i2c-omap driver
Wolfram Sang (1):
i2c: nvidia-gpu: make pm_ops static
with much appreciated quality assurance from
----------------------------------------------------------------
Andy Shevchenko (1):
(Rev.) i2c: add i2c bus driver for NVIDIA GPU
Douglas Anderson (1):
(Rev.) i2c: qcom-geni: Fix runtime PM mismatch with child devices
Grygorii Strashko (2):
(Rev.) i2c: omap: Enable for ARCH_K3
(Rev.) dt-bindings: i2c: omap: Add new compatible for AM654 SoCs
Rob Herring (1):
(Rev.) dt-bindings: i2c: omap: Add new compatible for AM654 SoCs
Documentation/devicetree/bindings/i2c/i2c-omap.txt | 8 +-
Documentation/i2c/busses/i2c-nvidia-gpu | 18 +
MAINTAINERS | 15 +
drivers/i2c/busses/Kconfig | 11 +-
drivers/i2c/busses/Makefile | 1 +
drivers/i2c/busses/i2c-nvidia-gpu.c | 368 +++++++++++++++++++++
drivers/i2c/busses/i2c-qcom-geni.c | 15 +-
drivers/usb/typec/ucsi/Kconfig | 10 +
drivers/usb/typec/ucsi/Makefile | 2 +
drivers/usb/typec/ucsi/ucsi_ccg.c | 307 +++++++++++++++++
10 files changed, 745 insertions(+), 10 deletions(-)
create mode 100644 Documentation/i2c/busses/i2c-nvidia-gpu
create mode 100644 drivers/i2c/busses/i2c-nvidia-gpu.c
create mode 100644 drivers/usb/typec/ucsi/ucsi_ccg.c
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2018-11-10 11:20 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-10 11:20 Wolfram Sang [this message]
2018-11-10 13:06 ` [PULL REQUEST] i2c for 4.20 Linus Torvalds
2018-11-11 22:32 ` Wolfram Sang
-- strict thread matches above, loose matches on Subject: below --
2018-12-20 21:57 Wolfram Sang
2018-12-20 22:55 ` pr-tracker-bot
2018-12-07 13:08 Wolfram Sang
2018-12-07 18:35 ` pr-tracker-bot
2018-11-01 10:50 Wolfram Sang
2018-11-01 16:32 ` Linus Torvalds
2018-10-29 19:05 Wolfram Sang
2018-10-29 21:45 ` Linus Torvalds
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=20181110112036.GA5905@kunai \
--to=wsa@the-dreams.de \
--cc=brgl@bgdev.pl \
--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;
as well as URLs for NNTP newsgroup(s).