mbox series

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

Message ID 20241011104131.733736-1-manikanta.guntupalli@amd.com (mailing list archive)
Headers show
Series Add atomic transfer support to i2c-xiic | expand

Message

Manikanta Guntupalli Oct. 11, 2024, 10:41 a.m. UTC
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(-)

Comments

Michal Simek Nov. 14, 2024, 9:54 a.m. UTC | #1
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
Andi Shyti Nov. 19, 2024, 11:05 p.m. UTC | #2
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