Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1648100 > unrolled thread
| Started by | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| First post | 2017-05-23 16:10 +0200 |
| Last post | 2017-05-24 10:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 2/2] pinctrl: meson-gxbb: Add missing GPIODV_18 pin entry Neil Armstrong <narmstrong@baylibre.com> - 2017-05-23 16:10 +0200
Re: [PATCH 2/2] pinctrl: meson-gxbb: Add missing GPIODV_18 pin entry Jerome Brunet <jbrunet@baylibre.com> - 2017-05-24 10:50 +0200
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Date | 2017-05-23 16:10 +0200 |
| Subject | [PATCH 2/2] pinctrl: meson-gxbb: Add missing GPIODV_18 pin entry |
| Message-ID | <tKiFB-4he-35@gated-at.bofh.it> |
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 <narmstrong@baylibre.com>
---
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),
--
1.9.1
[toc] | [next] | [standalone]
| From | Jerome Brunet <jbrunet@baylibre.com> |
|---|---|
| Date | 2017-05-24 10:50 +0200 |
| Message-ID | <tKA9s-8rl-35@gated-at.bofh.it> |
| In reply to | #1648100 |
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 <jbrunet@baylibre.com>
>
> Fixes: 468c234f9ed7 ("pinctrl: amlogic: Add support for Amlogic Meson GXBB
> SoC")
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
> 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),
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web