RE: sdio irq hack for omap_hsmmc.c (was: Re: [PATCH] OMAP35xx:SDIO IRQ Support for OMAP35xx)

2010-01-28 Thread Madhusudhan
; Dirk Behme; Phaneendra Kumar Alapati; linux- o...@vger.kernel.org; linux-...@vger.kernel.org; Adrian Hunter; Paasikivi Teemu.3 (EXT-Ixonos/Tampere) Subject: Re: sdio irq hack for omap_hsmmc.c (was: Re: [PATCH] OMAP35xx:SDIO IRQ Support for OMAP35xx) Just to be clear, my post was in response

Re: sdio irq hack for omap_hsmmc.c (was: Re: [PATCH] OMAP35xx:SDIO IRQ Support for OMAP35xx)

2010-01-28 Thread Kevin Hilman
John Rigby jcri...@gmail.com writes: Just to be clear, my post was in response to the reported problems with enabling sdio irqs with this patch: http://patchwork.kernel.org/patch/69122/ The patch originator reported good results but others reported complete failure. My hack fixed the

RE: sdio irq hack for omap_hsmmc.c (was: Re: [PATCH] OMAP35xx:SDIO IRQ Support for OMAP35xx)

2010-01-27 Thread Madhusudhan
) Subject: sdio irq hack for omap_hsmmc.c (was: Re: [PATCH] OMAP35xx:SDIO IRQ Support for OMAP35xx) Attached is a hacked omap_hsmmc.c which works with libertas on my board (very similar to beagle). This is not intended to be a solution but points in the direction of the problem. I ripped out

Re: sdio irq hack for omap_hsmmc.c (was: Re: [PATCH] OMAP35xx:SDIO IRQ Support for OMAP35xx)

2010-01-27 Thread John Rigby
Just to be clear, my post was in response to the reported problems with enabling sdio irqs with this patch: http://patchwork.kernel.org/patch/69122/ The patch originator reported good results but others reported complete failure. My hack fixed the problem for me. I believe this much more modest

sdio irq hack for omap_hsmmc.c (was: Re: [PATCH] OMAP35xx:SDIO IRQ Support for OMAP35xx)

2010-01-26 Thread John Rigby
Attached is a hacked omap_hsmmc.c which works with libertas on my board (very similar to beagle). This is not intended to be a solution but points in the direction of the problem. I ripped out the CONFIG_PM code and turned off all the enable/disable stuff. I also explicitly turn on the fclk at

Re: [PATCH] OMAP35xx:SDIO IRQ Support for OMAP35xx

2010-01-20 Thread Dirk Behme
On 21.12.2009 17:46, Mike Rapoport wrote: Hi, Phaneendra Kumar Alapati wrote: This patch adds SDIO IRQ support for OMAP35xx. Tested on OMAP3530EVM with Marvell 88W8686 card and below are the observed throughput results (ttcp utility): 13Mbps (Downlink), 10.5 Mbps(Uplink) Signed-off-by:

Re: [PATCH] OMAP35xx:SDIO IRQ Support for OMAP35xx

2010-01-20 Thread Mike Rapoport
Hi Dirk, Dirk Behme wrote: On 21.12.2009 17:46, Mike Rapoport wrote: Hi, Phaneendra Kumar Alapati wrote: This patch adds SDIO IRQ support for OMAP35xx. Tested on OMAP3530EVM with Marvell 88W8686 card and below are the observed throughput results (ttcp utility): 13Mbps (Downlink), 10.5

[PATCH] OMAP35xx:SDIO IRQ Support for OMAP35xx

2009-12-21 Thread Phaneendra Kumar Alapati
This patch adds SDIO IRQ support for OMAP35xx. Tested on OMAP3530EVM with Marvell 88W8686 card and below are the observed throughput results (ttcp utility): 13Mbps (Downlink), 10.5 Mbps(Uplink) Signed-off-by: Phaneendra Kumar ph...@embwise.com --- drivers/mmc/host/omap_hsmmc.c | 55

Re: [PATCH] OMAP35xx:SDIO IRQ Support for OMAP35xx

2009-12-21 Thread Mike Rapoport
Hi, Phaneendra Kumar Alapati wrote: This patch adds SDIO IRQ support for OMAP35xx. Tested on OMAP3530EVM with Marvell 88W8686 card and below are the observed throughput results (ttcp utility): 13Mbps (Downlink), 10.5 Mbps(Uplink) Signed-off-by: Phaneendra Kumar ph...@embwise.com ---

RE: [PATCH]OMAP35xx:SDIO IRQ Support for OMAP35xx

2009-12-15 Thread Madhusudhan
-...@vger.kernel.org; 'Paasikivi Teemu.3 (EXT-Ixonos/Tampere)' Subject: RE: [PATCH]OMAP35xx:SDIO IRQ Support for OMAP35xx -Original Message- From: Adrian Hunter [mailto:adrian.hun...@nokia.com] Sent: Thursday, December 10, 2009 3:20 AM To: Phaneedra Kumar Alapati Cc: linux-omap

Re: [PATCH]OMAP35xx:SDIO IRQ Support for OMAP35xx

2009-12-10 Thread Adrian Hunter
Dec 2009 08:24:57 +0100 Subject: [PATCH]OMAP35xx:SDIO IRQ Support for OMAP35xx Thread-Topic: [PATCH]OMAP35xx:SDIO IRQ Support for OMAP35xx Thread-Index: Acp5aeARQUQJtw2USfCUiuj07cawqQ== Message-ID: 8b7fc6a3798741d6b3e3284e1a8d7...@embwise16de1b5 This patch adds SDIO IRQ support for OMAP35xx. Tested

RE: [PATCH]OMAP35xx:SDIO IRQ Support for OMAP35xx

2009-12-10 Thread Madhusudhan
) Subject: Re: [PATCH]OMAP35xx:SDIO IRQ Support for OMAP35xx CC'ing linux-mmc list and the maintainer Madhusudhan Chikkature and others who might be interested. I and Dirk had reviewed this patch previously on LO. Dirk? Also, the patch seems to have some issue. The checkpatch.pl through

[PATCH]OMAP35xx:SDIO IRQ Support for OMAP35xx

2009-12-09 Thread Phaneedra Kumar Alapati
This patch adds SDIO IRQ support for OMAP35xx. Tested on OMAP3530EVM with Marvell 88W8686 card and below are the observed throughput results (ttcp utility): 13Mbps (Downlink), 10.5 Mbps(Uplink) Signed-off-by: Phaneendra Kumar ph...@embwise.com --- drivers/mmc/host/omap_hsmmc.c | 55