Re: Doubt on mmc erase command

2015-10-13 Thread Sheetal
) is freed and it won't invoke the ERASE command seq explicitly(atleast in case of EXT4 it doesn't send ERASE CMD). I think only in case of formatting(mkfs) of the partition or the whole eMMC, ERASE command is issued. Thanks Sheetal On Tuesday 13 October 2015 02:14 PM, Ritesh Harjani wrote: Hi

Re: mmc_test.ko usage

2015-10-12 Thread Sheetal
On Monday 12 October 2015 11:25 AM, Muni Sekhar wrote: Hi , I tried to use the MMC host test driver (mmc_test.ko) for testing SD Host controller hardware. When I load the driver I noticed that mmc_test_probe() not getting called. Could anyone specify the exact usage of mmc_test.ko? Hello

Re: mmc_test.ko usage

2015-10-12 Thread Sheetal
On Monday 12 October 2015 12:11 PM, Muni Sekhar wrote: On Mon, Oct 12, 2015 at 11:40 AM, Sheetal <sheetal.tigad...@gmail.com> wrote: On Monday 12 October 2015 11:25 AM, Muni Sekhar wrote: Hi , I tried to use the MMC host test driver (mmc_test.ko) for testing SD Host controller ha

Doubt on mmc erase command

2015-02-10 Thread Sheetal
Hello, I'm trying to send ERASE Command to the emmc by deleting a file on one of the emmc partitions and then doing a sync, But I'm noticing that even this will not issue the erase command to emmc. I did trace the code on, from where this erase command is issued, but my trace ended at an

[PATCH 1/5] drivers: mmc: card: Fix replaces simple_strtoul func call with kstrtoul

2015-02-01 Thread Sheetal Tigadoli
This patch fixes following coding style warning in file block.c drivers/mmc/card/block.c:279: WARNING: simple_strtoul is obsolete, use kstrtoul instead Signed-off-by: Sheetal Tigadoli sheetal.tigad...@gmail.com --- drivers/mmc/card/block.c |9 - 1 file changed, 4 insertions

[PATCH 3/5] drivers: mmc: card: Fixes WARNING braces are not necessary for single statement

2015-02-01 Thread Sheetal Tigadoli
Patch fixes following coding style warnings. drivers/mmc/card/block.c:1734: WARNING: braces {} are not necessary for single statement blocks drivers/mmc/card/block.c:2019: WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Sheetal

[PATCH 5/5] drivers: mmc: card: Fixed warning line over 80 characters in file block

2015-02-01 Thread Sheetal Tigadoli
/card/block.c:1209: WARNING: line over 80 characters drivers/mmc/card/block.c:2226: WARNING: line over 80 characters Signed-off-by: Sheetal Tigadoli sheetal.tigad...@gmail.com --- drivers/mmc/card/block.c | 20 +--- 1 file changed, 13 insertions(+), 7 deletions(-) diff

[PATCH 2/5] drivers: mmc: card: Fixes Missing blank line after variable initialization, coding style warning

2015-02-01 Thread Sheetal Tigadoli
drivers/mmc/card/block.c:620: WARNING: Missing a blank line after declarations drivers/mmc/card/block.c:1720: WARNING: Missing a blank line after declarations Signed-off-by: Sheetal Tigadoli sheetal.tigad...@gmail.com --- drivers/mmc/card/block.c |3 +++ 1 file changed, 3

[PATCH 4/5] drivers: mmc: card: Fixed ERROR that open brace should be on the previous line

2015-02-01 Thread Sheetal Tigadoli
The Patch fixes the below coding style error found using checkpatch.pl script drivers/mmc/card/block.c:2362: ERROR: that open brace { should be on the previous line Signed-off-by: Sheetal Tigadoli sheetal.tigad...@gmail.com --- drivers/mmc/card/block.c |3 +-- 1 file changed, 1

[PATCH 0/5] drivers; mmc: card:

2015-02-01 Thread Sheetal Tigadoli
The patches, fix some coding style err/warnings from file block.c ./scripts/checkpatch.pl --file --terse drivers/mmc/card/block.c drivers/mmc/card/block.c:45: WARNING: Use #include linux/uaccess.h instead of asm/uaccess.h drivers/mmc/card/block.c:102: WARNING: line over 80 characters

[PATCH] drivers: mmc: card: Fixing few coding style errors from file block.c

2015-01-31 Thread Sheetal Tigadoli
characters drivers/mmc/card/block.c:2362: ERROR: that open brace { should be on the previous line total: 1 errors, 18 warnings, 2587 lines checked Signed-off-by: Sheetal Tigadoli sheetal.tigad...@gmail.com --- drivers/mmc/card/block.c | 28 +--- 1 file changed, 17

[PATCH] mmc: card: Fixing few coding style errors

2015-01-29 Thread Sheetal Tigadoli
characters drivers/mmc/card/block.c:2362: ERROR: that open brace { should be on the previous line total: 1 errors, 18 warnings, 2587 lines checked Signed-off-by: Sheetal Tigadoli sheetal.tigad...@gmail.com --- drivers/mmc/card/block.c | 28 +--- 1 file changed, 17