mbox series

[0/3] i2c: i2c-cdns: Driver fixes

Message ID cover.1646122610.git.michal.simek@xilinx.com
Headers show
Series i2c: i2c-cdns: Driver fixes | expand

Message

Michal Simek March 1, 2022, 8:16 a.m. UTC
Hi,

these 3 patches came from checking functionality on QEMU in connection to
SOM program.

Thanks,
Michal


Sai Pavan Boddu (3):
  i2c: i2c-cdns: Start read transaction after write to transfer_size reg
  i2c: i2c-cdns: Fix write transaction state
  i2c: i2c-cdns: Prevent early termination of write

 drivers/i2c/i2c-cdns.c | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

Comments

Michal Simek March 9, 2022, 11:36 a.m. UTC | #1
Ășt 1. 3. 2022 v 9:16 odesĂ­latel Michal Simek <michal.simek@xilinx.com> napsal:
>
> Hi,
>
> these 3 patches came from checking functionality on QEMU in connection to
> SOM program.
>
> Thanks,
> Michal
>
>
> Sai Pavan Boddu (3):
>   i2c: i2c-cdns: Start read transaction after write to transfer_size reg
>   i2c: i2c-cdns: Fix write transaction state
>   i2c: i2c-cdns: Prevent early termination of write
>
>  drivers/i2c/i2c-cdns.c | 18 +++++++++++++-----
>  1 file changed, 13 insertions(+), 5 deletions(-)
>
> --
> 2.35.1
>

applied.
M