Re: [PATCH v2 3/3] test: dm: mmc: Check block erasing boundaries

2023-03-09 Thread Jaehoon Chung
On 1/26/23 18:24, Loic Poulain wrote: > Verify that erasing blocks does not impact adjacent ones. > - Write four blocks [0 1 2 3] > - Erase two blocks [ 1 2 ] > - Verify [0 1 2 3 ] > > Signed-off-by: Loic Poulain Applied to u-boot-mmc/master. Best Regards, Jaehoon Chung > --- > v2: Add this

Re: [PATCH v2 3/3] test: dm: mmc: Check block erasing boundaries

2023-02-08 Thread Loic Poulain
On Fri, 27 Jan 2023 at 15:30, Simon Glass wrote: > > Hi Loic, > > On Thu, 26 Jan 2023 at 02:24, Loic Poulain wrote: > > > > Verify that erasing blocks does not impact adjacent ones. > > - Write four blocks [0 1 2 3] > > - Erase two blocks [ 1 2 ] > > - Verify [0 1 2 3 ] > > > > Signed-off-by:

Re: [PATCH v2 3/3] test: dm: mmc: Check block erasing boundaries

2023-01-27 Thread Simon Glass
Hi Loic, On Thu, 26 Jan 2023 at 02:24, Loic Poulain wrote: > > Verify that erasing blocks does not impact adjacent ones. > - Write four blocks [0 1 2 3] > - Erase two blocks [ 1 2 ] > - Verify [0 1 2 3 ] > > Signed-off-by: Loic Poulain > --- > v2: Add this change to the series > >

[PATCH v2 3/3] test: dm: mmc: Check block erasing boundaries

2023-01-26 Thread Loic Poulain
Verify that erasing blocks does not impact adjacent ones. - Write four blocks [0 1 2 3] - Erase two blocks [ 1 2 ] - Verify [0 1 2 3 ] Signed-off-by: Loic Poulain --- v2: Add this change to the series test/dm/mmc.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff