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/master
Date: Wed, 4 May 2022 11:26:40 +0200	[thread overview]
Message-ID: <ec8cae20-f79d-a181-5b14-c9a81c128722@denx.de> (raw)

Hi Tom,

please pull this next batch of Marvell related patches. Some
of them are network driver related and are reviewed by Ramon.
I also have the ack from Daniel to push the MIPS related
patches via this tree:

----------------------------------------------------------------
- mips: octeon: Add ethernet support (Aaron & Stefan)
- Misc mvneta changes, cleanups, fixes (Marek)
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan


The following changes since commit 46eb29201c17e1273d1cabeafde378b0759c0d7d:

   Merge branch '2022-05-03-virtio-pci-add-and-fix-consistency-checks' 
(2022-05-03 18:33:46 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 95a3a6ee086d47a8e0cd573e327fd48a97d87439:

   net: mvneta: Drop unneeded macro (2022-05-04 07:05:51 +0200)

----------------------------------------------------------------
Aaron Williams (40):
       mips: octeon: Add misc cvmx-* header files
       mips: octeon: Add cvmx-ilk-defs.h header file
       mips: octeon: Add cvmx-iob-defs.h header file
       mips: octeon: Add cvmx-lbk-defs.h header file
       mips: octeon: Add cvmx-npei-defs.h header file
       mips: octeon: Add cvmx-pcsxx-defs.h header file
       mips: octeon: Add cvmx-xcv-defs.h header file
       mips: octeon: Add cvmx-helper-agl.c
       mips: octeon: Add cvmx-helper-bgx.c
       mips: octeon: Add cvmx-helper-board.c
       mips: octeon: Add cvmx-helper-fpa.c
       mips: octeon: Add cvmx-helper-ilk.c
       mips: octeon: Add cvmx-helper-ipd.c
       mips: octeon: Add cvmx-helper-loop.c
       mips: octeon: Add cvmx-helper-npi.c
       mips: octeon: Add cvmx-helper-pki.c
       mips: octeon: Add cvmx-helper-pko.c
       mips: octeon: Add cvmx-helper-pko3.c
       mips: octeon: Add cvmx-helper-rgmii.c
       mips: octeon: Add cvmx-helper-sgmii.c
       mips: octeon: Add cvmx-helper-sfp.c
       mips: octeon: Add cvmx-helper-xaui.c
       mips: octeon: Add cvmx-agl.c
       mips: octeon: Add cvmx-cmd-queue.c
       mips: octeon: Add cvmx-fau-compat.c
       mips: octeon: Add cvmx-fpa.c
       mips: octeon: Add cvmx-fpa-resource.c
       mips: octeon: Add cvmx-global-resource.c
       mips: octeon: Add cvmx-ilk.c
       mips: octeon: Add cvmx-ipd.c
       mips: octeon: Add cvmx-pki.c
       mips: octeon: Add cvmx-pki-resources.c
       mips: octeon: Add cvmx-pko.c
       mips: octeon: Add cvmx-pko3.c
       mips: octeon: Add cvmx-pko3-queue.c
       mips: octeon: Add cvmx-pko3-compat.c
       mips: octeon: Add cvmx-pko3-resources.c
       mips: octeon: Add cvmx-pko-internal-ports-range.c
       mips: octeon: Add cvmx-qlm-tables.c
       mips: octeon: Add cvmx-range.c

Marek Behún (19):
       net: mvneta: Get rid of platdata
       net: mvneta: Fix 10Mbps speed
       net: mvneta: Use DM MDIO API for connecting PHY
       net: mvneta: Remember fixed link instead of PHY address in priv data
       arm: mvebu: Espressobin: Use DM registered MDIO to configure switch
       net: mdio-uclass: add dm_phy_find_by_ofnode() helper
       arm: mvebu: turris_mox: Use DM registered MDIO
       net: mvneta: Don't register MDIO bus
       net: mvneta: Fix unused variable warning if DM_GPIO is disabled
       net: mvneta: Drop one indentation level in mvneta_adjust_link()
       net: mvneta: Use bool instead of int for boolean variable
       net: mvneta: Drop unnecessary space
       net: mvneta: Don't check for CONFIG_PHYLIB
       net: mvneta: Rename CONFIG_NR_CPUS to MVNETA_NR_CPUS
       net: mvneta: Convert to use PHY_FIXED for fixed-link
       net: mvneta: Write PHY address just before enabling HW polling
       net: mvneta: Drop fixed_link member from private struct
       net: mvneta: Disable fixed PHY code if PHY_FIXED is not compiled in
       net: mvneta: Drop unneeded macro

Stefan Roese (12):
       mips: octeon: Misc changes to existing headers for upcoming eth 
support
       mips: octeon: Misc changes to existing C files for upcoming eth 
support
       mips: octeon: Makefile: Enable building of the newly added C files
       mips: octeon: cpu.c: Move bootmem init to arch_early_init_r()
       mips: octeon: cpu.c: Implement configure_lmtdma_window()
       mips: octeon: octeon_common.h: Move init SP because of increased 
image size
       mips: octeon: mrvl, cn73xx.dtsi: Add ethernet (BGX) and SMI DT nodes
       mips: octeon: mrvl, octeon-ebb7304.dts: Add ethernet DT support
       mips: octeon: mrvl, octeon-nic23.dts: Add ethernet DT support
       net: Add ethernet support for MIPS Octeon
       mips: octeon: ebb7304: Enable ethernet support
       mips: octeon: nic23: Enable ethernet support

  arch/arm/dts/armada-3720-turris-mox-u-boot.dtsi    |   19 -
  arch/mips/Kconfig                                  |    1 +
  arch/mips/dts/mrvl,cn73xx.dtsi                     |   35 +
  arch/mips/dts/mrvl,octeon-ebb7304.dts              |   45 +
  arch/mips/dts/mrvl,octeon-nic23.dts                |  238 ++
  arch/mips/mach-octeon/Makefile                     |   35 +-
  arch/mips/mach-octeon/cpu.c                        |   47 +-
  arch/mips/mach-octeon/cvmx-agl.c                   |  216 ++
  arch/mips/mach-octeon/cvmx-bootmem.c               |    3 +-
  arch/mips/mach-octeon/cvmx-cmd-queue.c             |  355 ++
  arch/mips/mach-octeon/cvmx-fau-compat.c            |   53 +
  arch/mips/mach-octeon/cvmx-fpa-resource.c          |  219 ++
  arch/mips/mach-octeon/cvmx-fpa.c                   | 1127 +++++++
  arch/mips/mach-octeon/cvmx-global-resources.c      |  517 +++
  arch/mips/mach-octeon/cvmx-helper-agl.c            |  231 ++
  arch/mips/mach-octeon/cvmx-helper-bgx.c            | 2737 +++++++++++++++
  arch/mips/mach-octeon/cvmx-helper-board.c          | 1824 ++++++++++
  arch/mips/mach-octeon/cvmx-helper-cfg.c            |  655 +---
  arch/mips/mach-octeon/cvmx-helper-fdt.c            |  898 ++---
  arch/mips/mach-octeon/cvmx-helper-fpa.c            |   76 +
  arch/mips/mach-octeon/cvmx-helper-ilk.c            |  902 +++++
  arch/mips/mach-octeon/cvmx-helper-ipd.c            |  286 ++
  arch/mips/mach-octeon/cvmx-helper-loop.c           |  178 +
  arch/mips/mach-octeon/cvmx-helper-npi.c            |  137 +
  arch/mips/mach-octeon/cvmx-helper-pki.c            |  549 +++
  arch/mips/mach-octeon/cvmx-helper-pko.c            |  203 ++
  arch/mips/mach-octeon/cvmx-helper-pko3.c           | 1088 ++++++
  arch/mips/mach-octeon/cvmx-helper-rgmii.c          |  398 +++
  arch/mips/mach-octeon/cvmx-helper-sfp.c            | 1309 ++++++++
  arch/mips/mach-octeon/cvmx-helper-sgmii.c          |  781 +++++
  arch/mips/mach-octeon/cvmx-helper-util.c           |  248 --
  arch/mips/mach-octeon/cvmx-helper-xaui.c           |  518 +++
  arch/mips/mach-octeon/cvmx-helper.c                |  845 +----
  arch/mips/mach-octeon/cvmx-ilk.c                   | 1199 +++++++
  arch/mips/mach-octeon/cvmx-ipd.c                   |  149 +
  arch/mips/mach-octeon/cvmx-pki-resources.c         |  285 ++
  arch/mips/mach-octeon/cvmx-pki.c                   |  910 +++++
  .../mach-octeon/cvmx-pko-internal-ports-range.c    |   99 +
  arch/mips/mach-octeon/cvmx-pko.c                   |  788 +++++
  arch/mips/mach-octeon/cvmx-pko3-compat.c           |  656 ++++
  arch/mips/mach-octeon/cvmx-pko3-queue.c            |  879 +++++
  arch/mips/mach-octeon/cvmx-pko3-resources.c        |  213 ++
  arch/mips/mach-octeon/cvmx-pko3.c                  |  786 +++++
  arch/mips/mach-octeon/cvmx-qlm-tables.c            |  292 ++
  arch/mips/mach-octeon/cvmx-range.c                 |  259 ++
  arch/mips/mach-octeon/include/mach/cvmx-agl.h      |   45 +
  arch/mips/mach-octeon/include/mach/cvmx-bootmem.h  |    3 +-
  arch/mips/mach-octeon/include/mach/cvmx-config.h   |  128 +
  arch/mips/mach-octeon/include/mach/cvmx-fau.h      |  581 ++++
  arch/mips/mach-octeon/include/mach/cvmx-fpa.h      |    3 +-
  arch/mips/mach-octeon/include/mach/cvmx-fpa3.h     |   37 -
  .../mach-octeon/include/mach/cvmx-helper-board.h   |    6 +-
  .../mach-octeon/include/mach/cvmx-helper-fdt.h     |   40 +-
  .../mach-octeon/include/mach/cvmx-helper-pko.h     |    2 +-
  arch/mips/mach-octeon/include/mach/cvmx-helper.h   |   20 +
  arch/mips/mach-octeon/include/mach/cvmx-ilk-defs.h | 2269 +++++++++++++
  arch/mips/mach-octeon/include/mach/cvmx-iob-defs.h | 1328 ++++++++
  arch/mips/mach-octeon/include/mach/cvmx-lbk-defs.h |  157 +
  arch/mips/mach-octeon/include/mach/cvmx-mdio.h     |  516 +++
  .../mips/mach-octeon/include/mach/cvmx-npei-defs.h | 3550 
++++++++++++++++++++
  .../mach-octeon/include/mach/cvmx-pcsxx-defs.h     |  787 +++++
  .../mach-octeon/include/mach/cvmx-pki-cluster.h    |  343 ++
  arch/mips/mach-octeon/include/mach/cvmx-pko.h      |  213 ++
  .../mach-octeon/include/mach/cvmx-pko3-resources.h |   36 +
  arch/mips/mach-octeon/include/mach/cvmx-pko3.h     | 1052 ++++++
  arch/mips/mach-octeon/include/mach/cvmx-range.h    |   23 +
  arch/mips/mach-octeon/include/mach/cvmx-regs.h     |  100 +-
  arch/mips/mach-octeon/include/mach/cvmx-xcv-defs.h |  226 ++
  arch/mips/mach-octeon/include/mach/octeon_eth.h    |   54 +-
  board/CZ.NIC/turris_mox/turris_mox.c               |   88 +-
  board/Marvell/mvebu_armada-37xx/board.c            |   26 +-
  board/Marvell/octeon_nic23/board.c                 |   87 +-
  configs/clearfog_defconfig                         |    1 +
  configs/controlcenterdc_defconfig                  |    1 +
  configs/db-88f6820-amc_defconfig                   |    1 +
  configs/db-88f6820-gp_defconfig                    |    1 +
  configs/db-mv784mp-gp_defconfig                    |    1 +
  configs/ds414_defconfig                            |    1 +
  configs/helios4_defconfig                          |    1 +
  configs/maxbcm_defconfig                           |    1 +
  configs/mvebu_espressobin-88f3720_defconfig        |    3 +
  configs/octeon_ebb7304_defconfig                   |    7 +
  configs/octeon_nic23_defconfig                     |   10 +-
  configs/theadorable_debug_defconfig                |    1 +
  configs/turris_mox_defconfig                       |    1 +
  configs/turris_omnia_defconfig                     |    2 +
  configs/uDPU_defconfig                             |    1 +
  drivers/net/Kconfig                                |    8 +
  drivers/net/Makefile                               |    1 +
  drivers/net/mvneta.c                               |  343 +-
  drivers/net/octeon/Makefile                        |    6 +
  drivers/net/octeon/octeon_eth.c                    | 1060 ++++++
  drivers/net/octeon/octeon_mdio.c                   |  226 ++
  include/configs/octeon_common.h                    |    2 +-
  include/configs/octeon_ebb7304.h                   |    2 +
  include/miiphy.h                                   |    9 +
  net/mdio-uclass.c                                  |   22 +
  97 files changed, 33853 insertions(+), 2867 deletions(-)
  create mode 100644 arch/mips/mach-octeon/cvmx-agl.c
  create mode 100644 arch/mips/mach-octeon/cvmx-cmd-queue.c
  create mode 100644 arch/mips/mach-octeon/cvmx-fau-compat.c
  create mode 100644 arch/mips/mach-octeon/cvmx-fpa-resource.c
  create mode 100644 arch/mips/mach-octeon/cvmx-fpa.c
  create mode 100644 arch/mips/mach-octeon/cvmx-global-resources.c
  create mode 100644 arch/mips/mach-octeon/cvmx-helper-agl.c
  create mode 100644 arch/mips/mach-octeon/cvmx-helper-bgx.c
  create mode 100644 arch/mips/mach-octeon/cvmx-helper-board.c
  create mode 100644 arch/mips/mach-octeon/cvmx-helper-fpa.c
  create mode 100644 arch/mips/mach-octeon/cvmx-helper-ilk.c
  create mode 100644 arch/mips/mach-octeon/cvmx-helper-ipd.c
  create mode 100644 arch/mips/mach-octeon/cvmx-helper-loop.c
  create mode 100644 arch/mips/mach-octeon/cvmx-helper-npi.c
  create mode 100644 arch/mips/mach-octeon/cvmx-helper-pki.c
  create mode 100644 arch/mips/mach-octeon/cvmx-helper-pko.c
  create mode 100644 arch/mips/mach-octeon/cvmx-helper-pko3.c
  create mode 100644 arch/mips/mach-octeon/cvmx-helper-rgmii.c
  create mode 100644 arch/mips/mach-octeon/cvmx-helper-sfp.c
  create mode 100644 arch/mips/mach-octeon/cvmx-helper-sgmii.c
  create mode 100644 arch/mips/mach-octeon/cvmx-helper-xaui.c
  create mode 100644 arch/mips/mach-octeon/cvmx-ilk.c
  create mode 100644 arch/mips/mach-octeon/cvmx-ipd.c
  create mode 100644 arch/mips/mach-octeon/cvmx-pki-resources.c
  create mode 100644 arch/mips/mach-octeon/cvmx-pki.c
  create mode 100644 arch/mips/mach-octeon/cvmx-pko-internal-ports-range.c
  create mode 100644 arch/mips/mach-octeon/cvmx-pko.c
  create mode 100644 arch/mips/mach-octeon/cvmx-pko3-compat.c
  create mode 100644 arch/mips/mach-octeon/cvmx-pko3-queue.c
  create mode 100644 arch/mips/mach-octeon/cvmx-pko3-resources.c
  create mode 100644 arch/mips/mach-octeon/cvmx-pko3.c
  create mode 100644 arch/mips/mach-octeon/cvmx-qlm-tables.c
  create mode 100644 arch/mips/mach-octeon/cvmx-range.c
  create mode 100644 arch/mips/mach-octeon/include/mach/cvmx-agl.h
  create mode 100644 arch/mips/mach-octeon/include/mach/cvmx-config.h
  create mode 100644 arch/mips/mach-octeon/include/mach/cvmx-fau.h
  create mode 100644 arch/mips/mach-octeon/include/mach/cvmx-ilk-defs.h
  create mode 100644 arch/mips/mach-octeon/include/mach/cvmx-iob-defs.h
  create mode 100644 arch/mips/mach-octeon/include/mach/cvmx-lbk-defs.h
  create mode 100644 arch/mips/mach-octeon/include/mach/cvmx-mdio.h
  create mode 100644 arch/mips/mach-octeon/include/mach/cvmx-npei-defs.h
  create mode 100644 arch/mips/mach-octeon/include/mach/cvmx-pcsxx-defs.h
  create mode 100644 arch/mips/mach-octeon/include/mach/cvmx-pki-cluster.h
  create mode 100644 arch/mips/mach-octeon/include/mach/cvmx-pko.h
  create mode 100644 
arch/mips/mach-octeon/include/mach/cvmx-pko3-resources.h
  create mode 100644 arch/mips/mach-octeon/include/mach/cvmx-pko3.h
  create mode 100644 arch/mips/mach-octeon/include/mach/cvmx-range.h
  create mode 100644 arch/mips/mach-octeon/include/mach/cvmx-xcv-defs.h
  create mode 100644 drivers/net/octeon/Makefile
  create mode 100644 drivers/net/octeon/octeon_eth.c
  create mode 100644 drivers/net/octeon/octeon_mdio.c

             reply	other threads:[~2022-05-04  9:27 UTC|newest]

Thread overview: 190+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-04  9:26 Stefan Roese [this message]
2022-05-04 15:41 ` Please pull u-boot-marvell/master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2024-04-04 12:08 Stefan Roese
2024-04-06  0:42 ` Tom Rini
2024-03-05 10:35 Stefan Roese
2024-03-05 13:27 ` Tom Rini
2024-01-22 15:46 Stefan Roese
2024-01-22 16:00 ` Tom Rini
2024-01-10 14:47 Stefan Roese
2024-01-10 15:46 ` Tom Rini
2023-10-27  6:51 Stefan Roese
2023-10-28  0:50 ` Tom Rini
2023-10-20 12:51 Stefan Roese
2023-10-20 14:45 ` Tom Rini
2023-10-20 16:44   ` Stefan Roese
2023-10-20 16:54     ` Tom Rini
2023-10-20 16:55 ` Tom Rini
2023-10-16 14:50 Stefan Roese
2023-10-16 21:32 ` Tom Rini
2023-08-01  9:17 Stefan Roese
2023-08-01 15:57 ` Tom Rini
2023-07-13 14:03 Stefan Roese
2023-07-14 16:04 ` Tom Rini
2023-05-08  8:47 Stefan Roese
2023-05-08 17:39 ` Tom Rini
2023-05-03  9:18 Stefan Roese
2023-05-03 17:14 ` Tom Rini
2023-04-14  6:09 Stefan Roese
2023-04-15  5:07 ` Tom Rini
2023-03-06 11:52 Stefan Roese
2023-03-06 20:12 ` Tom Rini
2023-02-13 14:01 Stefan Roese
2023-02-13 16:28 ` Tom Rini
2023-01-26  9:26 Stefan Roese
2023-01-26 17:08 ` Tom Rini
2023-01-17 11:49 Stefan Roese
2023-01-17 13:20 ` Tom Rini
2023-01-02 10:49 Stefan Roese
2023-01-02 14:36 ` Tom Rini
2022-12-12  8:57 Stefan Roese
2022-12-12 15:43 ` Tom Rini
2022-11-07  8:24 Stefan Roese
2022-11-07 15:13 ` Tom Rini
2022-10-06 10:47 Stefan Roese
2022-10-06 14:25 ` Tom Rini
2022-09-26 11:59 Stefan Roese
2022-09-26 14:00 ` Tom Rini
2022-09-18 12:00 Stefan Roese
2022-09-18 12:34 ` Tom Rini
2022-09-13 10:26 Stefan Roese
2022-09-13 13:49 ` Tom Rini
2022-08-23 15:09 Stefan Roese
2022-08-24 13:52 ` Tom Rini
2022-08-09 11:43 Stefan Roese
2022-08-09 16:33 ` Tom Rini
2022-07-29 12:05 Stefan Roese
2022-07-29 14:31 ` Tom Rini
2022-07-21 12:28 Stefan Roese
2022-07-21 17:40 ` Tom Rini
2022-05-17  7:57 Stefan Roese
2022-05-18 23:52 ` Tom Rini
2022-05-02 15:53 Stefan Roese
2022-05-03 15:06 ` Tom Rini
2022-04-21 14:18 Stefan Roese
2022-04-21 18:24 ` Tom Rini
2022-03-24 16:42 Stefan Roese
2022-03-24 21:23 ` Tom Rini
2022-03-16  9:52 Stefan Roese
2022-03-16 14:48 ` Tom Rini
2022-03-14 15:23 Stefan Roese
2022-03-14 16:19 ` Tom Rini
2022-03-04 12:27 Stefan Roese
2022-03-04 18:12 ` Tom Rini
2022-02-17 15:46 Stefan Roese
2022-02-17 18:56 ` Tom Rini
2022-02-10  8:21 Stefan Roese
2022-02-10 14:01 ` Tom Rini
2022-01-31 11:37 Stefan Roese
2022-01-31 15:21 ` Tom Rini
2022-01-20 16:31 Stefan Roese
2022-01-20 18:48 ` Tom Rini
2022-01-14 15:42 Stefan Roese
2022-01-14 17:26 ` Tom Rini
2022-01-05 17:27 Stefan Roese
2022-01-05 19:24 ` Tom Rini
2021-12-15 10:58 Stefan Roese
2021-12-15 13:39 ` Tom Rini
2021-11-30 13:42 Stefan Roese
2021-11-30 16:54 ` Tom Rini
2021-11-10 13:52 Stefan Roese
2021-11-10 19:11 ` Tom Rini
2021-11-03  7:49 Stefan Roese
2021-11-03 14:44 ` Tom Rini
2021-10-28 10:50 Stefan Roese
2021-10-28 14:47 ` Tom Rini
2021-10-21  7:53 Stefan Roese
2021-10-21 14:16 ` Tom Rini
2021-10-08  9:23 Stefan Roese
2021-10-08 13:56 ` Tom Rini
2021-09-29  7:47 Stefan Roese
2021-09-29 22:28 ` Tom Rini
2021-09-27 10:58 Stefan Roese
2021-09-27 12:52 ` Tom Rini
2021-09-10 12:05 Stefan Roese
2021-09-10 17:57 ` Tom Rini
2021-09-01  9:24 Stefan Roese
2021-09-01 14:12 ` Tom Rini
2021-08-11  8:30 Stefan Roese
2021-08-11 15:50 ` Tom Rini
2021-07-31 10:04 Stefan Roese
2021-08-01  3:28 ` Tom Rini
2021-08-01  5:26   ` Stefan Roese
2021-08-01 10:46     ` Pali Rohár
2021-08-01 14:33       ` Tom Rini
2021-08-01 14:46         ` Pali Rohár
2021-07-19 12:37 Stefan Roese
2021-07-19 20:44 ` Tom Rini
2021-07-15 10:36 Stefan Roese
2021-07-15 18:48 ` Tom Rini
2021-07-09  5:19 Stefan Roese
2021-07-10  1:08 ` Tom Rini
2021-06-15  8:11 Stefan Roese
2021-06-16  3:16 ` Tom Rini
2021-06-10  7:55 Stefan Roese
2021-06-10 17:27 ` Tom Rini
2021-06-04 13:15 Stefan Roese
2021-06-05  3:09 ` Tom Rini
2021-05-20 13:39 Stefan Roese
2021-05-21 14:07 ` Tom Rini
2021-05-13 10:21 Stefan Roese
2021-05-13 15:37 ` Tom Rini
2021-05-15  8:03   ` Stefan Roese
2021-05-15 12:07     ` Tom Rini
2021-04-29  6:47 Stefan Roese
2021-04-29 15:30 ` Tom Rini
2021-04-08  8:57 Stefan Roese
2021-04-08 19:35 ` Tom Rini
2021-03-12  9:02 Stefan Roese
2021-03-12 15:17 ` Tom Rini
2021-02-26 11:14 Stefan Roese
2021-02-26 17:40 ` Tom Rini
2021-02-08 11:41 Stefan Roese
2021-02-08 20:42 ` Tom Rini
2021-01-27 16:02 Stefan Roese
2021-01-27 19:22 ` Tom Rini
2020-12-28 10:40 Stefan Roese
2020-12-28 15:31 ` Tom Rini
2020-12-07 11:18 Stefan Roese
2020-12-07 22:09 ` Tom Rini
2020-10-29 14:31 Stefan Roese
2020-10-30 18:46 ` Tom Rini
2020-10-16 13:40 Stefan Roese
2020-10-16 22:02 ` Tom Rini
2020-10-14  8:19 Stefan Roese
2020-10-15  0:03 ` Tom Rini
2020-10-01 12:41 Stefan Roese
2020-10-01 22:10 ` Tom Rini
2020-09-24 10:40 Stefan Roese
2020-09-25 16:54 ` Tom Rini
2020-09-04 14:04 Stefan Roese
2020-09-04 16:49 ` Tom Rini
2020-08-31 13:12 Stefan Roese
2020-08-31 16:50 ` Tom Rini
2020-08-25 13:20 Stefan Roese
2020-08-26  1:22 ` Tom Rini
2020-08-13 12:24 Stefan Roese
2020-08-13 14:51 ` Tom Rini
2020-08-06 14:33 Stefan Roese
2020-08-06 18:28 ` Tom Rini
2020-08-08 14:42   ` Tom Rini
2020-07-09  8:42 Stefan Roese
2020-07-09 13:54 ` Tom Rini
2020-05-27  7:09 Stefan Roese
2020-05-27 15:59 ` Tom Rini
2020-05-04  6:54 Stefan Roese
2020-05-04 17:54 ` Tom Rini
2020-04-22 14:48 Stefan Roese
2020-04-22 18:34 ` Tom Rini
2020-04-23  5:04   ` Stefan Roese
2020-04-23 14:17     ` Joel Johnson
2020-04-14 11:28 Stefan Roese
2020-04-14 23:25 ` Tom Rini
2020-01-21 13:03 Stefan Roese
2020-01-21 13:11 ` Tom Rini
2020-01-21 13:19   ` Stefan Roese
2020-01-21 13:31     ` Baruch Siach
2020-01-21 13:32       ` Tom Rini
2020-01-21 13:33       ` Stefan Roese
2020-01-16 14:34 Stefan Roese
2020-01-16 21:02 ` 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=ec8cae20-f79d-a181-5b14-c9a81c128722@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.