On Thu, Sep 22, 2011 at 12:02:39PM +0200, Marek Szyprowski wrote:
> Commit 1b39d5f2cc introduced new common gpio driver for all Samsung GPIO
> SoCs. The new driver doesn't work correctly on Samsung Exynos4 SoC. It
> fails to set configuration for all but external interrupt pins. This
> patch fixes this issue.
> 
> Signed-off-by: Marek Szyprowski <[email protected]>
> Signed-off-by: Kyungmin Park <[email protected]>

Acked-by: Grant Likely <[email protected]>

> ---
>  drivers/gpio/gpio-samsung.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/gpio/gpio-samsung.c b/drivers/gpio/gpio-samsung.c
> index 36f3675..be13580 100644
> --- a/drivers/gpio/gpio-samsung.c
> +++ b/drivers/gpio/gpio-samsung.c
> @@ -446,6 +446,8 @@ static struct samsung_gpio_cfg s3c24xx_gpiocfg_banka = {
>  static struct samsung_gpio_cfg exynos4_gpio_cfg = {
>       .set_pull       = exynos4_gpio_setpull,
>       .get_pull       = exynos4_gpio_getpull,
> +     .set_config     = samsung_gpio_setcfg_4bit,
> +     .get_config     = samsung_gpio_getcfg_4bit,
>  };
>  
>  static struct samsung_gpio_cfg s5p64x0_gpio_cfg_rbank = {
> -- 
> 1.7.1.569.g6f426
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to