mbox series

[U-Boot,PULL] u-boot-socfpga/master

Message ID dc124ef6-8089-a517-c75b-6b0b86ba61cd@denx.de
State Changes Requested
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] u-boot-socfpga/master | expand

Pull-request

git://git.denx.de/u-boot-socfpga.git master

Message

Marek Vasut Nov. 15, 2019, 9:34 a.m. UTC
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

 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(-)

Comments

Simon Goldschmidt Nov. 15, 2019, 9:44 a.m. UTC | #1
On Fri, Nov 15, 2019 at 10:35 AM Marek Vasut <marex@denx.de> 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(-)
Marek Vasut Nov. 15, 2019, 9:52 a.m. UTC | #2
On 11/15/19 10:44 AM, Simon Goldschmidt wrote:
> 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.

The one in u-boot-socfpga compiled fine, but OK, dropped.
Tom, ignore this PR.