[PATCH 3/3] sdhci-s3c: Add SDHCI_QUIRK_NO_WP_BIT for Samsung SoC

2010-06-15 Thread Kukjin Kim
From: Lee Hyuk S5PV210 HSMMC host controller doesn't have the WP pin which should be connnected with SDMMC card WP pin. So if there are the cfg_wp and get_ro in pdata, configure the WP pin and replace get_ro function in sdhci with get_ro function in pdata. Signed-off-by: Hyuk Lee Signed-off-by:

Re: [PATCH 3/3] sdhci-s3c: Add SDHCI_QUIRK_NO_WP_BIT for Samsung SoC

2010-06-15 Thread Ben Dooks
On Tue, Jun 15, 2010 at 08:27:48PM +0900, Kukjin Kim wrote: > From: Lee Hyuk > > S5PV210 HSMMC host controller doesn't have the WP pin which should be > connnected with SDMMC card WP pin. So if there are the cfg_wp and get_ro > in pdata, configure the WP pin and replace get_ro function in sdhci w