Re: [PATCH FINAL] sdhci-clk-gating-support

2010-07-13 Thread Madhav Chauhan
ter applying patch it saves 15 mA. > > From 3663ee85ce718c9607bc0968a5143e01d86919ed Mon Sep 17 00:00:00 2001 > From: Madhav Chauhan > Date: Fri, 9 Jul 2010 20:02:06 +0530 > Subject: [PATCH] sdhci-clk-gating-support > > This patch implements clock gating support in sdhci laye

Re: Re: SD Driver : FAT: FAT read failed (blocknr 8) in sd card error while removing sd card during writing

2010-07-08 Thread Madhav Chauhan
On Thu, Jul 8, 2010 at 11:38 PM, hardik patel wrote: > Hi Madhav, > > thanks for your interest... I have card detect register so mmc_get_cd > function i can check whether card is inserted or not ... so in sd host > controller driver can detect that properly... but i think block driver > does not d

Re: MMC insert remove issue

2010-05-19 Thread Madhav Chauhan
On Tue, May 18, 2010 at 8:39 PM, Chris Ball wrote: > Hi, > >   > In one ARM based boards I am facing soft lock up issue while >   > inserting/removing MMC/SD card continuously having 2K files.  Can >   > someone point me where should i look whether host controller >   > driver or MMC block layer/K

Re: MMC insert remove issue

2010-05-19 Thread Madhav Chauhan
Hi Chris, Thanks for your response... Below is the back trace for Soft lock up occured also my host controller uses the SDHCI interface. [ 118.038802] BUG: spinlock lockup on CPU#0, mmcqd/1284, c42e7200 [ 118.043248] [] (dump_stack+0x0/0x14) from [] (_raw_spin_lock+0x12c/0x16c) [ 118.051745] [

MMC insert remove issue

2010-05-18 Thread Madhav Chauhan
Hi In one ARM based boards I am facing soft lock up issue while inserting/removing MMC/SD card continuously having 2K files. Can someone point me where should i look whether host controller driver or MMC block layer/Kernel block layer?? if similar issues were posted before and resolved in this li