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

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

2009-11-24 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature 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 --- arch/arm/mach-omap2/board-zoom

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

2009-10-27 Thread Madhusudhan Chikkature
gly. Signed-off-by: Madhusudhan Chikkature --- 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-omap2/mmc-twl4030.c in

[PATCH V2]Omap3630: Add hsmmc related checks

2009-10-22 Thread Madhusudhan Chikkature
-by: Madhusudhan Chikkature --- 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/arch/arm/mach-omap2/device

[PATCH]Zoom2: Setup HSMMC2 8-bit capability

2009-10-22 Thread Madhusudhan Chikkature
>From 2369a08e238186bf66b677ead62b23786e5b9ac7 Mon Sep 17 00:00:00 2001 From: Madhu Date: Wed, 21 Oct 2009 16:55:27 -0400 Subject: [PATCH] Zoom2: Setup HSMMC2 8-bit capability. Zoom2 can support 8-bit operations on HSMMC2.Setup the board file capability accordingly. Signed-off-by: Madhusud

[PATCH]Omap HSMMC2 8-bit mux configuration

2009-10-22 Thread Madhusudhan Chikkature
>From c6eb46e918044739ba21ec31a9bd09ebcfa9fb53 Mon Sep 17 00:00:00 2001 From: Madhu 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 --- arch/arm/mach-om

[PATCH]Omap3630:Configure HSMMC1 to 4-bit

2009-10-22 Thread Madhusudhan Chikkature
off-by: Madhusudhan Chikkature --- 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/mmc-twl4030.c +++ b/arch/

[PATCH]Omap3630: Add hsmmc related checks

2009-10-22 Thread Madhusudhan Chikkature
-by: Madhusudhan Chikkature --- 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/arch/arm/mach-omap2/device

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

[PATCH]Optimize the delay in MMC power sequence

2009-09-06 Thread Madhusudhan Chikkature
sequence is not needed since it is taken care in the power up sequence. Signed-off-by: Madhusudhan Chikkature 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 +++ b/arch/arm/mach-omap2/mmc

[PATCH] Maintainers update for TI OMAP hsmmc driver

2009-08-19 Thread Madhusudhan Chikkature
SUPPORT M: Jarkko Lavinen 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 +L: linux-omap@vger.kernel.org +S: Maintained +F: drivers/mmc/host/omap_hsmmc.c OMAP

[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

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

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

[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 --- MAINTAINERS |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) Index: linux-omap-2.6/MAINTAINERS

[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 --- MAINTAINERS |8 +++- 1 file changed, 7 insertions

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 >>>> --- >>>> MAINTAINERS |6 ++ >>>> 1 file changed, 6 insert

[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 --- MAINTAINERS |6 ++ 1 file changed, 6 insertions(+) Index: linux-omap-2.6/MAINTAINERS

Re: OOPS in OMAP 1-wire driver

2008-11-20 Thread Madhusudhan Chikkature
Hi, I have not seen this crash before. If no slave modules are selected I see a message that tells with a family ID not registered. But not a crash. Regards, Madhu > I'm not sure this is the right place for 1-wire stuff but I remember > seeing patches for the OMAP 1w driver so maybe someone is

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

2008-10-16 Thread Madhusudhan Chikkature
> On Tue, Oct 14, 2008 at 07:30:58AM -0700, Andrew Morton > ([EMAIL PROTECTED]) wrote: >> > Why not just skipping the waiting and returning error pretending user >> > really sent a signal? >> >> Better than nothing, but because signal_pending() isn't actually true, >> upper layers wil behave differ

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]>; Sent: Monday, October 13, 2008 9:23 PM Subject: Re: [P

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

2008-10-13 Thread Madhusudhan Chikkature
/5] HDQ Driver for OMAP2430/3430 > 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 hardw

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

2008-10-06 Thread Madhusudhan Chikkature
wrote: >> > Great, pushing to linux-omap tree. >> > >> > Evgeniy, are these already in your queue for upstream? >> >> Not really, since I do not follow omap tree and will not be able to >> handle dependency there. Please push w1 part when appropriate chang

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

2008-10-06 Thread Madhusudhan Chikkature
TECTED]> Sent: Monday, October 06, 2008 2:47 PM Subject: Re: [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]) >> wr

Re: [PATCH 0/9] HDQ driver fixes

2008-09-24 Thread Madhusudhan Chikkature
, Madhu - Original Message - From: "Madhusudhan Chikkature" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; Sent: Wednesday, September 24, 2008 4:49 PM Subject: [PATCH 0/9] HDQ driver fixes > Hi Tony, > >

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

2008-09-24 Thread Madhusudhan Chikkature
, September 24, 2008 6:35 PM Subject: RE: [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]>

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]>; Sent: Wednesday, September 24, 2008 5:20 PM Subject

[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

[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 f

[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(+),

[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(-)

[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/master

[PATCH 4/9] HDQ driver: remove unlikely calls

2008-09-24 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature<[EMAIL PROTECTED]> Remove the unneeded "unlikely" calls. Signed-off-by: Madhusudhan Chikkature<[EMAIL PROTECTED]> --- drivers/w1/masters/omap_hdq.c |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: linux-omap-2.6/drivers

[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(+),

[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

[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 ++-

[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 fro

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]>;

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]>; Sent: Monday, September

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: "Evgeniy Polyakov" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; Sent: Monday, September 22, 2008 6:57 PM Subject:

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]>

[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 a

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: 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 reset so it will n

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

2008-09-18 Thread Madhusudhan Chikkature
- Original Message - From: "Kevin Hilman" <[EMAIL PROTECTED]> To: Cc: "Kevin Hilman" <[EMAIL PROTECTED]> Sent: Thursday, September 18, 2008 5:52 PM Subject: [PATCH PM-0] ARM: OMAP3: HSMMC: Ensure HSMMC is fully reset on boot > This ensures that an unused HSMMC block will not interfere

[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.

[PATCH]TWL4030 battery driver madc str fix

2008-09-18 Thread Madhusudhan Chikkature
Hi Tony, This patch set up the unused memebrs of the madc structure used in the battery driver to NULL. Regards, Madhu --- From: Madhusudhan Chikkature<[EMAIL PROTECTED]> This patch set up the unused madc request structure members t

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" &

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]>; Sent: Thursday, September 11, 2008 5:35 AM Subject: Re: HSMMC pending fixes >* Woodruff, Richard <[EMAIL PROTECTED]> [080818 14:09]: >> H

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]>; Sent: Wednesday, September 10, 2008 9:09 PM Subject: Re: Bug in twl4030backupba

Re: Bug in twl4030backupbatt_voltage()

2008-09-10 Thread Madhusudhan Chikkature
- Original Message - From: "Adrian Hunter" <[EMAIL PROTECTED]> To: "Tony Lindgren" <[EMAIL PROTECTED]> Cc: ; <[EMAIL PROTECTED]> Sent: Wednesday, September 10, 2008 12:58 PM Subject: Re: Bug in twl4030backupbatt_voltage() > Tony Lindgren wrote: >> * Adrian Hunter <[EMAIL PROTECTED]> [08

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]>; ; "Felipe Balbi" <[EMAIL PROTECTED]> Sent: Monday, September 08, 20

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]>; ; "Felipe Balbi" <[EMAIL PROTECTED]> Sent: Friday, September 05, 20

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 m

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

2008-09-01 Thread Madhusudhan Chikkature
Hi, The HDQ patchset that I posted to Tony were given ACK by Evgeniy Polyakov on the omap list. I hope that helps. Regards, Madhu - Original Message - From: "Felipe Balbi" <[EMAIL PROTECTED]> To: Cc: "Felipe Balbi" <[EMAIL PROTECTED]> Sent: Saturday, August 30, 2008 10:46 PM Subject:

Re: MMC Driver - Kernel crashing at function "omap_mmc_set_ios"

2008-09-01 Thread Madhusudhan Chikkature
Hi, I did not see any such crash. Why 2.6.24 kernel version? The linux omap kernel is 2.6.27. Looking at the error it seems like an access to the mmc registers when the clocks are not on. Regards, Madhu - Original Message - From: "halli manjunatha" <[EMAIL PROTECTED]> To: Sent: Monday

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: Cc: "Jarkko Lavinen" <[EMAIL PROTECTED]> Sent: Monday, August 18, 2008 8:43 PM Subject: [PATCH] MMC: OMAP: Re-organiz

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: 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 >> arch/arm/mach-oma

[PATCH]Add 3430 SDP board level support for HSMMC2

2008-08-12 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature<[EMAIL PROTECTED]> ARM: OMAP3: OMAP3430 SDP HSMMC2 support. This patch adds the necessary routines to 3430 sdp hsmmc file to support slot2. Signed-off-by: Madhusudhan Chikkature<[EMAIL PROTECTED]> --- arch/arm/mach-omap2/board-3430sdp.c |4 arch/ar

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

2008-08-12 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/p

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]>; ; "Gole, Anant" <[EMAIL PROTECTED]> Sent: Tuesday, August 05, 2008 12:40 PM Subject: Re: [PATCH] OM

[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

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 wor

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: Sent: Tuesday, August 05, 2008 7:34 PM Subject: Re: [PATCH 3/3] Fixes required fo

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

2008-07-25 Thread Madhusudhan Chikkature
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. Signed-off-by: Madhusudhan Chikkature<[EMAIL PROTECTED]> Signed-off-by: Romit Dasg

[PATCH 1/3] HSMMC driver fix for core ret

2008-07-25 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature<[EMAIL PROTECTED]> ARM: OMAP3: HSMMC fix for core ret. The core ret seem to be prevented by HSMMC CTO errors. This patch provides a fix for the same. Signed-off-by: Madhusudhan Chikkature<[EMAIL PROTECTED]> --- drivers/mmc/host/omap_hsmmc.c | 11 ++

[PATCH 2/3]HSMMC fix for hotplug scenario with I/O in progress

2008-07-25 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature<[EMAIL PROTECTED]> ARM: OMAP3: HSMMC fix for hotplug scenario. This patch fixes the inconsistancy noted if the card is removed from the slot duing an active I/O. Signed-off-by: Madhusudhan Chikkature<[EMAIL PROTECTED]> Signed-off-by: Romit Dasgupta <[

[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

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

2008-07-22 Thread Madhusudhan Chikkature
]> To: "Tony Lindgren" <[EMAIL PROTECTED]> Cc: "Madhusudhan Chikkature" <[EMAIL PROTECTED]>; ; <[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, > >

[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-

[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/t

[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]> --- d

[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/ar

[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

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

2008-07-09 Thread Madhusudhan Chikkature
H 2/3] 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 >

[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. Sign

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

2008-07-03 Thread Madhusudhan Chikkature
- Original Message - From: "Felipe Balbi" <[EMAIL PROTECTED]> To: "Madhusudhan Chikkature" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; Sent: Thursday, July 03, 2008 6:38 PM Subject: Re: [Resending - PATCH 1/3] Triton BCI driver device setup for OM

[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/t

[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 c

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

2008-07-03 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]> --- d

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]>; Sent: Tuesday, June 24, 2008 1:20 PM Subject: Re: [

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: Sent: Monday, June 23, 2008 2:21 PM Subject: Re: [RFC/PATCH 2/2] Triton Battery charger interface driver

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: Sent: Monday, June 23, 2008 2:19 PM Subject

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: 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 Jun 2008 10:

RE: MMC/SD cards hotplug scenario

2008-05-22 Thread Madhusudhan Chikkature Rajashekar
> -Original Message- > From: Pierre Ossman [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 22, 2008 12:02 AM > To: Madhusudhan Chikkature Rajashekar > Cc: 'Russell King - ARM Linux'; linux-omap@vger.kernel.org; > [EMAIL PROTECTED] > Subject: Re: MMC/SD

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 an

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

MMC/SD cards hotplug scenario

2008-05-20 Thread Madhusudhan Chikkature Rajashekar
Hi Pierre/All, I have a query regarding one of the MMC/SD cards hotplug use case scenario and its expected behavior. In the case where the MMC/SD card is removed physically from the slot during an active data transfer happening on the card, I notice lot of I/O errors being generated. The number

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 PROTEC

[PATCH]Correction to BQ27000 battery device name

2008-04-29 Thread Madhusudhan Chikkature Rajashekar
This patch changes the device name as the bq27000 chip is not omap specific. Signed-off-by: Madhusudhan Chikkature<[EMAIL PROTECTED]> --- drivers/w1/slaves/w1_bq27000.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: linux-omap-2.6/drivers/w1/slaves/w1_bq2

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 >

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

2008-04-28 Thread Madhusudhan Chikkature Rajashekar
--- > From: Felipe Balbi [mailto:[EMAIL PROTECTED] > Sent: Friday, April 25, 2008 4:20 PM > To: Madhusudhan Chikkature Rajashekar > Cc: Tony Lindgren; linux-omap@vger.kernel.org > Subject: Re: [RFC/PATCH] BQ27000/BQ27200 battery monitoring > driver for OMAP34xx > > S

[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 + d

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 > > e

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

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.