Re: [PATCH v2 1/3] mmc: Check support for TRIM operations

2023-03-09 Thread Jaehoon Chung
On 1/26/23 18:24, Loic Poulain wrote: > When secure/insecure TRIM operations are supported. > When used as erase command argument it applies the > erase operation to write blocks instead of erase > groups. > > Signed-off-by: Loic Poulain > Reviewed-by: Simon Glass > Reviewed-by: Jaehoon Chung

RE: [PATCH v2 1/3] mmc: Check support for TRIM operations

2023-02-05 Thread Jaehoon Chung
> -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 1/3] mmc: Check support for TRIM operations > > When secure/insecure

Re: [PATCH v2 1/3] mmc: Check support for TRIM operations

2023-01-28 Thread Simon Glass
On Thu, 26 Jan 2023 at 02:24, Loic Poulain wrote: > > When secure/insecure TRIM operations are supported. > When used as erase command argument it applies the > erase operation to write blocks instead of erase > groups. > > Signed-off-by: Loic Poulain > --- > v2: Add mmc unit test change to the