U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: trini@konsulko.com
Cc: u-boot@lists.denx.de
Subject: [GIT PULL] Please pull u-boot-imx-next-20241223
Date: Mon, 23 Dec 2024 10:16:32 -0300	[thread overview]
Message-ID: <20241223131632.1507487-1-festevam@gmail.com> (raw)

Hi Tom,

Please pull from u-boot-imx/next, thanks.

The following changes since commit 5947cd76acdd65f48f0748af01241cb6c0756fba:

  Merge branch '2024-12-21-add-arm64-CI-host-support' into next (2024-12-21 12:27:55 -0600)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-next-20241223

for you to fetch changes up to 6016960ceb9d3fda591cda94df3841748fb65596:

  imx: Use per board ddrphy_trained_csr (2024-12-23 08:10:15 -0300)

u-boot-imx-next-20241223
------------------------

CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/23987

- imx8m: Remove global ddrphy_trained_csr as it is a per board configuration.
- Add DM_FLAG_ACTIVE_DMA flag for FEC network driver to avoid potential
kernel crash.
- Miscellaneous improvements for i.MX8M Venice Gateworks platforms.
----------------------------------------------------------------
Meng Li (1):
      net: fec_mxc: add DM_FLAG_ACTIVE_DMA flag for FEC network driver

Peng Fan (1):
      imx: Use per board ddrphy_trained_csr

Tim Harvey (5):
      spi: mxc_spi: use proper clock for SPI bus
      drivers: misc: gsc: add support for fan controller
      drivers: misc: gsc: add support for prescaled
      imx8m*-venice: define suitable address for SPL_LOAD_FIT_ADDRESS
      arm: dts: imx8mp-venice-gw7*xx: fix TPM reset

 arch/arm/dts/imx8mp-venice-gw71xx-2x-u-boot.dtsi |  16 +-
 arch/arm/dts/imx8mp-venice-gw72xx-2x-u-boot.dtsi |  16 +-
 arch/arm/dts/imx8mp-venice-gw73xx-2x-u-boot.dtsi |  16 +-
 arch/arm/include/asm/arch-imx8m/ddr.h            |   3 -
 arch/arm/include/asm/arch-imx9/ddr.h             |   3 -
 configs/imx8mm_venice_defconfig                  |   1 +
 configs/imx8mn_venice_defconfig                  |   1 +
 configs/imx8mp_venice_defconfig                  |   1 +
 drivers/ddr/imx/phy/Makefile                     |   2 +-
 drivers/ddr/imx/phy/ddrphy_csr.c                 | 732 -----------------------
 drivers/ddr/imx/phy/ddrphy_train.c               |   3 +-
 drivers/ddr/imx/phy/helper.c                     |   8 +-
 drivers/misc/gsc.c                               |   4 +
 drivers/net/fec_mxc.c                            |   1 +
 drivers/spi/mxc_spi.c                            |  14 +-
 15 files changed, 46 insertions(+), 775 deletions(-)
 delete mode 100644 drivers/ddr/imx/phy/ddrphy_csr.c

             reply	other threads:[~2024-12-23 13:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-23 13:16 Fabio Estevam [this message]
2024-12-23 17:29 ` [GIT PULL] Please pull u-boot-imx-next-20241223 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=20241223131632.1507487-1-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=trini@konsulko.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox