All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: Tom Rini <trini@konsulko.com>,
	U-Boot Mailing List <u-boot@lists.denx.de>
Subject: Please pull u-boot-marvell/next
Date: Sat, 18 Dec 2021 14:51:49 +0100	[thread overview]
Message-ID: <0fafcb90-7446-cbcf-4c6e-0bc5677b7a46@denx.de> (raw)

Hi Tom,

please pull the following Marvell MVEBU related patches into next:

----------------------------------------------------------------
- Armada XP etc: Move to DM_I2C (Stefan)
- Some mvebu comphy + mox + fdt_support changes (Marek & Pali)
- mvebu: a38x: improve USB3 serdes configuration (Stefan Eichenberger)
- mvebu: Some maintainer updates (Pali)
- mvebu: Misc minor cleanup (Pali)
----------------------------------------------------------------

Here the Azure build, without any issues:

https://dev.azure.com/sr0718/u-boot/_build/results?buildId=140&view=results

Thanks,
Stefan

The following changes since commit c03942ddc9e88d86d919504299905e4e8b0003cd:

   Merge commit '4720b83d2c711062cfb55f03591b8f12c897d7cb' of 
https://github.com/tienfong/uboot_mainline (2021-12-17 07:24:56 -0500)

are available in the Git repository at:

   git@source.denx.de:u-boot/custodians/u-boot-marvell.git next

for you to fetch changes up to 2548e6b8fcaf923bdf43c24e89acc12c0e897053:

   arm: mvebu: Use printf for printing fatal errors (2021-12-18 10:17:54 
+0100)

----------------------------------------------------------------
Marek Behún (8):
       treewide: Use fdt_create_phandle() where appropriate
       fdt_support: Remove fdt_alloc_phandle() in favor of 
fdt_generate_phandle()
       fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODE
       fdt_support: Fix comment for fdt_create_phandle()
       fdt_support: Add some useful functions
       arm: mvebu: turris_mox: Find DT nodes by compatible or alias 
instead of path
       arm: mvebu: turris_mox: Fix unstable board topology reading
       fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOX

Pali Rohár (7):
       include/linux/byteorder: Fix compilation of __constant_cpu_to_be32()
       arm: mvebu: turris_mox: Enable eth1 in U-Boot if a network module 
is present
       phy: marvell: a3700: Convert to official DT bindings in COMPHY driver
       arm: mvebu: pci: Add me as co-maintainer and author of Marvell 
PCIe drivers
       arm: mvebu: serial: Add me as co-maintainer and author of Marvell 
serial drivers
       arm: mvebu: Remove commented example code
       arm: mvebu: Use printf for printing fatal errors

Stefan Eichenberger (2):
       arm: mvebu: a38x: serdes: fix serdes config for USB3
       arm: mvebu: a38x: serdes: improve USB3 electrical configuration

Stefan Roese (9):
       arm: mvebu: theadorable_debug_defconfig: Enable DM_I2C
       arm: mvebu: db-mv784mp-gp_defconfig: Enable DM_I2C
       arm: mvebu: ds414_defconfig: Enable DM_I2C
       arm: mvebu: maxbcm_defconfig: Enable DM_I2C
       arm: mvebu: theadorable: Switch to using DM I2C API
       arm: mvebu: axp/high_speed_env_lib: Switch to DM_I2C API
       arm: mvebu: axp: Remove unreferenced ddr3_get_eprom_fabric() function
       arm: mvebu: axp: ddr: Switch to using DM I2C API
       arm: mvebu: armada-xp-theadorable.dts: Add I2C DT nodes

  MAINTAINERS                                        |  16 +-
  arch/arm/cpu/armv7/ls102xa/fdt.c                   |   6 +-
  arch/arm/dts/armada-3720-espressobin.dts           |  21 +-
  arch/arm/dts/armada-3720-turris-mox.dts            |  25 +--
  arch/arm/dts/armada-3720-uDPU.dts                  |  23 +--
  arch/arm/dts/armada-37xx.dtsi                      |  20 +-
  arch/arm/dts/armada-xp-theadorable.dts             |  12 ++
  .../mach-mvebu/serdes/a38x/high_speed_env_spec.c   |  41 +++-
  arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h      |   2 +
  .../arm/mach-mvebu/serdes/axp/high_speed_env_lib.c |  17 +-
  arch/arm/mach-mvebu/spl.c                          |  17 +-
  board/CZ.NIC/turris_mox/turris_mox.c               | 223 
++++++++-------------
  board/Marvell/octeon_ebb7304/board.c               |   5 +-
  board/freescale/lx2160a/eth_lx2160aqds.c           |   8 +-
  board/freescale/lx2160a/eth_lx2162aqds.c           |   8 +-
  board/gateworks/gw_ventana/common.c                |   3 +-
  board/kontron/sl28/sl28.c                          |   2 +-
  board/theadorable/theadorable.c                    |  15 +-
  common/fdt_support.c                               | 174 +++++++++++++---
  configs/db-mv784mp-gp_defconfig                    |   4 +-
  configs/ds414_defconfig                            |   4 +-
  configs/maxbcm_defconfig                           |   4 +-
  configs/theadorable_debug_defconfig                |   4 +-
  drivers/ddr/marvell/axp/ddr3_hw_training.h         |   1 -
  drivers/ddr/marvell/axp/ddr3_init.c                |  40 +---
  drivers/ddr/marvell/axp/ddr3_init.h                |   3 +-
  drivers/ddr/marvell/axp/ddr3_spd.c                 |  16 +-
  drivers/misc/fsl_portals.c                         |  10 +-
  drivers/pci/pci-aardvark.c                         |   1 +
  drivers/pci/pci_mvebu.c                            |   1 +
  drivers/pci/pcie_layerscape_fixup.c                |   8 +-
  drivers/pci/pcie_layerscape_gen4_fixup.c           |   8 +-
  drivers/phy/marvell/comphy_a3700.c                 | 133 ++++++++++++
  drivers/phy/marvell/comphy_core.c                  |  59 +-----
  drivers/phy/marvell/comphy_core.h                  |  23 +++
  drivers/phy/marvell/comphy_cp110.c                 |  58 ++++++
  drivers/serial/serial_mvebu_a3700.c                |   1 +
  include/fdt_support.h                              |  51 ++++-
  include/linux/byteorder/swab.h                     |   4 +
  39 files changed, 672 insertions(+), 399 deletions(-)

             reply	other threads:[~2021-12-18 13:52 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-18 13:51 Stefan Roese [this message]
2021-12-18 14:12 ` Please pull u-boot-marvell/next Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2023-03-30  8:22 Stefan Roese
2023-03-30 14:35 ` Tom Rini
2023-03-24 14:49 Stefan Roese
2023-03-25 13:39 ` Tom Rini
2023-03-01 15:49 Stefan Roese
2023-03-01 19:54 ` Tom Rini
2022-09-20  6:59 Stefan Roese
2022-09-20 18:16 ` Tom Rini
2021-12-21  8:27 Stefan Roese
2021-12-23  1:55 ` Tom Rini
2021-10-01 12:36 Stefan Roese
2021-10-01 13:16 ` 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=0fafcb90-7446-cbcf-4c6e-0bc5677b7a46@denx.de \
    --to=sr@denx.de \
    --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 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.