linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: zynq: fix typo in sdio1_3_grp pin list
@ 2016-08-25 13:48 Daniel Glöckner
  2016-08-25 15:03 ` Sören Brinkmann
  2016-09-05 22:50 ` Linus Walleij
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel Glöckner @ 2016-08-25 13:48 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Sören Brinkmann, linux-gpio, Daniel Glöckner

It contains pin 50 instead of pin 40.

Signed-off-by: Daniel Glöckner <dg@emlix.com>
---
 drivers/pinctrl/pinctrl-zynq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/pinctrl-zynq.c b/drivers/pinctrl/pinctrl-zynq.c
index 7afdbed..e0ecffc 100644
--- a/drivers/pinctrl/pinctrl-zynq.c
+++ b/drivers/pinctrl/pinctrl-zynq.c
@@ -233,7 +233,7 @@ static const unsigned int sdio0_2_pins[] = {40, 41, 42, 43, 44, 45};
 static const unsigned int sdio1_0_pins[] = {10, 11, 12, 13, 14, 15};
 static const unsigned int sdio1_1_pins[] = {22, 23, 24, 25, 26, 27};
 static const unsigned int sdio1_2_pins[] = {34, 35, 36, 37, 38, 39};
-static const unsigned int sdio1_3_pins[] = {46, 47, 48, 49, 40, 51};
+static const unsigned int sdio1_3_pins[] = {46, 47, 48, 49, 50, 51};
 static const unsigned int sdio0_emio_wp_pins[] = {54};
 static const unsigned int sdio0_emio_cd_pins[] = {55};
 static const unsigned int sdio1_emio_wp_pins[] = {56};
-- 
2.1.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] pinctrl: zynq: fix typo in sdio1_3_grp pin list
  2016-08-25 13:48 [PATCH] pinctrl: zynq: fix typo in sdio1_3_grp pin list Daniel Glöckner
@ 2016-08-25 15:03 ` Sören Brinkmann
  2016-09-05 22:50 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Sören Brinkmann @ 2016-08-25 15:03 UTC (permalink / raw)
  To: Daniel Glöckner; +Cc: Linus Walleij, linux-gpio

On Thu, 2016-08-25 at 15:48:31 +0200, Daniel Glöckner wrote:
> It contains pin 50 instead of pin 40.
> 
> Signed-off-by: Daniel Glöckner <dg@emlix.com>
Reviewed-by: Sören Brinkmann <soren.brinkmann@xilinx.com>

	Sören

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] pinctrl: zynq: fix typo in sdio1_3_grp pin list
  2016-08-25 13:48 [PATCH] pinctrl: zynq: fix typo in sdio1_3_grp pin list Daniel Glöckner
  2016-08-25 15:03 ` Sören Brinkmann
@ 2016-09-05 22:50 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2016-09-05 22:50 UTC (permalink / raw)
  To: Daniel Glöckner; +Cc: Sören Brinkmann, linux-gpio@vger.kernel.org

On Thu, Aug 25, 2016 at 3:48 PM, Daniel Glöckner <dg@emlix.com> wrote:

> It contains pin 50 instead of pin 40.
>
> Signed-off-by: Daniel Glöckner <dg@emlix.com>

Patch applied with Sören's review tag.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-05 22:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-25 13:48 [PATCH] pinctrl: zynq: fix typo in sdio1_3_grp pin list Daniel Glöckner
2016-08-25 15:03 ` Sören Brinkmann
2016-09-05 22:50 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).