mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] gpiolib: introduce gpio initializer
@ 2017-09-26 21:26 Uwe Kleine-König
  2017-09-26 21:26 ` [PATCH 1/3] gpiolib: reorder functions Uwe Kleine-König
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Uwe Kleine-König @ 2017-09-26 21:26 UTC (permalink / raw)
  To: barebox

Hello,

the target of this series is to allow gpios to be initialized but
without the side effect that the gpios are unusable then (as is the case
with gpio-hogs).

This can for example be used to prevent debug pins from floating when
unused or keep a chip in reset until a matching driver is available.

I already tried to fix the binding, no feedback so far.
See http://patchwork.ozlabs.org/patch/817695/ .

Best regards
Uwe

Uwe Kleine-König (3):
  gpiolib: reorder functions
  gpiolib: introduce helper functions working on gpio_info structs
  gpiolib: introduce gpio initializer

 drivers/gpio/gpiolib.c | 272 +++++++++++++++++++++++++++++++------------------
 1 file changed, 173 insertions(+), 99 deletions(-)

-- 
2.11.0


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

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

end of thread, other threads:[~2017-10-09 19:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-26 21:26 [PATCH 0/3] gpiolib: introduce gpio initializer Uwe Kleine-König
2017-09-26 21:26 ` [PATCH 1/3] gpiolib: reorder functions Uwe Kleine-König
2017-09-26 21:26 ` [PATCH 2/3] gpiolib: introduce helper functions working on gpio_info structs Uwe Kleine-König
2017-09-26 21:26 ` [PATCH 3/3] gpiolib: introduce gpio initializer Uwe Kleine-König
2017-10-06  4:29 ` [PATCH 0/3] " Sascha Hauer
2017-10-09 19:27   ` Uwe Kleine-König

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