RE: [PATCH 1/3] ARM: SAMSUNG: Add the member of platdata to implement SDMMC Write Protection

2010-07-02 Thread Kukjin Kim
Ben Dooks wrote: > > On Tue, Jun 15, 2010 at 08:27:46PM +0900, Kukjin Kim wrote: > > From: Lee Hyuk > > > > This patch adds the members of platdata which are cfg_wp and get_ro. > > The cfg_wp is the function for setting the specific GPIO for WP pin > > and get_ro is the function for getting data

Re: [PATCH 1/3] ARM: SAMSUNG: Add the member of platdata to implement SDMMC Write Protection

2010-06-15 Thread Ben Dooks
On Tue, Jun 15, 2010 at 08:27:46PM +0900, Kukjin Kim wrote: > From: Lee Hyuk > > This patch adds the members of platdata which are cfg_wp and get_ro. > The cfg_wp is the function for setting the specific GPIO for WP pin > and get_ro is the function for getting data from the assigned GPIO. Why no

[PATCH 1/3] ARM: SAMSUNG: Add the member of platdata to implement SDMMC Write Protection

2010-06-15 Thread Kukjin Kim
From: Lee Hyuk This patch adds the members of platdata which are cfg_wp and get_ro. The cfg_wp is the function for setting the specific GPIO for WP pin and get_ro is the function for getting data from the assigned GPIO. Signed-off-by: Hyuk Lee Signed-off-by: Kukjin Kim --- arch/arm/plat-samsu