Re: [PATCH v5] xen/char: implement suspend/resume calls for SCIF driver

2025-08-28 Thread Oleksandr Tyshchenko
On 29.08.25 00:36, Mykola Kvach wrote: Hi Oleksandr, Hello Mykola Thank you for your review. On Tue, Aug 26, 2025 at 6:51 PM Oleksandr Tyshchenko wrote: On 07.08.25 08:16, Mykola Kvach wrote: Hello Mykola, In general patch looks good to me, just one question below ... From: Vo

Re: [PATCH v5] xen/char: implement suspend/resume calls for SCIF driver

2025-08-28 Thread Mykola Kvach
Hi Oleksandr, Thank you for your review. On Tue, Aug 26, 2025 at 6:51 PM Oleksandr Tyshchenko wrote: > > > > On 07.08.25 08:16, Mykola Kvach wrote: > > > Hello Mykola, > > In general patch looks good to me, just one question below ... > > > From: Volodymyr Babchuk > > > > Implement suspend and

Re: [PATCH v5] xen/char: implement suspend/resume calls for SCIF driver

2025-08-26 Thread Oleksandr Tyshchenko
On 07.08.25 08:16, Mykola Kvach wrote: Hello Mykola, In general patch looks good to me, just one question below ... From: Volodymyr Babchuk Implement suspend and resume callbacks for the SCIF UART driver, enabled when CONFIG_SYSTEM_SUSPEND is set. This allows proper handling of UART stat

[PATCH v5] xen/char: implement suspend/resume calls for SCIF driver

2025-08-06 Thread Mykola Kvach
From: Volodymyr Babchuk Implement suspend and resume callbacks for the SCIF UART driver, enabled when CONFIG_SYSTEM_SUSPEND is set. This allows proper handling of UART state across system suspend/resume cycles. Tested on Renesas R-Car H3 Starter Kit. Signed-off-by: Volodymyr Babchuk Signed-off