mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] fixup! pinctrl: Add provisions to control GPIO pin direction
@ 2016-11-15 16:22 Andrey Smirnov
  2016-11-15 16:22 ` [PATCH 2/2] fixup! clk: Port of_clk_set_defaults() Andrey Smirnov
  2016-11-17  6:56 ` [PATCH 1/2] fixup! pinctrl: Add provisions to control GPIO pin direction Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Andrey Smirnov @ 2016-11-15 16:22 UTC (permalink / raw)
  To: barebox; +Cc: Andrey Smirnov

---

Sascha:

These two are fixup for issues in my Vybrid patch series, patch #2 is
for the issue you experienced and this one is for another issue I
found when building cupid_defconfig.

If you'd rather I post v3 version of the patchset with all of this
incorporated, let me know.

Thanks,
Andrey

 include/pinctrl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/pinctrl.h b/include/pinctrl.h
index 0fde3f9..7d87169 100644
--- a/include/pinctrl.h
+++ b/include/pinctrl.h
@@ -49,7 +49,7 @@ static inline int of_pinctrl_select_state_default(struct device_node *np)
 	return -ENODEV;
 }
 
-static inline int pinctrl_gpio_direction_input(unsigend pin)
+static inline int pinctrl_gpio_direction_input(unsigned pin)
 {
 	return -ENOTSUPP;
 }
-- 
2.5.5


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2016-11-17  6:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-15 16:22 [PATCH 1/2] fixup! pinctrl: Add provisions to control GPIO pin direction Andrey Smirnov
2016-11-15 16:22 ` [PATCH 2/2] fixup! clk: Port of_clk_set_defaults() Andrey Smirnov
2016-11-17  6:56 ` [PATCH 1/2] fixup! pinctrl: Add provisions to control GPIO pin direction Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox