[GIT PULL] UniPhier SoC updates for v2020.04 (2nd)

Hi Tom,
Please pull more updates. This includes various Denali NAND driver improvements, and a little bit UniPhier platform changes.
Thanks.
The following changes since commit b00c3c995bf2293e32cd2be3cb4be7eb39c4ac26:
Prepare v2020.04-rc1 (2020-01-28 16:59:30 -0500)
are available in the Git repository at:
git@gitlab.denx.de:u-boot/custodians/u-boot-uniphier.git tags/uniphier-v2020.04-2
for you to fetch changes up to 76cd7d47fb8ac191553b741bb424e93c94ca759a:
ARM: uniphier: use $loadaddr for source command (2020-02-01 01:14:32 +0900)
---------------------------------------------------------------- UniPhier SoC updates for v2020.04 (2nd)
Denali NAND driver changes: - Set up more registers in denali-spl for SOCFPGA - Make clocks optional - Do not assert reset signals in the remove hook - associate SPARE_AREA_SKIP_BYTES with DT compatible - switch to UCLASS_MTD
UniPhier platform changes: - fix a bug in dram_init() - specify loadaddr for "source" command
---------------------------------------------------------------- Marek Vasut (2): mtd: rawnand: denali-spl: Add missing hardware init on SoCFPGA mtd: rawnand: denali: Do not reset the block before booting the kernel
Masahiro Yamada (7): mtd: rawnand: denali_dt: make the core clock optional mtd: rawnand: denali_dt: insert udelay() after reset deassert mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES based on DT compatible ARM: uniphier: remove adhoc reset deassertion for the NAND controller mtd: rawnand: denali_dt: use UCLASS_MTD instead of UCLASS_MISC ARM: uniphier: set gd->ram_base correctly ARM: uniphier: use $loadaddr for source command
arch/arm/Kconfig | 1 + arch/arm/mach-uniphier/board_init.c | 2 -- arch/arm/mach-uniphier/clk/Makefile | 4 +-- arch/arm/mach-uniphier/clk/clk-ld4.c | 32 ------------------ arch/arm/mach-uniphier/clk/clk-pro4.c | 14 ++------ arch/arm/mach-uniphier/clk/clk-pro5.c | 14 ++------ arch/arm/mach-uniphier/clk/clk-pxs2.c | 14 ++------ arch/arm/mach-uniphier/dram_init.c | 7 +--- arch/arm/mach-uniphier/init.h | 1 - drivers/mtd/nand/raw/Kconfig | 2 +- drivers/mtd/nand/raw/denali.c | 15 ++++++--- drivers/mtd/nand/raw/denali.h | 2 -- drivers/mtd/nand/raw/denali_dt.c | 57 +++++++++++++++++++-------------- drivers/mtd/nand/raw/denali_spl.c | 7 ++++ include/configs/uniphier.h | 6 ++-- 15 files changed, 65 insertions(+), 113 deletions(-) delete mode 100644 arch/arm/mach-uniphier/clk/clk-ld4.c

On Sat, Feb 01, 2020 at 02:07:03AM +0900, Masahiro Yamada wrote:
Hi Tom,
Please pull more updates. This includes various Denali NAND driver improvements, and a little bit UniPhier platform changes.
Thanks.
The following changes since commit b00c3c995bf2293e32cd2be3cb4be7eb39c4ac26:
Prepare v2020.04-rc1 (2020-01-28 16:59:30 -0500)
are available in the Git repository at:
git@gitlab.denx.de:u-boot/custodians/u-boot-uniphier.git tags/uniphier-v2020.04-2
for you to fetch changes up to 76cd7d47fb8ac191553b741bb424e93c94ca759a:
ARM: uniphier: use $loadaddr for source command (2020-02-01 01:14:32 +0900)
Applied to u-boot/master, thanks!
participants (2)
-
Masahiro Yamada
-
Tom Rini