All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [PULL] u-boot-socfpga/master
Date: Wed, 5 Feb 2020 07:58:12 +0100	[thread overview]
Message-ID: <b831d92e-860d-c288-05fb-0a729ad1e51d@denx.de> (raw)
In-Reply-To: <20200204041330.GX13379@bill-the-cat>

The following changes since commit 31a790bee939e227dfc7e6a6a323b2b13180707f:

  Merge branch 'master' of git://git.denx.de/u-boot-usb (2020-02-02
15:26:53 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 9a5a90ad9b3234c4739427cbe11219c51f0e9bd1:

  ddr: altera: Add DDR2 support to Gen5 driver (2020-02-05 03:01:57 +0100)

----------------------------------------------------------------
Ley Foon Tan (1):
      reset: socfpga: Poll for reset status after deassert reset

Marek Vasut (5):
      ARM: socfpga: Drop last use of socfpga_reset_manager
      watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig
      watchdog: designware: Convert to DM and DT probing
      watchdog: designware: Optionally fetch clock and reset from DT
      ddr: altera: Add DDR2 support to Gen5 driver

 arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi |   4 ++
 arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi      |   4 ++
 arch/arm/mach-socfpga/include/mach/sdram_gen5.h       |  46
+++++++++++++++----
 arch/arm/mach-socfpga/qts-filter.sh                   |   2 +-
 arch/arm/mach-socfpga/spl_gen5.c                      |   5 +--
 arch/arm/mach-socfpga/wrap_sdram_config.c             |  64
+++++++++++++++++---------
 configs/socfpga_stratix10_defconfig                   |   2 +
 configs/socfpga_vining_fpga_defconfig                 |   3 +-
 drivers/ddr/altera/sdram_gen5.c                       |   6 ++-
 drivers/ddr/altera/sequencer.c                        | 194
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------
 drivers/ddr/altera/sequencer.h                        |   1 +
 drivers/reset/reset-socfpga.c                         |   6 ++-
 drivers/watchdog/Kconfig                              |   7 +++
 drivers/watchdog/designware_wdt.c                     | 150
+++++++++++++++++++++++++++++++++++++++++++++++++++----------
 include/configs/socfpga_common.h                      |   3 --
 include/configs/socfpga_soc64_common.h                |   8 ++--
 scripts/config_whitelist.txt                          |   1 -
 17 files changed, 398 insertions(+), 108 deletions(-)

  reply	other threads:[~2020-02-05  6:58 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-02 17:18 [PULL] u-boot-socfpga/master Marek Vasut
2020-02-02 20:26 ` Tom Rini
2020-02-03  8:24   ` Marek Vasut
2020-02-03  8:47     ` Marek Vasut
2020-02-04  4:13       ` Tom Rini
2020-02-05  6:58         ` Marek Vasut [this message]
2020-02-07 18:51           ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2023-02-22  1:04 Marek Vasut
2023-02-22 22:51 ` Tom Rini
2022-05-23 21:50 Marek Vasut
2022-05-24 15:51 ` Tom Rini
2022-03-28 20:05 Marek Vasut
2022-03-28 21:04 ` Tom Rini
2021-09-22 22:36 Marek Vasut
2021-09-23 21:20 ` Tom Rini
2020-06-14 15:28 Marek Vasut
2020-06-15 13:33 ` Tom Rini
2020-04-28 11:53 Marek Vasut
2020-04-28 16:11 ` Tom Rini
2020-04-13 20:02 Marek Vasut
2020-04-14 23:24 ` Tom Rini
2020-03-31  3:24 Marek Vasut
2020-03-31 19:09 ` Tom Rini
2020-03-04 12:23 Marek Vasut
2020-03-04 23:51 ` Tom Rini
2020-01-08 15:31 Marek Vasut
2020-01-08 23:55 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b831d92e-860d-c288-05fb-0a729ad1e51d@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.