RE: [PATCH 06/27] ARM: S5P64X0: 2nd Change to using s3c_gpio_cfgpin_range()

2010-10-02 Thread Kukjin Kim
Kyungmin Park wrote: > > Hi, > Hi :-) > On Fri, Oct 1, 2010 at 9:05 PM, Kukjin Kim wrote: > > This patch changes the code setting ranges of GPIO pins in mach-s5p64x0 using > > s3c_gpio_cfgpin() to use the recently introduced s3c_gpio_cfgpin_range(). > > NOTE: This is for missed things from the

Re: [PATCH 06/27] ARM: S5P64X0: 2nd Change to using s3c_gpio_cfgpin_range()

2010-10-01 Thread Kyungmin Park
Hi, On Fri, Oct 1, 2010 at 9:05 PM, Kukjin Kim wrote: > This patch changes the code setting ranges of GPIO pins in mach-s5p64x0 using > s3c_gpio_cfgpin() to use the recently introduced s3c_gpio_cfgpin_range(). > NOTE: This is for missed things from the previous patch. > > Signed-off-by: Kukjin Ki

[PATCH 06/27] ARM: S5P64X0: 2nd Change to using s3c_gpio_cfgpin_range()

2010-10-01 Thread Kukjin Kim
This patch changes the code setting ranges of GPIO pins in mach-s5p64x0 using s3c_gpio_cfgpin() to use the recently introduced s3c_gpio_cfgpin_range(). NOTE: This is for missed things from the previous patch. Signed-off-by: Kukjin Kim --- arch/arm/mach-s5p64x0/dev-spi.c| 24 ---