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

2010-10-06 Thread Madhusudhan Chikkature
snip 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 madhu...@ti.com Tested-by: Anand Gadiyar gadi...@ti.com

[PATCH] OMAP4: HSMMC cmd line reset change

2010-09-15 Thread Madhusudhan Chikkature
-by: Madhusudhan Chikkature madhu...@ti.com --- 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

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

2010-03-31 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature madhu...@ti.com 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

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

2010-03-31 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature madhu...@ti.com 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

[PATCH] Zoom2/3:Update hsmmc board config params

2009-11-24 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature madhu...@ti.com Subject: [PATCH] Zoom2/3:Update hsmmc board config params. Update the hsmmc zoom peripheral configuration to support: Power saving mode mmc2 8-bit support Configure mmc2 as non removable Signed-off-by: Madhusudhan Chikkature madhu...@ti.com --- arch

[PATCH]Set omap3630 MMC1 I/O speed to 52Mhz

2009-10-27 Thread Madhusudhan Chikkature
accordingly. Signed-off-by: Madhusudhan Chikkature madhu...@ti.com --- arch/arm/mach-omap2/mmc-twl4030.c | 11 +-- arch/arm/plat-omap/include/plat/control.h |4 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/mmc-twl4030.c b/arch/arm/mach

[PATCH]Omap3630: Add hsmmc related checks

2009-10-22 Thread Madhusudhan Chikkature
. Signed-off-by: Madhusudhan Chikkature madhu...@ti.com --- arch/arm/mach-omap2/devices.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index 7d4513b..1fdfc7f 100644 --- a/arch/arm/mach-omap2/devices.c +++ b

[PATCH]Omap3630:Configure HSMMC1 to 4-bit

2009-10-22 Thread Madhusudhan Chikkature
. Signed-off-by: Madhusudhan Chikkature madhu...@ti.com --- arch/arm/mach-omap2/mmc-twl4030.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/mmc-twl4030.c b/arch/arm/mach-omap2/mmc-twl4030.c index 3403914..7bef170 100644 --- a/arch/arm/mach-omap2

[PATCH]Omap HSMMC2 8-bit mux configuration

2009-10-22 Thread Madhusudhan Chikkature
From c6eb46e918044739ba21ec31a9bd09ebcfa9fb53 Mon Sep 17 00:00:00 2001 From: Madhu madhu...@ti.com Date: Wed, 21 Oct 2009 16:49:24 -0400 Subject: [PATCH] Omap HSMMC2 8-bit mux configuration. Add support for omap hsmmc2 8-bit mux configuration. Signed-off-by: Madhusudhan Chikkature madhu

[PATCH]Zoom2: Setup HSMMC2 8-bit capability

2009-10-22 Thread Madhusudhan Chikkature
-by: Madhusudhan Chikkature madhu...@ti.com --- arch/arm/mach-omap2/board-zoom2.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/board-zoom2.c b/arch/arm/mach-omap2/board-zoom2.c index 56f9d84..ad022ac 100644 --- a/arch/arm/mach-omap2/board-zoom2.c +++ b

[PATCH V2]Omap3630: Add hsmmc related checks

2009-10-22 Thread Madhusudhan Chikkature
. Signed-off-by: Madhusudhan Chikkature madhu...@ti.com --- arch/arm/mach-omap2/devices.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index 7d4513b..8d23e1f 100644 --- a/arch/arm/mach-omap2/devices.c +++ b

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 dirk.be...@googlemail.com At the moment, OMAP HSMMC driver supports only SDIO polling, resulting in poor performance. Add support for SDIO interrupt

[PATCH]Optimize the delay in MMC power sequence

2009-09-06 Thread Madhusudhan Chikkature
in the power down sequence is not needed since it is taken care in the power up sequence. Signed-off-by: Madhusudhan Chikkature madhu...@ti.com diff --git a/arch/arm/mach-omap2/mmc-twl4030.c b/arch/arm/mach-omap2/mmc-twl4030.c index 3c04c2f..6a9be61 100644 --- a/arch/arm/mach-omap2/mmc-twl4030.c

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

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

[PATCH] Maintainers update for TI OMAP hsmmc driver

2009-08-19 Thread Madhusudhan Chikkature
/MAINTAINERS @@ -3712,7 +3712,13 @@ OMAP MMC SUPPORT M: Jarkko Lavinen jarkko.lavi...@nokia.com L: linux-omap@vger.kernel.org S: Maintained -F: drivers/mmc/host/*omap* +F: drivers/mmc/host/omap.c + +OMAP HS MMC SUPPORT +M: Madhusudhan Chikkature madhu...@ti.com +L: linux-omap

[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 madhu...@ti.com Acked-by: Kevin Hilman khil...@deeprootsystems.com --- MAINTAINERS |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) Index: linux-omap-2.6/MAINTAINERS

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

2009-08-17 Thread Madhusudhan Chikkature
. The debounce clock needs to be handled only for OMAP2430. Signed-off-by: Madhusudhan Chikkature madhu...@ti.com --- drivers/mmc/host/omap_hsmmc.c | 63 +++--- 1 file changed, 41 insertions(+), 22 deletions(-) Index: linux-2.6/drivers/mmc/host/omap_hsmmc.c

[Resend][PATCH] Maintainers update for hsmmc driver

2009-08-07 Thread Madhusudhan Chikkature
Hi, Resending the patch after changing omap_hs* to omap_hsmmc.c. Regards, Madhu Update maintainers entry for TI OMAP HS MMC support. Signed-off-by: Madhusudhan Chikkature madhu...@ti.com --- MAINTAINERS |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) Index: linux-omap-2.6

[Resend][PATCH] Maintainers update for hsmmc driver

2009-08-06 Thread Madhusudhan Chikkature
Hi, Resending the patch after fixing the conflict pointed out by Nishant. Regards, Madhu --- Update maintainers entry for TI OMAP HS MMC support. Signed-off-by: Madhusudhan Chikkature madhu...@ti.com --- MAINTAINERS |8 +++- 1 file changed

[RFC][PATCH] Maintainers update for hsmmc driver

2009-08-05 Thread Madhusudhan Chikkature
Hi, I intend to post this patch upstream for TI OMAP 2430/3430 HSMMC controller driver maintainance. Any thoughts or comments welcome. Regards, Madhu Signed-off-by: Madhusudhan Chikkature madhu...@ti.com --- MAINTAINERS |6 ++ 1 file changed, 6 insertions(+) Index: linux-omap-2.6

Re: [RFC][PATCH] Maintainers update for hsmmc driver

2009-08-05 Thread Madhusudhan Chikkature
Madhusudhan said the following on 08/05/2009 07:00 PM: Signed-off-by: Madhusudhan Chikkature madhu...@ti.com --- MAINTAINERS |6 ++ 1 file changed, 6 insertions(+) Index: linux-omap-2.6/MAINTAINERS === --- linux-omap

Re: [PATCH 1/5] HDQ Driver for OMAP2430/3430

2008-10-14 Thread Madhusudhan Chikkature
- Original Message - From: Andrew Morton [EMAIL PROTECTED] To: Madhusudhan Chikkature [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-omap@vger.kernel.org Sent: Monday, October 13, 2008 9:23 PM Subject: Re: [PATCH 1/5] HDQ Driver for OMAP2430/3430

Re: [PATCH 1/5] HDQ Driver for OMAP2430/3430

2008-10-13 Thread Madhusudhan Chikkature
On Wed, 8 Oct 2008 12:46:25 +0530 Gadiyar, Anand [EMAIL PROTECTED] wrote: From: Madhusudhan Chikkature [EMAIL PROTECTED] The HDQ/1-Wire module of TI OMAP2430/3430 platforms implement the hardware protocol of the master functions of the Benchmark HDQ and the Dallas Semiconductor 1-Wire protocols

Re: [PATCH 1/10] HDQ driver: Remove global pointer

2008-10-06 Thread Madhusudhan Chikkature
: [PATCH 1/10] HDQ driver: Remove global pointer * Evgeniy Polyakov [EMAIL PROTECTED] [080925 14:41]: Hi. On Thu, Sep 25, 2008 at 12:19:44PM +0530, Gadiyar, Anand ([EMAIL PROTECTED]) wrote: From: Madhusudhan Chikkature [EMAIL PROTECTED] This patch provides the necessary modifications

Re: [PATCH 1/10] HDQ driver: Remove global pointer

2008-10-06 Thread Madhusudhan Chikkature
? Not really, since I do not follow omap tree and will not be able to handle dependency there. Please push w1 part when appropriate changes in the arch tree are ready. * Madhusudhan Chikkature [EMAIL PROTECTED] [081006 12:38]: These patches are against the L-o tree. We need to send the complete

Re: [PATCH 0/9] HDQ driver fixes

2008-09-25 Thread Madhusudhan Chikkature
, Madhu - Original Message - From: Madhusudhan Chikkature [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-omap@vger.kernel.org Sent: Wednesday, September 24, 2008 4:49 PM Subject: [PATCH 0/9] HDQ driver fixes Hi Tony, I am posting a series of nine

[PATCH 0/9] HDQ driver fixes

2008-09-24 Thread Madhusudhan Chikkature
Hi Tony, I am posting a series of nine patches for the HDQ driver. The patch series provides cleanup of the driver pointed out by Filipe's diff file, use ioremap for HDQ base, replace usage of semaphore with mutex, fixes some commenting style and indentation. Regards, Madhu -- To unsubscribe

[PATCH 1/9]HDQ driver: Remove global pointer

2008-09-24 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature[EMAIL PROTECTED] This patch provides the necessary modifications to the driver to remove the global ptr hdq_data. Signed-off-by: Madhusudhan Chikkature[EMAIL PROTECTED] --- drivers/w1/masters/omap_hdq.c | 137 ++ 1 files

[PATCH 2/9]HDQ driver: replace pr_debug with dev_dbg

2008-09-24 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature[EMAIL PROTECTED] Replace pr_debug with dev_dbg with device information added for debug prints. Signed-off-by: Madhusudhan Chikkature[EMAIL PROTECTED] --- drivers/w1/masters/omap_hdq.c | 54 +++--- 1 files changed, 30 insertions

[PATCH 3/9]HDQ driver: modify probe fn exit points

2008-09-24 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature[EMAIL PROTECTED] This patch fix the exit paths in the probe function. Signed-off-by: Madhusudhan Chikkature[EMAIL PROTECTED] --- drivers/w1/masters/omap_hdq.c | 85 ++ 1 files changed, 45 insertions(+), 40 deletions

[PATCH 5/9]HDQ driver: Convert few declarations to static

2008-09-24 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature[EMAIL PROTECTED] Convert declaration to static. Signed-off-by: Madhusudhan Chikkature[EMAIL PROTECTED] --- drivers/w1/masters/omap_hdq.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: linux-omap-2.6/drivers/w1/masters/omap_hdq.c

[PATCH 6/9]HDQ driver: use ioremap for HDQ base

2008-09-24 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature[EMAIL PROTECTED] This patch provides the ioremap related changes to the driver. Signed-off-by: Madhusudhan Chikkature[EMAIL PROTECTED] --- drivers/w1/masters/omap_hdq.c | 21 ++--- 1 files changed, 14 insertions(+), 7 deletions(-) Index: linux

[PATCH 7/9]HDQ driver:replace semaphore with mutex

2008-09-24 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature[EMAIL PROTECTED] This patch replaces the usage of semaphore by mutex. Signed-off-by: Madhusudhan Chikkature[EMAIL PROTECTED] --- drivers/w1/masters/omap_hdq.c | 42 ++ 1 files changed, 22 insertions(+), 20 deletions

[PATCH 8/9]HDQ driver:protect the shared flag

2008-09-24 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature[EMAIL PROTECTED] This patch moves the shared variable into the local structure and protects its updation. Signed-off-by: Madhusudhan Chikkature[EMAIL PROTECTED] --- drivers/w1/masters/omap_hdq.c | 52 ++ 1 files changed, 38

[PATCH 9/9]HDQ driver: Fix indentation and commenting style

2008-09-24 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature[EMAIL PROTECTED] This patch fixes the indentation, commenting style of a single line comment. Signed-off-by: Madhusudhan Chikkature[EMAIL PROTECTED] --- drivers/w1/masters/omap_hdq.c | 81 +++--- 1 files changed, 29 insertions

Re: [PATCH 7/9]HDQ driver:replace semaphore with mutex

2008-09-24 Thread Madhusudhan Chikkature
- Original Message - From: Felipe Balbi [EMAIL PROTECTED] To: ext Madhusudhan Chikkature [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-omap@vger.kernel.org Sent: Wednesday, September 24, 2008 5:20 PM Subject: Re: [PATCH 7/9]HDQ driver:replace

Re: [PATCH 7/9]HDQ driver:replace semaphore with mutex

2008-09-24 Thread Madhusudhan Chikkature
: [PATCH 7/9]HDQ driver:replace semaphore with mutex -Original Message- From: [EMAIL PROTECTED] On Behalf Of Chikkature Rajashekar, Madhusudhan - Original Message - From: Felipe Balbi [EMAIL PROTECTED] On Wed, Sep 24, 2008 at 05:01:27PM +0530, ext Madhusudhan Chikkature wrote

[PATCH]OMAP HDQ driver ioremap changes

2008-09-22 Thread Madhusudhan Chikkature
Hi Tony, This patch provides the HDQ driver modifications to use ioremap for the base address. Regards, Madhu -- From: Madhusudhan Chikkature[EMAIL PROTECTED] Modifications to the driver to use ioremap for the base address. Signed

Re: [PATCH]OMAP HDQ driver ioremap changes

2008-09-22 Thread Madhusudhan Chikkature
Hi Evgeniy Polyakov, Thanks for the comments. I will incorporate them and send the patch again. My comments inlined. Regards, Madhu - Original Message - From: Evgeniy Polyakov [EMAIL PROTECTED] To: Madhusudhan Chikkature [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; linux-omap

Re: [PATCH]OMAP HDQ driver ioremap changes

2008-09-22 Thread Madhusudhan Chikkature
- Original Message - From: Felipe Balbi [EMAIL PROTECTED] To: ext Madhusudhan Chikkature [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Evgeniy Polyakov [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-omap@vger.kernel.org Sent: Monday, September 22, 2008 8:07 PM Subject: Re: [PATCH]OMAP HDQ

Re: [PATCH]OMAP HDQ driver ioremap changes

2008-09-22 Thread Madhusudhan Chikkature
- Original Message - From: Felipe Balbi [EMAIL PROTECTED] To: Evgeniy Polyakov [EMAIL PROTECTED] Cc: Felipe Balbi [EMAIL PROTECTED]; ext Madhusudhan Chikkature [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-omap@vger.kernel.org Sent: Tuesday, September 23, 2008 7:54 AM Subject: Re: [PATCH

[PATCH]TWL4030 battery driver madc str fix

2008-09-18 Thread Madhusudhan Chikkature
Hi Tony, I am resending the patch after fixing the comment provided by Jagadeesh. Regards, Madhu - From: Madhusudhan Chikkature[EMAIL PROTECTED] This patch set up the unused madc request structure members to NULL. Signed

Re: [PATCH PM-0 v2] ARM: OMAP3: HSMMC: Ensure HSMMC is fully reset on boot

2008-09-18 Thread Madhusudhan Chikkature
- Original Message - From: Kevin Hilman [EMAIL PROTECTED] To: linux-omap@vger.kernel.org Cc: Kevin Hilman [EMAIL PROTECTED] Sent: Thursday, September 18, 2008 9:24 PM Subject: [PATCH PM-0 v2] ARM: OMAP3: HSMMC: Ensure HSMMC is fully reset on boot This ensures that each HSMMC block is

Re: [PATCH]Enable 4-bit in HSMMC1 and HSMMC2 platform data

2008-09-12 Thread Madhusudhan Chikkature
Hi Jarko, My comments inlined. Regards, Madhu - Original Message - From: Jarkko Lavinen [EMAIL PROTECTED] To: Russell King - ARM Linux [EMAIL PROTECTED] Cc: Tony Lindgren [EMAIL PROTECTED]; Madhusudhan Chikkature [EMAIL PROTECTED]; linux-omap@vger.kernel.org Sent: Thursday, September

Re: Bug in twl4030backupbatt_voltage()

2008-09-10 Thread Madhusudhan Chikkature
- Original Message - From: Adrian Hunter [EMAIL PROTECTED] To: Tony Lindgren [EMAIL PROTECTED] Cc: linux-omap@vger.kernel.org; [EMAIL PROTECTED] Sent: Wednesday, September 10, 2008 12:58 PM Subject: Re: Bug in twl4030backupbatt_voltage() Tony Lindgren wrote: * Adrian Hunter [EMAIL

Re: Bug in twl4030backupbatt_voltage()

2008-09-10 Thread Madhusudhan Chikkature
- Original Message - From: Tony Lindgren [EMAIL PROTECTED] To: Madhusudhan Chikkature [EMAIL PROTECTED] Cc: Adrian Hunter [EMAIL PROTECTED]; linux-omap@vger.kernel.org Sent: Wednesday, September 10, 2008 9:09 PM Subject: Re: Bug in twl4030backupbatt_voltage() * Madhusudhan Chikkature

Re: HSMMC pending fixes

2008-09-10 Thread Madhusudhan Chikkature
- Original Message - From: Tony Lindgren [EMAIL PROTECTED] To: Woodruff, Richard [EMAIL PROTECTED] Cc: Jarkko Lavinen [EMAIL PROTECTED]; linux-omap@vger.kernel.org Sent: Thursday, September 11, 2008 5:35 AM Subject: Re: HSMMC pending fixes * Woodruff, Richard [EMAIL PROTECTED] [080818

Re: [PATCH 32/33] add omap 1-wire interface driver

2008-09-09 Thread Madhusudhan Chikkature
- Original Message - From: Tony Lindgren [EMAIL PROTECTED] To: Madhusudhan Chikkature [EMAIL PROTECTED] Cc: Felipe Balbi [EMAIL PROTECTED]; linux-omap@vger.kernel.org; Felipe Balbi [EMAIL PROTECTED] Sent: Monday, September 08, 2008 11:35 PM Subject: Re: [PATCH 32/33] add omap 1-wire

Re: [PATCH 32/33] add omap 1-wire interface driver

2008-09-08 Thread Madhusudhan Chikkature
- Original Message - From: Tony Lindgren [EMAIL PROTECTED] To: Madhusudhan Chikkature [EMAIL PROTECTED] Cc: Felipe Balbi [EMAIL PROTECTED]; linux-omap@vger.kernel.org; Felipe Balbi [EMAIL PROTECTED] Sent: Friday, September 05, 2008 11:29 PM Subject: Re: [PATCH 32/33] add omap 1-wire

Re: [PATCH 21/33] add OMAP HighSpeed mmc controller driver

2008-09-04 Thread Madhusudhan Chikkature
Hi Dave, OK, this one may need cleanup ... but I don't disagree that it should go upstream. I had fixed several comments provided by Pierre and Russell before Tony merged this patch. But then we have further added several fixes on top of the driver. Do you have any specific comments when you

Re: [PATCH] MMC: OMAP: Re-organizing some goto at hsmmc probe

2008-08-21 Thread Madhusudhan Chikkature
Hi Jarkko, I am not clear what this patch is doing? Is it fixing any perticular issue? Regards, Madhu - Original Message - From: Jarkko Lavinen [EMAIL PROTECTED] To: linux-omap@vger.kernel.org Cc: Jarkko Lavinen [EMAIL PROTECTED] Sent: Monday, August 18, 2008 8:43 PM Subject: [PATCH]

[PATCH]Enable 4-bit in HSMMC1 and HSMMC2 platform data

2008-08-13 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature[EMAIL PROTECTED] ARM: OMAP3: Enable 4-bit support for HSMMC. This patch provides the fix to enable 4-bit support for HSMMC. Signed-off-by: Madhusudhan Chikkature[EMAIL PROTECTED] Signed-off-by: purushotam[EMAIL PROTECTED] --- arch/arm/plat-omap/devices.c |8

Re: [PATCH]Add 3430 SDP board level support for HSMMC2

2008-08-13 Thread Madhusudhan Chikkature
- Original Message - From: David Brownell [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: linux-omap@vger.kernel.org Sent: Wednesday, August 13, 2008 2:24 PM Subject: Re: [PATCH]Add 3430 SDP board level support for HSMMC2 arch/arm/mach-omap2/board-3430sdp.c |4

Re: [PATCH] OMAP3:devices.c: Enabling 4-bit for SD card

2008-08-10 Thread Madhusudhan Chikkature
- Original Message - From: David Brownell [EMAIL PROTECTED] To: Kumar, Purushotam [EMAIL PROTECTED] Cc: Tony Lindgren [EMAIL PROTECTED]; Purushotam Kumar [EMAIL PROTECTED]; linux-omap@vger.kernel.org; Gole, Anant [EMAIL PROTECTED] Sent: Tuesday, August 05, 2008 12:40 PM Subject: Re:

Re: [PATCH 3/3] Fixes required for HSMMC driver to work as module

2008-08-07 Thread Madhusudhan Chikkature
* Madhusudhan Chikkature [EMAIL PROTECTED] [080725 13:34]: From: Madhusudhan Chikkature[EMAIL PROTECTED] ARM: OMAP3: Fixes required to make HSMMC driver as module. This patch provides the necessary fixes to make the HSMMC driver work as loadble module. This one does not apply, can you

[Resending PATCH 3/3] Fixes required for HSMMC driver to work as module

2008-08-07 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature[EMAIL PROTECTED] ARM: OMAP3: Fixes required to make HSMMC driver work as module.Complete the previously applied patch. This patch provides the necessary fixes to make the HSMMC driver work as loadble module. Signed-off-by: Madhusudhan Chikkature[EMAIL PROTECTED

Re: [PATCH 3/3] Fixes required for HSMMC driver to work as module

2008-08-05 Thread Madhusudhan Chikkature
Hi Tony, Sure. I will take a look. Regards, Madhu - Original Message - From: Tony Lindgren [EMAIL PROTECTED] To: Madhusudhan Chikkature [EMAIL PROTECTED] Cc: linux-omap@vger.kernel.org Sent: Tuesday, August 05, 2008 7:34 PM Subject: Re: [PATCH 3/3] Fixes required for HSMMC driver

[PATCH 0/3] Fix hsmmc driver issues

2008-07-25 Thread Madhusudhan Chikkature
Hi Tony, I am posting a series of three patches to fix few issues noted in the hsmmc driver. Regards, Madhu -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 0/3]TWL4030 BCI patches

2008-07-22 Thread Madhusudhan Chikkature
Hi Tony, I am resending the BCI 3 patch series after fixing the comments provided by Mikko. Regards, Madhu -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[Resending - PATCH 1/3] Triton BCI driver board/device setup for OMAP3430

2008-07-22 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature[EMAIL PROTECTED] Device setup/board level initialization for the Triton battery charger interface driver for the OMAP3430 SDP. Signed-off-by: Madhusudhan Chikkature[EMAIL PROTECTED] --- arch/arm/mach-omap2/Makefile |3 + arch/arm/mach-omap2/bci.c

[Resending - PATCH 3/3] Triton BCI driver for OMAP3430 - USB changes

2008-07-22 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature[EMAIL PROTECTED] This patch calls the functionality supported by the TWL4030 battery charger interface driver to enable/disable battery charging upon cable attach/detach. Signed-off-by: Madhusudhan Chikkature[EMAIL PROTECTED] --- drivers/i2c/chips/twl4030-usb.c

[Resending - PATCH 2/3] Triton BCI driver for OMAP3430

2008-07-22 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature[EMAIL PROTECTED] ARM: OMAP: Triton Battery Charger Interface This patch provides a OMAP Triton battery charger interface driver to moniter the battery through power class subsystem. Signed-off-by: Madhusudhan Chikkature[EMAIL PROTECTED] --- drivers/power/Kconfig

[PATCH] Free HDQ clocks in error path

2008-07-22 Thread Madhusudhan Chikkature
Hi, This patch provides the fix to free the HDQ clocks in the error path. Regards, Madhu - From: Madhusudhan Chikkature[EMAIL PROTECTED] ARM: OMAP3: Free HDQ clocks when a read is tried with no battery connected Signed-off

Re: [Resending - PATCH 1/3] Triton BCI driver board/device setup for OMAP3430

2008-07-22 Thread Madhusudhan Chikkature
: Madhusudhan Chikkature [EMAIL PROTECTED]; linux-omap@vger.kernel.org; [EMAIL PROTECTED] Sent: Tuesday, July 22, 2008 6:03 PM Subject: Re: [Resending - PATCH 1/3] Triton BCI driver board/device setup for OMAP3430 Hi, On Tue, 22 Jul 2008 17:25:33 +0530 (IST), Madhusudhan Chikkature [EMAIL

Re: [Resending - PATCH 2/3] Triton BCI driver for OMAP3430

2008-07-09 Thread Madhusudhan Chikkature
] Triton BCI driver for OMAP3430 Hi, Some comments inlined below. -Original Message- From: Madhusudhan Chikkature[EMAIL PROTECTED] ARM: OMAP: Triton Battery Charger Interface This patch provides a OMAP Triton battery charger interface driver to moniter the battery through power class

[Resending - PATCH 1/3] Triton BCI driver device setup for OMAP3430

2008-07-03 Thread Madhusudhan Chikkature
Hi Tony, I am resending the BCI patch series after fixing the comments provided by Filipe. Regards, Madhu - From: Madhusudhan Chikkature[EMAIL PROTECTED] Device setup/initialization for the Triton battery charger

[Resending - PATCH 3/3] Triton BCI driver for OMAP3430 - USB changes

2008-07-03 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature[EMAIL PROTECTED] This patch calls the functionality supported by the TWL4030 battery charger interface driver to enable/disable battery charging upon cable attach/detach. Signed-off-by: Madhusudhan Chikkature[EMAIL PROTECTED] --- drivers/i2c/chips/twl4030-usb.c

[Resending - PATCH 1/3] Triton BCI driver device setup for OMAP3430

2008-07-03 Thread Madhusudhan Chikkature
Hi Tony, I fixed couple of minor comments from Filipe. Regards, Madhu From: Madhusudhan Chikkature[EMAIL PROTECTED] Device setup/initialization for the Triton battery charger interface driver for the OMAP3430 SDP. Signed-off

Re: [RFC/PATCH 1/2] Triton Battery charger interface driver forOMAP3430

2008-06-24 Thread Madhusudhan Chikkature
- Original Message - From: Tony Lindgren [EMAIL PROTECTED] To: Felipe Balbi [EMAIL PROTECTED] Cc: Madhusudhan Chikkature [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-omap@vger.kernel.org Sent: Tuesday, June 24, 2008 1:20 PM Subject: Re: [RFC/PATCH 1/2] Triton Battery charger interface

Re: [RFC/PATCH 1/2] Triton Battery charger interface driver for OMAP3430

2008-06-23 Thread Madhusudhan Chikkature
Hi Felipe, Thanks for the comments. I will fix them and resend the patch.I have some clarification inlined for some of the comments. Best regards, Madhu - Original Message - From: Felipe Balbi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: linux-omap@vger.kernel.org Sent: Monday, June 23,

Re: [RFC/PATCH 2/2] Triton Battery charger interface driver for OMAP3430

2008-06-23 Thread Madhusudhan Chikkature
Hi Felipe, Thanks for the comments. I will fix it and resend the patch. Best regards, Madhu - Original Message - From: Felipe Balbi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: linux-omap@vger.kernel.org Sent: Monday, June 23, 2008 2:21 PM Subject: Re: [RFC/PATCH 2/2] Triton Battery

Re: [PATCH 7/8] 34XX: PM: Workaround to disable mmc

2008-06-17 Thread Madhusudhan Chikkature
- Original Message - From: Högander Jouni [EMAIL PROTECTED] To: ext Felipe Balbi [EMAIL PROTECTED] Cc: linux-omap@vger.kernel.org Sent: Tuesday, June 17, 2008 5:39 PM Subject: Re: [PATCH 7/8] 34XX: PM: Workaround to disable mmc ext Felipe Balbi [EMAIL PROTECTED] writes: On Tue, 17

RE: MMC/SD cards hotplug scenario

2008-05-21 Thread Madhusudhan Chikkature Rajashekar
-Original Message- From: Russell King - ARM Linux [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 1:00 PM To: Madhusudhan Chikkature Rajashekar Cc: 'Pierre Ossman'; linux-omap@vger.kernel.org; [EMAIL PROTECTED] Subject: Re: MMC/SD cards hotplug scenario On Wed, May

RE: sdio cmd53 doesn't work on omap 2430sdp

2008-05-21 Thread Madhusudhan Chikkature Rajashekar
Hi, Please use the vger list. It seems like you are getting DTO on CMD53. One thing you might want to check is did the card configuration path went fine before you issue CMD53. Before your card driver issues CMD53, I guess the SDIO core issues a series of CMD52 to read the card capabilities

RE: [RFC/PATCH] BQ27000/BQ27200 battery monitoring driver for OMAP34xx

2008-04-29 Thread Madhusudhan Chikkature Rajashekar
-Original Message- From: Felipe Balbi [mailto:[EMAIL PROTECTED] Sent: Monday, April 28, 2008 5:17 PM To: Madhusudhan Chikkature Rajashekar Cc: Tony Lindgren; linux-omap@vger.kernel.org Subject: RE: [RFC/PATCH] BQ27000/BQ27200 battery monitoring driver for OMAP34xx On Mon

Resending: [PATCH] BQ27000/BQ27200 battery monitoring driver for OMAP34xx

2008-04-29 Thread Madhusudhan Chikkature Rajashekar
Hi, I am resending the patch after fixing the comments provided by Felipe. Regards, Madhu This patch provides the battery driver to support BQ27000 and BQ27200 chips. Signed-off-by: Madhusudhan Chikkature[EMAIL PROTECTED

[RFC/PATCH] BQ27000/BQ27200 battery monitoring driver for OMAP34xx

2008-04-25 Thread Madhusudhan Chikkature Rajashekar
as the register set between BQ27000 and BQ27200 is the same. Thanks to Klaus.K Pedersen and Mikko Ylinen for the suggestions to add support for BQ27200 chip as part of this driver. Signed-off-by: Madhusudhan Chikkature[EMAIL PROTECTED] --- drivers/power/Kconfig | 21 + drivers

RE: [RFC/PATH] OMAP: HSMMC: Fixes for 1.8V MMC2 interface

2008-04-01 Thread Madhusudhan Chikkature Rajashekar
Hi, I did not see any board level code to power up the second slot along with this patch. Where is the code that enables 1.8V to the second slot? Regards, Madhu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Seth Forshee Sent: Tuesday, April 01,

RE: [RFC/PATH] OMAP: HSMMC: Fixes for 1.8V MMC2 interface

2008-04-01 Thread Madhusudhan Chikkature Rajashekar
-Original Message- From: Francisco Alecrim [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2008 6:17 AM To: Madhusudhan Chikkature Rajashekar; linux-omap@vger.kernel.org Subject: Re: [RFC/PATH] OMAP: HSMMC: Fixes for 1.8V MMC2 interface ext Seth Forshee wrote: On Tue

RE: [PATCH 1/1] MMC: OMAP: Fix HSMMC driver name at host driver.

2008-03-23 Thread Madhusudhan Chikkature Rajashekar
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Felipe Balbi Sent: Friday, March 21, 2008 4:25 AM To: Carlos Aguiar Cc: Tony Lindgren; linux-omap@vger.kernel.org Subject: Re: [PATCH 1/1] MMC: OMAP: Fix HSMMC driver name at host driver. On