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

2010-07-27 Thread Kukjin Kim
Maurus Cuelenaere wrote: > > Op 27-07-10 13:58, Kukjin Kim schreef: > > Maurus Cuelenaere wrote: > >> Op 23-07-10 13:56, Kukjin Kim schreef: > >>> From: Hyuk Lee > >>> > >>> If host controller doesn't have WP pin which should be connnected with > SDMMC > >>> card WP pin, can implement get_ro fu

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

2010-07-27 Thread Maurus Cuelenaere
Op 27-07-10 13:58, Kukjin Kim schreef: > Maurus Cuelenaere wrote: >> Op 23-07-10 13:56, Kukjin Kim schreef: >>> From: Hyuk Lee >>> >>> If host controller doesn't have WP pin which should be connnected with SDMMC >>> card WP pin, can implement get_ro function with using the allocated gpio. >>> In

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

2010-07-27 Thread Kukjin Kim
Marek Szyprowski wrote: > > Hello, > > On Friday, July 23, 2010 1:57 PM Kukjin Kim wrote: > > > From: Hyuk Lee > > > > If host controller doesn't have WP pin which should be connnected with > > SDMMC > > card WP pin, can implement get_ro function with using the allocated gpio. > > In order to u

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

2010-07-27 Thread Kukjin Kim
Kyungmin Park wrote: > > On Fri, Jul 23, 2010 at 8:56 PM, Kukjin Kim wrote: > > From: Hyuk Lee > > > > If host controller doesn't have WP pin which should be connnected with SDMMC > > card WP pin, can implement get_ro function with using the allocated gpio. > > In order to use this quirk wp_gpio

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

2010-07-27 Thread Kukjin Kim
Maurus Cuelenaere wrote: > > Op 23-07-10 13:56, Kukjin Kim schreef: > > From: Hyuk Lee > > > > If host controller doesn't have WP pin which should be connnected with SDMMC > > card WP pin, can implement get_ro function with using the allocated gpio. > > In order to use this quirk wp_gpio in the

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

2010-07-23 Thread Marek Szyprowski
Hello, On Friday, July 23, 2010 1:57 PM Kukjin Kim wrote: > From: Hyuk Lee > > If host controller doesn't have WP pin which should be connnected with > SDMMC > card WP pin, can implement get_ro function with using the allocated gpio. > In order to use this quirk wp_gpio in the platform data mus

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

2010-07-23 Thread Kyungmin Park
On Fri, Jul 23, 2010 at 8:56 PM, Kukjin Kim wrote: > From: Hyuk Lee > > If host controller doesn't have WP pin which should be connnected with SDMMC > card WP pin, can implement get_ro function with using the allocated gpio. > In order to use this quirk wp_gpio in the platform data must be set. >

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

2010-07-23 Thread Maurus Cuelenaere
Op 23-07-10 13:56, Kukjin Kim schreef: > From: Hyuk Lee > > If host controller doesn't have WP pin which should be connnected with SDMMC > card WP pin, can implement get_ro function with using the allocated gpio. > In order to use this quirk wp_gpio in the platform data must be set. > > Signed-of

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

2010-07-23 Thread Kukjin Kim
From: Hyuk Lee If host controller doesn't have WP pin which should be connnected with SDMMC card WP pin, can implement get_ro function with using the allocated gpio. In order to use this quirk wp_gpio in the platform data must be set. Signed-off-by: Hyuk Lee Signed-off-by: Kukjin Kim --- driv