Sam Ravnborg
2017-07-05 18:27:47 UTC
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
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