mbox series

[v2,0/3] i2c: i801: Avoid potential issue in i801_check_post and cosmetic improvements

Message ID f620328f-1e0e-4875-916b-544181a13f0b@gmail.com
Headers show
Series i2c: i801: Avoid potential issue in i801_check_post and cosmetic improvements | expand

Message

Heiner Kallweit Feb. 21, 2025, 8:27 p.m. UTC
This series avoids a potential issue in i801_check_post() and
includes smaller, more cosmetic improvements.

v2:
- rebased

Heiner Kallweit (3):
  i2c: i801: Cosmetic improvements
  i2c: i801: Move i801_wait_intr and i801_wait_byte_done in the code
  i2c: i801: Improve too small kill wait time in i801_check_post

 drivers/i2c/busses/i2c-i801.c | 120 ++++++++++++++++------------------
 1 file changed, 55 insertions(+), 65 deletions(-)

Comments

Andi Shyti March 11, 2025, 11:23 p.m. UTC | #1
Hi Heiner,

On Fri, Feb 21, 2025 at 09:27:06PM +0100, Heiner Kallweit wrote:
> This series avoids a potential issue in i801_check_post() and
> includes smaller, more cosmetic improvements.
> 
> v2:
> - rebased

Thank you!

> Heiner Kallweit (3):
>   i2c: i801: Cosmetic improvements
>   i2c: i801: Move i801_wait_intr and i801_wait_byte_done in the code
>   i2c: i801: Improve too small kill wait time in i801_check_post

merged to i2c/i2c-host.

Thanks,
Andi