mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/6] assorted fixes, mainly at91 related
@ 2017-07-19 21:20 Sam Ravnborg
  2017-07-19 21:20 ` [PATCH 1/6] arm: at91 bootstrap: declare local function static Sam Ravnborg
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Sam Ravnborg @ 2017-07-19 21:20 UTC (permalink / raw)
  To: Barebox List; +Cc: Sam Ravnborg

While working on enabling DT support for at91sam9263ek
I have stumbled over a fev issues that are
all fixed in the following patches.

Some of the issues may only be relevant when we have more at91
boards supporting DT.
None of the fixes are critical and are thus mainly -next material.

	Sam

Sam Ravnborg (6):
      arm: at91 bootstrap: declare local function static
      macb: fix clock probing with DT
      clk: at91: fix clk-main
      pinctrl: at91: move initcalls to postcore_initcall
      mci: atmel_mci: fix devinfo DEV with OF enabled
      atmel_lcdfb: fix so the correct guard_time is used

 arch/arm/mach-at91/bootstrap.c   | 2 +-
 drivers/clk/at91/clk-main.c      | 1 +
 drivers/mci/atmel_mci.c          | 3 +--
 drivers/net/macb.c               | 4 ++--
 drivers/pinctrl/pinctrl-at91.c   | 4 ++--
 drivers/video/atmel_lcdfb.c      | 2 +-
 drivers/video/atmel_lcdfb_core.c | 1 +
 7 files changed, 9 insertions(+), 8 deletions(-)

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

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

end of thread, other threads:[~2017-07-20 13:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-19 21:20 [PATCH 0/6] assorted fixes, mainly at91 related Sam Ravnborg
2017-07-19 21:20 ` [PATCH 1/6] arm: at91 bootstrap: declare local function static Sam Ravnborg
2017-07-19 21:21 ` [PATCH 2/6] macb: fix clock probing with DT Sam Ravnborg
2017-07-19 21:21 ` [PATCH 3/6] clk: at91: fix clk-main Sam Ravnborg
2017-07-19 21:21 ` [PATCH 4/6] pinctrl: at91: move initcalls to postcore_initcall Sam Ravnborg
2017-07-19 21:21 ` [PATCH 5/6] mci: atmel_mci: fix devinfo DEV with OF enabled Sam Ravnborg
2017-07-19 21:21 ` [PATCH 6/6] atmel_lcdfb: fix so the correct guard_time is used Sam Ravnborg
2017-07-20 13:05 ` [PATCH 0/6] assorted fixes, mainly at91 related Lucas Stach

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