All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-marvell/master
Date: Fri, 24 Mar 2017 06:58:18 +0100	[thread overview]
Message-ID: <a1c0f1e5-f8dd-67bf-9e57-ac9aa2aa2611@denx.de> (raw)

Hi Tom,

please pull the following Marvell patches mainly adding
support for some new boards, like the ARMv8 community
boards MACCHIATOBin and ESPRESSBin.

Thanks,
Stefan

The following changes since commit 5877d8f398de26617be6f1f57bc30c49e9f90ebb:

  Merge branch 'master' of git://git.denx.de/u-boot-mmc (2017-03-21 14:10:15 -0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to 60083261a1b33b492ddb5335c125f1223087068b:

  arm: mvebu: Add gdsys ControlCenter-Compact board (2017-03-23 15:48:28 +0100)

----------------------------------------------------------------
Dirk Eibach (1):
      arm: mvebu: Add gdsys ControlCenter-Compact board

Konstantin Porotchkin (17):
      arm64: mvebu: gpio: Add GPIO nodes to A8K family devices
      arm64: mvebu: dts: Add i2c1 pin definitions to CPM
      mvebu: pcie: Add support for GPIO reset for PCIe device
      arm64: mvebu: Add default configuraton for MACCHIATOBin board
      mvebu: usb: xhci: Add VBUS regulator supply to the host driver
      arm64: mvebu: Rename the db-88f3720 to armada-37xx platform
      arm64: a37xx: Enable Marvell ETH PHY support
      arm64: a37xx: Enable bubt command support on A3720-DB
      arm64: a37xx: dts: Add pin control nodes to DT
      arm64: a37xx: Handle pin controls in early board init
      mvebu: neta: Add support for board init function
      mvebu: neta: a37xx: Add fixed link support to neta driver
      mvebu: a37xx: Add init for ESPRESSBin Topaz switch
      arm64: dts: Add device tree for ESPRESSOBin board
      arm64: mvebu: Add default config for ESPRESSOBin board
      arm64: a37xx: Disable DB configurations on ESPRESSOBin board
      arm64: a37xx: Remove DM_I2C_COMPAT from the board config

Rabeeh Khoury (1):
      arm64: mvebu: dts: Add DTS file for MACCHIATOBin board

Stefan Roese (3):
      arm: mvebu: AXP: Add possiblity to configure PEX detection pulse width
      arm: mvebu: theadorable: Add board-specific PEX detection pulse width
      arm: mvebu: theadorable: Add 'pcie' test command

mario.six at gdsys.cc (1):
      dm: Add callback to modify the device tree

 arch/arm/Kconfig                                   |   1 +
 arch/arm/dts/Makefile                              |   5 +-
 arch/arm/dts/armada-3720-espressobin.dts           | 135 +++++
 arch/arm/dts/armada-37xx.dtsi                      |  14 +
 arch/arm/dts/armada-38x-controlcenterdc.dts        | 589 +++++++++++++++++++++
 arch/arm/dts/armada-7040.dtsi                      |   1 +
 arch/arm/dts/armada-8040-mcbin.dts                 | 293 ++++++++++
 arch/arm/dts/armada-8040.dtsi                      |   1 +
 arch/arm/dts/armada-ap806.dtsi                     |   8 +
 arch/arm/dts/armada-cp110-master.dtsi              |  22 +
 arch/arm/dts/armada-cp110-slave.dtsi               |  18 +
 arch/arm/mach-mvebu/Kconfig                        |  14 +-
 .../arm/mach-mvebu/serdes/axp/high_speed_env_lib.c |  31 ++
 .../MAINTAINERS                                    |   4 +-
 .../Makefile                                       |   0
 board/Marvell/mvebu_armada-37xx/board.c            | 258 +++++++++
 board/Marvell/mvebu_db-88f3720/board.c             | 134 -----
 board/gdsys/a38x/.gitignore                        |   1 +
 board/gdsys/a38x/Kconfig                           |  36 ++
 board/gdsys/a38x/MAINTAINERS                       |   7 +
 board/gdsys/a38x/Makefile                          |  44 ++
 board/gdsys/a38x/controlcenterdc.c                 | 279 ++++++++++
 board/gdsys/a38x/dt_helpers.c                      |  43 ++
 board/gdsys/a38x/dt_helpers.h                      |  16 +
 board/gdsys/a38x/hre.c                             | 516 ++++++++++++++++++
 board/gdsys/a38x/hre.h                             |  38 ++
 board/gdsys/a38x/hydra.c                           | 138 +++++
 board/gdsys/a38x/hydra.h                           |  14 +
 board/gdsys/a38x/ihs_phys.c                        | 355 +++++++++++++
 board/gdsys/a38x/ihs_phys.h                        |   2 +
 board/gdsys/a38x/keyprogram.c                      | 158 ++++++
 board/gdsys/a38x/keyprogram.h                      |  14 +
 board/gdsys/a38x/kwbimage.cfg.in                   |  12 +
 board/gdsys/a38x/spl.c                             |  21 +
 board/theadorable/theadorable.c                    |  48 ++
 common/board_f.c                                   |  10 +
 configs/controlcenterdc_defconfig                  |  58 ++
 configs/mvebu_db-88f3720_defconfig                 |   6 +-
 configs/mvebu_espressobin-88f3720_defconfig        |  66 +++
 configs/mvebu_mcbin-88f8040_defconfig              |  74 +++
 doc/device-tree-bindings/pci/armada8k-pcie.txt     |  49 ++
 doc/device-tree-bindings/usb/marvell.xhci-usb.txt  |  28 +
 doc/driver-model/fdt-fixup.txt                     | 132 +++++
 drivers/net/mvneta.c                               | 125 ++++-
 drivers/pci/pcie_dw_mvebu.c                        |  20 +
 drivers/usb/host/Kconfig                           |   1 +
 drivers/usb/host/xhci-mvebu.c                      |  13 +-
 dts/Kconfig                                        |  10 +
 include/common.h                                   |   1 +
 include/configs/controlcenterdc.h                  | 228 ++++++++
 .../{mvebu_db-88f3720.h => mvebu_armada-37xx.h}    |   7 +-
 51 files changed, 3922 insertions(+), 176 deletions(-)
 create mode 100644 arch/arm/dts/armada-3720-espressobin.dts
 create mode 100644 arch/arm/dts/armada-38x-controlcenterdc.dts
 create mode 100644 arch/arm/dts/armada-8040-mcbin.dts
 rename board/Marvell/{mvebu_db-88f3720 => mvebu_armada-37xx}/MAINTAINERS (58%)
 rename board/Marvell/{mvebu_db-88f3720 => mvebu_armada-37xx}/Makefile (100%)
 create mode 100644 board/Marvell/mvebu_armada-37xx/board.c
 delete mode 100644 board/Marvell/mvebu_db-88f3720/board.c
 create mode 100644 board/gdsys/a38x/.gitignore
 create mode 100644 board/gdsys/a38x/Kconfig
 create mode 100644 board/gdsys/a38x/MAINTAINERS
 create mode 100644 board/gdsys/a38x/Makefile
 create mode 100644 board/gdsys/a38x/controlcenterdc.c
 create mode 100644 board/gdsys/a38x/dt_helpers.c
 create mode 100644 board/gdsys/a38x/dt_helpers.h
 create mode 100644 board/gdsys/a38x/hre.c
 create mode 100644 board/gdsys/a38x/hre.h
 create mode 100644 board/gdsys/a38x/hydra.c
 create mode 100644 board/gdsys/a38x/hydra.h
 create mode 100644 board/gdsys/a38x/ihs_phys.c
 create mode 100644 board/gdsys/a38x/ihs_phys.h
 create mode 100644 board/gdsys/a38x/keyprogram.c
 create mode 100644 board/gdsys/a38x/keyprogram.h
 create mode 100644 board/gdsys/a38x/kwbimage.cfg.in
 create mode 100644 board/gdsys/a38x/spl.c
 create mode 100644 configs/controlcenterdc_defconfig
 create mode 100644 configs/mvebu_espressobin-88f3720_defconfig
 create mode 100644 configs/mvebu_mcbin-88f8040_defconfig
 create mode 100644 doc/device-tree-bindings/pci/armada8k-pcie.txt
 create mode 100644 doc/device-tree-bindings/usb/marvell.xhci-usb.txt
 create mode 100644 doc/driver-model/fdt-fixup.txt
 create mode 100644 include/configs/controlcenterdc.h
 rename include/configs/{mvebu_db-88f3720.h => mvebu_armada-37xx.h} (96%)

             reply	other threads:[~2017-03-24  5:58 UTC|newest]

Thread overview: 130+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-24  5:58 Stefan Roese [this message]
2017-03-24 17:36 ` [U-Boot] Please pull u-boot-marvell/master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2019-11-14  7:39 Stefan Roese
2019-11-18  2:14 ` Tom Rini
2019-08-12 12:08 Stefan Roese
2019-08-13 16:50 ` Tom Rini
2019-07-11 16:01 Stefan Roese
2019-07-12 13:32 ` Tom Rini
2019-06-04  6:39 Stefan Roese
2019-06-05 14:24 ` Tom Rini
2019-05-27 11:35 Stefan Roese
2019-05-27 18:35 ` Tom Rini
2019-05-20  7:59 Stefan Roese
2019-05-20 17:53 ` Tom Rini
2019-05-09 10:08 Stefan Roese
2019-05-09 22:25 ` Tom Rini
2019-05-03 11:49 Stefan Roese
2019-05-04 17:01 ` Tom Rini
2019-04-26 10:58 Stefan Roese
2019-04-27 14:48 ` Tom Rini
2019-04-11 12:34 Stefan Roese
2019-04-11 14:49 ` Tom Rini
2019-04-11 14:51   ` Stefan Roese
2019-04-11 14:52     ` Tom Rini
2019-03-19 12:49 Stefan Roese
2019-03-20 13:46 ` Tom Rini
2019-02-11 12:34 Stefan Roese
2019-02-11 22:41 ` Tom Rini
2019-02-05 13:36 Stefan Roese
2019-02-08  3:13 ` Tom Rini
2019-01-21 10:52 Stefan Roese
2019-01-22  2:29 ` Tom Rini
2018-12-21 15:31 Stefan Roese
2018-12-23 17:31 ` Tom Rini
2018-12-09 10:15 Stefan Roese
2018-12-09 21:44 ` Chris Packham
2018-12-09 22:11 ` Tom Rini
2018-11-30 14:45 Stefan Roese
2018-11-30 22:09 ` Tom Rini
2018-11-20 12:15 Stefan Roese
2018-11-20 21:48 ` Tom Rini
2018-09-19 15:12 Stefan Roese
2018-09-20 13:24 ` Tom Rini
2018-08-07 13:10 Stefan Roese
2018-08-08  1:35 ` Tom Rini
2018-06-05  9:33 Stefan Roese
2018-06-05 14:14 ` Tom Rini
2018-05-16 12:05 Stefan Roese
2018-05-16 15:37 ` Tom Rini
2018-05-17  8:36   ` Chris Packham
2018-05-17  8:45     ` Chris Packham
2018-05-17  8:48       ` Stefan Roese
2018-05-17  9:06         ` Chris Packham
2018-05-14 11:58 Stefan Roese
2018-05-14 15:11 ` Tom Rini
2018-05-14 15:16   ` Stefan Roese
2018-05-15  1:23     ` Chris Packham
2018-04-17  8:53 Stefan Roese
2018-04-17 19:39 ` Tom Rini
2018-01-29 12:42 Stefan Roese
2018-01-29 16:55 ` Tom Rini
2018-01-20  9:01 Stefan Roese
2018-01-20 16:58 ` Tom Rini
2018-01-10 11:40 Stefan Roese
2018-01-10 16:42 ` Tom Rini
2017-11-30 12:33 Stefan Roese
2017-11-30 18:45 ` Tom Rini
2017-11-16 13:09 Stefan Roese
2017-11-17  1:52 ` Tom Rini
2017-09-26  8:55 Stefan Roese
2017-09-27  2:45 ` Tom Rini
2017-08-30  8:06 Stefan Roese
2017-09-01 16:42 ` Tom Rini
2017-08-21  9:43 Stefan Roese
2017-08-22 20:53 ` Tom Rini
2017-08-10  8:26 Stefan Roese
2017-08-10 20:17 ` Tom Rini
2017-08-08 12:26 Stefan Roese
2017-08-09 15:26 ` Tom Rini
2017-07-12  6:00 Stefan Roese
2017-07-12 14:25 ` Tom Rini
2017-06-23  8:42 Stefan Roese
2017-06-23 13:22 ` Tom Rini
2017-05-31  9:02 Stefan Roese
2017-06-01 12:10 ` Tom Rini
2017-05-09 14:45 Stefan Roese
2017-05-09 23:49 ` Tom Rini
2017-03-29  9:24 Stefan Roese
2017-04-04 20:00 ` Tom Rini
2017-02-17 11:15 Stefan Roese
2017-02-17 22:56 ` Tom Rini
2017-02-01 11:46 Stefan Roese
2017-02-01 21:33 ` Tom Rini
2017-01-25  7:46 Stefan Roese
2017-01-27  1:43 ` Tom Rini
2016-12-21  9:56 Stefan Roese
2016-12-21 13:06 ` Tom Rini
2016-12-12 10:47 Stefan Roese
2016-12-12 15:56 ` Tom Rini
2016-12-05 13:01 Stefan Roese
2016-12-05 16:01 ` Tom Rini
2016-12-01 12:57 Stefan Roese
2016-12-01 18:16 ` Tom Rini
2016-10-09  9:05 Stefan Roese
2016-10-13  0:48 ` Tom Rini
2016-09-27 15:33 Stefan Roese
2016-09-27 21:32 ` Tom Rini
2016-09-24  8:13 Stefan Roese
2016-09-24 16:04 ` Tom Rini
2016-08-26  6:46 Stefan Roese
2016-08-26 14:52 ` Tom Rini
2016-05-31  6:08 Stefan Roese
2016-05-31 14:50 ` Tom Rini
2016-05-20  9:10 Stefan Roese
2016-05-23 22:12 ` Tom Rini
2016-04-12  9:19 Stefan Roese
2016-04-12 17:23 ` Tom Rini
2016-04-12 17:23 ` Tom Rini
2016-04-06 13:47 Stefan Roese
2016-04-06 14:47 ` Tom Rini
2016-04-04 12:07 Stefan Roese
2016-04-05  0:01 ` Tom Rini
2016-03-24 10:09 Stefan Roese
2016-03-25 22:59 ` Tom Rini
2016-03-14 22:37 Luka Perkov
2016-03-15 11:52 ` Tom Rini
2016-01-27  6:58 Stefan Roese
2016-01-28 23:18 ` Tom Rini
2016-01-14 13:28 Stefan Roese
2016-01-14 18:04 ` 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=a1c0f1e5-f8dd-67bf-9e57-ac9aa2aa2611@denx.de \
    --to=sr@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.