Re: [PATCH v3] hw: m25p80: allow write_enable latch get/set

2022-05-13 Thread Francisco Iglesias
On [2022 May 12] Thu 22:50:22, Iris Chen via wrote: > The write_enable latch property is not currently exposed. > This commit makes it a modifiable property. > > Signed-off-by: Iris Chen > --- > v3: Addressed comments by Peter and Cedric. > v2: Ran ./scripts/checkpatch.pl on the patch and added a

Re: [PATCH v3] hw: m25p80: allow write_enable latch get/set

2022-05-13 Thread Cédric Le Goater
On 5/13/22 16:37, Thomas Huth wrote: On 13/05/2022 15.54, Cédric Le Goater wrote: Thomas, and others, Are you ok with the qtest extension proposed by Iris ? If so, I can take them through an aspeed PR. Fine for me! On 5/13/22 07:50, Iris Chen via wrote: The write_enable latch property is

Re: [PATCH v3] hw: m25p80: allow write_enable latch get/set

2022-05-13 Thread Thomas Huth
On 13/05/2022 15.54, Cédric Le Goater wrote: Thomas, and others, Are you ok with the qtest extension proposed by Iris ? If so, I can take them through an aspeed PR. Fine for me! On 5/13/22 07:50, Iris Chen via wrote: The write_enable latch property is not currently exposed. This commit mak

Re: [PATCH v3] hw: m25p80: allow write_enable latch get/set

2022-05-13 Thread Cédric Le Goater
Thomas, and others, Are you ok with the qtest extension proposed by Iris ? If so, I can take them through an aspeed PR. Thanks, C. On 5/13/22 07:50, Iris Chen via wrote: The write_enable latch property is not currently exposed. This commit makes it a modifiable property. Signed-off-by: Iris