mbox series

[v3,u-boot-marvell,0/6] Turris Mox changes

Message ID 20200408100208.4554-1-marek.behun@nic.cz
Headers show
Series Turris Mox changes | expand

Message

Marek BehĂșn April 8, 2020, 10:02 a.m. UTC
Hi, I'm sending version 3 of Turris Mox changes

Changes from v2 -> v3
- use vsnprintf instead of vsprintf
- remove stdarg.h include, since it is included by common.h
- fix checkpatch warnings (there still is one 81 chars long line which I don't know how to fix nicely)
- add Stefan's Reviewed-by tags
- add patch that removes usage of direct absolute addresses for register access (instead access them via MVEBU_REGISTER macro)
- add patch that sorts includes alphabetically

Changes from v1 -> v2
- address Stefan's complaints: add more explanations and comments to commit messages

Marek

Marek Beh?n (6):
  arm: mvebu: turris_mox: Fix early SPI communication
  arm: mvebu: dts: turris_mox: update sdhci properties
  arm: mvebu: turris_mox: Setup Linux's device tree before boot
  arm: mvebu: dts: turris_mox: fix USB3 regulator
  arm: mvebu: turris_mox: don't use hardcoded addresses
  arm: mvebu: turris_mox: sort headers alphabetically

 arch/arm/dts/armada-3720-turris-mox.dts |  19 ++
 board/CZ.NIC/turris_mox/mox_sp.c        |  14 +-
 board/CZ.NIC/turris_mox/turris_mox.c    | 331 +++++++++++++++++++++---
 configs/turris_mox_defconfig            |   1 +
 4 files changed, 325 insertions(+), 40 deletions(-)