Re: [PATCH-V2] OMAP: Fix for bus width which improves SD card's peformance.

2010-04-01 Thread kishore kadiyala
...@vger.kernel.org; linux-ker...@vger.kernel.org; jarkko.lavi...@nokia.com Subject: Re: [PATCH-V2] OMAP: Fix for bus width which improves SD card's peformance. Sorry for that and here's the Updated one. From: Kishore Kadiyala kishore.kadiy...@ti.com This patch improves low speeds for SD cards. OMAP-MMC

RE: [PATCH-V2] OMAP: Fix for bus width which improves SD card's peformance.

2010-04-01 Thread Madhusudhan
: Re: [PATCH-V2] OMAP: Fix for bus width which improves SD card's peformance. On Wed, Mar 31, 2010 at 10:07 PM, Madhusudhan madhu...@ti.com wrote: -Original Message- From: kishore kadiyala [mailto:kishorek.kadiy...@gmail.com] Sent: Wednesday, March 31, 2010 2:03 AM To: Vimal

[PATCH-V2] OMAP: Fix for bus width which improves SD card's peformance.

2010-03-31 Thread kishore kadiyala
This patch improves low speeds for SD cards. OMAP-MMC controller's can support maximum bus width of '8'. when bus width is mentioned as 8 in controller data,the SD stack will check whether bus width is 4 and if not it will set bus width to 1 and there by degrading performance. This patch fixes the

Re: [PATCH-V2] OMAP: Fix for bus width which improves SD card's peformance.

2010-03-31 Thread Vimal Singh
 drivers/mmc/host/omap_hsmmc.c |    2 +-  1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index 83f0aff..8c97c22 100644 --- a/drivers/mmc/host/omap_hsmmc.c +++ b/drivers/mmc/host/omap_hsmmc.c @@ -2092,7 +2092,7 @@

Re: [PATCH-V2] OMAP: Fix for bus width which improves SD card's peformance.

2010-03-31 Thread kishore kadiyala
Sorry for that and here's the Updated one. From: Kishore Kadiyala kishore.kadiy...@ti.com This patch improves low speeds for SD cards. OMAP-MMC controller's can support maximum bus width of '8'. when bus width is mentioned as 8 in controller data,the SD stack will check whether bus width is 4

Re: [PATCH-V2] OMAP: Fix for bus width which improves SD card's peformance.

2010-03-31 Thread Jarkko Nikula
On Wed, 31 Mar 2010 12:33:01 +0530 kishore kadiyala kishorek.kadiy...@gmail.com wrote: This patch improves low speeds for SD cards. OMAP-MMC controller's can support maximum bus width of '8'. when bus width is mentioned as 8 in controller data,the SD stack will check whether bus width is 4

RE: [PATCH-V2] OMAP: Fix for bus width which improves SD card's peformance.

2010-03-31 Thread Madhusudhan
: Re: [PATCH-V2] OMAP: Fix for bus width which improves SD card's peformance. Sorry for that and here's the Updated one. From: Kishore Kadiyala kishore.kadiy...@ti.com This patch improves low speeds for SD cards. OMAP-MMC controller's can support maximum bus width of '8'. when bus width