[PATCH] da830/omap-l137: mmc : Adding the support of GPIO based card detection and 8 bit mode

2009-12-28 Thread Vipin Bhandari
GPIO based card detection for OMAPL137 is added and tested on DA830 EVM. The 8 bit mode testing is done after applying the patch at http://patchwork.kernel.org/patch/69997/ Signed-off-by: Vipin Bhandari --- arch/arm/mach-davinci/board-da830-evm.c | 18 +- 1 files changed, 17

[PATCH] davinci: MMC: Adding support for 8bit MMC cards

2009-12-28 Thread Vipin Bhandari
This patch adds the support for 8bit MMC cards. The controller data width is configurable depending on the wires setting in the platform data structure. MMC 8bit is tested on OMAPL137 and MMC 4bit is tested on OMAPL138 EVM. Signed-off-by: Vipin Bhandari --- This patch has been generated

[PATCH] DaVinci: MMC: MMC/SD controller driver for DaVinci family

2009-10-01 Thread Vipin Bhandari
neral/docs/litabsmultiplefilelist.tsp?literatureNumber=spruee2c Signed-off-by: Vipin Bhandari Signed-off-by: Purshotam Kumar Acked-by: David Brownell --- This patch has been generated against latest Linus's kernel. This patch has already been reviewed, but did not get queued in any of the

[PATCH] mfd: Correct ro and cd implemantion on DM355

2009-07-30 Thread Vipin Bhandari
. The pdf also suggests that Bit 1 and 3 should be checked for write protection. However on the EVM bits 2 and 4 gives this status. This document can be downloaded from http://c6000.spectrumdigital.com/evmdm355/reve/files/EVMDM355_ECP_VA4.pdf Signed-off-by: Vipin Bhandari Acked-by: David Brownell

[PATCH v2] mfd: Correct ro and cd implemantion on DM355

2009-07-22 Thread Vipin Bhandari
. The pdf also suggests that Bit 1 and 3 should be checked for write protection. However on the EVM bits 2 and 4 gives this status. This document can be downloaded from http://c6000.spectrumdigital.com/evmdm355/reve/files/EVMDM355_ECP_VA4.pdf Signed-off-by: Vipin Bhandari --- This patch has been

[PATCH] mfd: Correct ro and cd implemantion on DM355

2009-07-22 Thread Vipin Bhandari
. The pdf also suggests that Bit 1 and 3 should be checked for write protection. However on the EVM bits 2 and 4 gives this status. This document can be downloaded from http://c6000.spectrumdigital.com/evmdm355/reve/files/EVMDM355_ECP_VA4.pdf Signed-off-by: Vipin Bhandari --- This patch has been

[PATCH] davinci: Correct ro and cd feature in DM355

2009-07-22 Thread Vipin Bhandari
This patch corrects the support for MMCSD card detection and read only feature for SoC DM355. Signed-off-by: Vipin Bhandari --- This patch has been tested on DM355 EVM. arch/arm/mach-davinci/board-dm355-evm.c | 107 +++--- 1 files changed, 82 insertions(+), 25

[PATCH v5] DaVinci: MMC: MMC/SD controller driver for DaVinci family.

2009-06-23 Thread Vipin Bhandari
neral/docs/litabsmultiplefilelist.tsp?literatureNumber=spruee2c Signed-off-by: Vipin Bhandari Signed-off-by: Purshotam Kumar Acked-by: David Brownell --- This patch has been generated against latest Linus's kernel. Since the pervious patch, the scatterlist traversal is made proper. The patc

[PATCH] DaVinci: MMC: V5: MMC/SD controller driver for DaVinci family.

2009-06-23 Thread Vipin Bhandari
it from the clock values. Many thanks to David Brownell (davi...@pacbell.net) for all his support. This updated patch incorporates most of review comments given by Pierre Ossman. Many thanks for Pierre Ossman for reviewing. Signed-off-by: Vipin Bhandari Signed-off-by: Purshotam Kumar Acked-by

[PATCH v2] ARM: DaVinci: Cleaning of DaVinci MMC driver

2009-04-24 Thread Vipin Bhandari
LKLM by Pierre Ossman. Many thanks to David Brownell for his all support for review. Signed-off-by: Vipin Bhandari Signed-off-by: Purushotam Kumar --- drivers/mmc/host/davinci_mmc.c | 102 +-- 1 files changed, 55 insertions(+), 47 deletions(-) diff --git a

[PATCH] ARM: DaVinci: Cleaning of DaVinci MMC driver

2009-04-03 Thread Vipin Bhandari
LKLM by Pierre Ossman. Signed-off-by: Vipin Bhandari --- drivers/mmc/host/davinci_mmc.c | 73 ++-- 1 files changed, 40 insertions(+), 33 deletions(-) diff --git a/drivers/mmc/host/davinci_mmc.c b/drivers/mmc/host/davinci_mmc.c index 9b23802..d2193ca 100644