From: Wolfram Sang <wsa@kernel.org>
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-5.20-part2
Date: Sat, 13 Aug 2022 17:42:27 +0200 [thread overview]
Message-ID: <YvfGY2qnl2YXrUgX@shikoro> (raw)
[-- Attachment #1: Type: text/plain, Size: 6513 bytes --]
The following changes since commit ffcf9c5700e49c0aee42dcba9a12ba21338e8136:
x86: link vdso and boot with -z noexecstack --no-warn-rwx-segments (2022-08-10 18:30:09 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-5.20-part2
for you to fetch changes up to fe99b819487dba848cddd3d4bf4beb8e653d7e9c:
docs: i2c: i2c-sysfs: fix hyperlinks (2022-08-11 23:25:05 +0200)
----------------------------------------------------------------
* two driver fixes for issues introduced this cycle
* one trivial driver improvement regarding ACPI
* more DTS conversion and additions
* documentation updates
* subsystem-wide move from strlcpy to strscpy
----------------------------------------------------------------
Chris Pringle (1):
i2c: kempld: Support ACPI I2C device declaration
Conor Dooley (1):
i2c: microchip-corei2c: fix erroneous late ack send
Kewei Xu (2):
dt-bindings: i2c: update bindings for mt8188 soc
i2c: mediatek: add i2c compatible for MT8188
Krzysztof Kozlowski (1):
dt-bindings: i2c: qcom,i2c-cci: convert to dtschema
Luca Ceresoli (7):
docs: i2c: i2c-protocol: update introductory paragraph
docs: i2c: i2c-protocol,smbus-protocol: remove nonsense words
docs: i2c: i2c-protocol: remove unused legend items
docs: i2c: smbus-protocol: improve DataLow/DataHigh definition
docs: i2c: instantiating-devices: add syntax coloring to dts and C blocks
docs: i2c: i2c-sysfs: improve wording
docs: i2c: i2c-sysfs: fix hyperlinks
Robin Reckmann (1):
i2c: qcom-geni: Fix GPI DMA buffer sync-back
Wolfram Sang (2):
i2c: move drivers from strlcpy to strscpy
i2c: move core from strlcpy to strscpy
with much appreciated quality assurance from
----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
(Rev.) i2c: mediatek: add i2c compatible for MT8188
Bagas Sanjaya (1):
(Rev.) docs: i2c: smbus-protocol: improve DataLow/DataHigh definition
Caleb Connolly (1):
(Test) i2c: qcom-geni: Fix GPI DMA buffer sync-back
Konrad Dybcio (1):
(Rev.) i2c: qcom-geni: Fix GPI DMA buffer sync-back
Lewis Hanly (1):
(Test) i2c: microchip-corei2c: fix erroneous late ack send
Luca Weiss (1):
(Test) i2c: qcom-geni: Fix GPI DMA buffer sync-back
Matthias Brugger (1):
(Rev.) dt-bindings: i2c: update bindings for mt8188 soc
Qii Wang (2):
(Rev.) i2c: mediatek: add i2c compatible for MT8188
(Rev.) dt-bindings: i2c: update bindings for mt8188 soc
Rob Herring (1):
(Rev.) dt-bindings: i2c: qcom,i2c-cci: convert to dtschema
.../devicetree/bindings/i2c/i2c-mt65xx.yaml | 1 +
.../devicetree/bindings/i2c/i2c-qcom-cci.txt | 96 --------
.../devicetree/bindings/i2c/qcom,i2c-cci.yaml | 242 +++++++++++++++++++++
Documentation/i2c/i2c-protocol.rst | 11 +-
Documentation/i2c/i2c-sysfs.rst | 24 +-
Documentation/i2c/instantiating-devices.rst | 16 +-
Documentation/i2c/smbus-protocol.rst | 6 +-
MAINTAINERS | 2 +-
drivers/i2c/busses/i2c-altera.c | 2 +-
drivers/i2c/busses/i2c-aspeed.c | 2 +-
drivers/i2c/busses/i2c-au1550.c | 2 +-
drivers/i2c/busses/i2c-axxia.c | 2 +-
drivers/i2c/busses/i2c-bcm-kona.c | 2 +-
drivers/i2c/busses/i2c-brcmstb.c | 2 +-
drivers/i2c/busses/i2c-cbus-gpio.c | 2 +-
drivers/i2c/busses/i2c-cht-wc.c | 2 +-
drivers/i2c/busses/i2c-cros-ec-tunnel.c | 2 +-
drivers/i2c/busses/i2c-davinci.c | 2 +-
drivers/i2c/busses/i2c-digicolor.c | 2 +-
drivers/i2c/busses/i2c-eg20t.c | 2 +-
drivers/i2c/busses/i2c-emev2.c | 2 +-
drivers/i2c/busses/i2c-exynos5.c | 2 +-
drivers/i2c/busses/i2c-gpio.c | 2 +-
drivers/i2c/busses/i2c-highlander.c | 2 +-
drivers/i2c/busses/i2c-hix5hd2.c | 2 +-
drivers/i2c/busses/i2c-i801.c | 4 +-
drivers/i2c/busses/i2c-ibm_iic.c | 2 +-
drivers/i2c/busses/i2c-icy.c | 2 +-
drivers/i2c/busses/i2c-imx-lpi2c.c | 2 +-
drivers/i2c/busses/i2c-kempld.c | 1 +
drivers/i2c/busses/i2c-lpc2k.c | 2 +-
drivers/i2c/busses/i2c-meson.c | 2 +-
drivers/i2c/busses/i2c-microchip-corei2c.c | 2 +-
drivers/i2c/busses/i2c-mt65xx.c | 45 +++-
drivers/i2c/busses/i2c-mt7621.c | 2 +-
drivers/i2c/busses/i2c-mv64xxx.c | 2 +-
drivers/i2c/busses/i2c-mxs.c | 2 +-
drivers/i2c/busses/i2c-nvidia-gpu.c | 2 +-
drivers/i2c/busses/i2c-omap.c | 2 +-
drivers/i2c/busses/i2c-opal.c | 4 +-
drivers/i2c/busses/i2c-parport.c | 2 +-
drivers/i2c/busses/i2c-pxa.c | 2 +-
drivers/i2c/busses/i2c-qcom-geni.c | 7 +-
drivers/i2c/busses/i2c-qup.c | 2 +-
drivers/i2c/busses/i2c-rcar.c | 2 +-
drivers/i2c/busses/i2c-riic.c | 2 +-
drivers/i2c/busses/i2c-rk3x.c | 2 +-
drivers/i2c/busses/i2c-s3c2410.c | 2 +-
drivers/i2c/busses/i2c-sh_mobile.c | 2 +-
drivers/i2c/busses/i2c-simtec.c | 2 +-
drivers/i2c/busses/i2c-taos-evm.c | 2 +-
drivers/i2c/busses/i2c-tegra-bpmp.c | 2 +-
drivers/i2c/busses/i2c-tegra.c | 2 +-
drivers/i2c/busses/i2c-uniphier-f.c | 2 +-
drivers/i2c/busses/i2c-uniphier.c | 2 +-
drivers/i2c/busses/i2c-versatile.c | 2 +-
drivers/i2c/busses/i2c-wmt.c | 2 +-
drivers/i2c/i2c-core-base.c | 2 +-
drivers/i2c/i2c-smbus.c | 2 +-
59 files changed, 370 insertions(+), 181 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-qcom-cci.txt
create mode 100644 Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2022-08-13 15:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-13 15:42 Wolfram Sang [this message]
2022-08-13 21:37 ` [PULL REQUEST] i2c-for-5.20-part2 Linus Torvalds
2022-08-14 0:33 ` Wolfram Sang
2022-08-14 2:02 ` Wolfram Sang
2022-08-14 4:30 ` Julia Lawall
2022-08-14 7:01 ` Wolfram Sang
2022-08-14 20:34 ` Wolfram Sang
2022-08-13 21:48 ` pr-tracker-bot
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=YvfGY2qnl2YXrUgX@shikoro \
--to=wsa@kernel.org \
--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 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.