From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Goldschmidt Date: Fri, 15 Nov 2019 10:44:02 +0100 Subject: [U-Boot] [PULL] u-boot-socfpga/master In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Nov 15, 2019 at 10:35 AM Marek Vasut wrote: > > The following changes since commit 3ff1ff3ff76c15efe0451309af084ee6c096c583: > > Merge branch '2019-11-12-migrate-SYS_REDUNDAND_ENVIRONMENT' > (2019-11-12 13:40:58 -0500) > > are available in the Git repository at: > > git://git.denx.de/u-boot-socfpga.git master > > for you to fetch changes up to 155bf0a09b9b9538f3ef8dc244094e1a45e9e281: > > spi: cadence_qspi: support DM_CLK (2019-11-13 15:47:08 +0100) > > ---------------------------------------------------------------- > Ley Foon Tan (2): > arm: dts: Stratix10: Fix memory node address and size cells > configs: Stratix10: Disable CONFIG_SPL_USE_TINY_PRINTF > > Simon Goldschmidt (4): > ddr: socfpga: gen5: constify altera_gen5_sdram_ops > socfpga: fix include guard in misc.h (arch vs. global) > timer: dw-apb: add reset handling > spi: cadence_qspi: support DM_CLK Sorry to interfere here, but Vignesh had a comment on this one and I sent v3 (what you have is v1 or v2- sorrry I wasn't aware of that). Since Vignesh claims v3 does still not compile for k2g_evm_defconfig (although I cannot reproduce that error) , we should probably defer this patch until I have checked that Travis builds it correctly. Regards, Simon > > arch/arm/dts/socfpga_stratix10_socdk.dts | 2 ++ > arch/arm/mach-socfpga/include/mach/misc.h | 6 +++--- > configs/socfpga_stratix10_defconfig | 1 + > drivers/ddr/altera/sdram_gen5.c | 2 +- > drivers/spi/cadence_qspi.c | 22 ++++++++++++++++++++-- > drivers/timer/dw-apb-timer.c | 18 +++++++++++++++++- > 6 files changed, 44 insertions(+), 7 deletions(-)