Re: [PATCH v4] ARM: s3c244x: Fix mess with gpio {set,get}_pull callbacks

2010-11-30 Thread Lars-Peter Clausen
On 11/30/2010 08:46 PM, Vasily Khoruzhick wrote: Currently the {set,get}_pull callbacks of the s3c24xx_gpiocfg_default structure are initalized via s3c_gpio_{get,set}pull_1up. This results in a linker error when only CONFIG_CPU_S3C2442 is selected:

Re: [PATCH v4] ARM: s3c244x: Fix mess with gpio {set,get}_pull callbacks

2010-11-30 Thread Vasily Khoruzhick
On Tuesday 30 November 2010 21:59:01 Lars-Peter Clausen wrote: On 11/30/2010 08:46 PM, Vasily Khoruzhick wrote: Currently the {set,get}_pull callbacks of the s3c24xx_gpiocfg_default structure are initalized via s3c_gpio_{get,set}pull_1up. This results in a linker error when only

Re: [PATCH v4] ARM: s3c244x: Fix mess with gpio {set,get}_pull callbacks

2010-11-30 Thread Vasily Khoruzhick
On Wednesday 01 December 2010 07:28:17 Kukjin Kim wrote: else if (pup == S3C_GPIO_PULL_NONE) pull == S3C_GPIO_PULL_NONE? Yep, thanks -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at