Re: [PATCH 2/2] pinctrl: meson-gxbb: Add missing GPIODV_18 pin entry

2017-05-29 Thread Linus Walleij
On Tue, May 23, 2017 at 4:09 PM, Neil Armstrong  wrote:

> GPIODV_18 entry was missing in the original driver push.
>
> Fixes: 468c234f9ed7 ("pinctrl: amlogic: Add support for Amlogic Meson GXBB 
> SoC")
> Signed-off-by: Neil Armstrong 

Patch applied with Jerome's review tag.

Yours,
Linus Walleij


Re: [PATCH 2/2] pinctrl: meson-gxbb: Add missing GPIODV_18 pin entry

2017-05-29 Thread Linus Walleij
On Tue, May 23, 2017 at 4:09 PM, Neil Armstrong  wrote:

> GPIODV_18 entry was missing in the original driver push.
>
> Fixes: 468c234f9ed7 ("pinctrl: amlogic: Add support for Amlogic Meson GXBB 
> SoC")
> Signed-off-by: Neil Armstrong 

Patch applied with Jerome's review tag.

Yours,
Linus Walleij


Re: [PATCH 2/2] pinctrl: meson-gxbb: Add missing GPIODV_18 pin entry

2017-05-24 Thread Jerome Brunet
On Tue, 2017-05-23 at 16:09 +0200, Neil Armstrong wrote:
> GPIODV_18 entry was missing in the original driver push.

Reviewed-by: Jerome Brunet 

> 
> Fixes: 468c234f9ed7 ("pinctrl: amlogic: Add support for Amlogic Meson GXBB
> SoC")
> Signed-off-by: Neil Armstrong 
> ---
>  drivers/pinctrl/meson/pinctrl-meson-gxbb.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
> b/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
> index 3ccb0f4f..7d897c5 100644
> --- a/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
> +++ b/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
> @@ -85,6 +85,7 @@
>   MESON_PIN(GPIODV_15, EE_OFF),
>   MESON_PIN(GPIODV_16, EE_OFF),
>   MESON_PIN(GPIODV_17, EE_OFF),
> + MESON_PIN(GPIODV_18, EE_OFF),
>   MESON_PIN(GPIODV_19, EE_OFF),
>   MESON_PIN(GPIODV_20, EE_OFF),
>   MESON_PIN(GPIODV_21, EE_OFF),



Re: [PATCH 2/2] pinctrl: meson-gxbb: Add missing GPIODV_18 pin entry

2017-05-24 Thread Jerome Brunet
On Tue, 2017-05-23 at 16:09 +0200, Neil Armstrong wrote:
> GPIODV_18 entry was missing in the original driver push.

Reviewed-by: Jerome Brunet 

> 
> Fixes: 468c234f9ed7 ("pinctrl: amlogic: Add support for Amlogic Meson GXBB
> SoC")
> Signed-off-by: Neil Armstrong 
> ---
>  drivers/pinctrl/meson/pinctrl-meson-gxbb.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
> b/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
> index 3ccb0f4f..7d897c5 100644
> --- a/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
> +++ b/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
> @@ -85,6 +85,7 @@
>   MESON_PIN(GPIODV_15, EE_OFF),
>   MESON_PIN(GPIODV_16, EE_OFF),
>   MESON_PIN(GPIODV_17, EE_OFF),
> + MESON_PIN(GPIODV_18, EE_OFF),
>   MESON_PIN(GPIODV_19, EE_OFF),
>   MESON_PIN(GPIODV_20, EE_OFF),
>   MESON_PIN(GPIODV_21, EE_OFF),