> 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
>
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
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
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
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
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
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
-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
>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
>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
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/
-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
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
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
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
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
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
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
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
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
> Madhusudhan said the following on 08/05/2009 07:00 PM:
>>>> Signed-off-by: Madhusudhan Chikkature
>>>> ---
>>>> MAINTAINERS |6 ++
>>>> 1 file changed, 6 insert
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
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
> 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
- 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
/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
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
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
,
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,
>
>
, 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]>
- 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
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
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
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(+),
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(-)
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
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
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(+),
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
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 ++-
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
- Original Message -
From: "Felipe Balbi" <[EMAIL PROTECTED]>
To: "Evgeniy Polyakov" <[EMAIL PROTECTED]>
Cc: "Felipe Balbi" <[EMAIL PROTECTED]>; "ext Madhusudhan Chikkature" <[EMAIL
PROTECTED]>; <[EMAIL PROTECTED]>;
- 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
- 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:
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]>
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
- 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
- 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
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.
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
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" &
- 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
- 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
- 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
- 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
- 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
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
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:
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
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
- 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
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
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
- 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
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
> * 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
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
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
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 ++
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 <[
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
]>
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,
>
>
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-
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
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
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
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
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
>
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
- 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
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
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
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
- 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: [
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
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
- 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:
> -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
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
> -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
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
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
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
> -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
>
---
> 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
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
> -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
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
> -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.
99 matches
Mail list logo