Re: [PATCH v4 0/2] i2c: lpi2c: implement master_xfer_atomic callback

From: Francesco Dolcini
Date: Thu Jun 26 2025 - 03:59:00 EST


Hello,

On Fri, May 23, 2025 at 10:29:29AM +0200, Francesco Dolcini wrote:
> From: Francesco Dolcini <francesco.dolcini@xxxxxxxxxxx>
>
> This series adds atomic operations support to the imx-lpi2c driver and split
> the previous v3 patch into two separate patches.
>
> The first patch replaces the open-coded polling loops with readl_poll_timeout.
> This improves readability and consistency, and prepares the code for
> integration of the second patch, while maintaining the same functionality.
>
> The second patch implements the .master_xfer_atomic() callback, enabling
> support for atomic I2C transfers.

Just a gentle ping to not forget about this.

Francesco