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

2022-05-12 Thread Peter Delevoryas
> On May 11, 2022, at 10:25 PM, Cédric Le Goater wrote: > > Hello Iris, > > [ Fixing Thomas email ] > > On 5/12/22 02:54, Iris Chen via wrote: >> The write_enable latch property is not currently exposed. >> This commit makes it a modifiable property using get/set methods. >> Signed-off-by: Ir

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

2022-05-11 Thread Cédric Le Goater
Hello Iris, [ Fixing Thomas email ] On 5/12/22 02:54, Iris Chen via wrote: The write_enable latch property is not currently exposed. This commit makes it a modifiable property using get/set methods. Signed-off-by: Iris Chen --- Ran ./scripts/checkpatch.pl on the patch and added a description.

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

2022-05-11 Thread Peter Delevoryas
> On May 11, 2022, at 6:38 PM, Peter Delevoryas wrote: > > > >> On May 11, 2022, at 5:54 PM, Iris Chen wrote: >> >> The write_enable latch property is not currently exposed. >> This commit makes it a modifiable property using get/set methods. >> >> Signed-off-by: Iris Chen >> --- >> Ran .

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

2022-05-11 Thread Peter Delevoryas
> On May 11, 2022, at 5:54 PM, Iris Chen wrote: > > The write_enable latch property is not currently exposed. > This commit makes it a modifiable property using get/set methods. > > Signed-off-by: Iris Chen > --- > Ran ./scripts/checkpatch.pl on the patch and added a description. Fixed > com

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

2022-05-11 Thread Iris Chen via
The write_enable latch property is not currently exposed. This commit makes it a modifiable property using get/set methods. Signed-off-by: Iris Chen --- Ran ./scripts/checkpatch.pl on the patch and added a description. Fixed comments regarding DEFINE_PROP_BOOL. hw/block/m25p80.c |