mbox series

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

Message ID d761a722-d400-4d6b-8866-4bb25d349184@gmail.com
Headers show
Series i2c: i801: Avoid potential issue in i801_check_post and cosmetic improvements | expand

Message

Heiner Kallweit Feb. 10, 2024, 3:25 p.m. UTC
This series avoids a potential issue in i801_check_post () and
includes smaller, more cosmetic improvements.

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 | 125 ++++++++++++++++------------------
 1 file changed, 57 insertions(+), 68 deletions(-)

Comments

Andi Shyti Feb. 12, 2025, 6:53 p.m. UTC | #1
Hi Heiner,

On Sat, Feb 10, 2024 at 04:25:30PM +0100, Heiner Kallweit wrote:
> This series avoids a potential issue in i801_check_post () and
> includes smaller, more cosmetic improvements.
> 
> 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

this series went forgotten. As I'm browing through the forgotten
patches, I want to know if this is still necessary (it looks OK
to me to bring it forward).

If so, may I ask you to please rebase it on top of the latest
i2c/host as it currently doesn't apply?

Thanks,
Andi