Re: [PATCH v2 2/3] mmc: erase: Use TRIM erase when available

2023-03-09 Thread Jaehoon Chung
On 1/26/23 18:24, Loic Poulain wrote: > The default erase command applies on erase group unit, and > simply round down to erase group size. When the start block > is not aligned to erase group size (e.g. erasing partition) > it causes unwanted erasing of the previous blocks, part of > the same eras

RE: [PATCH v2 2/3] mmc: erase: Use TRIM erase when available

2023-02-08 Thread Jaehoon Chung
Hi Loic, > -Original Message- > From: Loic Poulain > Sent: Wednesday, February 8, 2023 5:09 PM > To: Jaehoon Chung > Cc: s...@chromium.org; peng@nxp.com; u-boot@lists.denx.de > Subject: Re: [PATCH v2 2/3] mmc: erase: Use TRIM erase when available > > Hi Jae

Re: [PATCH v2 2/3] mmc: erase: Use TRIM erase when available

2023-02-08 Thread Loic Poulain
ists.denx.de; Loic Poulain > > Subject: [PATCH v2 2/3] mmc: erase: Use TRIM erase when available > > > > The default erase command applies on erase group unit, and > > simply round down to erase group size. When the start block > > is not aligned to erase group size (e

RE: [PATCH v2 2/3] mmc: erase: Use TRIM erase when available

2023-02-05 Thread Jaehoon Chung
Hi, > -Original Message- > From: Loic Poulain > Sent: Thursday, January 26, 2023 6:24 PM > To: s...@chromium.org; peng@nxp.com; jh80.ch...@samsung.com > Cc: u-boot@lists.denx.de; Loic Poulain > Subject: [PATCH v2 2/3] mmc: erase: Use TRIM erase when available >

Re: [PATCH v2 2/3] mmc: erase: Use TRIM erase when available

2023-02-01 Thread Loic Poulain
Hi Simon, On Sat, 28 Jan 2023 at 23:01, Simon Glass wrote: > > Hi Loic, > > On Thu, 26 Jan 2023 at 02:24, Loic Poulain wrote: > > > > The default erase command applies on erase group unit, and > > simply round down to erase group size. When the start block > > is not aligned to erase group size

Re: [PATCH v2 2/3] mmc: erase: Use TRIM erase when available

2023-01-28 Thread Simon Glass
Hi Loic, On Thu, 26 Jan 2023 at 02:24, Loic Poulain wrote: > > The default erase command applies on erase group unit, and > simply round down to erase group size. When the start block > is not aligned to erase group size (e.g. erasing partition) > it causes unwanted erasing of the previous blocks

[PATCH v2 2/3] mmc: erase: Use TRIM erase when available

2023-01-26 Thread Loic Poulain
The default erase command applies on erase group unit, and simply round down to erase group size. When the start block is not aligned to erase group size (e.g. erasing partition) it causes unwanted erasing of the previous blocks, part of the same erase group (e.g. owned by other logical partition,