From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 27 May 2019 01:11:36 +0200 Subject: [U-Boot] [PULL] u-boot-socfpga/master Message-ID: <526ff390-67a0-e53c-62aa-4fd46a39c501@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de SoCFPGA PL310 cleanup + A10 fix, A10 DT cleanup, DW GPIO fix. The following changes since commit 40920bdecc4e1b7096de6f546d7b5c2185554ba6: Merge tag 'dm-pull-22may19' of git://git.denx.de/u-boot-dm (2019-05-22 12:58:58 -0400) are available in the Git repository at: git://git.denx.de/u-boot-socfpga.git master for you to fetch changes up to ca9387e8b1e276e17244010620319cc8bbd1c655: Arm: dts: socfpga: Remove invalid property from chose node (2019-05-24 14:29:51 +0200) ---------------------------------------------------------------- Marek Vasut (2): ARM: socfpga: Pull PL310 clearing into common code ARM: socfpga: Clear PL310 early in SPL Simon Goldschmidt (1): gpio: dwapb_gpio: fix broken dev->node Tien Fong Chee (1): Arm: dts: socfpga: Remove invalid property from chose node arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi | 4 ---- arch/arm/mach-socfpga/include/mach/misc.h | 1 + arch/arm/mach-socfpga/misc.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/arm/mach-socfpga/spl_a10.c | 1 + arch/arm/mach-socfpga/spl_gen5.c | 57 --------------------------------------------------------- drivers/gpio/dwapb_gpio.c | 5 ++--- 6 files changed, 58 insertions(+), 64 deletions(-)