From: Andi Shyti <andi.shyti@kernel.org>
To: Wolfram Sang <wsa+renesas@sang-engineering.com>
Cc: lkml <linux-kernel@vger.kernel.org>,
linux-i2c <linux-i2c@vger.kernel.org>,
Andi Shyti <andi.shyti@kernel.org>
Subject: [GIT PULL] i2c-host for v6.20, part 2
Date: Sun, 15 Feb 2026 00:06:20 +0100 [thread overview]
Message-ID: <aZD9aby8PsJHlq5T@zenone.zhora.eu> (raw)
Hi Wolfram,
as agreed, here is the second part of the merge window pull
request.
I did not carry over anything from last week. All patches
included here have been in my branches for roughly two weeks and
should be safe to merge at this point.
This pull request mainly contains designware updates for
I2C_M_STOP, runtime PM handling, and START/STOP limitations, plus
qcs8300-cci support and a few amd8111 cleanups.
Thank you,
Andi
The following changes since commit 51e8ce3630878fa6083e1eec84f58f49ec85089b:
i2c: designware: Remove an unnecessary condition (2026-01-22 14:43:57 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git i2c-host-6.20-pt2
for you to fetch changes up to 079a015b5a630a87632f5585247d1ff7fd80086b:
dt-bindings: i2c: Add CP2112 HID USB to SMBus Bridge (2026-02-07 01:20:05 +0100)
----------------------------------------------------------------
i2c-host for v6.20, part 2
designware:
- refactor the transfer path to support I2C_M_STOP
- handle pm runtime by using the active auto try macros
- handle controllers lacking explicit START and STOP conditions
- general cleanups
qualcomm: add support for qcs8300-cci
amd8111: general cleanups
----------------------------------------------------------------
Andy Shevchenko (1):
i2c: designware: Remove dead code in AMD ISP case
Artem Shimko (2):
i2c: designware-platdrv: simplify reset control
i2c: designware-platdrv: fix cleanup on probe failure
Benoît Monin (3):
i2c: designware: Implement I2C_M_STOP support
i2c: designware: Use runtime PM macro for auto-cleanup
i2c: designware: Support of controller with IC_EMPTYFIFO_HOLD_MASTER disabled
Danny Kaehn (1):
dt-bindings: i2c: Add CP2112 HID USB to SMBus Bridge
Filippo Muscherà (2):
i2c: amd8111: Remove spaces in MODULE_* macros
i2c: amd8111: switch to devm_ functions
Nihal Kumar Gupta (1):
dt-bindings: i2c: qcom-cci: Document qcs8300 compatible
Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml | 2 +
Documentation/devicetree/bindings/i2c/silabs,cp2112.yaml | 100 ++++++++++++++++++++++++++++++++++++++++++++++
drivers/i2c/busses/i2c-amd8111.c | 30 +++++---------
drivers/i2c/busses/i2c-designware-amdisp.c | 13 +-----
drivers/i2c/busses/i2c-designware-common.c | 20 ++++++++++
drivers/i2c/busses/i2c-designware-core.h | 3 ++
drivers/i2c/busses/i2c-designware-master.c | 162 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------
drivers/i2c/busses/i2c-designware-platdrv.c | 42 +++++++-------------
8 files changed, 266 insertions(+), 106 deletions(-)
create mode 100644 Documentation/devicetree/bindings/i2c/silabs,cp2112.yaml
next reply other threads:[~2026-02-14 23:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-14 23:06 Andi Shyti [this message]
2026-02-15 12:42 ` [GIT PULL] i2c-host for v6.20, part 2 Andi Shyti
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=aZD9aby8PsJHlq5T@zenone.zhora.eu \
--to=andi.shyti@kernel.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=wsa+renesas@sang-engineering.com \
/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