mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/3] diverse at91 related fixes
@ 2017-07-05 18:27 Sam Ravnborg
  2017-07-05 18:32 ` [PATCH 1/3] clk: fix clk_get error handling Sam Ravnborg
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sam Ravnborg @ 2017-07-05 18:27 UTC (permalink / raw)
  To: barebox, Alexander Kurz, Uwe Kleine-König

This is a rework of the two patches sent earlier + an extra patch.
With these patches my AT91SAM9263EK board boots barebox.

clk: fix clk_get error handling
- changed based on feedback from Uwe, test for -ENOENT

gpiolib: fix: do not access oftree on non-OFDEVICE boards
- rebased on top of Alexenaders original fix

And a third patch that just adds a missing static (found while browsing code)

diffstat:

 arch/arm/mach-at91/bootstrap.c |    2 +-
 drivers/clk/clkdev.c           |    2 +-
 drivers/gpio/gpiolib.c         |    8 +++++++-
 3 files changed, 9 insertions(+), 3 deletions(-)

	Sam

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

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

end of thread, other threads:[~2017-07-07 12:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-05 18:27 [PATCH v2 0/3] diverse at91 related fixes Sam Ravnborg
2017-07-05 18:32 ` [PATCH 1/3] clk: fix clk_get error handling Sam Ravnborg
2017-07-05 18:33 ` [PATCH 2/3] gpio: fix null pointer exception when there is no oftree Sam Ravnborg
2017-07-06 12:46   ` Lucas Stach
2017-07-06 20:53     ` Alexander Kurz
2017-07-07 12:42       ` Lucas Stach
2017-07-05 18:34 ` [PATCH 3/3] arm: at91 bootstrap: declare local function static Sam Ravnborg

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