mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/7] Marvell MVEBU assorted fixes and cleanup
@ 2014-06-23 20:10 Sebastian Hesselbarth
  2014-06-23 20:10 ` [PATCH 1/7] ARM: mvebu: set model and default hostname for Dove Sebastian Hesselbarth
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Sebastian Hesselbarth @ 2014-06-23 20:10 UTC (permalink / raw)
  To: Sebastian Hesselbarth; +Cc: barebox

This patch set comprises cleanup and some fixes for outstanding bugs in
Marvell MVEBU SoC support.

Patch 1 adds default model and hostname for Dove SoCs.

Patch 2 consolidates TEXT_BASE from per-board to per-SoC selection.

Patch 3 removes an unused include.

Patch 4 consolidates lowlevel code from two different files to a single file.

Patch 5 fixes typos in Armada 370 TCLK frequencies.

Patch 6 adds a 25MHz reference clock to Armada XP SoC init.

Patch 7 splits timer initialization for Armada 370 and XP, which uses a
fixed 25MHz reference clock instead of divided TCLK.

The patches are based on today's next.

A branch based on *unstable* next is available at:
https://github.com/shesselba/barebox-dove.git mvebu/cleanup

Sebastian Hesselbarth (7):
  ARM: mvebu: set model and default hostname for Dove
  ARM: mvebu: set default TEXT_BASE by SoC
  ARM: mvebu: delete unused mach/mvebu.h
  ARM: mvebu: move lowlevel code to lowlevel.c
  clk: mvebu: fix Armada 370 TCLK frequencies
  ARM: mvebu: add 25MHz fixed clock for Armada XP
  clocksource: mvebu: split initialization for Armada 370/XP

 arch/arm/mach-mvebu/Kconfig              | 10 ++---
 arch/arm/mach-mvebu/Makefile             |  2 +-
 arch/arm/mach-mvebu/armada-370-xp.c      |  5 +++
 arch/arm/mach-mvebu/common.c             | 40 --------------------
 arch/arm/mach-mvebu/dove.c               |  3 ++
 arch/arm/mach-mvebu/include/mach/mvebu.h | 22 -----------
 arch/arm/mach-mvebu/lowlevel.c           | 37 ++++++++++++++++++
 drivers/clk/mvebu/armada-370.c           |  4 +-
 drivers/clocksource/mvebu.c              | 65 ++++++++++++++++++++------------
 9 files changed, 92 insertions(+), 96 deletions(-)
 delete mode 100644 arch/arm/mach-mvebu/include/mach/mvebu.h

---
Cc: barebox@lists.infradead.org
-- 
2.0.0


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

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

end of thread, other threads:[~2014-06-24  6:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-23 20:10 [PATCH 0/7] Marvell MVEBU assorted fixes and cleanup Sebastian Hesselbarth
2014-06-23 20:10 ` [PATCH 1/7] ARM: mvebu: set model and default hostname for Dove Sebastian Hesselbarth
2014-06-23 20:10 ` [PATCH 2/7] ARM: mvebu: set default TEXT_BASE by SoC Sebastian Hesselbarth
2014-06-23 20:10 ` [PATCH 3/7] ARM: mvebu: delete unused mach/mvebu.h Sebastian Hesselbarth
2014-06-23 20:10 ` [PATCH 4/7] ARM: mvebu: move lowlevel code to lowlevel.c Sebastian Hesselbarth
2014-06-23 20:10 ` [PATCH 5/7] clk: mvebu: fix Armada 370 TCLK frequencies Sebastian Hesselbarth
2014-06-23 20:10 ` [PATCH 6/7] ARM: mvebu: add 25MHz fixed clock for Armada XP Sebastian Hesselbarth
2014-06-23 20:10 ` [PATCH 7/7] clocksource: mvebu: split initialization for Armada 370/XP Sebastian Hesselbarth
2014-06-24  6:11 ` [PATCH 0/7] Marvell MVEBU assorted fixes and cleanup Sascha Hauer

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