RE: [PATCH v3 0/6] Support GPIO for AST2700

2024-09-29 Thread Jamin Lin via
Hi Konstantin > Subject: Re: [PATCH v3 0/6] Support GPIO for AST2700 > > On Fri, Sep 27, 2024 at 06:29:22AM GMT, Jamin Lin wrote: > > > Also, your emails have an invalid "From" field set to > > > "qemu-devel@nongnu.org" when retrieved with the b4

Re: [PATCH v3 0/6] Support GPIO for AST2700

2024-09-27 Thread Konstantin Ryabitsev
On Fri, Sep 27, 2024 at 06:29:22AM GMT, Jamin Lin wrote: > > Also, your emails have an invalid "From" field set to > > "qemu-devel@nongnu.org" when retrieved with the b4 command. This is almost certainly done by the mailman list running on nongnu.org. It's a very patch-hostile setting, so I'm surp

Re: [PATCH v3 0/6] Support GPIO for AST2700

2024-09-27 Thread Cédric Le Goater
On 9/27/24 08:29, Jamin Lin wrote: Also, your emails have an invalid "From" field set to "qemu-devel@nongnu.org" when retrieved with the b4 command. I have been fixing them for a while. Could you please tell us how you send the patchsets ? hmm, curious. I wonder what's happening. Thanks, C.

RE: [PATCH v3 0/6] Support GPIO for AST2700

2024-09-26 Thread Jamin Lin
Hi Cedric, > Subject: Re: [PATCH v3 0/6] Support GPIO for AST2700 > > Hello Jamin, > > >> Could you please to add tests in tests/qtest/aspeed_gpio-test.c for > >> this changes ? At least one with the ast2700-evb machine if possible. > >> > > >

Re: [PATCH v3 0/6] Support GPIO for AST2700

2024-09-26 Thread Cédric Le Goater
Hello Jamin, Could you please to add tests in tests/qtest/aspeed_gpio-test.c for this changes ? At least one with the ast2700-evb machine if possible. Will add Thanks for the effort. I appreciate. Also, your emails have an invalid "From" field set to "qemu-devel@nongnu.org" when retrieved w

RE: [PATCH v3 0/6] Support GPIO for AST2700

2024-09-26 Thread Jamin Lin
Hi Cedric, > Subject: Re: [PATCH v3 0/6] Support GPIO for AST2700 > > Hello Jamin, > > On 9/26/24 09:45, Jamin Lin wrote: > > v1: Support GPIO for AST2700 > > v2: Fix clear incorrect interrupt status and adds reviewer suggestions > > v3: remove nested condition

Re: [PATCH v3 0/6] Support GPIO for AST2700

2024-09-26 Thread Cédric Le Goater
Hello Jamin, On 9/26/24 09:45, Jamin Lin wrote: v1: Support GPIO for AST2700 v2: Fix clear incorrect interrupt status and adds reviewer suggestions v3: remove nested conditionals and adds reviewer suggestions Jamin Lin (6): hw/gpio/aspeed: Fix coding style hw/gpio/aspeed: Support to set t

[PATCH v3 0/6] Support GPIO for AST2700

2024-09-26 Thread Jamin Lin via
v1: Support GPIO for AST2700 v2: Fix clear incorrect interrupt status and adds reviewer suggestions v3: remove nested conditionals and adds reviewer suggestions Jamin Lin (6): hw/gpio/aspeed: Fix coding style hw/gpio/aspeed: Support to set the different memory size hw/gpio/aspeed: Support di