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 (Downl

RE: [PATCH V2 2/10] omap: Rename mmc-twl4030 files to hsmmc

2010-01-20 Thread Madhusudhan
> -Original Message- > From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc- > ow...@vger.kernel.org] On Behalf Of Madhusudhan > Sent: Wednesday, January 20, 2010 5:42 PM > To: 'Adrian Hunter'; 'Tony Lindgren' > Cc: 'Paul Walmsley'; 'linux-omap Mailing List'; 'linux-mmc Mailing List';

RE: [PATCH V2 2/10] omap: Rename mmc-twl4030 files to hsmmc

2010-01-20 Thread Madhusudhan
> -Original Message- > From: Adrian Hunter [mailto:adrian.hun...@nokia.com] > Sent: Saturday, January 16, 2010 7:33 PM > To: Tony Lindgren > Cc: Adrian Hunter; Madhusudhan Chikkature; Paul Walmsley; linux-omap > Mailing List; linux-mmc Mailing List; Andrew Morton > Subject: [PATCH V2 2/10

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: Phaneen

Re: [PATCH 1/2] s3cmci: Initialize default platform data no_wprotect and no_detect with 1

2010-01-20 Thread Lars-Peter Clausen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sergei Shtylyov wrote: > Hello. > > Lars-Peter Clausen wrote: > >> If no platform_data was givin to the device it's going to use it's >> default >> platform data struct which has all fields initialized to zero. >> As a result the driver is going to try

Re: [PATCH 1/2] s3cmci: Initialize default platform data no_wprotect and no_detect with 1

2010-01-20 Thread Sergei Shtylyov
Hello. Lars-Peter Clausen wrote: If no platform_data was givin to the device it's going to use it's default platform data struct which has all fields initialized to zero. As a result the driver is going to try to request gpio0 both as write protect and card detect pin. Which of course will fail

[PATCH 2/2] s3cmci: s3cmci_card_present: Use no_detect to decide whether there is a card detect pin

2010-01-20 Thread Lars-Peter Clausen
--- drivers/mmc/host/s3cmci.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c index b9c96cc..2fdf768 100644 --- a/drivers/mmc/host/s3cmci.c +++ b/drivers/mmc/host/s3cmci.c @@ -1179,7 +1179,7 @@ static int s3cmci_card_p

[PATCH 1/2] s3cmci: Initialize default platform data no_wprotect and no_detect with 1

2010-01-20 Thread Lars-Peter Clausen
If no platform_data was givin to the device it's going to use it's default platform data struct which has all fields initialized to zero. As a result the driver is going to try to request gpio0 both as write protect and card detect pin. Which of course will fail and makes the driver unusable Previ

Re: [PATCH V2 5/10] omap: Add functions for dynamic remuxing of pins

2010-01-20 Thread Adrian Hunter
Tony Lindgren wrote: * Adrian Hunter [100116 17:31]: From 33beb5bc36cba739971dc8919a6929925ad3dafc Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Wed, 13 Jan 2010 10:27:17 -0800 Subject: [PATCH] omap: Add functions for dynamic remuxing of pins Make the omap_mux_read and write available fo