Hi Wolfram, Sorry for the being late, I'm on the road and have limited internet access at the moment. Quoting from your previous email: On Fri, Dec 27, 2024 at 12:29:36PM +0100, Wolfram Sang wrote: > > With that said, I wish you a wonderful holiday season and a > > Merry Christmas to the entire I2C community. > > Thank you. I was already in Christmas mode, so I missed this pull > request. Could you kindly add it to the next one? I am back now and am > ready to send the next request for rc5. No worries at all! I kind of expected it and had already planned to include the previous pull request in this one. I hope you had a great Christmas! Attached is the pull request for rc5. I have also included two patches from Conor for the Microchip driver. These have been waiting for way too long, and I decided to include them since I don't have anything against them. If you'd still like to discuss those patches, we can either remove them now or revert them later. Personally, I'd rather move forward with them. Lastly, I think this will be the final pull request of 2024 and, since I have the privilege of being the maintainer of this community, I want to take this chance to send my best wishes to everyone here for an amazing end to 2024 and a great start to 2025. Thanks, Andi The following changes since commit 4bbf9020becbfd8fc2c3da790855b7042fad455b: Linux 6.13-rc4 (2024-12-22 13:22:21 -0800) 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.13-rc5 for you to fetch changes up to 49e1f0fd0d4cb03a16b8526c4e683e1958f71490: i2c: microchip-core: fix "ghost" detections (2024-12-26 01:54:47 +0100) ---------------------------------------------------------------- i2c-host-fixes for v6.13-rc5 - IMX: fixed stop condition in single master mode and added compatible string for errata adherence. - Microchip: Added support for proper repeated sends and fixed unnecessary NAKs on empty messages, which caused false bus detection. ---------------------------------------------------------------- Carlos Song (1): i2c: imx: add imx7d compatible string for applying erratum ERR007805 Conor Dooley (2): i2c: microchip-core: actually use repeated sends i2c: microchip-core: fix "ghost" detections Stefan Eichenberger (1): i2c: imx: fix missing stop condition in single-master mode drivers/i2c/busses/i2c-imx.c | 9 ++++----- drivers/i2c/busses/i2c-microchip-corei2c.c | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 98 insertions(+), 33 deletions(-)