[PATCH 0/2] Add atomic transfer support to i2c-xiic

Manikanta Guntupalli posted 2 patches 1 month, 2 weeks ago
drivers/i2c/busses/i2c-xiic.c | 287 +++++++++++++++++++++++++++-------
1 file changed, 233 insertions(+), 54 deletions(-)
[PATCH 0/2] Add atomic transfer support to i2c-xiic
Posted by Manikanta Guntupalli 1 month, 2 weeks ago
This patch series adds atomic transfer support to the i2c-xiic
controller.

Manikanta Guntupalli (2):
  i2c: xiic: Relocate xiic_i2c_runtime_suspend and
    xiic_i2c_runtime_resume to facilitate atomic mode
  i2c: xiic: Add atomic transfer support

 drivers/i2c/busses/i2c-xiic.c | 287 +++++++++++++++++++++++++++-------
 1 file changed, 233 insertions(+), 54 deletions(-)

-- 
2.34.1
Re: [PATCH 0/2] Add atomic transfer support to i2c-xiic
Posted by Andi Shyti 1 week ago
Hi Manikanta,

> Manikanta Guntupalli (2):
>   i2c: xiic: Relocate xiic_i2c_runtime_suspend and
>     xiic_i2c_runtime_resume to facilitate atomic mode
>   i2c: xiic: Add atomic transfer support

I've read this several times since you sent it. I finally decided
to merge it to i2c/i2c-host.

Thanks,
Andi
Re: [PATCH 0/2] Add atomic transfer support to i2c-xiic
Posted by Michal Simek 1 week, 5 days ago

On 10/11/24 12:41, Manikanta Guntupalli wrote:
> This patch series adds atomic transfer support to the i2c-xiic
> controller.
> 
> Manikanta Guntupalli (2):
>    i2c: xiic: Relocate xiic_i2c_runtime_suspend and
>      xiic_i2c_runtime_resume to facilitate atomic mode
>    i2c: xiic: Add atomic transfer support
> 
>   drivers/i2c/busses/i2c-xiic.c | 287 +++++++++++++++++++++++++++-------
>   1 file changed, 233 insertions(+), 54 deletions(-)
> 

Acked-by: Michal Simek <michal.simek@amd.com>

Thanks,
Michal