[PATCH] OMAP: HSMMC maintainence

2011-06-30 Thread Chikkature
From: Madhusudhan Chikkature Removing the OMAP HS MMC entry from the MAINTAINERS file as I will no longer be able to maintain this driver. Signed-off-by: Madhusudhan Chikkature --- MAINTAINERS |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/MAINTAINERS b

test mail

2011-01-27 Thread Chikkature Rajashekar, Madhusudhan
X-pstn-levels: (S:99.9/99.9 CV:99.9000 FC:95.5390 LC:95.5390 R:95.9108 P:95.9108 M:97.0282 C:98.6951 ) X-pstn-settings: 2 (0.5000:0.0750) s cv GT3 gt2 gt1 r p m X-pstn-addresses: from [db-null] X-CM: TI mail servers Here it is a plain text email. Just check. -- To unsubscribe from

test mail

2010-12-23 Thread Chikkature Rajashekar, Madhusudhan
I am having trouble sending mails to this list. So just a test mail please ignore. -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] MMC: omap_hsmmc: enable interface clock before calling mmc_host_enable()

2010-12-08 Thread Chikkature Rajashekar, Madhusudhan
ter the device interface clock is > enabled. > > Signed-off-by: Paul Walmsley > Cc: Madhusudhan Chikkature Rajashekar > Cc: Adrian Hunter > Cc: Kishore Kadiyala > Cc: Tero Kristo > --- Acked-by: Madhusudhan Chikkature >  drivers/mmc/host/omap_hsmmc.c |    6 +++---

Re: OMAP HSMMC problems with off-mode

2010-12-07 Thread Chikkature Rajashekar, Madhusudhan
Paul, Last I tested OFF mode was after Adrian's power saving series was merged. I tested it on Kevin PM branch then and it was functional on my omap3 board. I need to check on the latest commit. Did you see this problem in suspend/resume path or the cpuidle path? Regards, Madhu On Tue, Dec 7, 2

Re: [PATCH 0/2] mmc: omap_hsmmc: support SDIO cards (#2)

2010-10-06 Thread Madhusudhan Chikkature
> You are correct! The version of the patch in the repo indeed has > 'out' in the wrong place and generates a compile error. > > Could you post the patch you are using and I will try to reproduce > what you are seeing on my hardware? Best we all work from exactly the > same patch! > > Steve >

[PATCH V2] OMAP4 ES2: HSMMC soft reset change

2010-09-28 Thread Madhusudhan Chikkature
The omap4 es2 hsmmc has a updated soft reset logic.After the reset is issued monitor a 0->1 transition first. The reset of CMD or DATA lines is complete only after a 0->1->0 transition of SRC or SRD bits. Signed-off-by: Madhusudhan Chikkature Tested-by: Anand Gadiyar --- arch/arm/m

[PATCH] OMAP4: HSMMC cmd line reset change

2010-09-15 Thread Madhusudhan Chikkature
off-by: Madhusudhan Chikkature --- drivers/mmc/host/omap_hsmmc.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index 4526d27..750ba7d 100644 --- a/drivers/mmc/host/omap_hsmmc.c +++ b/drivers/mmc/host/omap_h

[PATCH]OMAP HSMMC: Fix a bug in card remove scenario

2010-03-31 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature Date: Wed, 31 Mar 2010 19:31:24 -0400 Subject: [PATCH] OMAP HSMMC:Fix a bug in card removal scenario The reset of data lines when the card is removed from the cage results in a failure.The failure is seen if the card is removed from the cage when TC is pending after

[PATCH] Disable the non working eMMC on Zoom2/3

2010-03-31 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature Date: Wed, 31 Mar 2010 12:29:19 -0400 Subject: [PATCH] Zoom2/3: Disable MMC2 The eMMC on Zoom2/3 seems to have a lower EXT_CSD Rev.This causes the writes to fail since the card size is not detected correctly by the MMC core. Disable the MMC2 support for Zoom2/3

Re: MMC_CAP_SDIO_IRQ for omap 3430

2009-10-16 Thread Madhusudhan Chikkature
Hi Dirk, I am inlining the patch so that it helps review. Subject: [PATCH][RFC] OMAP HSMMC: Add SDIO interrupt support Form: Dirk Behme At the moment, OMAP HSMMC driver supports only SDIO polling, resulting in poor performance. Add support for SDIO interrupt handling. Signed-off-by: Dirk Beh

Re: 70a3341a71 broke omap_hsmmc?

2009-10-08 Thread Madhusudhan Chikkature
Hi, A fix for this is pushed in Linux-omap. Regards, Madhu commit fa7705edb1355a52cdca0adfcfe007923bfff7dc Author: Roger Quadros Date: Mon Oct 5 13:50:06 2009 -0700 omap_hsmmc: Add missing probe handler hook to platform driver data The missing probe handler hook will never probe the

[PATCH] Maintainers update for TI OMAP hsmmc driver

2009-08-19 Thread Madhusudhan Chikkature
Chikkature Acked-by: Kevin Hilman --- MAINTAINERS |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) Index: linux-2.6/MAINTAINERS === --- linux-2.6.orig/MAINTAINERS +++ linux-2.6/MAINTAINERS @@ -3712,7 +3712,13 @@ OMAP MMC

[PATCH V2] omap_hsmmc: Fix for the db clock failure message

2009-08-19 Thread Madhusudhan Chikkature
be handled only for OMAP2430. Signed-off-by: Madhusudhan Chikkature --- drivers/mmc/host/omap_hsmmc.c | 46 ++ 1 file changed, 25 insertions(+), 21 deletions(-) Index: linux-2.6/drivers/m

[PATCH] Maintainers update for TI OMAP hsmmc driver

2009-08-18 Thread Madhusudhan Chikkature
Update maintainers entry for TI OMAP HS MMC support. Signed-off-by: Madhusudhan Chikkature Acked-by: Kevin Hilman --- MAINTAINERS |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) Index: linux-omap-2.6/MAINTAINERS