Re: [PATCH v4 0/9] hw/sd: Support block read/write in SPI mode

2021-02-16 Thread Philippe Mathieu-Daudé
On 2/16/21 12:53 PM, Bin Meng wrote: > On Wed, Feb 10, 2021 at 1:36 AM Philippe Mathieu-Daudé > wrote: >> >> On 2/9/21 3:32 PM, Bin Meng wrote: >>> Hi Philippe, >>> >>> On Thu, Feb 4, 2021 at 2:02 PM Bin Meng wrote: On Thu, Jan 28, 2021 at 2:30 PM Bin Meng wrote: > > From:

Re: [PATCH v4 0/9] hw/sd: Support block read/write in SPI mode

2021-02-16 Thread Bin Meng
On Wed, Feb 10, 2021 at 1:36 AM Philippe Mathieu-Daudé wrote: > > On 2/9/21 3:32 PM, Bin Meng wrote: > > Hi Philippe, > > > > On Thu, Feb 4, 2021 at 2:02 PM Bin Meng wrote: > >> > >> On Thu, Jan 28, 2021 at 2:30 PM Bin Meng wrote: > >>> > >>> From: Bin Meng > >>> > >>> This includes the

Re: [PATCH v4 0/9] hw/sd: Support block read/write in SPI mode

2021-02-09 Thread Philippe Mathieu-Daudé
On 2/9/21 3:32 PM, Bin Meng wrote: > Hi Philippe, > > On Thu, Feb 4, 2021 at 2:02 PM Bin Meng wrote: >> >> On Thu, Jan 28, 2021 at 2:30 PM Bin Meng wrote: >>> >>> From: Bin Meng >>> >>> This includes the previously v3 series [1], and one single patch [2]. >>> >>> Compared to v3, this fixed the

Re: [PATCH v4 0/9] hw/sd: Support block read/write in SPI mode

2021-02-09 Thread Bin Meng
Hi Philippe, On Thu, Feb 4, 2021 at 2:02 PM Bin Meng wrote: > > On Thu, Jan 28, 2021 at 2:30 PM Bin Meng wrote: > > > > From: Bin Meng > > > > This includes the previously v3 series [1], and one single patch [2]. > > > > Compared to v3, this fixed the following issue in patch [v3,6/6]: > > -

Re: [PATCH v4 0/9] hw/sd: Support block read/write in SPI mode

2021-02-03 Thread Bin Meng
On Thu, Jan 28, 2021 at 2:30 PM Bin Meng wrote: > > From: Bin Meng > > This includes the previously v3 series [1], and one single patch [2]. > > Compared to v3, this fixed the following issue in patch [v3,6/6]: > - Keep the card state to SSI_SD_CMD instead of SSI_SD_RESPONSE after > receiving

[PATCH v4 0/9] hw/sd: Support block read/write in SPI mode

2021-01-27 Thread Bin Meng
From: Bin Meng This includes the previously v3 series [1], and one single patch [2]. Compared to v3, this fixed the following issue in patch [v3,6/6]: - Keep the card state to SSI_SD_CMD instead of SSI_SD_RESPONSE after receiving the STOP_TRAN token per the spec All software tested so far