From patchwork Wed Apr 8 10:02:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Marek_Beh=C3=BAn?= X-Patchwork-Id: 237394 List-Id: U-Boot discussion From: marek.behun at nic.cz (=?UTF-8?q?Marek=20Beh=C3=BAn?=) Date: Wed, 8 Apr 2020 12:02:02 +0200 Subject: [PATCH v3 u-boot-marvell 0/6] Turris Mox changes Message-ID: <20200408100208.4554-1-marek.behun@nic.cz> 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(-)