[PATCH v3 u-boot-marvell 0/6] Turris Mox changes
Marek Behún
marek.behun at nic.cz
Wed Apr 8 12:02:02 CEST 2020
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(-)
--
2.24.1
More information about the U-Boot
mailing list