Re: [PATCH v7 0/9] hw/ssi: imx_spi: Fix various bugs in the imx_spi model

2021-01-16 Thread Bin Meng
On Sat, Jan 16, 2021 at 11:07 PM Philippe Mathieu-Daudé wrote: > > On 1/16/21 3:03 PM, Bin Meng wrote: > > Hi Philippe, > > > > On Fri, Jan 15, 2021 at 11:31 PM Philippe Mathieu-Daudé > > wrote: > >> > >> Hi, > >> > >> This is how I understand the ecSPI reset works, after > >> looking at the

Re: [PATCH v7 0/9] hw/ssi: imx_spi: Fix various bugs in the imx_spi model

2021-01-16 Thread Philippe Mathieu-Daudé
On 1/16/21 3:03 PM, Bin Meng wrote: > Hi Philippe, > > On Fri, Jan 15, 2021 at 11:31 PM Philippe Mathieu-Daudé > wrote: >> >> Hi, >> >> This is how I understand the ecSPI reset works, after >> looking at the IMX6DQRM.pdf datasheet. >> >> This is a respin of Ben's v5 series [*]. >> >> Since v6:

Re: [PATCH v7 0/9] hw/ssi: imx_spi: Fix various bugs in the imx_spi model

2021-01-16 Thread Bin Meng
Hi Philippe, On Fri, Jan 15, 2021 at 11:31 PM Philippe Mathieu-Daudé wrote: > > Hi, > > This is how I understand the ecSPI reset works, after > looking at the IMX6DQRM.pdf datasheet. > > This is a respin of Ben's v5 series [*]. > > Since v6: > - Dropped "Reduce 'change_mask' variable scope"

[PATCH v7 0/9] hw/ssi: imx_spi: Fix various bugs in the imx_spi model

2021-01-15 Thread Philippe Mathieu-Daudé
Hi, This is how I understand the ecSPI reset works, after looking at the IMX6DQRM.pdf datasheet. This is a respin of Ben's v5 series [*]. Since v6: - Dropped "Reduce 'change_mask' variable scope" patch - Fixed inverted reset logic - Added Juan R-b tags - Removed 'RFC' tag as tests pass