[PATCH RFT 0/3] i2c: mpc: use proper binding for transfer timeouts

Wolfram Sang posted 3 patches 1 year, 11 months ago
.../devicetree/bindings/i2c/i2c-mpc.yaml         |  2 +-
drivers/i2c/busses/i2c-mpc.c                     | 16 +++++++---------
2 files changed, 8 insertions(+), 10 deletions(-)
[PATCH RFT 0/3] i2c: mpc: use proper binding for transfer timeouts
Posted by Wolfram Sang 1 year, 11 months ago
To clean up the confusing situation regarding I2C timeout bindings, here
is the series to fix up the MPC driver which mixed up clock stretching
timeout with transfer timeouts. Plus a minor cleanup while here.

Only build tested, so actual testing is welcome.


Wolfram Sang (3):
  dt-bindings: i2c: mpc: use proper binding for transfer timeouts
  i2c: mpc: use proper binding for transfer timeouts
  i2c: mpc: remove outdated macro

 .../devicetree/bindings/i2c/i2c-mpc.yaml         |  2 +-
 drivers/i2c/busses/i2c-mpc.c                     | 16 +++++++---------
 2 files changed, 8 insertions(+), 10 deletions(-)

-- 
2.43.0
Re: [PATCH RFT 0/3] i2c: mpc: use proper binding for transfer timeouts
Posted by Andi Shyti 1 year, 11 months ago
Hi

On Thu, 29 Feb 2024 11:58:10 +0100, Wolfram Sang wrote:
> To clean up the confusing situation regarding I2C timeout bindings, here
> is the series to fix up the MPC driver which mixed up clock stretching
> timeout with transfer timeouts. Plus a minor cleanup while here.
> 
> Only build tested, so actual testing is welcome.
> 
> 
> [...]

Applied to i2c/i2c-host on

git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git

Thank you,
Andi

Patches applied
===============
[1/3] dt-bindings: i2c: mpc: use proper binding for transfer timeouts
      commit: f9ccb4533bdcf31f1225a9a09805329b8020a4e3
[2/3] i2c: mpc: use proper binding for transfer timeouts
      commit: 401a8e9e3d697b75c2e237b9b405bb0f388dd7ed
[3/3] i2c: mpc: remove outdated macro
      commit: d0e944150446d8056a050049a8f0e98241ba6194
Re: [PATCH RFT 0/3] i2c: mpc: use proper binding for transfer timeouts
Posted by Chris Packham 1 year, 11 months ago
On 29/02/24 23:58, Wolfram Sang wrote:
> To clean up the confusing situation regarding I2C timeout bindings, here
> is the series to fix up the MPC driver which mixed up clock stretching
> timeout with transfer timeouts. Plus a minor cleanup while here.
>
> Only build tested, so actual testing is welcome.

For the series

Reviewed-by: Chris Packham <chris.packham@alliedtelesis.co.nz>

and on a P2041RDB

Tested-by: Chris Packham <chris.packham@alliedtelesis.co.nz>

>
>
> Wolfram Sang (3):
>    dt-bindings: i2c: mpc: use proper binding for transfer timeouts
>    i2c: mpc: use proper binding for transfer timeouts
>    i2c: mpc: remove outdated macro
>
>   .../devicetree/bindings/i2c/i2c-mpc.yaml         |  2 +-
>   drivers/i2c/busses/i2c-mpc.c                     | 16 +++++++---------
>   2 files changed, 8 insertions(+), 10 deletions(-)
>