[GIT PULL] i2c-host-fixes for v7.0-rc7

From: Andi Shyti

Date: Fri Apr 03 2026 - 02:22:16 EST


Hi Wolfram,

here is the fixes pull request for v7.0-rc7.

It contains a small fix to avoid using uninitialized fields
in dma_slave_config, triggered somewhere deep in the fsl edma
driver.

Thanks and I wish you and all the community a appy Easter,
Andi

The following changes since commit 7aaa8047eafd0bd628065b15757d9b48c5f9c07d:

Linux 7.0-rc6 (2026-03-29 15:40:00 -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-7.0-rc7

for you to fetch changes up to 39ed7d89b973329cc5c764b65ba6302b17b1907e:

i2c: imx: zero-initialize dma_slave_config for eDMA (2026-04-02 01:22:46 +0200)

----------------------------------------------------------------
i2c-fixes for v7.0-rc7

imx: set dma_slave_config to 0 and avoid uninitialized fields

----------------------------------------------------------------
Anthony Pighin (1):
i2c: imx: zero-initialize dma_slave_config for eDMA

drivers/i2c/busses/i2c-imx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)