[PATCH 0/4] i2c: remove printout on handled timeouts - part 2

Wolfram Sang posted 4 patches 1 week, 5 days ago
drivers/i2c/busses/i2c-ali1535.c | 8 ++------
drivers/i2c/busses/i2c-ali1563.c | 1 -
drivers/i2c/busses/i2c-ali15x3.c | 4 +---
drivers/i2c/busses/i2c-i801.c    | 4 +---
4 files changed, 4 insertions(+), 13 deletions(-)
[PATCH 0/4] i2c: remove printout on handled timeouts - part 2
Posted by Wolfram Sang 1 week, 5 days ago
Here is the continuation of the previous series, largely applied by Andi
meanwhile (Thanks!). I improved the i801 driver (only one debug print
left) and added the three ali* drivers which I overlooked before. Hope
you'll like the patches...


Wolfram Sang (4):
  i2c: i801: remove printout on handled timeouts
  i2c: ali1535: remove printout on handled timeouts
  i2c: ali1563: remove printout on handled timeouts
  i2c: ali15x3: remove printout on handled timeouts

 drivers/i2c/busses/i2c-ali1535.c | 8 ++------
 drivers/i2c/busses/i2c-ali1563.c | 1 -
 drivers/i2c/busses/i2c-ali15x3.c | 4 +---
 drivers/i2c/busses/i2c-i801.c    | 4 +---
 4 files changed, 4 insertions(+), 13 deletions(-)

-- 
2.43.0
Re: [PATCH 0/4] i2c: remove printout on handled timeouts - part 2
Posted by Andi Shyti 6 days, 20 hours ago
Hi Wolfram,

On Tue, Apr 23, 2024 at 02:13:17PM +0200, Wolfram Sang wrote:
> Here is the continuation of the previous series, largely applied by Andi
> meanwhile (Thanks!). I improved the i801 driver (only one debug print
> left) and added the three ali* drivers which I overlooked before. Hope
> you'll like the patches...
> 
> 
> Wolfram Sang (4):
>   i2c: i801: remove printout on handled timeouts
>   i2c: ali1535: remove printout on handled timeouts
>   i2c: ali1563: remove printout on handled timeouts
>   i2c: ali15x3: remove printout on handled timeouts

Applied to i2c/i2c-host.

Andi