[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <7rnodnh6pww34mtj2rj4t5dnaj6gnngink3xkx2ijm73cyawlm@qtrv6kkhkjxp>
Date: Fri, 27 Jun 2025 07:29:05 +0200
From: Andi Shyti <andi.shyti@...nel.org>
To: Wolfram Sang <wsa+renesas@...g-engineering.com>
Cc: lkml <linux-kernel@...r.kernel.org>,
linux-i2c <linux-i2c@...r.kernel.org>, Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>,
Andi Shyti <andi.shyti@...nel.org>
Subject: [GIT PULL] i2c-host-fixes for v6.16-rc4
Hi Wolfram,
I am now in a part of the world where internet access is not
always available so I am not always very responsive. I am happy I
found the time to send this pull request in time. Sorry for not
replying earlier to your message on my previous pull request:
everything looked fine to me, though.
This week we have a rather big pull request. We inherited from
platforms/x86 a build fix that affects designware and AMD
platforms. Ilpo suggested we take the whole series through I2C.
Please note that the patch with the fix uses the "Requires:" tag
for commits not marked as fixes. If the commit ID changes we will
need to update the tags accordingly.
The rest of the patches are ordinary fixes.
Thank you and I wish you a great weekend,
Andi
The following changes since commit 86731a2a651e58953fc949573895f2fa6d456841:
Linux 6.16-rc3 (2025-06-22 13:30:08 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-fixes-6.16-rc4
for you to fetch changes up to 666c23af755dccca8c25b5d5200ca28153c69a05:
i2c: omap: Fix an error handling path in omap_i2c_probe() (2025-06-26 00:07:33 +0200)
----------------------------------------------------------------
i2c-host fixes for v6.16-rc4
- imx: fix SMBus protocol compliance during block read
- omap: fix error handling path in probe
- robotfuzz, tiny-usb: prevent zero-length reads
- x86, designware, amdisp: fix build error when modules are
disabled
----------------------------------------------------------------
Christophe JAILLET (1):
i2c: omap: Fix an error handling path in omap_i2c_probe()
Lukasz Kucharczyk (1):
i2c: imx: fix emulated smbus block read
Pratap Nirujogi (3):
i2c: designware: Initialize adapter name only when not set
i2c: amd-isp: Initialize unique adapter name
platform/x86: Use i2c adapter name to fix build errors
Wolfram Sang (2):
i2c: robotfuzz-osif: disable zero-length read messages
i2c: tiny-usb: disable zero-length read messages
MAINTAINERS | 1 +
drivers/i2c/busses/i2c-designware-amdisp.c | 2 ++
drivers/i2c/busses/i2c-designware-master.c | 5 +++--
drivers/i2c/busses/i2c-imx.c | 3 ++-
drivers/i2c/busses/i2c-omap.c | 7 +++++--
drivers/i2c/busses/i2c-robotfuzz-osif.c | 6 ++++++
drivers/i2c/busses/i2c-tiny-usb.c | 6 ++++++
drivers/platform/x86/amd/amd_isp4.c | 3 ++-
include/linux/soc/amd/isp4_misc.h | 12 ++++++++++++
9 files changed, 39 insertions(+), 6 deletions(-)
create mode 100644 include/linux/soc/amd/isp4_misc.h
Powered by blists - more mailing lists