RE: [PATCH 2/3] ARM: S5PV210: Add support SDMMC WP through EXT_INT on SMDKV210

2010-07-02 Thread Kukjin Kim
Ben Dooks wrote: > > On Tue, Jun 15, 2010 at 08:27:47PM +0900, Kukjin Kim wrote: > > From: Lee Hyuk > > > > S5PV210 HSMMC host controller doesn't have the Write Protection pin which > > should be connnected with SDMMC card WP pin. So allocated a GPIO in order > to > > get the data from SDMMC card

RE: [PATCH 2/3] ARM: S5PV210: Add support SDMMC WP through EXT_INT on SMDKV210

2010-07-02 Thread Kukjin Kim
Maurus Cuelenaere wrote: > > Op 15-06-10 13:27, Kukjin Kim schreef: > > From: Lee Hyuk > > > > S5PV210 HSMMC host controller doesn't have the Write Protection pin which > > should be connnected with SDMMC card WP pin. So allocated a GPIO in order > to > > get the data from SDMMC card WP pin with

RE: [PATCH 2/3] ARM: S5PV210: Add support SDMMC WP through EXT_INT on SMDKV210

2010-07-02 Thread Kukjin Kim
Kyungmin Park wrote: > > On Tue, Jun 15, 2010 at 8:27 PM, Kukjin Kim wrote: > > From: Lee Hyuk > > > > S5PV210 HSMMC host controller doesn't have the Write Protection pin which > > should be connnected with SDMMC card WP pin. So allocated a GPIO in order > to > > get the data from SDMMC card WP

Re: [PATCH 2/3] ARM: S5PV210: Add support SDMMC WP through EXT_INT on SMDKV210

2010-06-15 Thread Ben Dooks
On Tue, Jun 15, 2010 at 08:27:47PM +0900, Kukjin Kim wrote: > From: Lee Hyuk > > S5PV210 HSMMC host controller doesn't have the Write Protection pin which > should be connnected with SDMMC card WP pin. So allocated a GPIO in order to > get the data from SDMMC card WP pin with EXT_INT and implemen

Re: [PATCH 2/3] ARM: S5PV210: Add support SDMMC WP through EXT_INT on SMDKV210

2010-06-15 Thread Maurus Cuelenaere
Op 15-06-10 13:27, Kukjin Kim schreef: > From: Lee Hyuk > > S5PV210 HSMMC host controller doesn't have the Write Protection pin which > should be connnected with SDMMC card WP pin. So allocated a GPIO in order to > get the data from SDMMC card WP pin with EXT_INT and implement get_ro and > cfg_wp

Re: [PATCH 2/3] ARM: S5PV210: Add support SDMMC WP through EXT_INT on SMDKV210

2010-06-15 Thread Kyungmin Park
On Tue, Jun 15, 2010 at 8:27 PM, Kukjin Kim wrote: > From: Lee Hyuk > > S5PV210 HSMMC host controller doesn't have the Write Protection pin which > should be connnected with SDMMC card WP pin. So allocated a GPIO in order to > get the data from SDMMC card WP pin with EXT_INT and implement get_ro

[PATCH 2/3] ARM: S5PV210: Add support SDMMC WP through EXT_INT on SMDKV210

2010-06-15 Thread Kukjin Kim
From: Lee Hyuk S5PV210 HSMMC host controller doesn't have the Write Protection pin which should be connnected with SDMMC card WP pin. So allocated a GPIO in order to get the data from SDMMC card WP pin with EXT_INT and implement get_ro and cfg_wp function. Signed-off-by: Hyuk Lee Signed-off-by: