2023-08-08 16:47:21

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH 1/2] serial: sifive: Add suspend and resume operations

On Tue, Aug 08, 2023 at 03:26:25PM +0800, Nick Hu wrote:
> If the Sifive Uart is not used as the wake up source, suspend the uart
> before the system enter the suspend state to prevent it woken up by
> unexpected uart interrupt. Resume the uart once the system woken up.
>
> Signed-off-by: Nick Hu <[email protected]>
> Signed-off-by: Ben Dooks <[email protected]>

Where is patch 2/2?


Attachments:
(No filename) (405.00 B)
signature.asc (235.00 B)
Download all attachments

2023-08-09 02:10:49

by Nick Hu

[permalink] [raw]
Subject: Re: [PATCH 1/2] serial: sifive: Add suspend and resume operations

Hi Conor


On Tue, Aug 8, 2023 at 4:44 PM Conor Dooley <[email protected]> wrote:
>
> On Tue, Aug 08, 2023 at 03:26:25PM +0800, Nick Hu wrote:
> > If the Sifive Uart is not used as the wake up source, suspend the uart
> > before the system enter the suspend state to prevent it woken up by
> > unexpected uart interrupt. Resume the uart once the system woken up.
> >
> > Signed-off-by: Nick Hu <[email protected]>
> > Signed-off-by: Ben Dooks <[email protected]>
>
> Where is patch 2/2?
This was my bad. There is no patch 2/2. I'll correct it in V2.

Nick