Re: [PATCH] Add method for triggering Sanitize command

2013-05-26 Thread Chris Ball
Hi, On Wed, Mar 20 2013, Yaniv Gardi wrote: > This patch adds a method to trigger Sanitize command to MMC. > The Sanitize command is used for deleting the unmapped memory region > of the MMC device. > > Signed-off-by: Yaniv Gardi Thanks, pushed to mmc-utils. - Chris. -- Chris Ball

Re: [PATCH] Add method for triggering Sanitize command

2013-03-22 Thread Subhash Jadavani
On 3/22/2013 10:42 PM, Chris Ball wrote: Hi, On Fri, Mar 22 2013, Subhash Jadavani wrote: On 3/20/2013 5:28 PM, Yaniv Gardi wrote: This patch adds a method to trigger Sanitize command to MMC. The Sanitize command is used for deleting the unmapped memory region of the MMC device. Signed-off-by

Re: [PATCH] Add method for triggering Sanitize command

2013-03-22 Thread Chris Ball
Hi, On Fri, Mar 22 2013, Subhash Jadavani wrote: > On 3/20/2013 5:28 PM, Yaniv Gardi wrote: >> This patch adds a method to trigger Sanitize command to MMC. >> The Sanitize command is used for deleting the unmapped memory region >> of the MMC device. >> >> Signed-off-by: Yaniv Gardi >> >> diff --g

Re: [PATCH] Add method for triggering Sanitize command

2013-03-22 Thread Subhash Jadavani
On 3/20/2013 5:28 PM, Yaniv Gardi wrote: This patch adds a method to trigger Sanitize command to MMC. The Sanitize command is used for deleting the unmapped memory region of the MMC device. Signed-off-by: Yaniv Gardi diff --git a/mmc.c b/mmc.c index a2de863..174d9a4 100644 --- a/mmc.c +++ b/mm

[PATCH] Add method for triggering Sanitize command

2013-03-20 Thread Yaniv Gardi
This patch adds a method to trigger Sanitize command to MMC. The Sanitize command is used for deleting the unmapped memory region of the MMC device. Signed-off-by: Yaniv Gardi diff --git a/mmc.c b/mmc.c index a2de863..174d9a4 100644 --- a/mmc.c +++ b/mmc.c @@ -90,6 +90,11 @@ static struct Comman