Re: [PATCH v3 2/3] hw/block/m25p80: Check SPI mode before running some Numonyx commands

2020-11-11 Thread Francisco Iglesias
Hi Joe, On Thu, Nov 05, 2020 at 05:32:57PM -0800, Joe Komlodi wrote: > Some Numonyx flash commands cannot be executed in DIO and QIO mode, such as > trying to do DPP or DOR when in QIO mode. > > Signed-off-by: Joe Komlodi > --- > hw/block/m25p80.c | 132 >

[PATCH v3 2/3] hw/block/m25p80: Check SPI mode before running some Numonyx commands

2020-11-05 Thread Joe Komlodi
Some Numonyx flash commands cannot be executed in DIO and QIO mode, such as trying to do DPP or DOR when in QIO mode. Signed-off-by: Joe Komlodi --- hw/block/m25p80.c | 132 -- 1 file changed, 119 insertions(+), 13 deletions(-) diff --git