All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Please pull u-boot-marvell/master
@ 2019-11-14  7:39 Stefan Roese
  2019-11-18  2:14 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2019-11-14  7:39 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following MVEBU related fixes:

----------------------------------------------------------------
- Clearfog: Fix SD card booting (Baruch)
- Fix potential dereference NULL pointer in dram_init() (Chris)
----------------------------------------------------------------

Thanks,
Stefan

The following changes since commit 3ff1ff3ff76c15efe0451309af084ee6c096c583:

   Merge branch '2019-11-12-migrate-SYS_REDUNDAND_ENVIRONMENT' (2019-11-12 13:40:58 -0500)

are available in the Git repository at:

   git at gitlab.denx.de:u-boot/custodians/u-boot-marvell.git

for you to fetch changes up to 70bae02f71d4d4f7bfadd4f68f0823a453bbd7e6:

   arm: mvebu: clearfog: fix boot from SD card (2019-11-14 08:28:39 +0100)

----------------------------------------------------------------
Baruch Siach (1):
       arm: mvebu: clearfog: fix boot from SD card

Chris Packham (1):
       ARM: mvebu: don't dereference null bd pointer

  arch/arm/dts/armada-388-clearfog-u-boot.dtsi |  4 ++++
  arch/arm/mach-mvebu/dram.c                   | 10 ----------
  2 files changed, 4 insertions(+), 10 deletions(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2019-08-12 12:08 Stefan Roese
  2019-08-13 16:50 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2019-08-12 12:08 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the first Marvell patches in this merge window with the
following changes:

----------------------------------------------------------------
- Various improvements to Keymile boards - mostly DT conversation
   (Pascal & Holger)
- Removal of now unsupported Keymile boards (Pascal & Holger)
- Small MVEBU PCI fix (Marek)
- Turris Omnia defconfig update (Marek)
- Misc Allied Telesis defconfig updates (Chris)
----------------------------------------------------------------

Thanks,
Stefan


The following changes since commit feb5a02f869d5678190dfc915ef6c2781b4f7a6c:

   Merge branch 'master' of git://git.denx.de/u-boot-sh (2019-08-10 17:57:58 -0400)

are available in the Git repository at:

   git at gitlab.denx.de:u-boot/custodians/u-boot-marvell.git

for you to fetch changes up to 193a1e9f196b7fb7e913a70936c8a49060a1859c:

   pci: pci_mvebu: set BAR0 after memory space is set (2019-08-12 13:59:31 +0200)

----------------------------------------------------------------
Chris Packham (1):
       ARM: configs: Enable DM_ETH for SBx81LIFKW and SBx81LIFXCAT

Holger Brunck (2):
       powerpc/km: remove unmaintained target KMVECT1
       powerpc/km: remove unmaintained board KMLION1

Marek Behún (2):
       arm: mvebu: turris_omnia: update defconfig
       pci: pci_mvebu: set BAR0 after memory space is set

Pascal Linder (7):
       km: add Kconfig menus for KM boards
       km: remove obsolete definitions in KM header files
       km: clean up header files for KM Kirkwood boards
       km: fixed typo in KM Kirkwood header file
       km/uart: port UART interface of KM Kirkwood boards to driver model
       km/rgmii: port Ethernet interface of KM Kirkwood boards to driver model
       km/arm: remove unmaintained target PORTL2

  arch/arm/dts/kirkwood-km_common.dtsi |   1 +
  arch/powerpc/cpu/mpc83xx/Kconfig     |   4 -
  board/keymile/Kconfig                | 101 +++++++++
  board/keymile/common/common.h        |   4 -
  board/keymile/common/ivm.c           |   5 -
  board/keymile/km83xx/Kconfig         |  19 --
  board/keymile/km83xx/MAINTAINERS     |   1 -
  board/keymile/km83xx/km83xx.c        |  81 -------
  board/keymile/km_arm/Kconfig         |  31 +++
  board/keymile/km_arm/MAINTAINERS     |   1 -
  board/keymile/kmp204x/MAINTAINERS    |   1 -
  configs/SBx81LIFKW_defconfig         |   3 +
  configs/SBx81LIFXCAT_defconfig       |   3 +
  configs/km_kirkwood_pci_defconfig    |   1 +
  configs/kmcoge5un_defconfig          |   3 +
  configs/kmlion1_defconfig            |  57 -----
  configs/kmnusa_defconfig             |   4 +
  configs/kmsugp1_defconfig            |   4 +
  configs/kmsuv31_defconfig            |   2 +
  configs/kmvect1_defconfig            | 180 ---------------
  configs/mgcoge3un_defconfig          |   2 +
  configs/portl2_defconfig             |  46 ----
  configs/turris_omnia_defconfig       |   3 +
  drivers/pci/pci_mvebu.c              |   8 +-
  include/configs/km/keymile-common.h  |   8 -
  include/configs/km/km-mpc83xx.h      |   4 -
  include/configs/km/km-powerpc.h      |  13 --
  include/configs/km/km_arm.h          |  54 +----
  include/configs/km/kmp204x-common.h  | 409 ----------------------------------
  include/configs/km_kirkwood.h        |  28 +--
  include/configs/kmp204x.h            | 410 +++++++++++++++++++++++++++++++++--
  include/configs/kmvect1.h            |  61 ------
  scripts/config_whitelist.txt         |  22 --
  33 files changed, 554 insertions(+), 1020 deletions(-)
  delete mode 100644 configs/kmlion1_defconfig
  delete mode 100644 configs/kmvect1_defconfig
  delete mode 100644 configs/portl2_defconfig
  delete mode 100644 include/configs/km/kmp204x-common.h
  delete mode 100644 include/configs/kmvect1.h

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2019-07-11 16:01 Stefan Roese
  2019-07-12 13:32 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2019-07-11 16:01 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following Marvell related patches:

----------------------------------------------------------------
- SPL SATA enhancements to allow booting from RAW SATA device
   needed for Clearfog (Baruch)
- Enable SATA booting on Clearfog (Baruch)
- Misc changes to Turris Omnia (Marek)
- Enable CMD_BOOTZ and increase SYS_BOOTM_LEN on crs305-1g-4s
   (Luka)
- Enable FIT support for db-xc3-24g4xg (Chris)
- Enable DM_SPI on Keymile Kirkwood board with necessary changes
   for this (Pascal)
- Set 38x and 39x AVS on lower frequency (Baruch)
----------------------------------------------------------------

Here the Travis build, without any issues:

https://travis-ci.org/stroese/u-boot/builds/557220799

Thanks,
Stefan

The following changes since commit ef8b7e045ec744dce385cac4b1438c9be6e2bbc8:

   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-i2c (2019-07-10 13:51:53 -0400)

are available in the Git repository at:

   git at gitlab.denx.de:u-boot/custodians/u-boot-marvell.git

for you to fetch changes up to cc66ebdeeca5c4ed095bbd521b748bb009d99728:

   arm: mvebu: set 38x and 39x AVS on lower frequency (2019-07-11 10:58:03 +0200)

----------------------------------------------------------------
Baruch Siach (9):
       spl: sata: add default partition and image name
       spl: sata: fix build with DM_SCSI
       spl: sata: don't force FS_FAT support
       arm: mvebu: fix ahci mbus config in SPL
       arm: mvebu: add support for boot from SATA
       arm: mvebu: clearfog: enable SATA in SPL
       arm: mvebu: clearfog: set U-Boot offset for SATA boot
       arm: mvebu: clearfog: document boot from SATA
       arm: mvebu: set 38x and 39x AVS on lower frequency

Chris Packham (1):
       ARM: mvebu: Enable FIT support for db-xc3-24g4xg

Luka Kovacic (1):
       arm: mvebu: crs305-1g-4s: Enable CMD_BOOTZ and increase SYS_BOOTM_LEN

Marek Behún (7):
       arm: mvebu: turris_omnia: set default ethernet adapter
       arm: mvebu: turris_omnia: fix adapters MAC addresses
       arm: mvebu: turris_omnia: change environment address in SPI flash
       arm: mvebu: turris_omnia: remove unneeded macro from board config
       arm: mvebu: turris_omnia: prefer SCSI booting before USB
       arm: mvebu: turris_omnia: call pci_init from board init code
       arm: mvebu: turris_omnia: fix rescue mode bootcmd bootargs setting

Pascal Linder (6):
       km: modify Kconfig file organization for KM boards
       km/spi: add weak functions to kirkwood_spi driver (DM part)
       km/spi: overwrite kirkwood_spi weak functions for KM Kirkwood boards
       km/spi: add SPI configuration to KM Kirkwood device tree
       km/spi: activate driver model for SPI flash on KM Kirkwood boards
       km/spi: remove deprecated SPI flash driver code for KM Kirkwood boards

  arch/arm/dts/armada-388-clearfog-u-boot.dtsi  |  8 ++++
  arch/arm/dts/kirkwood-km_kirkwood.dts         | 22 ++++++++++
  arch/arm/include/asm/arch-mvebu/spi.h         | 11 -----
  arch/arm/mach-kirkwood/Kconfig                |  9 ++--
  arch/arm/mach-mvebu/Kconfig                   |  5 +++
  arch/arm/mach-mvebu/Makefile                  |  3 ++
  arch/arm/mach-mvebu/cpu.c                     |  4 ++
  arch/arm/mach-mvebu/include/mach/cpu.h        |  7 +++
  arch/arm/mach-mvebu/include/mach/soc.h        |  2 +
  arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.c | 26 +++++++++++
  arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h |  4 ++
  arch/arm/mach-mvebu/spl.c                     |  8 ++++
  arch/powerpc/cpu/mpc83xx/Kconfig              | 44 +++++--------------
  arch/powerpc/cpu/mpc85xx/Kconfig              |  8 +---
  board/CZ.NIC/turris_omnia/turris_omnia.c      | 10 +++--
  board/keymile/Kconfig                         | 16 +++++++
  board/keymile/km83xx/Kconfig                  | 62 +++++++++++++++++++++++++++
  board/keymile/km_arm/Kconfig                  | 10 +++++
  board/keymile/km_arm/km_arm.c                 | 23 +++++++++-
  board/keymile/kmp204x/Kconfig                 |  8 ++++
  board/solidrun/clearfog/README                |  6 +++
  common/spl/spl_sata.c                         | 20 +++++++--
  configs/crs305-1g-4s_defconfig                |  1 +
  configs/db-xc3-24g4xg_defconfig               |  3 ++
  configs/portl2_defconfig                      |  3 +-
  drivers/spi/kirkwood_spi.c                    | 52 +++++++---------------
  include/configs/clearfog.h                    |  2 +-
  include/configs/crs305-1g-4s.h                |  1 +
  include/configs/km/km_arm.h                   |  5 ---
  include/configs/turris_omnia.h                | 12 ++----
  scripts/config_whitelist.txt                  |  1 -
  31 files changed, 279 insertions(+), 117 deletions(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2019-06-04  6:39 Stefan Roese
  2019-06-05 14:24 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2019-06-04  6:39 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following Marvell related fix:

----------------------------------------------------------------
- Enable MMC in SPL to enable DM MMC booting on helios4 (Dennis)
----------------------------------------------------------------

Thanks,
Stefan

The following changes since commit 55cae6458d51294f4ded1d9d2339dfed5afa90ed:

   Merge branch 'master' of git://git.denx.de/u-boot-net (2019-06-02 08:33:10 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 7505075dffb8bf0584f01872fea476bcd03978b9:

   arm: mvebu: helios4: add MMC to SPL DT (2019-06-04 08:33:24 +0200)

----------------------------------------------------------------
Dennis Gilmore (1):
       arm: mvebu: helios4: add MMC to SPL DT

  arch/arm/dts/armada-388-helios4-u-boot.dtsi | 4 ++++
  1 file changed, 4 insertions(+)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2019-05-27 11:35 Stefan Roese
  2019-05-27 18:35 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2019-05-27 11:35 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following Marvell related fix:

----------------------------------------------------------------
- defconfig updates to remove the DM-move build warnings
   for helios4 and controlcenterdc (Mario & Stefan)
----------------------------------------------------------------

Thanks,
Stefan

The following changes since commit 344a0e4367d0820b8eb2ea4a90132433e038095f:

   configs: Resync with savedefconfig (2019-05-26 14:45:25 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 0a60da960fead40a73e306ac5e6b5e399329a5d1:

   arm: mvebu: controlcenterdc: Update config (2019-05-27 13:31:04 +0200)

----------------------------------------------------------------
Mario Six (1):
       arm: mvebu: controlcenterdc: Update config

Stefan Roese (1):
       arm: mvebu: helios4: Enable CONFIG_BLK and CONFIG_DM_MMC

  configs/controlcenterdc_defconfig | 2 ++
  configs/helios4_defconfig         | 1 +
  2 files changed, 3 insertions(+)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2019-05-20  7:59 Stefan Roese
  2019-05-20 17:53 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2019-05-20  7:59 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following Marvell related fix:

----------------------------------------------------------------
- Fix SPL build on Armada XP (theadorable etc) (Stefan)
----------------------------------------------------------------

Thanks,
Stefan

The following changes since commit e14d9ca4919e5bc987fc628135104f2b2c91af90:

   Merge git://git.denx.de/u-boot-x86 (2019-05-19 09:42:19 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 1718a9f3b7882c6a1a751d84c58fcd7c8bdb0365:

   arm: mvebu: armada-370-xp.dtsi: Add "u-boot, dm-pre-reloc" to "internal-regs" (2019-05-20 09:27:36 +0200)

----------------------------------------------------------------
Stefan Roese (1):
       arm: mvebu: armada-370-xp.dtsi: Add "u-boot, dm-pre-reloc" to "internal-regs"

  arch/arm/dts/armada-370-xp.dtsi | 1 +
  1 file changed, 1 insertion(+)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2019-05-09 10:08 Stefan Roese
  2019-05-09 22:25 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2019-05-09 10:08 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following Marvell related patches:

----------------------------------------------------------------
- DM updates for multiple MVEBU boards (Stefan)
- Add CRS305-1G-4S board (Luka)
- Enable MMC in SPL on clearfog (Baruch)
----------------------------------------------------------------

Here the Travis build, without any issues:

https://travis-ci.org/stroese/u-boot/builds/530119803

Thanks,
Stefan

The following changes since commit 504bf790da08db9b4a443566cf6ef577f9c7996a:

   Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2019-05-08 16:21:43 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 13cba82b51f57e9a06ebf3d9490e1f682e55ed97:

   arm: mvebu: clearfog: add MMC to SPL DT (2019-05-09 07:35:04 +0200)

----------------------------------------------------------------
Baruch Siach (1):
       arm: mvebu: clearfog: add MMC to SPL DT

Luka Kovacic (1):
       arm: mvebu: Add CRS305-1G-4S board

Stefan Roese (3):
       arm: mvebu: clearfog: Enable BLK and DM support
       arm: mvebu: db-88f6720: Enable CONFIG_BLK
       arm: mvebu: db-88f6820-gp: Enable BLK and DM support

  arch/arm/dts/Makefile                           |   3 +-
  arch/arm/dts/armada-388-clearfog-u-boot.dtsi    |   4 +
  arch/arm/dts/armada-xp-crs305-1g-4s-u-boot.dtsi |  13 +++
  arch/arm/dts/armada-xp-crs305-1g-4s.dts         | 110 ++++++++++++++++++++++++
  arch/arm/mach-mvebu/Kconfig                     |   7 ++
  board/mikrotik/crs305-1g-4s/.gitignore          |   1 +
  board/mikrotik/crs305-1g-4s/MAINTAINERS         |   7 ++
  board/mikrotik/crs305-1g-4s/Makefile            |  14 +++
  board/mikrotik/crs305-1g-4s/README              |  23 +++++
  board/mikrotik/crs305-1g-4s/binary.0            |  11 +++
  board/mikrotik/crs305-1g-4s/crs305-1g-4s.c      |  75 ++++++++++++++++
  board/mikrotik/crs305-1g-4s/kwbimage.cfg.in     |  12 +++
  configs/clearfog_defconfig                      |   4 +-
  configs/crs305-1g-4s_defconfig                  |  52 +++++++++++
  configs/db-88f6720_defconfig                    |   1 +
  configs/db-88f6820-gp_defconfig                 |   4 +-
  include/configs/crs305-1g-4s.h                  |  37 ++++++++
  17 files changed, 375 insertions(+), 3 deletions(-)
  create mode 100644 arch/arm/dts/armada-xp-crs305-1g-4s-u-boot.dtsi
  create mode 100644 arch/arm/dts/armada-xp-crs305-1g-4s.dts
  create mode 100644 board/mikrotik/crs305-1g-4s/.gitignore
  create mode 100644 board/mikrotik/crs305-1g-4s/MAINTAINERS
  create mode 100644 board/mikrotik/crs305-1g-4s/Makefile
  create mode 100644 board/mikrotik/crs305-1g-4s/README
  create mode 100644 board/mikrotik/crs305-1g-4s/binary.0
  create mode 100644 board/mikrotik/crs305-1g-4s/crs305-1g-4s.c
  create mode 100644 board/mikrotik/crs305-1g-4s/kwbimage.cfg.in
  create mode 100644 configs/crs305-1g-4s_defconfig
  create mode 100644 include/configs/crs305-1g-4s.h

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2019-05-03 11:49 Stefan Roese
  2019-05-04 17:01 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2019-05-03 11:49 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following Marvell related patches:

----------------------------------------------------------------
- Fix in kwbimage (return code checking) (Young Xiao)
- Misc updates to Turris Omnia (Marek)
----------------------------------------------------------------

Here the Travis build, without any issues:

https://travis-ci.org/stroese/u-boot/builds/527629166

Thanks,
Stefan


The following changes since commit b4ee6daad7a2604ca9466b2ba48de86cc27d381f:

   Merge tag 'u-boot-imx-20190426' of git://git.denx.de/u-boot-imx (2019-05-01 07:25:51 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 5859a39a43d15cb775478bd4537e9a2eac1c4cf2:

   arm: mvebu: turris_omnia: enable defconfig options needed by vendor (2019-05-03 08:18:00 +0200)

----------------------------------------------------------------
Marek Behún (17):
       arm: mvebu: turris_omnia: remove redundant code
       arm: mvebu: turris_omnia: add XHCI to defconfig
       arm: mvebu: turris_omnia: use AHCI and SATA driver model
       arm: mvebu: turris_omnia: remove legacy macros from board header
       arm: mvebu: turris_omnia: move I2C dependencies to Kconfig
       arm: mvebu: turris_omnia: add SCSI as boot target
       arm: mvebu: turris_omnia: refactor I2C accessing code
       arm: mvebu: turris_omnia: fix checkpatch warnings
       arm: mvebu: turris_omnia: move ATSHA204A from defconfig to Kconfig
       arm: mvebu: turris_omnia: refactor more code
       arm: mvebu: turris_omnia: print board info as Turris Mox
       arm: mvebu: turris_*: remove watchdog include
       arm: mvebu: turris_omnia: fix regdomain env var setting
       arm: mvebu: turris_omnia: add RESET button handling
       i2c: mvtwsi: fix reading status register after interrupt
       arm: mvebu: turris_omnia: add GPIO support to defconfig
       arm: mvebu: turris_omnia: enable defconfig options needed by vendor

Young Xiao (1):
       kwbimage: fixing the issue with proper return code checking

  arch/arm/mach-mvebu/Kconfig              |   7 +
  board/CZ.NIC/turris_mox/turris_mox.c     |   4 -
  board/CZ.NIC/turris_omnia/turris_omnia.c | 348 ++++++++++++++++---------------
  configs/turris_omnia_defconfig           |  19 +-
  drivers/i2c/mvtwsi.c                     |  11 +
  include/configs/turris_omnia.h           |  32 +--
  tools/kwbimage.c                         |   2 +-
  7 files changed, 228 insertions(+), 195 deletions(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2019-04-26 10:58 Stefan Roese
  2019-04-27 14:48 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2019-04-26 10:58 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following Marvell and watchdog related patches:

----------------------------------------------------------------
- Add DM based generic watchdog start and reset implementation
   and remove all ad-hoc implementations (Stefan)
- Move mv_sdhci to DM (Pierre)
- Misc turris_omnia updates (Pierre)
- Change openrd targets to correctly build again (size changes
   and fixes to the dts targets) and bring it back into Travis
   builds (Stefan)
- Add Kirkwood db-88f6281-bp board (Chris)
----------------------------------------------------------------

Here the Travis build, without any issues:

https://travis-ci.org/stroese/u-boot/builds/524793378

Thanks,
Stefan


The following changes since commit 7d994067424776b6184872b82fcaf4c0b95528f9:

   Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dm (2019-04-24 12:27:29 -0400)

are available in the Git repository at:

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

for you to fetch changes up to b684d4031b38b6b6a9e22676c7c6e2770e767cc7:

   arm: kirkwood: openrd: Mark openrd boards as maintained again (2019-04-26 09:16:32 +0200)

----------------------------------------------------------------
Chris Packham (2):
       ARM: kirkwood: add db-88f6281-bp board
       ARM: kirkwood: enable CONFIG_DM_USB on db-88f6281-bp

Michael Walle (1):
       arm: kirkwood: lsxl: add note about sata in README

Pierre Bourdon (3):
       arm: mvebu: turris_omnia: fix eeprom/mcu device names
       mmc: mv_sdhci: add driver model support
       arm: mvebu: turris_omnia: use MMC driver model

Stefan Roese (9):
       arm: kirkwood: dts: Add openrd-* dtb makefile build targets
       arm: kirkwood: openrd: Remove superfluous CONFIG_ENV_ADDR
       arm: kirkwood: openrd: Increase U-Boot size in flash to make it fit
       arm: mvebu: turris_omnia: Use thumb instructions in SPL to save space
       watchdog: Implement generic watchdog_reset() version
       watchdog: cadence: Remove driver specific "timeout-sec" handling
       watchdog: mpc8xx_wdt: Watchdog driver and macros cleanup
       watchdog: at91sam9_wdt: Remove now superfluous wdt start and reset
       arm: kirkwood: openrd: Mark openrd boards as maintained again

  .travis.yml                                        |   4 +-
  arch/arm/dts/Makefile                              |   5 +
  arch/arm/dts/kirkwood-db-88f6281-spi.dts           |  48 ++++++++++
  arch/arm/dts/kirkwood-db-88f6281.dts               |  26 ++++++
  arch/arm/dts/kirkwood-db.dtsi                      |  94 +++++++++++++++++++
  arch/arm/mach-at91/clock.c                         |  45 ---------
  arch/arm/mach-at91/include/mach/at91_wdt.h         |   2 -
  arch/arm/mach-kirkwood/Kconfig                     |   4 +
  arch/arm/mach-mvebu/cpu.c                          |   2 +-
  arch/arm/mach-mvebu/include/mach/cpu.h             |   2 +
  arch/mips/mach-mt7620/cpu.c                        |  36 -------
  arch/powerpc/Kconfig                               |   2 +-
  arch/powerpc/cpu/mpc8xx/Kconfig                    |   6 +-
  board/CZ.NIC/turris_mox/turris_mox.c               |  30 ------
  board/CZ.NIC/turris_omnia/turris_omnia.c           |  39 +-------
  board/Marvell/db-88f6281-bp/.gitignore             |   1 +
  board/Marvell/db-88f6281-bp/Kconfig                |  12 +++
  board/Marvell/db-88f6281-bp/MAINTAINERS            |  10 ++
  board/Marvell/db-88f6281-bp/Makefile               |  12 +++
  board/Marvell/db-88f6281-bp/db-88f6281-bp.c        | 103 +++++++++++++++++++++
  board/Marvell/db-88f6281-bp/kwbimage.cfg.in        |  36 +++++++
  board/Marvell/openrd/MAINTAINERS                   |   4 +-
  board/alliedtelesis/x530/x530.c                    |  36 +------
  board/buffalo/lsxl/README                          |  10 ++
  .../xilinx/microblaze-generic/microblaze-generic.c |  40 --------
  board/xilinx/zynq/board.c                          |  39 --------
  board/xilinx/zynqmp/zynqmp.c                       |  39 --------
  common/board_r.c                                   |   4 +
  common/spl/spl.c                                   |   5 +
  configs/db-88f6281-bp-nand_defconfig               |  54 +++++++++++
  configs/db-88f6281-bp-spi_defconfig                |  56 +++++++++++
  configs/gardena-smart-gateway-at91sam_defconfig    |   2 -
  configs/turris_omnia_defconfig                     |   4 +-
  drivers/mmc/mv_sdhci.c                             |  67 +++++++++++++-
  drivers/watchdog/Kconfig                           |   2 +-
  drivers/watchdog/Makefile                          |   2 +-
  drivers/watchdog/at91sam9_wdt.c                    |   8 --
  drivers/watchdog/cdns_wdt.c                        |  15 ++-
  drivers/watchdog/mpc8xx_wdt.c                      |   4 +-
  drivers/watchdog/wdt-uclass.c                      |  26 ++++++
  include/asm-generic/global_data.h                  |   4 +
  include/configs/db-88f6281-bp.h                    |  99 ++++++++++++++++++++
  include/configs/openrd.h                           |   3 +-
  include/configs/turris_omnia.h                     |   5 -
  include/wdt.h                                      |  41 ++++++++
  45 files changed, 743 insertions(+), 345 deletions(-)
  create mode 100644 arch/arm/dts/kirkwood-db-88f6281-spi.dts
  create mode 100644 arch/arm/dts/kirkwood-db-88f6281.dts
  create mode 100644 arch/arm/dts/kirkwood-db.dtsi
  create mode 100644 board/Marvell/db-88f6281-bp/.gitignore
  create mode 100644 board/Marvell/db-88f6281-bp/Kconfig
  create mode 100644 board/Marvell/db-88f6281-bp/MAINTAINERS
  create mode 100644 board/Marvell/db-88f6281-bp/Makefile
  create mode 100644 board/Marvell/db-88f6281-bp/db-88f6281-bp.c
  create mode 100644 board/Marvell/db-88f6281-bp/kwbimage.cfg.in
  create mode 100644 configs/db-88f6281-bp-nand_defconfig
  create mode 100644 configs/db-88f6281-bp-spi_defconfig
  create mode 100644 include/configs/db-88f6281-bp.h

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2019-04-11 12:34 Stefan Roese
  2019-04-11 14:49 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2019-04-11 12:34 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following Marvell related patches:

----------------------------------------------------------------
- Misc dts files sync'ed with Linux version (Chris)
- Orion watchdog fix (Chris)
- kwbimage changed to also support Marvell bin_hdr binary (Chris)
- Add DM support to enable CONFIG_BLK for sata_mv (Stefan)
- Enable BLK on multiple platforms (Stefan)
- Misc minor fixes to AXP theadorable board (Stefan)
- Correct logic for DM_SCSI + unconverted drivers check (stefan)
- Add Kirkwood db-88f6281-bp board (Chris)
- Misc changes to kirkwood to enable DM_USB here (Chris)
- Change ahci_mvebu to enable usage on A38x (Baruch)
- Update the kirkwood entry in git-mailrc (Baruch)
- Misc minor improvements (turris, documentation) (Baruch)
- Enhance sata_mv to support Kirkwood as well (Michael)
- Add wdt command (Michael)
- Add Marvell integrated CPUs (MSYS) support with DB-XC3-24G4XG
   board support (Chris)
----------------------------------------------------------------

Thanks,
Stefan


The following changes since commit 7e9d5d4167921802d0e956f803392a2437f92bf5:

   test.py: Disable fsck for FAT tests for now (2019-04-11 08:41:16 +0200)

are available in the Git repository at:

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

for you to fetch changes up to ea755051738cfc46721351935a09036500e86053:

   ARM: kirkwood: remove obsolete call to icache_enable (2019-04-11 13:42:13 +0200)

----------------------------------------------------------------
Baruch Siach (6):
       ARM: mvebu: define board_ahci_enable() for A38x
       ata: ahci_mvebu: add support for Armada 38x
       git-mailrc: update the kirkwood entry
       arm: mvebu: clearfog: document eMMC installation
       mvebu: drop dangling SPI flash comments and #ifdefs
       arm: mvebu: turris_omnia: select Kconfig SPI_FLASH_SPANSION

Chris Packham (20):
       arm: sync armada-xp dts files from Linux 5.0
       watchdog: orion_wdt: support SPL usage
       watchdog: orion_wdt: take timeout value in ms
       arm: mvebu: x530: Enable watchdog in SPL and U-Boot
       tools: kwbimage: don't adjust for image_header for Armada MSYS
       ARM: kirkwood: add db-88f6281-bp board
       ARM: kirkwood: rename KW_CPU_WIN_BASE to MVEBU_CPU_WIN_BASE
       ARM: kirkwood: remove KW_DEFADR_PCI_IO_REMAP
       ARM: kirkwood: switch to using mvebu mbus
       ARM: kirkwood: remove kw_config_adr_windows
       ARM: kirkwood: enable CONFIG_DM_USB on db-88f6281-bp
       ARM: kirkwood: enable CONFIG_DM_USB for {dream, guru, sheeva}plug
       ARM: kirkwood: enable CONFIG_DM_USB for dns325
       ARM: kirkwood: enable CONFIG_DM_USB for ds109
       ARM: kirkwood: enable CONFIG_DM_USB for goflexhome
       ARM: kirkwood: enable CONFIG_DM_USB for lschlv2 and lsxhl
       ARM: kirkwood: enable CONFIG_DM_USB for nas220
       arm: mvebu: Add Marvell's integrated CPUs
       arm: mvebu: NAND clock support for MSYS devices
       arm: mvebu: Add DB-XC3-24G4XG board

Leigh Brown (1):
       ARM: kirkwood: remove obsolete call to icache_enable

Michael Walle (5):
       sata: sata_mv: use correct format specifier in debug()
       sata: sata_mv: support kirkwood architecture
       sata: sata_mv: add orion-sata compatible string
       arm: kirkwood: lsxl: enable DM for SATA
       cmd: add wdt command

Stefan Roese (8):
       sata: sata_mv: Add DM support to enable CONFIG_BLK usage
       arm: mvebu: theadorable_debug_defconfig: Enable CONFIG_BLK
       arm: mvebu: db-mv784mp-gp_defconfig: Enable CONFIG_BLK
       arm: mvebu: theadorable: Add test for ctrl-c in PCIe PEX switch test
       Makefile: Correct logic for DM_SCSI + unconverted drivers check
       arm: mvebu: ds412: Enable CONFIG_BLK
       arm: mvebu: AXP: Enhance PCIe port capability configuration
       arm: mvebu: Fix Kconfig dependency warnings

  Makefile                                           |  19 +-
  arch/arm/dts/Makefile                              |   5 +-
  arch/arm/dts/armada-370-xp.dtsi                    | 133 ++++----
  arch/arm/dts/armada-385-atl-x530-u-boot.dtsi       |   4 +
  arch/arm/dts/armada-xp-98dx3236.dtsi               | 343 ++++++++++++++++++++
  arch/arm/dts/armada-xp-98dx3336.dtsi               |  39 +++
  arch/arm/dts/armada-xp-98dx4251.dtsi               |  54 ++++
  arch/arm/dts/armada-xp-db-xc3-24g4xg-u-boot.dtsi   |  24 ++
  arch/arm/dts/armada-xp-db-xc3-24g4xg.dts           | 110 +++++++
  arch/arm/dts/armada-xp-gp.dts                      | 167 +++++-----
  arch/arm/dts/armada-xp-maxbcm.dts                  |  24 +-
  arch/arm/dts/armada-xp-mv78230.dtsi                |  55 +---
  arch/arm/dts/armada-xp-mv78260.dtsi                |  58 +---
  arch/arm/dts/armada-xp-mv78460.dtsi                |  58 +---
  arch/arm/dts/armada-xp-synology-ds414.dts          | 199 ++++++------
  arch/arm/dts/armada-xp-theadorable.dts             |  69 ++--
  arch/arm/dts/armada-xp.dtsi                        | 214 +++++++------
  arch/arm/dts/kirkwood-db-88f6281-spi.dts           |  48 +++
  arch/arm/dts/kirkwood-db-88f6281.dts               |  26 ++
  arch/arm/dts/kirkwood-db.dtsi                      |  94 ++++++
  arch/arm/mach-kirkwood/Kconfig                     |   4 +
  arch/arm/mach-kirkwood/cpu.c                       |  74 ++---
  arch/arm/mach-kirkwood/include/mach/cpu.h          |  13 +-
  arch/arm/mach-kirkwood/include/mach/soc.h          |   2 +-
  arch/arm/mach-mvebu/Kconfig                        |  34 +-
  arch/arm/mach-mvebu/Makefile                       |   2 +
  arch/arm/mach-mvebu/cpu.c                          |  46 ++-
  arch/arm/mach-mvebu/include/mach/config.h          |   2 +-
  arch/arm/mach-mvebu/include/mach/cpu.h             |   3 +
  arch/arm/mach-mvebu/include/mach/soc.h             |  31 ++
  arch/arm/mach-mvebu/mbus.c                         |   9 +
  .../arm/mach-mvebu/serdes/axp/high_speed_env_lib.c |   8 +-
  board/CZ.NIC/turris_omnia/turris_omnia.c           |   2 +-
  board/Marvell/db-88f6281-bp/Kconfig                |  12 +
  board/Marvell/db-88f6281-bp/MAINTAINERS            |  10 +
  board/Marvell/db-88f6281-bp/Makefile               |  12 +
  board/Marvell/db-88f6281-bp/db-88f6281-bp.c        | 103 ++++++
  board/Marvell/db-88f6281-bp/kwbimage.cfg.in        |  36 +++
  board/Marvell/db-xc3-24g4xg/.gitignore             |   1 +
  board/Marvell/db-xc3-24g4xg/MAINTAINERS            |   7 +
  board/Marvell/db-xc3-24g4xg/Makefile               |  14 +
  board/Marvell/db-xc3-24g4xg/README                 |   4 +
  board/Marvell/db-xc3-24g4xg/binary.0               |  11 +
  board/Marvell/db-xc3-24g4xg/db-xc3-24g4xg.c        |  68 ++++
  board/Marvell/db-xc3-24g4xg/kwbimage.cfg.in        |  12 +
  board/Synology/ds414/ds414.c                       |   4 +-
  board/alliedtelesis/x530/x530.c                    |  48 +++
  board/maxbcm/maxbcm.c                              |   2 +-
  board/solidrun/clearfog/README                     |  23 ++
  board/theadorable/theadorable.c                    |  38 ++-
  cmd/Kconfig                                        |   6 +
  cmd/Makefile                                       |   1 +
  cmd/wdt.c                                          | 174 ++++++++++
  configs/db-88f6281-bp-nand_defconfig               |  54 ++++
  configs/db-88f6281-bp-spi_defconfig                |  56 ++++
  configs/db-mv784mp-gp_defconfig                    |   1 +
  configs/db-xc3-24g4xg_defconfig                    |  55 ++++
  configs/dns325_defconfig                           |   2 +
  configs/dreamplug_defconfig                        |   2 +
  configs/ds109_defconfig                            |   2 +
  configs/ds414_defconfig                            |   1 +
  configs/goflexhome_defconfig                       |   2 +
  configs/guruplug_defconfig                         |   2 +
  configs/lschlv2_defconfig                          |   6 +-
  configs/lsxhl_defconfig                            |   6 +-
  configs/nas220_defconfig                           |   2 +
  configs/sheevaplug_defconfig                       |   1 +
  configs/theadorable_debug_defconfig                |   1 +
  configs/turris_omnia_defconfig                     |   1 +
  configs/x530_defconfig                             |   5 +
  doc/git-mailrc                                     |   4 +-
  drivers/ata/Kconfig                                |   2 +
  drivers/ata/ahci_mvebu.c                           |   1 +
  drivers/ata/sata_mv.c                              | 354 ++++++++++++---------
  drivers/ddr/marvell/axp/xor_regs.h                 |   4 +
  drivers/watchdog/Kconfig                           |   1 +
  drivers/watchdog/orion_wdt.c                       |  27 +-
  include/configs/clearfog.h                         |   2 -
  include/configs/db-88f6281-bp.h                    |  99 ++++++
  include/configs/db-88f6720.h                       |   2 -
  include/configs/db-88f6820-amc.h                   |   2 -
  include/configs/db-88f6820-gp.h                    |   6 -
  include/configs/db-mv784mp-gp.h                    |   2 -
  include/configs/db-xc3-24g4xg.h                    |  41 +++
  include/configs/ds414.h                            |   2 -
  include/configs/helios4.h                          |   2 -
  include/configs/lsxl.h                             |  23 +-
  include/configs/mvebu_armada-8k.h                  |   4 -
  include/configs/theadorable.h                      |   2 -
  include/configs/turris_mox.h                       |   4 -
  include/configs/turris_omnia.h                     |   3 -
  tools/kwbimage.c                                   |   7 +
  92 files changed, 2510 insertions(+), 842 deletions(-)
  create mode 100644 arch/arm/dts/armada-xp-98dx3236.dtsi
  create mode 100644 arch/arm/dts/armada-xp-98dx3336.dtsi
  create mode 100644 arch/arm/dts/armada-xp-98dx4251.dtsi
  create mode 100644 arch/arm/dts/armada-xp-db-xc3-24g4xg-u-boot.dtsi
  create mode 100644 arch/arm/dts/armada-xp-db-xc3-24g4xg.dts
  create mode 100644 arch/arm/dts/kirkwood-db-88f6281-spi.dts
  create mode 100644 arch/arm/dts/kirkwood-db-88f6281.dts
  create mode 100644 arch/arm/dts/kirkwood-db.dtsi
  create mode 100644 board/Marvell/db-88f6281-bp/Kconfig
  create mode 100644 board/Marvell/db-88f6281-bp/MAINTAINERS
  create mode 100644 board/Marvell/db-88f6281-bp/Makefile
  create mode 100644 board/Marvell/db-88f6281-bp/db-88f6281-bp.c
  create mode 100644 board/Marvell/db-88f6281-bp/kwbimage.cfg.in
  create mode 100644 board/Marvell/db-xc3-24g4xg/.gitignore
  create mode 100644 board/Marvell/db-xc3-24g4xg/MAINTAINERS
  create mode 100644 board/Marvell/db-xc3-24g4xg/Makefile
  create mode 100644 board/Marvell/db-xc3-24g4xg/README
  create mode 100644 board/Marvell/db-xc3-24g4xg/binary.0
  create mode 100644 board/Marvell/db-xc3-24g4xg/db-xc3-24g4xg.c
  create mode 100644 board/Marvell/db-xc3-24g4xg/kwbimage.cfg.in
  create mode 100644 cmd/wdt.c
  create mode 100644 configs/db-88f6281-bp-nand_defconfig
  create mode 100644 configs/db-88f6281-bp-spi_defconfig
  create mode 100644 configs/db-xc3-24g4xg_defconfig
  create mode 100644 include/configs/db-88f6281-bp.h
  create mode 100644 include/configs/db-xc3-24g4xg.h

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2019-03-19 12:49 Stefan Roese
  2019-03-20 13:46 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2019-03-19 12:49 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following Marvell related patches, mostly fixes
which should go into the upcoming release:

----------------------------------------------------------------
- Enable network interface on clearfog_gt_8k (Baruch)
- Fix dreamplug boot by adding an spi0 alias to the DT (Chris)
- Fix / enhance Marvell ddr3 setup / parameters (Chris)
- Change CONFIG_SYS_MALLOC_F_LEN to 0x2000 on db-88f6820-amc (Chris)
- Enable SPL_FLASH_BAR on db-88f6820-amc (Chris)
- Use correct pcie controller name in Armada-38x dts files (Chris)
- Disable d-cache on Kirkwood platforms as currently needed (Chris)
- Add a more descriptive comment to pci_mvebu.c (Stefan)
- Update Marvell maintainers entry (Stefan)
----------------------------------------------------------------

Thanks,
Stefan


The following changes since commit 374bf7af033aa326a9585c5ff878d206e90c0c1c:

   Prepare v2019.04-rc4 (2019-03-18 21:14:02 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 599f7aa541bb5a658cbfd2af73bd9d2f6e828d43:

   ARM: kirkwood: disable dcache for Kirkwood boards (2019-03-19 09:22:05 +0100)

----------------------------------------------------------------
Baruch Siach (1):
       configs/clearfog_gt_8k: add network interface support

Chris Packham (7):
       ARM: kirkwood: add spi0 alias for dreamplug
       mv_ddr: ddr3: fix tRAS timimg parameter
       mv_ddr: ddr3: only use active chip-selects when tuning ODT
       ARM: mvebu: set CONFIG_SYS_MALLOC_F_LEN to 0x2000
       ARM: mvebu: db-88f6820-amc: enable SPI_FLASH_BAR
       ARM: mvebu: use correct name for pcie controller
       ARM: kirkwood: disable dcache for Kirkwood boards

Stefan Roese (2):
       pci: pci_mvebu: Add comment about missing of_n_addr_cells() call
       MAINTAINERS: Update u-boot-marvell entry

  MAINTAINERS                                      | 11 +++++++----
  arch/arm/dts/armada-385-amc.dts                  |  2 +-
  arch/arm/dts/armada-385-turris-omnia.dts         |  2 +-
  arch/arm/dts/armada-388-clearfog.dts             |  2 +-
  arch/arm/dts/armada-388-gp.dts                   |  2 +-
  arch/arm/dts/armada-38x-controlcenterdc.dts      |  2 +-
  arch/arm/dts/kirkwood-dreamplug.dts              |  4 ++++
  arch/arm/mach-kirkwood/include/mach/config.h     |  6 ++++++
  configs/clearfog_gt_8k_defconfig                 |  4 +++-
  configs/db-88f6820-amc_defconfig                 |  2 ++
  drivers/ddr/marvell/a38x/ddr3_training_db.c      |  8 ++++----
  drivers/ddr/marvell/a38x/ddr3_training_hw_algo.c |  3 ++-
  drivers/pci/pci_mvebu.c                          |  6 ++++++
  13 files changed, 39 insertions(+), 15 deletions(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2019-02-11 12:34 Stefan Roese
  2019-02-11 22:41 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2019-02-11 12:34 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following Marvell related patches, mostly board
specific changes and one platform build fix:

----------------------------------------------------------------
- Fix BUILD_TARGET for ARCH_MVEBU from Baruch
- Fix MVEBU PCIe reset issues from Baruch
- Increase DDR stability on x530 from Chris
----------------------------------------------------------------

Thanks,
Stefan


The following changes since commit dbe70c7d4e3d5c705a98d82952e05a591efd0683:

   Merge branch 'master' of git://git.denx.de/u-boot-sh (2019-02-10 08:11:53 -0500)

are available in the Git repository at:

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

for you to fetch changes up to a6ac775bae7fad1534ffe2b20244b7e7106b12b0:

   ARM: mvebu: x530: use MV_DDR_FREQ_SAR (2019-02-11 09:39:12 +0100)

----------------------------------------------------------------
Baruch Siach (4):
       arm: mvebu: mcbin: dts: fix PCIe reset polarity
       pcie: designware: mvebu: fix reset release polarity
       arm: mvebu: cf gt-8k: dts: add PCIe slot reset support
       Kconfig: fix BUILD_TARGET for ARCH_MVEBU

Chris Packham (1):
       ARM: mvebu: x530: use MV_DDR_FREQ_SAR

  Kconfig                                     | 2 +-
  arch/arm/dts/armada-8040-clearfog-gt-8k.dts | 8 ++++++++
  arch/arm/dts/armada-8040-mcbin.dts          | 2 +-
  board/alliedtelesis/x530/x530.c             | 2 +-
  drivers/pci/pcie_dw_mvebu.c                 | 4 +++-
  5 files changed, 14 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2019-02-05 13:36 Stefan Roese
  2019-02-08  3:13 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2019-02-05 13:36 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following Marvell related patches, mostly dealing
with the move to driver model (DM_VIDEO & DM_PCI) for the MVEBU
Armada XP / 38x platforms:

----------------------------------------------------------------
- Move Armada XP / 38x PCIe driver to DM_PCI from me
- Move Armada XP / 38x LCD driver to DM_VIDEO from me
- Add uDPU board (Armada-3720) from Vladimir
----------------------------------------------------------------

Thanks,
Stefan

The following changes since commit e5fd39c886485e3dec77f4438a6e364c2987cf5f:

   Merge tag 'for-master-20190201' of git://git.denx.de/u-boot-rockchip (2019-02-02 10:11:20 -0500)

are available in the Git repository at:

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

for you to fetch changes up to f18220919079eeb8e79f4791e152f1db073574a8:

   arm: mvebu: theadorable: Enable video / LCD support with the new DM driver (2019-02-05 14:23:27 +0100)

----------------------------------------------------------------
Stefan Roese (6):
       pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addr
       pci: pci_mvebu: Add DM_PCI support and move CONFIG_PCI_MVEBU to defconfig
       arm: mvebu: armada-xp/37x.dtsi: Sync PCIe DT nodes with Linux v4.20
       arm: mvebu: armada-xp-theadorable.dts: Enable PCIe DT nodes
       video: Armada XP: Move driver to DM_VIDEO
       arm: mvebu: theadorable: Enable video / LCD support with the new DM driver

Vladimir Vid (1):
       arm64: mvebu: Add basic support for uDPU board

  arch/arm/dts/Makefile                       |   1 +
  arch/arm/dts/armada-3720-uDPU-u-boot.dtsi   |  13 +
  arch/arm/dts/armada-3720-uDPU.dts           | 200 ++++++++++++
  arch/arm/dts/armada-375.dtsi                |   8 +-
  arch/arm/dts/armada-xp-mv78230.dtsi         |  17 +-
  arch/arm/dts/armada-xp-mv78260.dtsi         |  29 +-
  arch/arm/dts/armada-xp-mv78460.dtsi         |  32 +-
  arch/arm/dts/armada-xp-theadorable.dts      |  39 +++
  arch/arm/mach-mvebu/include/mach/cpu.h      |  12 -
  board/Marvell/mvebu_armada-37xx/MAINTAINERS |   5 +
  board/theadorable/theadorable.c             |  16 -
  configs/clearfog_defconfig                  |   1 +
  configs/controlcenterdc_defconfig           |   3 +
  configs/db-88f6820-amc_defconfig            |   1 +
  configs/db-88f6820-gp_defconfig             |   1 +
  configs/db-mv784mp-gp_defconfig             |   1 +
  configs/ds414_defconfig                     |   1 +
  configs/theadorable_debug_defconfig         |   5 +-
  configs/turris_omnia_defconfig              |   3 +-
  configs/uDPU_defconfig                      |  94 ++++++
  configs/x530_defconfig                      |   3 +-
  drivers/pci/Kconfig                         |   9 +
  drivers/pci/pci-uclass.c                    |  28 +-
  drivers/pci/pci_mvebu.c                     | 470 ++++++++++++++++------------
  drivers/video/mvebu_lcd.c                   | 321 +++++++++++--------
  include/configs/clearfog.h                  |   1 -
  include/configs/controlcenterdc.h           |   3 -
  include/configs/db-88f6820-amc.h            |   1 -
  include/configs/db-88f6820-gp.h             |   1 -
  include/configs/db-mv784mp-gp.h             |   1 -
  include/configs/ds414.h                     |   1 -
  include/configs/theadorable.h               |  11 +-
  include/configs/turris_omnia.h              |   1 -
  include/configs/x530.h                      |   1 -
  include/pci.h                               |  10 +
  scripts/config_whitelist.txt                |   1 -
  36 files changed, 930 insertions(+), 415 deletions(-)
  create mode 100644 arch/arm/dts/armada-3720-uDPU-u-boot.dtsi
  create mode 100644 arch/arm/dts/armada-3720-uDPU.dts
  create mode 100644 configs/uDPU_defconfig

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2019-01-21 10:52 Stefan Roese
  2019-01-22  2:29 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2019-01-21 10:52 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the first Marvell patches in this merge window with the
following changes:

----------------------------------------------------------------
- Sync Armada-38x dts with Linux 4.20 from Chris
- Misc changes and enhancements to Turris Mox (v4) from Marek
- Reserve PSCI area for Armada 8k from Heinrich
- New Allied Telesis x530 board (Armada-385) from Chris
- Misc minor changes (defconfig etc)
----------------------------------------------------------------

Thanks,
Stefan


The following changes since commit 2acc24fc28ef782f4baef1aa0193d520ee9610b9:

   Kconfig: Migrate BOUNCE_BUFFER (2019-01-19 09:49:26 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 0e31666dfa043ab71fb1fbbba4feacfe8af3e06b:

   ARM: mvebu: add support for Allied Telesis x530 (2019-01-21 11:39:50 +0100)

----------------------------------------------------------------
Baruch Siach (1):
       board: mvebu: drop unused ETH_PHY macro definitions

Chris Packham (2):
       ARM: mvebu: sync Armada-38x dts with Linux 4.20
       ARM: mvebu: add support for Allied Telesis x530

Heinrich Schuchardt (2):
       arm64: dts: marvell: armada-ap806: reserve PSCI area
       arm64: mvebu: defconfig: enable CONFIG_CMD_NVME

Marek Behún (10):
       arm: mvebu: turris_mox: Cosmetic restructurization
       arm: mvebu: turris_mox: Change SERDES map depending on module topology
       arm: mvebu: turris_mox: Check and configure modules
       arm: mvebu: dts: Fix Turris Mox device tree
       arm: mvebu: turris_mox: Update defconfig
       watchdog: armada_37xx: Fix compliance with kernel's driver
       MAINTAINERS: Add entry for CZ.NIC's Turris project
       arm: mvebu: turris_mox: Read info (and ethaddrs) from OTP
       arm: mvebu: turris_mox: Support 1 GB version of Turris Mox
       arm: mvebu: configs: turris_mox: Add 64 MiB of boot memory

  MAINTAINERS                                   |   8 +
  arch/arm/dts/Makefile                         |   4 +-
  arch/arm/dts/armada-3720-turris-mox.dts       |  23 +-
  arch/arm/dts/armada-380.dtsi                  |  44 +--
  arch/arm/dts/armada-385-atl-x530-u-boot.dtsi  |  13 +
  arch/arm/dts/armada-385-atl-x530.dts          |  50 +++
  arch/arm/dts/armada-385-atl-x530.dtsi         | 266 +++++++++++++++
  arch/arm/dts/armada-385-atl-x530DP.dts        |  51 +++
  arch/arm/dts/armada-385-atl-x530DP.dtsi       | 149 +++++++++
  arch/arm/dts/armada-385.dtsi                  |  63 +---
  arch/arm/dts/armada-388-clearfog.dts          |  25 +-
  arch/arm/dts/armada-388.dtsi                  |  43 +--
  arch/arm/dts/armada-38x-controlcenterdc.dts   |  68 ++--
  arch/arm/dts/armada-38x.dtsi                  | 283 +++++++++-------
  arch/arm/dts/armada-ap806.dtsi                |  11 +
  arch/arm/mach-mvebu/Kconfig                   |   7 +
  arch/arm/mach-mvebu/arm64-common.c            |   4 +-
  board/CZ.NIC/turris_mox/Makefile              |   2 +-
  board/CZ.NIC/turris_mox/mox_sp.c              | 136 ++++++++
  board/CZ.NIC/turris_mox/mox_sp.h              |  15 +
  board/CZ.NIC/turris_mox/turris_mox.c          | 462 +++++++++++++++++++++++---
  board/Marvell/db-88f6820-amc/db-88f6820-amc.c |   4 -
  board/Marvell/db-88f6820-gp/db-88f6820-gp.c   |   4 -
  board/alliedtelesis/common/gpio_hog.c         |  36 ++
  board/alliedtelesis/common/gpio_hog.h         |  13 +
  board/alliedtelesis/x530/MAINTAINERS          |  12 +
  board/alliedtelesis/x530/Makefile             |   9 +
  board/alliedtelesis/x530/kwbimage.cfg         |  12 +
  board/alliedtelesis/x530/x530.c               | 161 +++++++++
  board/gdsys/a38x/controlcenterdc.c            |   4 -
  board/kobol/helios4/helios4.c                 |   4 -
  board/solidrun/clearfog/clearfog.c            |   4 -
  configs/clearfog_gt_8k_defconfig              |   2 +
  configs/mvebu_db_armada8k_defconfig           |   2 +
  configs/mvebu_mcbin-88f8040_defconfig         |   2 +
  configs/turris_mox_defconfig                  |   6 +
  configs/x530_defconfig                        |  71 ++++
  drivers/watchdog/armada-37xx-wdt.c            | 109 +++---
  include/configs/turris_mox.h                  |   2 +
  include/configs/x530.h                        | 134 ++++++++
  40 files changed, 1918 insertions(+), 400 deletions(-)
  create mode 100644 arch/arm/dts/armada-385-atl-x530-u-boot.dtsi
  create mode 100644 arch/arm/dts/armada-385-atl-x530.dts
  create mode 100644 arch/arm/dts/armada-385-atl-x530.dtsi
  create mode 100644 arch/arm/dts/armada-385-atl-x530DP.dts
  create mode 100644 arch/arm/dts/armada-385-atl-x530DP.dtsi
  create mode 100644 board/CZ.NIC/turris_mox/mox_sp.c
  create mode 100644 board/CZ.NIC/turris_mox/mox_sp.h
  create mode 100644 board/alliedtelesis/common/gpio_hog.c
  create mode 100644 board/alliedtelesis/common/gpio_hog.h
  create mode 100644 board/alliedtelesis/x530/MAINTAINERS
  create mode 100644 board/alliedtelesis/x530/Makefile
  create mode 100644 board/alliedtelesis/x530/kwbimage.cfg
  create mode 100644 board/alliedtelesis/x530/x530.c
  create mode 100644 configs/x530_defconfig
  create mode 100644 include/configs/x530.h

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2018-12-21 15:31 Stefan Roese
  2018-12-23 17:31 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2018-12-21 15:31 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following minor, local changes and fixes:

----------------------------------------------------------------
- Fix breakage in helios4: Change U-Boot offset on SPI Flash
- Enable CONFIG_BLK for db-88f6820-amc
----------------------------------------------------------------

I do not plan any other updates until the release right now.

Thanks,
Stefan

The following changes since commit 1f2e948d6d53f77a2ddb2dde3531b0d5bc2815ad:

   Prepare v2019.01-rc2 (2018-12-17 20:25:24 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 7a147220c6459aeb7c6b6f7afe4330dcce077c9b:

   arm: mvebu: configs: helios4: Change U-Boot offset on SPI Flash (2018-12-21 08:59:19 +0100)

----------------------------------------------------------------
Aditya Prayoga (1):
       arm: mvebu: configs: helios4: Change U-Boot offset on SPI Flash

Chris Packham (2):
       ARM: mvebu: define CONFIG_BLK for db-88f6820-amc
       ARM: mvebu: remove out of date comment

  arch/arm/mach-mvebu/cpu.c        | 6 ++----
  configs/db-88f6820-amc_defconfig | 3 +++
  include/configs/helios4.h        | 2 +-
  3 files changed, 6 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2018-12-09 10:15 Stefan Roese
  2018-12-09 21:44 ` Chris Packham
  2018-12-09 22:11 ` Tom Rini
  0 siblings, 2 replies; 130+ messages in thread
From: Stefan Roese @ 2018-12-09 10:15 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the 2nd batch of Marvell / MVEBU patches:

----------------------------------------------------------------
- Sync DDR training with Marvell code for Armada 38x by Chris
- Misc updates to Armada 38x Helios4 board by Aditya
----------------------------------------------------------------

Thanks,
Stefan


The following changes since commit 3589025867274ff28f689029ab8323301771c8ec:

   Merge branch '2018-12-06-master-imports' (2018-12-07 10:55:12 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 5ca84c6dd2b3060471171cce3f76d8af35060c0b:

   arm: mvebu: helios4: Reset uSOM onboard phy during board init (2018-12-08 16:19:41 +0100)

----------------------------------------------------------------
Aditya Prayoga (6):
       arm: mvebu: helios4: mmc: move environment before 1M
       arm: mvebu: helios4: Enable I2C and IO Expander
       arm: mvebu: helios4: Enable mvebu GPIO
       arm: mvebu: helios4: Reduce U-Boot image size
       arm: mvebu: helios4: Enable SPI flash support
       arm: mvebu: helios4: Reset uSOM onboard phy during board init

Chris Packham (1):
       ARM: mvebu: a38x: sync ddr training code with mv_ddr-armada-18.09.02

  arch/arm/dts/armada-388-helios4-u-boot.dtsi        |  22 +
  board/CZ.NIC/turris_omnia/turris_omnia.c           |   4 +-
  board/Marvell/db-88f6820-amc/db-88f6820-amc.c      |   2 +-
  board/Marvell/db-88f6820-gp/db-88f6820-gp.c        |   2 +-
  board/gdsys/a38x/controlcenterdc.c                 |   2 +-
  board/kobol/helios4/helios4.c                      |  34 +-
  board/solidrun/clearfog/clearfog.c                 |   2 +-
  configs/helios4_defconfig                          |  13 +-
  drivers/ddr/marvell/a38x/ddr3_debug.c              | 414 ++----------------
  drivers/ddr/marvell/a38x/ddr3_init.c               |  91 +---
  drivers/ddr/marvell/a38x/ddr3_init.h               |  43 +-
  drivers/ddr/marvell/a38x/ddr3_topology_def.h       |  78 ----
  drivers/ddr/marvell/a38x/ddr3_training.c           | 484 +++++++++++----------
  drivers/ddr/marvell/a38x/ddr3_training_bist.c      |   1 +
  .../marvell/a38x/ddr3_training_centralization.c    |   3 +
  drivers/ddr/marvell/a38x/ddr3_training_db.c        | 172 +++++---
  drivers/ddr/marvell/a38x/ddr3_training_hw_algo.c   |   1 +
  drivers/ddr/marvell/a38x/ddr3_training_ip.h        |  38 --
  drivers/ddr/marvell/a38x/ddr3_training_ip_def.h    |  31 --
  drivers/ddr/marvell/a38x/ddr3_training_ip_engine.c |   2 +
  drivers/ddr/marvell/a38x/ddr3_training_ip_engine.h |   1 +
  drivers/ddr/marvell/a38x/ddr3_training_ip_flow.h   |  91 +---
  drivers/ddr/marvell/a38x/ddr3_training_ip_prv_if.h |  10 +-
  drivers/ddr/marvell/a38x/ddr3_training_leveling.c  |  75 ++--
  drivers/ddr/marvell/a38x/ddr3_training_leveling.h  |   1 -
  drivers/ddr/marvell/a38x/ddr3_training_pbs.c       |   7 +-
  drivers/ddr/marvell/a38x/ddr_topology_def.h        | 107 ++++-
  drivers/ddr/marvell/a38x/ddr_training_ip_db.h      |   2 -
  drivers/ddr/marvell/a38x/dram_if.h                 |  13 +
  drivers/ddr/marvell/a38x/mv_ddr_build_message.c    |   2 +-
  drivers/ddr/marvell/a38x/mv_ddr_common.h           |  38 +-
  drivers/ddr/marvell/a38x/mv_ddr_plat.c             | 181 ++++----
  drivers/ddr/marvell/a38x/mv_ddr_plat.h             |  12 +-
  drivers/ddr/marvell/a38x/mv_ddr_regs.h             |  19 +
  drivers/ddr/marvell/a38x/mv_ddr_spd.c              |  16 +-
  drivers/ddr/marvell/a38x/mv_ddr_topology.c         | 215 +++++++--
  drivers/ddr/marvell/a38x/mv_ddr_topology.h         | 214 ++++++++-
  drivers/ddr/marvell/a38x/mv_ddr_training_db.h      |  40 ++
  drivers/ddr/marvell/a38x/xor.c                     |   8 +-
  include/configs/helios4.h                          |  48 +-
  40 files changed, 1227 insertions(+), 1312 deletions(-)
  create mode 100644 arch/arm/dts/armada-388-helios4-u-boot.dtsi
  delete mode 100644 drivers/ddr/marvell/a38x/ddr3_topology_def.h
  create mode 100644 drivers/ddr/marvell/a38x/dram_if.h
  create mode 100644 drivers/ddr/marvell/a38x/mv_ddr_training_db.h

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2018-11-30 14:45 Stefan Roese
  2018-11-30 22:09 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2018-11-30 14:45 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the next batch of Marvell related patches. Here a short
summary:

- Some Kirkwood boards converted to DM_SPI by Chris
- New Armada-385 SoC revision printed by Chris
- Ethernet enable on mcbin by Baruch
- Support 2 DRAM banks on Armada-8k boards by Baruch

Thanks,
Stefan


The following changes since commit 93e72ac472b537bb4b0c6a97a7e6aab2b37860c6:

   Merge tag 'u-boot-amlogic-20181126' of git://git.denx.de/u-boot-amlogic (2018-11-29 15:16:58 -0500)

are available in the Git repository at:

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

for you to fetch changes up to d997ad034b6a2e840fefb8224bfd85391cafd71d:

   ARM: mvebu: add revision id for Armada-385 B0 (2018-11-30 10:58:10 +0100)

----------------------------------------------------------------
Baruch Siach (3):
       arm: mvebu: configs: armada8k: use 2 DRAM banks
       arm: mvebu: mcbin: dts: enable 1G network interface
       arm: mvebu: mcbin: configs: enable network driver

Chris Packham (4):
       arm: kirkwood: configs: Convert Allied Telesis boards to DM_SPI
       arm: kirkwood: configs: ds109: Convert to DM_SPI
       arm: kirkwood: configs: dreamplug: Convert to DM_SPI
       ARM: mvebu: add revision id for Armada-385 B0

  arch/arm/dts/armada-8040-mcbin.dts            | 16 ++++++++++++++++
  arch/arm/mach-mvebu/cpu.c                     |  3 +++
  arch/arm/mach-mvebu/include/mach/soc.h        |  1 +
  arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h |  1 +
  configs/SBx81LIFKW_defconfig                  |  2 ++
  configs/SBx81LIFXCAT_defconfig                |  2 ++
  configs/clearfog_gt_8k_defconfig              |  2 +-
  configs/dreamplug_defconfig                   |  2 ++
  configs/ds109_defconfig                       |  2 ++
  configs/mvebu_db_armada8k_defconfig           |  2 +-
  configs/mvebu_mcbin-88f8040_defconfig         |  8 ++++----
  include/configs/dreamplug.h                   |  1 -
  include/configs/ds109.h                       |  1 -
  13 files changed, 35 insertions(+), 8 deletions(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2018-11-20 12:15 Stefan Roese
  2018-11-20 21:48 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2018-11-20 12:15 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the first batch of Marvell patches with:

- Clearfog GT-8K support added by Baruch / Raheeb
- const and sizes cleanup (also in MIPS) from Baruch
- Minor cleanup to db-88f6820 from Chris

Thanks,
Stefan


The following changes since commit d73d81fd85e4a030ade42c4b2d13466d45090aa3:

   Merge tag 'mips-pull-2018-11-18' of git://git.denx.de/u-boot-mips (2018-11-18 15:47:16 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 5bbf36af7ff6f4ff77d903320e95e5628c68884d:

   ARM: mvebu: dts: add Clearfog GT-8K (2018-11-20 13:08:44 +0100)

----------------------------------------------------------------
Baruch Siach (5):
       linux/const.h: import from kernel
       Use _AC and UL macros from linux/const.h
       MIPS: drop asm/const.h
       linux/sizes.h: sync from kernel
       arm64: mvebu: a8k: autodetect RAM size

Chris Packham (1):
       ARM: mvebu: db-88f6820: remove redundant comment

Rabeeh Khoury (1):
       ARM: mvebu: dts: add Clearfog GT-8K

  arch/arm/dts/Makefile                            |   1 +
  arch/arm/dts/armada-8040-clearfog-gt-8k.dts      | 315 +++++++++++++++++++++++
  arch/arm/include/asm/armv8/mmu.h                 |   2 +
  arch/arm/mach-mvebu/arm64-common.c               |  50 +++-
  arch/arm/mach-tegra/tegra186/nvtboot_mem.c       |   3 +-
  arch/mips/include/asm/mach-generic/spaces.h      |   2 +-
  arch/riscv/include/asm/csr.h                     |   2 +
  configs/clearfog_gt_8k_defconfig                 |  75 ++++++
  include/common.h                                 |   9 -
  include/configs/db-88f6820-amc.h                 |   5 -
  include/configs/db-88f6820-gp.h                  |   5 -
  {arch/mips/include/asm => include/linux}/const.h |  23 +-
  include/linux/sizes.h                            |   4 +
  13 files changed, 465 insertions(+), 31 deletions(-)
  create mode 100644 arch/arm/dts/armada-8040-clearfog-gt-8k.dts
  create mode 100644 configs/clearfog_gt_8k_defconfig
  rename {arch/mips/include/asm => include/linux}/const.h (52%)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2018-09-19 15:12 Stefan Roese
  2018-09-20 13:24 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2018-09-19 15:12 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the Marvell U-Boot patches with these changes:

- Multiples updates to the turris boards / platform
- Changes / enhancements to the Marvell PHY drivers, mainly
   to support the turris platform
- Many fixes and enhancements to the pxa3xx NAND driver
- Fixes for the UART boot mode in kwboot
- Misc minor changes to other 32bit and 64bit boards

Thanks,
Stefan


The following changes since commit b57f1895b669e3fbdca486e7c40dfea00f22bb93:

   Merge git://git.denx.de/u-boot-x86 (2018-09-17 08:04:25 -0400)

are available in the Git repository at:

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

for you to fetch changes up to e32ac37119394f2d3c579b2cdd549bed59fb583f:

   arm: mvebu: clearfog: enable eMMC boot partitions support (2018-09-19 14:00:06 +0200)

----------------------------------------------------------------
Baruch Siach (4):
       doc/git-mailrc: add Stefan Roese to the kirkwood alias
       arm64: mvebu: armada-8k: support environment in SD/eMMC
       dts: mvebu: mcbin: drop redundant SD slot node
       arm: mvebu: clearfog: enable eMMC boot partitions support

Boris Brezillon (1):
       mtd: nand: pxa3xx: Fix READOOB implementation

Chris Packham (2):
       Revert "arm: mvebu: fix boot from UART when in fallback mode"
       ARM: mach-mvebu: handle fall-back to UART boot

David Sniatkiwicz (1):
       fix: nand: pxa3xx: Add WA for eliminating flash ready timeout

Evgeni Dobrev (1):
       Kirkwood: NAS220: remove bootdelay from CONFIG_EXTRA_ENV_SETTINGS

Jon Nettleton (1):
       tools: kwboot: Make kwboot more robust on a38x

Konstantin Porotchkin (7):
       mtd: nand: pxa3xx: add support for Toshiba flash
       fix: nand: Replace hardcoded page chunk size with calculated one
       nand: pxa3xx: cosmetic: add comments to the timing layout structures
       nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NAND
       fix: env: Fix the SPI flash device setup for DM mode
       fix: mvebu: Add SPI parameters for environment setup
       fix: cmd: mvebu: Exclude mvebu commands from SPL builds

Marek Behún (6):
       phy: marvell: Support changing SERDES map in board file
       clk: armada-37xx-periph: Support changing clock parent and rate
       board: turris_mox: Fix watchdog macro name
       board: turris_mox: Enable PCI in defconfig
       arch/arm/dts: Update Turris Mox device tree
       board: turris_mox: Fixup U-Boot's device tree if PCIe connected

Ofer Heifetz (10):
       mtd: nand: pxa3xx_nand: Increase initial buffer size
       mtd: nand: pxa3xx_nand: use nand_to_mtd()
       mtd: nand: pxa3xx_nand: sync pxa3xx_nand_set_sdr_timing()
       mtd: nand: pxa3xx_nand: fix early spurious interrupt
       mtd: nand: pxa3xx-nand: fix random command timeouts
       nand: pxa3xx: Increase READ_ID buffer and make the size static
       mtd: pxa3xx_nand: Increase the initial chunk size
       mtd: pxa3xx_nand: Fix initial controller configuration
       mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan
       mtd: nand: pxa3xx_nand: add support for partial chunks

Rabeeh Khoury (1):
       phy: marvell: add SATA comphy RX/TX polarity invert support

Victor Axelrod (1):
       mtd: nand: pxa3xx: add support for 2KB 8-bit flash

  MAINTAINERS                                     |   3 +-
  arch/arm/dts/armada-3720-turris-mox.dts         |  17 +-
  arch/arm/dts/armada-8040-mcbin.dts              |   8 -
  arch/arm/mach-mvebu/armada8k/cpu.c              |  24 ++
  arch/arm/mach-mvebu/include/mach/soc.h          |   8 +-
  arch/arm/mach-mvebu/spl.c                       |  15 +-
  board/CZ.NIC/turris_mox/turris_mox.c            |  88 ++++-
  cmd/Makefile                                    |   3 +-
  configs/turris_mox_defconfig                    |   6 +
  doc/git-mailrc                                  |   2 +-
  drivers/clk/mvebu/armada-37xx-periph.c          | 130 ++++++-
  drivers/mtd/nand/pxa3xx_nand.c                  | 447 ++++++++++++++++--------
  drivers/phy/marvell/comphy_a3700.h              |   2 +-
  drivers/phy/marvell/comphy_core.c               |  12 +-
  drivers/phy/marvell/{comphy.h => comphy_core.h} |  16 +-
  drivers/phy/marvell/comphy_cp110.c              |  21 +-
  drivers/phy/marvell/comphy_hpipe.h              |   6 +
  drivers/phy/marvell/comphy_mux.c                |   2 +-
  env/sf.c                                        |   3 +-
  include/configs/clearfog.h                      |   4 +
  include/configs/db-88f6820-gp.h                 |   6 +
  include/configs/mvebu_armada-8k.h               |   3 +
  include/configs/nas220.h                        |   1 -
  include/mvebu/comphy.h                          |  22 ++
  tools/kwboot.c                                  |  14 +-
  25 files changed, 664 insertions(+), 199 deletions(-)
  rename drivers/phy/marvell/{comphy.h => comphy_core.h} (96%)
  create mode 100644 include/mvebu/comphy.h

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2018-08-07 13:10 Stefan Roese
  2018-08-08  1:35 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2018-08-07 13:10 UTC (permalink / raw)
  To: u-boot

Hi Tom,

I'm a bit late because of a longer week vacation from which I 
just returned. Here my patch queue for the Marvell MVEBU SoC
family.

Thanks,
Stefan


The following changes since commit bb694d4e898b1368ba96e01481dc0a79c491e77c:

  Merge branch 'master' of git://git.denx.de/u-boot-spi (2018-08-04 19:41:43 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 79a0188679df53862e06fd7c8fecb7f3d7d44502:

  arm64: a37xx: add CONFIG_MTD_DEVICE and CONFIG_MTD_PARTITIONS (2018-08-07 10:53:52 +0200)

----------------------------------------------------------------
Baruch Siach (9):
      mvebu: turris_omnia: use u-boot-spl-dtb.bin
      mvebu: a38x: drop duplicate platform id symbols
      mvebu: consolidate SPL boot device config symbols
      mvebu: select boot device at SoC level
      mvebu: support UART boot image
      mvebu: clearfog: use kconfig symbols to select boot device
      arm: mvebu: solidrun-microsom: update SPI flash compatible
      arm: mvebu: clearfog: use the microsom .dtsi
      arm: mvebu: helios4: remove duplicate sdhci pins node

Chris Packham (4):
      configs: kirkwood: ds109: switch to DM_I2C
      configs: move RTC_MV config from mv-plug-common.h to boards
      configs: kirkwood: Move RTC_MV to DM and Kconfig
      ARM: kirkwood: add SBx81LIFXCAT board

Jon Nettleton (2):
      arm: mvebu: Better align Clearfog dts file with Linux kernel
      arm: mvebu: clearfog: add u-boot, dm-spl tag for spi

Vladimir Vid (1):
      arm64: a37xx: add CONFIG_MTD_DEVICE and CONFIG_MTD_PARTITIONS

Willy Tarreau (2):
      tools: kwboot: unbreak terminal-only mode
      tools: kwboot: properly quit when read() returns 0

 arch/arm/Kconfig                                   |   1 -
 arch/arm/dts/armada-388-clearfog-u-boot.dtsi       |   9 +
 arch/arm/dts/armada-388-clearfog.dts               | 449 +++++++--------------
 arch/arm/dts/armada-388-helios4.dts                |   8 +-
 arch/arm/dts/armada-38x-solidrun-microsom.dtsi     |   2 +-
 arch/arm/dts/kirkwood-atl-sbx81lifxcat.dts         | 145 +++++++
 arch/arm/mach-kirkwood/Kconfig                     |   4 +
 .../gdsys/a38x => arch/arm/mach-mvebu}/.gitignore  |   0
 arch/arm/mach-mvebu/Kconfig                        |  17 +-
 arch/arm/mach-mvebu/Makefile                       |  33 ++
 arch/arm/mach-mvebu/include/mach/config.h          |   4 +-
 .../a38x => arch/arm/mach-mvebu}/kwbimage.cfg.in   |   0
 board/CZ.NIC/turris_omnia/kwbimage.cfg             |  12 -
 board/Marvell/db-88f6720/kwbimage.cfg              |  12 -
 board/Marvell/db-88f6820-amc/kwbimage.cfg          |  12 -
 board/Marvell/db-88f6820-gp/kwbimage.cfg           |  12 -
 board/Marvell/db-mv784mp-gp/kwbimage.cfg           |  12 -
 board/Synology/ds414/kwbimage.cfg                  |  12 -
 board/alliedtelesis/SBx81LIFXCAT/Kconfig           |  12 +
 board/alliedtelesis/SBx81LIFXCAT/MAINTAINERS       |   7 +
 board/alliedtelesis/SBx81LIFXCAT/Makefile          |   7 +
 board/alliedtelesis/SBx81LIFXCAT/kwbimage.cfg      |  49 +++
 board/alliedtelesis/SBx81LIFXCAT/sbx81lifxcat.c    | 134 ++++++
 board/gdsys/a38x/Kconfig                           |  36 --
 board/gdsys/a38x/Makefile                          |  31 --
 board/kobol/helios4/kwbimage.cfg                   |  13 -
 board/maxbcm/kwbimage.cfg                          |  12 -
 board/solidrun/clearfog/kwbimage.cfg               |  12 -
 board/theadorable/kwbimage.cfg                     |  12 -
 configs/SBx81LIFKW_defconfig                       |   2 +
 configs/SBx81LIFXCAT_defconfig                     |  44 ++
 configs/clearfog_defconfig                         |   2 +-
 configs/dns325_defconfig                           |   5 +-
 configs/dreamplug_defconfig                        |   5 +-
 configs/ds109_defconfig                            |   7 +-
 configs/goflexhome_defconfig                       |   5 +-
 configs/guruplug_defconfig                         |   5 +-
 configs/helios4_defconfig                          |   1 +
 configs/nas220_defconfig                           |   5 +-
 configs/sheevaplug_defconfig                       |   5 +-
 include/configs/SBx81LIFKW.h                       |   5 -
 include/configs/SBx81LIFXCAT.h                     | 114 ++++++
 include/configs/clearfog.h                         |  16 +-
 include/configs/dns325.h                           |   7 -
 include/configs/goflexhome.h                       |   7 -
 include/configs/mv-plug-common.h                   |   7 -
 include/configs/mvebu_armada-37xx.h                |   2 +
 include/configs/nas220.h                           |   7 -
 include/configs/turris_omnia.h                     |   4 +-
 tools/kwboot.c                                     |   6 +-
 50 files changed, 772 insertions(+), 558 deletions(-)
 create mode 100644 arch/arm/dts/armada-388-clearfog-u-boot.dtsi
 create mode 100644 arch/arm/dts/kirkwood-atl-sbx81lifxcat.dts
 rename {board/gdsys/a38x => arch/arm/mach-mvebu}/.gitignore (100%)
 rename {board/gdsys/a38x => arch/arm/mach-mvebu}/kwbimage.cfg.in (100%)
 delete mode 100644 board/CZ.NIC/turris_omnia/kwbimage.cfg
 delete mode 100644 board/Marvell/db-88f6720/kwbimage.cfg
 delete mode 100644 board/Marvell/db-88f6820-amc/kwbimage.cfg
 delete mode 100644 board/Marvell/db-88f6820-gp/kwbimage.cfg
 delete mode 100644 board/Marvell/db-mv784mp-gp/kwbimage.cfg
 delete mode 100644 board/Synology/ds414/kwbimage.cfg
 create mode 100644 board/alliedtelesis/SBx81LIFXCAT/Kconfig
 create mode 100644 board/alliedtelesis/SBx81LIFXCAT/MAINTAINERS
 create mode 100644 board/alliedtelesis/SBx81LIFXCAT/Makefile
 create mode 100644 board/alliedtelesis/SBx81LIFXCAT/kwbimage.cfg
 create mode 100644 board/alliedtelesis/SBx81LIFXCAT/sbx81lifxcat.c
 delete mode 100644 board/gdsys/a38x/Kconfig
 delete mode 100644 board/kobol/helios4/kwbimage.cfg
 delete mode 100644 board/maxbcm/kwbimage.cfg
 delete mode 100644 board/solidrun/clearfog/kwbimage.cfg
 delete mode 100644 board/theadorable/kwbimage.cfg
 create mode 100644 configs/SBx81LIFXCAT_defconfig
 create mode 100644 include/configs/SBx81LIFXCAT.h

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2018-06-05  9:33 Stefan Roese
  2018-06-05 14:14 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2018-06-05  9:33 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the last batch of Marvell patches for this release
(bug fixes might still be coming).

I've run checkpatch as requested and only noticed warnings that
I feel should be ignored (>80 chars etc).

Thanks,
Stefan


The following changes since commit ee1855dc52fc366f33e21182103323c236cb3346:

  Prepare v2018.07-rc1 (2018-06-04 18:08:45 -0400)

are available in the Git repository at:

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

for you to fetch changes up to d4899b0f5ddf39de47bd952ca8484a14f03d00fe:

  ARM: kirkwood: Enforce size limit for guruplug (2018-06-05 07:29:09 +0200)

----------------------------------------------------------------
Chris Packham (5):
      ARM: kirkwood: remove automatic I2C config if DM_I2C is enabled
      ARM: add SBx81LIFKW board
      ARM: kirkwood: SBx81LIFKW: Enable network hardware
      ARM: kirkwood: Enforce size limit for sheevaplug
      ARM: kirkwood: Enforce size limit for guruplug

Jon Nettleton (2):
      arm: mvebu: enable sata support for clearfog
      arm: mvebu: switch clearfog to use device-tree i2c and gpio

Michael Walle (2):
      enable CONFIG_DISTRO_DEFAULTS for LS-CHLv2 board
      arm: kirkwood: lsxl: Add SPI driver model support

Rabeeh Khoury (1):
      mvebu: a38x: Force receiver detected on PCIe lanes

Vagrant Cascadian (1):
      Enable thumb build to reduce build size of u-boot.kwb.

 arch/arm/dts/armada-388-clearfog.dts               |   2 +
 arch/arm/dts/kirkwood-atl-sbx81lifkw.dts           | 133 ++++++++++++++
 arch/arm/dts/kirkwood-lsxl.dtsi                    |   4 +
 arch/arm/mach-kirkwood/Kconfig                     |   4 +
 arch/arm/mach-kirkwood/include/mach/config.h       |   3 +-
 .../mach-mvebu/serdes/a38x/high_speed_env_spec.c   |   2 +
 arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h      |   1 +
 board/alliedtelesis/SBx81LIFKW/Kconfig             |  12 ++
 board/alliedtelesis/SBx81LIFKW/MAINTAINERS         |   7 +
 board/alliedtelesis/SBx81LIFKW/Makefile            |   7 +
 board/alliedtelesis/SBx81LIFKW/kwbimage.cfg        |  47 +++++
 board/alliedtelesis/SBx81LIFKW/sbx81lifkw.c        | 197 +++++++++++++++++++++
 board/solidrun/clearfog/clearfog.c                 |  22 ---
 configs/SBx81LIFKW_defconfig                       |  39 ++++
 configs/clearfog_defconfig                         |   8 +
 configs/lschlv2_defconfig                          |  18 +-
 configs/lsxhl_defconfig                            |   3 +
 configs/sheevaplug_defconfig                       |   1 +
 include/configs/SBx81LIFKW.h                       | 119 +++++++++++++
 include/configs/clearfog.h                         |  16 +-
 include/configs/guruplug.h                         |   5 +
 include/configs/sheevaplug.h                       |   5 +
 22 files changed, 612 insertions(+), 43 deletions(-)
 create mode 100644 arch/arm/dts/kirkwood-atl-sbx81lifkw.dts
 create mode 100644 board/alliedtelesis/SBx81LIFKW/Kconfig
 create mode 100644 board/alliedtelesis/SBx81LIFKW/MAINTAINERS
 create mode 100644 board/alliedtelesis/SBx81LIFKW/Makefile
 create mode 100644 board/alliedtelesis/SBx81LIFKW/kwbimage.cfg
 create mode 100644 board/alliedtelesis/SBx81LIFKW/sbx81lifkw.c
 create mode 100644 configs/SBx81LIFKW_defconfig
 create mode 100644 include/configs/SBx81LIFKW.h

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2018-05-16 12:05 Stefan Roese
  2018-05-16 15:37 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2018-05-16 12:05 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the Kirkwood DT patches from Chris.

Thanks,
Stefan

The following changes since commit 0315d6959fdd9d2a4d89016c311e9c8c8d239a10:

  ARM: mvebu: a38x: Add missing SPDX license identfier (2018-05-15 09:08:00 -0400)

are available in the Git repository at:

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

for you to fetch changes up to a7925926dc7f81fb5c137d2b4b7c6457694b1ac0:

  ARM: kirkwood: Add device-tree for sheevaplug (2018-05-16 10:29:53 +0200)

----------------------------------------------------------------
Chris Packham (11):
      ARM: add devicetree files for kirkwood SoC
      ARM: kirkwood: Add device-tree for dns325
      ARM: kirkwood: Add device-tree for dockstar
      ARM: kirkwood: Add device-tree for goflexhome
      ARM: kirkwood: Add device-tree for guruplug
      ARM: kirkwood: Add device-tree for ib62x0
      ARM: kirkwood: Add device-tree for iconnect
      ARM: kirkwood: Add device-tree for nas220
      ARM: kirkwood: Add device-tree for openrd
      ARM: kirkwood: Add device-tree for pogo_e02
      ARM: kirkwood: Add device-tree for sheevaplug

 arch/arm/dts/kirkwood-6192.dtsi                |  88 ++++++
 arch/arm/dts/kirkwood-6281.dtsi                |  90 ++++++
 arch/arm/dts/kirkwood-98dx4122.dtsi            |  53 ++++
 arch/arm/dts/kirkwood-blackarmor-nas220.dts    | 172 +++++++++++
 arch/arm/dts/kirkwood-dns325.dts               |  63 ++++
 arch/arm/dts/kirkwood-dnskw.dtsi               | 235 +++++++++++++++
 arch/arm/dts/kirkwood-dockstar.dts             | 110 +++++++
 arch/arm/dts/kirkwood-goflexnet.dts            | 190 ++++++++++++
 arch/arm/dts/kirkwood-guruplug-server-plus.dts | 133 +++++++++
 arch/arm/dts/kirkwood-ib62x0.dts               | 146 +++++++++
 arch/arm/dts/kirkwood-iconnect.dts             | 195 ++++++++++++
 arch/arm/dts/kirkwood-openrd-base.dts          |  39 +++
 arch/arm/dts/kirkwood-openrd-client.dts        |  73 +++++
 arch/arm/dts/kirkwood-openrd-ultimate.dts      |  55 ++++
 arch/arm/dts/kirkwood-openrd.dtsi              | 122 ++++++++
 arch/arm/dts/kirkwood-pogo_e02.dts             | 132 +++++++++
 arch/arm/dts/kirkwood-sheevaplug-common.dtsi   | 104 +++++++
 arch/arm/dts/kirkwood-sheevaplug.dts           |  42 +++
 arch/arm/dts/kirkwood.dtsi                     | 393 +++++++++++++++++++++++++
 configs/dns325_defconfig                       |   3 +-
 configs/dockstar_defconfig                     |   3 +-
 configs/goflexhome_defconfig                   |   3 +-
 configs/guruplug_defconfig                     |   3 +-
 configs/ib62x0_defconfig                       |   3 +-
 configs/iconnect_defconfig                     |   3 +-
 configs/nas220_defconfig                       |   3 +-
 configs/openrd_base_defconfig                  |   3 +-
 configs/openrd_client_defconfig                |   3 +-
 configs/openrd_ultimate_defconfig              |   3 +-
 configs/pogo_e02_defconfig                     |   3 +-
 configs/sheevaplug_defconfig                   |   3 +-
 31 files changed, 2459 insertions(+), 12 deletions(-)
 create mode 100644 arch/arm/dts/kirkwood-6192.dtsi
 create mode 100644 arch/arm/dts/kirkwood-6281.dtsi
 create mode 100644 arch/arm/dts/kirkwood-98dx4122.dtsi
 create mode 100644 arch/arm/dts/kirkwood-blackarmor-nas220.dts
 create mode 100644 arch/arm/dts/kirkwood-dns325.dts
 create mode 100644 arch/arm/dts/kirkwood-dnskw.dtsi
 create mode 100644 arch/arm/dts/kirkwood-dockstar.dts
 create mode 100644 arch/arm/dts/kirkwood-goflexnet.dts
 create mode 100644 arch/arm/dts/kirkwood-guruplug-server-plus.dts
 create mode 100644 arch/arm/dts/kirkwood-ib62x0.dts
 create mode 100644 arch/arm/dts/kirkwood-iconnect.dts
 create mode 100644 arch/arm/dts/kirkwood-openrd-base.dts
 create mode 100644 arch/arm/dts/kirkwood-openrd-client.dts
 create mode 100644 arch/arm/dts/kirkwood-openrd-ultimate.dts
 create mode 100644 arch/arm/dts/kirkwood-openrd.dtsi
 create mode 100644 arch/arm/dts/kirkwood-pogo_e02.dts
 create mode 100644 arch/arm/dts/kirkwood-sheevaplug-common.dtsi
 create mode 100644 arch/arm/dts/kirkwood-sheevaplug.dts
 create mode 100644 arch/arm/dts/kirkwood.dtsi

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2018-05-14 11:58 Stefan Roese
  2018-05-14 15:11 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2018-05-14 11:58 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following MVEBU related patches from Marek and
Chris.

Thanks,
Stefan

The following changes since commit 62d77cea31216cad526e5f45c88e8377efc6fcae:

  mmc: Improve tinification (2018-05-13 07:57:32 -0400)

are available in the Git repository at:

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

for you to fetch changes up to ca734a875dec089c3978663a0ce303d776365b20:

  phy: marvell: a3700: Fix compatible string for ehci (2018-05-14 10:01:56 +0200)

----------------------------------------------------------------
Chris Packham (6):
      ARM: mvebu: a38x: move definition of PEX_CFG_DIRECT_ACCESS
      ARM: mvebu: a38x: move sys_env_device_rev_get
      ARM: mvebu: a38x: remove some unused code
      ARM: mvebu: a38x: sync ddr training code with upstream
      ARM: mvebu: a38x: restore support for setting timing
      ARM: mvebu: a38x: use non-zero size for ddr scrubbing

Marek Behún (20):
      phy: marvell: a3700: Change return type of macro MVEBU_REG
      phy: marvell: a3700: Use reg_set16 instead of phy_write16
      phy: marvell: a3700: Don't create functional macro for each register
      phy: marvell: a3700: Use same timeout for all register polling
      phy: marvell: a3700: Use (!ret) instead of (ret == 0)
      phy: marvell: a3700: Use reg_set_indirect istead of 2 reg_sets
      phy: marvell: a3700: Access USB3 register indirectly on lane 2
      phy: marvell: a3700: Set USB3 RX wait depending on ref clock
      phy: marvell: mux: Support nontrivial node order in selector register
      phy: marvell: a3700: Fix SGMII cfg and stat register addresses
      phy: marvell: a3700: Use comphy_mux on Armada 37xx.
      phy: marvell: a3700: Save/restore selector reg in SGMII init
      driver: clk: Add support for clocks on Armada 37xx
      spi: mvebu_a3700_spi: Use Armada 37xx clk driver for SPI clock frequency
      clk: armada-37xx: Support soc_clk_dump
      phy: marvell: core: Cosmetic fixes
      net: mvneta: Fix fault when wrong device tree
      watchdog: Add support for Armada 37xx CPU watchdog
      arm64: mvebu: Add basic support for the Turris Mox board
      phy: marvell: a3700: Fix compatible string for ehci

zachary (1):
      phy: marvell: a3700: revise the USB3 comphy setting during power on

 arch/arm/dts/Makefile                              |    1 +
 arch/arm/dts/armada-3720-turris-mox.dts            |  132 ++
 arch/arm/dts/armada-37xx.dtsi                      |   35 +-
 arch/arm/mach-mvebu/Kconfig                        |    7 +
 arch/arm/mach-mvebu/Makefile                       |    2 +-
 arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.h         |    1 +
 arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.c      |   26 +-
 arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h      |    1 -
 board/CZ.NIC/turris_mox/MAINTAINERS                |    6 +
 board/CZ.NIC/turris_mox/Makefile                   |    5 +
 board/CZ.NIC/turris_mox/turris_mox.c               |  127 ++
 board/CZ.NIC/turris_omnia/turris_omnia.c           |   38 +-
 board/Marvell/db-88f6820-amc/db-88f6820-amc.c      |   21 +-
 board/Marvell/db-88f6820-gp/db-88f6820-gp.c        |   21 +-
 board/gdsys/a38x/controlcenterdc.c                 |   22 +-
 board/solidrun/clearfog/clearfog.c                 |   21 +-
 configs/mvebu_db-88f3720_defconfig                 |    3 +
 configs/mvebu_espressobin-88f3720_defconfig        |    3 +
 configs/turris_mox_defconfig                       |   76 +
 drivers/clk/Kconfig                                |    1 +
 drivers/clk/Makefile                               |    1 +
 drivers/clk/mvebu/Kconfig                          |   11 +
 drivers/clk/mvebu/Makefile                         |    1 +
 drivers/clk/mvebu/armada-37xx-periph.c             |  499 +++++++
 drivers/clk/mvebu/armada-37xx-tbg.c                |  154 ++
 drivers/ddr/marvell/a38x/Makefile                  |   10 +-
 drivers/ddr/marvell/a38x/ddr3_a38x.c               |  736 ----------
 drivers/ddr/marvell/a38x/ddr3_a38x.h               |   92 --
 drivers/ddr/marvell/a38x/ddr3_a38x_mc_static.h     |  225 ---
 drivers/ddr/marvell/a38x/ddr3_a38x_topology.h      |   21 -
 drivers/ddr/marvell/a38x/ddr3_a38x_training.c      |   39 -
 drivers/ddr/marvell/a38x/ddr3_debug.c              |  742 ++++++----
 drivers/ddr/marvell/a38x/ddr3_hws_hw_training.c    |  147 --
 drivers/ddr/marvell/a38x/ddr3_hws_hw_training.h    |   48 -
 .../ddr/marvell/a38x/ddr3_hws_hw_training_def.h    |  463 ------
 drivers/ddr/marvell/a38x/ddr3_hws_sil_training.h   |   16 -
 drivers/ddr/marvell/a38x/ddr3_init.c               |  798 ++---------
 drivers/ddr/marvell/a38x/ddr3_init.h               |  300 +---
 drivers/ddr/marvell/a38x/ddr3_logging_def.h        |   10 +-
 drivers/ddr/marvell/a38x/ddr3_patterns_64bit.h     |    1 +
 drivers/ddr/marvell/a38x/ddr3_topology_def.h       |    6 +-
 drivers/ddr/marvell/a38x/ddr3_training.c           | 1491 +++++++++++---------
 drivers/ddr/marvell/a38x/ddr3_training_bist.c      |  548 +++++--
 .../marvell/a38x/ddr3_training_centralization.c    |  108 +-
 drivers/ddr/marvell/a38x/ddr3_training_db.c        |  267 +++-
 drivers/ddr/marvell/a38x/ddr3_training_hw_algo.c   |   98 +-
 drivers/ddr/marvell/a38x/ddr3_training_ip.h        |   19 +-
 drivers/ddr/marvell/a38x/ddr3_training_ip_bist.h   |    6 +-
 drivers/ddr/marvell/a38x/ddr3_training_ip_db.h     |   71 +-
 drivers/ddr/marvell/a38x/ddr3_training_ip_def.h    |   34 +-
 drivers/ddr/marvell/a38x/ddr3_training_ip_engine.c | 1134 +++++++++------
 drivers/ddr/marvell/a38x/ddr3_training_ip_engine.h |    9 +-
 drivers/ddr/marvell/a38x/ddr3_training_ip_flow.h   |  305 +---
 drivers/ddr/marvell/a38x/ddr3_training_ip_prv_if.h |   17 +-
 drivers/ddr/marvell/a38x/ddr3_training_ip_static.h |   30 -
 drivers/ddr/marvell/a38x/ddr3_training_leveling.c  | 1347 ++++++++++--------
 drivers/ddr/marvell/a38x/ddr3_training_leveling.h  |    2 +-
 drivers/ddr/marvell/a38x/ddr3_training_pbs.c       |  201 +--
 drivers/ddr/marvell/a38x/ddr3_training_static.c    |  538 -------
 drivers/ddr/marvell/a38x/ddr_ml_wrapper.h          |  148 ++
 drivers/ddr/marvell/a38x/ddr_topology_def.h        |   82 +-
 drivers/ddr/marvell/a38x/mv_ddr_build_message.c    |    1 +
 drivers/ddr/marvell/a38x/mv_ddr_common.c           |   47 +
 drivers/ddr/marvell/a38x/mv_ddr_common.h           |   20 +
 drivers/ddr/marvell/a38x/mv_ddr_plat.c             | 1450 +++++++++++++++++++
 drivers/ddr/marvell/a38x/mv_ddr_plat.h             |  236 ++++
 drivers/ddr/marvell/a38x/mv_ddr_regs.h             |  446 ++++++
 drivers/ddr/marvell/a38x/mv_ddr_spd.c              |  377 +++++
 drivers/ddr/marvell/a38x/mv_ddr_spd.h              |  289 ++++
 drivers/ddr/marvell/a38x/mv_ddr_sys_env_lib.c      |  102 ++
 drivers/ddr/marvell/a38x/mv_ddr_sys_env_lib.h      |  117 ++
 drivers/ddr/marvell/a38x/mv_ddr_topology.c         |  197 +++
 drivers/ddr/marvell/a38x/mv_ddr_topology.h         |  129 ++
 drivers/ddr/marvell/a38x/seq_exec.h                |   64 +
 drivers/ddr/marvell/a38x/silicon_if.h              |   16 -
 drivers/ddr/marvell/a38x/xor.c                     |  185 ++-
 drivers/ddr/marvell/a38x/xor.h                     |    3 +-
 drivers/net/mvneta.c                               |    4 +
 drivers/phy/marvell/comphy.h                       |   42 +-
 drivers/phy/marvell/comphy_a3700.c                 |  415 +++---
 drivers/phy/marvell/comphy_a3700.h                 |  122 +-
 drivers/phy/marvell/comphy_core.c                  |   68 +-
 drivers/phy/marvell/comphy_mux.c                   |   17 +-
 drivers/spi/Kconfig                                |    1 +
 drivers/spi/mvebu_a3700_spi.c                      |   52 +-
 drivers/watchdog/Kconfig                           |    9 +
 drivers/watchdog/Makefile                          |    1 +
 drivers/watchdog/armada-37xx-wdt.c                 |  175 +++
 include/configs/turris_mox.h                       |  108 ++
 89 files changed, 9734 insertions(+), 6283 deletions(-)
 create mode 100644 arch/arm/dts/armada-3720-turris-mox.dts
 create mode 100644 board/CZ.NIC/turris_mox/MAINTAINERS
 create mode 100644 board/CZ.NIC/turris_mox/Makefile
 create mode 100644 board/CZ.NIC/turris_mox/turris_mox.c
 create mode 100644 configs/turris_mox_defconfig
 create mode 100644 drivers/clk/mvebu/Kconfig
 create mode 100644 drivers/clk/mvebu/Makefile
 create mode 100644 drivers/clk/mvebu/armada-37xx-periph.c
 create mode 100644 drivers/clk/mvebu/armada-37xx-tbg.c
 delete mode 100644 drivers/ddr/marvell/a38x/ddr3_a38x.c
 delete mode 100644 drivers/ddr/marvell/a38x/ddr3_a38x.h
 delete mode 100644 drivers/ddr/marvell/a38x/ddr3_a38x_mc_static.h
 delete mode 100644 drivers/ddr/marvell/a38x/ddr3_a38x_topology.h
 delete mode 100644 drivers/ddr/marvell/a38x/ddr3_a38x_training.c
 delete mode 100644 drivers/ddr/marvell/a38x/ddr3_hws_hw_training.c
 delete mode 100644 drivers/ddr/marvell/a38x/ddr3_hws_hw_training.h
 delete mode 100644 drivers/ddr/marvell/a38x/ddr3_hws_hw_training_def.h
 delete mode 100644 drivers/ddr/marvell/a38x/ddr3_hws_sil_training.h
 delete mode 100644 drivers/ddr/marvell/a38x/ddr3_training_ip_static.h
 delete mode 100644 drivers/ddr/marvell/a38x/ddr3_training_static.c
 create mode 100644 drivers/ddr/marvell/a38x/ddr_ml_wrapper.h
 create mode 100644 drivers/ddr/marvell/a38x/mv_ddr_build_message.c
 create mode 100644 drivers/ddr/marvell/a38x/mv_ddr_common.c
 create mode 100644 drivers/ddr/marvell/a38x/mv_ddr_common.h
 create mode 100644 drivers/ddr/marvell/a38x/mv_ddr_plat.c
 create mode 100644 drivers/ddr/marvell/a38x/mv_ddr_plat.h
 create mode 100644 drivers/ddr/marvell/a38x/mv_ddr_regs.h
 create mode 100644 drivers/ddr/marvell/a38x/mv_ddr_spd.c
 create mode 100644 drivers/ddr/marvell/a38x/mv_ddr_spd.h
 create mode 100644 drivers/ddr/marvell/a38x/mv_ddr_sys_env_lib.c
 create mode 100644 drivers/ddr/marvell/a38x/mv_ddr_sys_env_lib.h
 create mode 100644 drivers/ddr/marvell/a38x/mv_ddr_topology.c
 create mode 100644 drivers/ddr/marvell/a38x/mv_ddr_topology.h
 create mode 100644 drivers/ddr/marvell/a38x/seq_exec.h
 delete mode 100644 drivers/ddr/marvell/a38x/silicon_if.h
 create mode 100644 drivers/watchdog/armada-37xx-wdt.c
 create mode 100644 include/configs/turris_mox.h

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2018-04-17  8:53 Stefan Roese
  2018-04-17 19:39 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2018-04-17  8:53 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the small mv_sdhci fix from Matt from the Marvell
repo.

Thanks,
Stefan


The following changes since commit 8c0a17be0a632b9a823e14628c42f85c3e64f08e:

  Prepare v2018.05-rc2 (2018-04-16 20:00:14 -0400)

are available in the Git repository at:

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

for you to fetch changes up to ca4e7d674ee6931c7a4effd697e644d7646cfac0:

  mmc: mv_sdhci: zero out sdhci_host structure (2018-04-17 10:39:30 +0200)

----------------------------------------------------------------
Matt Pelland (1):
      mmc: mv_sdhci: zero out sdhci_host structure

 drivers/mmc/mv_sdhci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2018-01-29 12:42 Stefan Roese
  2018-01-29 16:55 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2018-01-29 12:42 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the 2 mrvl_uart patches from Andreas.

Thanks,
Stefan


The following changes since commit bd39d86420434eb8139a111c2582366bc90e65c6:

  Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot (2018-01-28 18:26:00 -0500)

are available in the Git repository at:

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

for you to fetch changes up to ceb328180353f103bb7a3bc75770ed03e9a8fef2:

  tools/mrvl_uart.sh: Tidy script output (2018-01-29 13:36:32 +0100)

----------------------------------------------------------------
Andreas Färber (2):
      tools/mrvl_uart.sh: Fix minicom baudrate
      tools/mrvl_uart.sh: Tidy script output

 tools/mrvl_uart.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2018-01-20  9:01 Stefan Roese
  2018-01-20 16:58 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2018-01-20  9:01 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following patches for the Marvell A38x DDR
code from Chris.

Thanks,
Stefan


The following changes since commit 086ebcd40e9bf8efc520f1b177fd8e3cc0e506fa:

  Merge git://git.denx.de/u-boot-fsl-qoriq (2018-01-17 13:48:35 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 672e5598301b63f95d7dcceb4436f3cb40643f88:

  ddr: marvell: update ddr controller init and freq (2018-01-19 16:30:29 +0100)

----------------------------------------------------------------
Chris Packham (4):
      ddr: marvell: only assert M_ODT[0] on write for a single CS
      ddr: marvell: use correct TREFI value
      ddr: marvell: update additional ODT setting
      ddr: marvell: update ddr controller init and freq

 drivers/ddr/marvell/a38x/ddr3_init.h             |  3 +-
 drivers/ddr/marvell/a38x/ddr3_topology_def.h     |  3 +-
 drivers/ddr/marvell/a38x/ddr3_training.c         | 50 +++++++++++++++---------
 drivers/ddr/marvell/a38x/ddr3_training_db.c      | 19 +++++----
 drivers/ddr/marvell/a38x/ddr3_training_hw_algo.c | 22 +++++++----
 drivers/ddr/marvell/a38x/ddr3_training_static.c  |  3 +-
 6 files changed, 62 insertions(+), 38 deletions(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2018-01-10 11:40 Stefan Roese
  2018-01-10 16:42 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2018-01-10 11:40 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following Marvell related patches.

Thanks,
Stefan


The following changes since commit f3dd87e0b98999a78e500e8c6d2b063ebadf535a:

  Prepare v2018.01 (2018-01-08 20:25:29 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 0a05bf42b462c0fd0299c768560c5ad532cdf619:

  ARM: mvebu: correct reference for "ethernet1" on DB-88F6820-AMC (2018-01-10 12:36:52 +0100)

----------------------------------------------------------------
Andre Heider (4):
      arm64: a37xx: use disto defaults
      arm64: a37xx: add distro compatible env vars
      arm64: a37xx: defconfigs: enable CONFIG_DISTRO_DEFAULTS
      arm64: a37xx: use distro bootcmd

Chris Packham (1):
      ARM: mvebu: correct reference for "ethernet1" on DB-88F6820-AMC

Florian Klink (1):
      arm: mvebu: ClearFog: document boot selection switches, update UART

Konstantin Porotchkin (1):
      tools: Add Marvell recovery image download script

Miquel Raynal (2):
      ARM: mvebu: Allow MVNETA to be selected with Armada 3700 SoCs
      pinctrl: mvebu: Make drivers depend on the pinctrl framework

 arch/arm/dts/armada-385-amc.dts             |   2 +-
 board/solidrun/clearfog/README              |  21 ++++-
 configs/mvebu_db-88f3720_defconfig          |   1 +
 configs/mvebu_espressobin-88f3720_defconfig |   1 +
 drivers/net/Kconfig                         |   6 +-
 drivers/pinctrl/mvebu/Kconfig               |   4 +-
 include/configs/mvebu_armada-37xx.h         |  23 +++++-
 tools/mrvl_uart.sh                          | 119 ++++++++++++++++++++++++++++
 8 files changed, 164 insertions(+), 13 deletions(-)
 create mode 100755 tools/mrvl_uart.sh

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2017-11-30 12:33 Stefan Roese
  2017-11-30 18:45 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2017-11-30 12:33 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following MVEBU related changes.

Thanks,
Stefan

The following changes since commit b06c46de632c55f4c39d404c6f0f65e414b31050:

  Merge tag 'xilinx-for-v2018.01' of git://www.denx.de/git/u-boot-microblaze (2017-11-29 08:26:07 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 01c541e0e698196ab29761fd29fd06f36185e03e:

  arm: mvebu: correct comments around cas_wl/cas_l (2017-11-30 08:30:59 +0100)

----------------------------------------------------------------
Baruch Siach (1):
      arm64: mvebu: armada-7k/8k: drop useless #ifdef

Chris Packham (1):
      arm: mvebu: correct comments around cas_wl/cas_l

Sean Nyekjaer (4):
      fix: nand: pxa3xx: fix defined but not used warnings
      arm: mvebu: add nand pins
      arm: mvebu: fix boot from UART when in fallback mode
      arm: mvebu: enable boot from NAND

 arch/arm/dts/armada-38x.dtsi                  | 15 ++++++++++++++-
 arch/arm/mach-mvebu/include/mach/soc.h        |  7 +++++++
 arch/arm/mach-mvebu/spl.c                     | 25 +++++++++++++++++++++++--
 board/CZ.NIC/turris_omnia/turris_omnia.c      |  4 ++--
 board/Marvell/db-88f6820-amc/db-88f6820-amc.c |  2 +-
 board/Marvell/db-88f6820-gp/db-88f6820-gp.c   |  2 +-
 board/gdsys/a38x/controlcenterdc.c            |  2 +-
 board/solidrun/clearfog/clearfog.c            |  2 +-
 drivers/mtd/nand/pxa3xx_nand.c                |  2 ++
 include/configs/mvebu_armada-8k.h             |  5 -----
 10 files changed, 52 insertions(+), 14 deletions(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2017-11-16 13:09 Stefan Roese
  2017-11-17  1:52 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2017-11-16 13:09 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following pending patches for MVEBU.

Thanks,
Stefan


The following changes since commit c253573f3e269fd9a24ee6684d87dd91106018a5:

  Prepare v2017.11 (2017-11-13 20:08:06 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 8c1ce928f498774a3e2c3aa03534b6e6ca6d4759:

  arm: mvebu: clearfog: update SPI flash DT description (2017-11-16 11:45:20 +0100)

----------------------------------------------------------------
Baruch Siach (1):
      arm: mvebu: clearfog: update SPI flash DT description

Heinrich Schuchardt (1):
      arm: mvebu: configs: Enable DISTRO_DEFAULTS for MACCHIATObin

Jon Nettleton (4):
      mvebu: usb: xhci: a38x support
      arm: mvebu: Add board_setup for xhci hardware
      arm: mvebu: clearfog: enable XHCI USB
      arm: mvebu: clearfog: Fix SPI-NOR flash access

Stefan Roese (1):
      arm: mvebu: theadorable_debug_defconfig: Enable setexpr command

VlaoMao (1):
      pci: mvebu: Increase size of PCIe default mapping

 arch/arm/dts/armada-388-clearfog.dts    | 10 ++++----
 arch/arm/mach-mvebu/cpu.c               | 41 +++++++++++++++++++++++++++++++++
 board/Marvell/mvebu_armada-37xx/board.c |  2 +-
 board/Marvell/mvebu_armada-8k/board.c   |  2 +-
 configs/clearfog_defconfig              |  6 ++++-
 configs/mvebu_db_armada8k_defconfig     |  1 +
 configs/mvebu_mcbin-88f8040_defconfig   |  1 +
 configs/theadorable_debug_defconfig     |  1 -
 drivers/pci/pci_mvebu.c                 |  4 ++--
 drivers/usb/host/xhci-mvebu.c           |  5 ++--
 include/configs/clearfog.h              |  4 +---
 11 files changed, 60 insertions(+), 17 deletions(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2017-09-26  8:55 Stefan Roese
  2017-09-27  2:45 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2017-09-26  8:55 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following MVEBU related patches.

Thanks,
Stefan


The following changes since commit 1f6049e2501b5c35c61435dbc05ba96743202674:

  tools/mkimage: Make the path to the dtc binary that mkimage calls configurable (2017-09-24 07:33:03 -0400)

are available in the git repository at:

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

for you to fetch changes up to 0d106f1e731a4ea47eaeb4b70cc8b4fcc13a3e40:

  arm: mvebu: clearfog: document boot from UART (2017-09-26 06:53:26 +0200)

----------------------------------------------------------------
Baruch Siach (2):
      arm: mvebu: fix boot from UART on ClearFog Base
      arm: mvebu: clearfog: document boot from UART

Chris Packham (4):
      ARM: mvebu: Convert CONFIG_MVNETA to Kconfig
      ARM: mvebu: Add SoC IDs for Marvell's integrated CPUs
      ARM: mvebu: add SAR frequency values for 1.8/2.0GHz
      ARM: mvebu: handle unused DRAM banks with ECC enabled

Joshua Scott (1):
      ARM: mvebu: add additional information to board_add_ram_info()

Stefan Roese (1):
      arm: mvebu: Remove theadorable_defconfig

 arch/arm/mach-mvebu/cpu.c                 | 30 +++++++++++++----
 arch/arm/mach-mvebu/dram.c                | 51 +++++++++++++++++++++++++++--
 arch/arm/mach-mvebu/include/mach/config.h |  3 --
 arch/arm/mach-mvebu/include/mach/cpu.h    |  1 +
 arch/arm/mach-mvebu/include/mach/soc.h    |  4 +++
 arch/arm/mach-mvebu/spl.c                 |  3 ++
 board/solidrun/clearfog/README            | 20 ++++++++++++
 board/theadorable/MAINTAINERS             |  1 -
 configs/clearfog_defconfig                |  2 +-
 configs/controlcenterdc_defconfig         |  2 +-
 configs/db-88f6820-amc_defconfig          |  2 +-
 configs/db-88f6820-gp_defconfig           |  2 +-
 configs/db-mv784mp-gp_defconfig           |  2 +-
 configs/ds414_defconfig                   |  2 +-
 configs/maxbcm_defconfig                  |  2 +-
 configs/theadorable_debug_defconfig       |  2 +-
 configs/theadorable_defconfig             | 54 -------------------------------
 configs/turris_omnia_defconfig            |  2 +-
 drivers/net/Kconfig                       |  8 +++++
 include/configs/mvebu_armada-37xx.h       |  1 -
 scripts/config_whitelist.txt              |  1 -
 21 files changed, 116 insertions(+), 79 deletions(-)
 delete mode 100644 configs/theadorable_defconfig

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2017-08-30  8:06 Stefan Roese
  2017-09-01 16:42 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2017-08-30  8:06 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull this last minute fix from Chris, which is needed
to get SPI NOR working on current master.

Thanks,
Stefan


The following changes since commit 8b3cec7da18645eda7f7cd0b65ee9f2dac573409:

  mtdparts: Fix uninitialized scalar usage (2017-08-26 16:59:24 -0400)

are available in the git repository at:

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

for you to fetch changes up to dbc3e64fd1d416395def9b555a9b76e84d6f44f3:

  ARM: mvebu: add "spi-flash" compatible string (2017-08-30 10:03:35 +0200)

----------------------------------------------------------------
Chris Packham (1):
      ARM: mvebu: add "spi-flash" compatible string

 arch/arm/dts/armada-385-amc.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2017-08-21  9:43 Stefan Roese
  2017-08-22 20:53 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2017-08-21  9:43 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull this one mvebu fix from Chris.

Thanks,
Stefan


The following changes since commit 2d7cb5b426e7e0cdf684d7f8029ad132d7a8d383:

  env: Replace all open-coded gd->env_valid values with ENV_ flags (2017-08-20 19:27:44 -0400)

are available in the git repository at:

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

for you to fetch changes up to 6ab09b05f3707276ff84f7759f3484b597e80581:

  ARM: mvebu: set correct mem_size for db-88f6820-amc (2017-08-21 11:40:49 +0200)

----------------------------------------------------------------
Chris Packham (1):
      ARM: mvebu: set correct mem_size for db-88f6820-amc

 board/Marvell/db-88f6820-amc/db-88f6820-amc.c | 2 +-

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2017-08-10  8:26 Stefan Roese
  2017-08-10 20:17 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2017-08-10  8:26 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the mvpp2x net patches from Stefan Chulski, which have
been missed for quite some time. All have been acked by Joe.

Thanks,
Stefan


The following changes since commit d529124fdcf941c34074fd1ce600f4b1b4a7dd07:

  Merge git://git.denx.de/u-boot-x86 (2017-08-08 17:06:19 -0400)

are available in the git repository at:

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

for you to fetch changes up to ceec6c48a472514e6110d07064006258376d4537:

  net: mvpp2x: Set BM poll size once during priv probe (2017-08-10 08:33:02 +0200)

----------------------------------------------------------------
Stefan Chulski (10):
      net: mvpp2x: Add GPIO configuration support
      net: mvpp2x: fix phy connected to wrong mdio issue
      net: mvpp2x: Enable GoP packet padding in TX
      net: mvpp2x: fix BM configuration overrun issue
      net: mvpp2x: decrease size of AGGR_TXQ and CPU_DESC_CHUNK
      net: mvpp2x: remove MBUS configurations from MvPP22 driver
      net: mvpp2x: Remove IRQ configuration from U-Boot
      net: mvpp2x: Set BM pool high address
      net: mvpp2x: remove TX drain from transmit routine
      net: mvpp2x: Set BM poll size once during priv probe

 drivers/net/mvpp2.c | 187 +++++++++++++++++++++++++---------------------------
 1 file changed, 89 insertions(+), 98 deletions(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2017-08-08 12:26 Stefan Roese
  2017-08-09 15:26 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2017-08-08 12:26 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following mvebu board fix from Marek.

Thanks,
Stefan


The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5:

  common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04 20:38:39 -0400)

are available in the git repository at:

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

for you to fetch changes up to 8daa3468b52f89e069bca469a68b866c2583a4a5:

  mvebu: turris_omnia: Fix PEX vs SATA detection for board topology (2017-08-08 14:20:26 +0200)

----------------------------------------------------------------
Marek Behún (1):
      mvebu: turris_omnia: Fix PEX vs SATA detection for board topology

 board/CZ.NIC/turris_omnia/turris_omnia.c | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2017-07-12  6:00 Stefan Roese
  2017-07-12 14:25 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2017-07-12  6:00 UTC (permalink / raw)
  To: u-boot

Hi Tim,

please pull the following Marvell / MVEBU patches. Travis
has some timeouts so I was not able to build there, but
all MVEBU boards build without issues.

Thanks,
Stefan


The following changes since commit 8d3a25685e4aac7070365a2b3c53c2c81b27930f:

  Merge git://git.denx.de/u-boot-dm (2017-07-11 20:28:46 -0400)

are available in the git repository at:

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

for you to fetch changes up to 172b2e0b561a50a3d8c4275be4ed24b0c8e18896:

  arm: mvebu: clearfog: fix chip name comment (2017-07-12 06:57:55 +0200)

----------------------------------------------------------------
Baruch Siach (4):
      tools/kwbimage: update the list of SoCs using v1 header
      tools/kwbimage.h: make offset marks style consistent
      tools/kwbimage: fix v1 header verification
      arm: mvebu: clearfog: fix chip name comment

Igal Liberman (1):
      arm64: mvebu: use single defconfig for Armada8K development boards

Marek Behún (6):
      driver/ddr: Add support for setting timing in hws_topology_map
      orion_wdt: Support for the Orion Watchdog
      arch/arm/dts: Add Turris Omnia device tree
      drivers/i2c/muxes/pca954x: Add pca9547 I2C mux support
      drivers/misc: Add basic support for ATSHA204A Crypto module
      marvell: armada385: Add the Turris Omnia board

 arch/arm/dts/armada-385-turris-omnia-u-boot.dtsi   |  55 +++
 arch/arm/dts/armada-385-turris-omnia.dts           | 392 +++++++++++++++
 arch/arm/mach-mvebu/Kconfig                        |  22 +
 board/CZ.NIC/turris_omnia/Makefile                 |   7 +
 board/CZ.NIC/turris_omnia/kwbimage.cfg             |  12 +
 board/CZ.NIC/turris_omnia/turris_omnia.c           | 530 +++++++++++++++++++++
 board/Marvell/db-88f6820-amc/db-88f6820-amc.c      |   3 +-
 board/Marvell/db-88f6820-gp/db-88f6820-gp.c        |   3 +-
 board/gdsys/a38x/controlcenterdc.c                 |   3 +-
 board/solidrun/clearfog/clearfog.c                 |   3 +-
 board/solidrun/clearfog/kwbimage.cfg               |   2 +-
 configs/mvebu_db-88f7040-nand_defconfig            |  72 ---
 configs/mvebu_db-88f7040_defconfig                 |  70 ---
 ...f8040_defconfig => mvebu_db_armada8k_defconfig} |   0
 configs/turris_omnia_defconfig                     |  62 +++
 doc/README.marvell                                 |  53 +++
 drivers/ddr/marvell/a38x/ddr3_training.c           |   6 +
 drivers/ddr/marvell/a38x/ddr_topology_def.h        |   9 +
 drivers/i2c/muxes/pca954x.c                        |  42 +-
 drivers/misc/Kconfig                               |   8 +
 drivers/misc/Makefile                              |   1 +
 drivers/misc/atsha204a-i2c.c                       | 408 ++++++++++++++++
 drivers/watchdog/Kconfig                           |   7 +
 drivers/watchdog/Makefile                          |   1 +
 drivers/watchdog/orion_wdt.c                       | 177 +++++++
 include/atsha204a-i2c.h                            |  69 +++
 include/configs/turris_omnia.h                     | 178 +++++++
 tools/kwbimage.c                                   |  34 +-
 tools/kwbimage.h                                   |  64 +--
 29 files changed, 2105 insertions(+), 188 deletions(-)
 create mode 100644 arch/arm/dts/armada-385-turris-omnia-u-boot.dtsi
 create mode 100644 arch/arm/dts/armada-385-turris-omnia.dts
 create mode 100644 board/CZ.NIC/turris_omnia/Makefile
 create mode 100644 board/CZ.NIC/turris_omnia/kwbimage.cfg
 create mode 100644 board/CZ.NIC/turris_omnia/turris_omnia.c
 delete mode 100644 configs/mvebu_db-88f7040-nand_defconfig
 delete mode 100644 configs/mvebu_db-88f7040_defconfig
 rename configs/{mvebu_db-88f8040_defconfig => mvebu_db_armada8k_defconfig} (100%)
 create mode 100644 configs/turris_omnia_defconfig
 create mode 100644 doc/README.marvell
 create mode 100644 drivers/misc/atsha204a-i2c.c
 create mode 100644 drivers/watchdog/orion_wdt.c
 create mode 100644 include/atsha204a-i2c.h
 create mode 100644 include/configs/turris_omnia.h

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2017-06-23  8:42 Stefan Roese
  2017-06-23 13:22 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2017-06-23  8:42 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull 2 mvebu related pinctrl bug-fixes from Ken.

Thanks,
Stefan

The following changes since commit 235c5b8315c6a9eb566fd3d99a098cc6db869fc5:

  Merge branch 'master' of git://git.denx.de/u-boot-samsung (2017-06-21 08:01:07 -0400)

are available in the git repository at:

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

for you to fetch changes up to ae118b6855a7d003a7d024129e686c8a4a400141:

  pinctrl: a3700: Fix the issue that gpio controller is registered with wrong node id (2017-06-23 07:09:40 +0200)

----------------------------------------------------------------
Ken Ma (2):
      pinctrl: a3700: Fix uart2 group selection register mask
      pinctrl: a3700: Fix the issue that gpio controller is registered with wrong node id

 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2017-05-31  9:02 Stefan Roese
  2017-06-01 12:10 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2017-05-31  9:02 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following Marvell changes, mostly including
the Armada 37xx pinctrl / gpio driver.

Thanks,
Stefan

The following changes since commit ccbbada0a59fead35495409d0c2c7bcb22a40278:

  Merge branch 'master' of git://git.denx.de/u-boot-mmc (2017-05-30 14:07:23 -0400)

are available in the git repository at:

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

for you to fetch changes up to 6cbf7eda3cbe0f8cbaa84b4daaa86dfa2a696a77:

  arm: mvebu: kwbimage: inline function to fix use-after-free (2017-05-31 07:43:04 +0200)

----------------------------------------------------------------
Gregory CLEMENT (4):
      arm64: mvebu: Add pinctrl nodes for Armada 3700
      arm64: mvebu: armada37xx: add pinctrl definition
      pinctrl: armada-37xx: Add pin controller support for Armada 37xx
      pinctrl: armada-37xx: Add gpio support

Patrick Wildt (3):
      arm: mvebu: clearfog: reset uSOM onboard 1512 phy
      arm: mvebu: clearfog: generic distro bootcmd
      arm: mvebu: kwbimage: inline function to fix use-after-free

Stefan Roese (4):
      pinctrl: mvebu: Enable support for the Armada 37xx pinctrl driver
      arm64: mvebu_db-88f3720_defconfig: Enable PINCTRL and GPIO support
      arm64: mvebu: armada-7040-db: Enable 10GB port 0 / SFI (KR)
      arm64: mvebu: Replace board specific with generic memory bank decoding

 arch/arm/dts/armada-3720-db.dts             |   8 +
 arch/arm/dts/armada-37xx.dtsi               |  73 ++++
 arch/arm/dts/armada-7040-db.dts             |   8 +-
 arch/arm/mach-mvebu/arm64-common.c          |  66 +--
 board/solidrun/clearfog/clearfog.c          |   4 +
 configs/clearfog_defconfig                  |  10 +-
 configs/mvebu_db-88f3720_defconfig          |   5 +
 configs/mvebu_db-88f7040-nand_defconfig     |   8 +-
 configs/mvebu_db-88f7040_defconfig          |   1 +
 configs/mvebu_db-88f8040_defconfig          |   1 +
 configs/mvebu_mcbin-88f8040_defconfig       |   1 +
 drivers/pinctrl/Makefile                    |   2 +-
 drivers/pinctrl/mvebu/Kconfig               |  18 +-
 drivers/pinctrl/mvebu/Makefile              |   3 +-
 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c | 631 ++++++++++++++++++++++++++++
 include/configs/clearfog.h                  |  48 ++-
 tools/kwbimage.c                            |  93 ++--
 17 files changed, 851 insertions(+), 129 deletions(-)
 create mode 100644 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2017-05-09 14:45 Stefan Roese
  2017-05-09 23:49 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2017-05-09 14:45 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the first batch of Marvell related patches
in this merge window.

Thanks,
Stefan

The following changes since commit 2f92629112a1055ed37f8b05dfcf00c3f1875503:

  Merge branch 'next' of git://git.denx.de/u-boot-spi (2017-05-08 15:44:52 -0400)

are available in the git repository at:

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

for you to fetch changes up to e38f5fc8d80d946b401ba0e9ba0fcb52d6e7e74b:

  ARM: mvebu: switch db-88f6820-amc to DM for i2c (2017-05-09 13:38:18 +0200)

----------------------------------------------------------------
Chris Packham (1):
      ARM: mvebu: switch db-88f6820-amc to DM for i2c

Igal Liberman (5):
      fix: phy: marvell: cp110: sata: update analog parameters according to latest ETP
      phy: marvell: cp110: add 5G XFI mode
      fix: phy: marvell: cp110: sfi: update analog parameters according to latest ETP
      fix: phy: marvell: cp110: rename comphy_index to cp_index
      fix: phy: marvell: cp110: pcie: update analog parameters according to latest ETP

Konstantin Porotchkin (9):
      fix: mvebu: pcie_dw: Allow probing empty PCIe slots
      mvebu: dts: a80x0: Sync the DB DTS with standard config A
      arm64: mvebu: Trigger PCI devices scan at early init stage
      arm64: mvebu: a8k: Add support for NAND clock get
      arm64: a8k: dts: Add support for NAND devices on A8K platform
      arm64: mvebu: a8k: Add NAND configuration parameters
      fix: mvebu_ comphy: Update COMPHY sequence number
      fix: nand: pxa3xx: Remove hardcode values from the driver
      arm64: mvebu: Fix the bubt comamnd NAND device support

Stefan Roese (9):
      net: mvpp2: Add remove function that is called before the OS is started
      phy: marvell: Replace PHY_TYPE_KR with PHY_TYPE_SFI
      phy: marvell: cp110: add support for end point configuration
      phy: marvell: cp110: update utmi phy connection type
      phy: marvell: add IGNORE COMPHY type
      fix: phy: marvell: cp110: fix the KR/SFI line 4 selector
      fix: phy: marvell: cp110: update comphy selector option
      fix: phy: marvell: cp110: fix comphy lane 4 selection options
      phy: marvell: print comphy status even when it's disconnected

Uwe Kleine-König (1):
      arm: mvebu: Minor fixes in the AXP / A38x SERDES code

 arch/arm/dts/Makefile                              |   1 +
 arch/arm/dts/armada-385-amc.dts                    |   3 +
 arch/arm/dts/armada-7040-db-nand.dts               | 223 ++++++++++
 arch/arm/dts/armada-7040-db.dts                    |   3 +-
 arch/arm/dts/armada-8040-db.dts                    | 222 +++++-----
 arch/arm/dts/armada-8040-mcbin.dts                 |  14 +-
 arch/arm/dts/armada-cp110-master.dtsi              |  18 +-
 arch/arm/dts/armada-cp110-slave.dtsi               |   2 +-
 arch/arm/mach-mvebu/arm64-common.c                 |   6 +
 arch/arm/mach-mvebu/armada8k/cpu.c                 |  18 +
 .../serdes/a38x/high_speed_env_spec-38x.c          |   2 -
 .../mach-mvebu/serdes/a38x/high_speed_env_spec.c   |   4 +-
 .../arm/mach-mvebu/serdes/axp/high_speed_env_lib.c |   6 +-
 .../mach-mvebu/serdes/axp/high_speed_env_spec.c    |   1 -
 cmd/mvebu/bubt.c                                   |  13 +-
 configs/db-88f6820-amc_defconfig                   |   2 +
 configs/mvebu_db-88f7040-nand_defconfig            |  72 ++++
 drivers/mtd/nand/pxa3xx_nand.c                     |  62 ++-
 drivers/net/mvpp2.c                                |  24 ++
 drivers/pci/pcie_dw_mvebu.c                        |  10 +-
 drivers/phy/marvell/comphy.h                       |   3 +-
 drivers/phy/marvell/comphy_core.c                  |  16 +-
 drivers/phy/marvell/comphy_cp110.c                 | 449 ++++++++++++++++++---
 drivers/phy/marvell/comphy_hpipe.h                 | 277 ++++++++++++-
 drivers/phy/marvell/comphy_mux.c                   |   7 +
 include/configs/db-88f6820-amc.h                   |   7 -
 include/configs/mvebu_armada-8k.h                  |  11 +
 include/dt-bindings/comphy/comphy_data.h           |  20 +-
 28 files changed, 1247 insertions(+), 249 deletions(-)
 create mode 100644 arch/arm/dts/armada-7040-db-nand.dts
 create mode 100644 configs/mvebu_db-88f7040-nand_defconfig

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2017-03-29  9:24 Stefan Roese
  2017-04-04 20:00 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2017-03-29  9:24 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the Marvell mvpp2 patches with the ethernet
support for the ARMv8 Armada 7k/8k platforms. The
ethernet patches are all acked by Joe and he is okay with
me pushing them via the Marvell tree.

Thanks,
Stefan

The following changes since commit 1c694102a56895b7aea636f026955cc5d7ee340d:

  arc: use timer driver for ARC boards (2017-03-29 07:38:11 +0200)

are available in the git repository at:

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

for you to fetch changes up to 941f7a4b2606ef468f4f3b763261b758eadee861:

  arm64: mvebu: Enable CONFIG_PHY_MARVELL in Armada7k/8k-DB defconfig (2017-03-29 07:44:50 +0200)

----------------------------------------------------------------
Stefan Roese (21):
      bitops.h: Include bitsperlong.h as needed for GENMASK_ULL
      net: mvpp2: Round up top tx buffer boundaries for dcache ops
      net: mvpp2: enable building on 64-bit platforms (more U-Boot specific)
      net: mvpp2: Add MDIO support for PPv2.2
      net: mvpp2: Move probe function from MISC to ETH DM driver
      net: mvpp2.c: Clear all buffer / descriptor areas before usage
      net: mvpp2: Enable compilation for Armada 7K/8K platforms
      arm64: mvebu: armada-7k/8k: Enable MVPP2 ethernet driver
      net: mvpp2: Handle eth device naming in multi-CP case correctly
      net: mvpp2: Add RX and TX FIFO configuration for PPv2.2
      net: include/phy.h: Add new PHY interface modes
      net: mvpp2: Restructure probe / init functions
      net: mvpp2: Read phy-speed from DT to select between 1GB and 2.5GB SGMII
      net: mvpp2: Add GoP and NetC support for ports 2 & 3 (RGMII & SGMII)
      net: mvpp2: Add GoP and NetC support for port 0 (SFI)
      net: mvpp2: Add missing PHY_INTERFACE_MODE_RGMII_ID
      net: mvpp2: Enable PHY polling mode on PPv2.2
      net: mvpp2: Configure SMI PHY address needed for PHY polling
      net: mvpp2: Remove unreferenced in_use_thresh from struct mvpp2_bm_pool
      arm64: mvebu: armada-7040-db.dts: Change eth1 speed from 2.5G to 1G
      arm64: mvebu: Enable CONFIG_PHY_MARVELL in Armada7k/8k-DB defconfig

Thomas Petazzoni (23):
      net: mvpp2: simplify mvpp2_bm_bufs_add()
      net: mvpp2: remove unused register definitions
      net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULT
      net: mvpp2: simplify MVPP2_PRS_RI_* definitions
      net: mvpp2: enable building on 64-bit platforms
      net: mvpp2: use "dma" instead of "phys" where appropriate
      net: mvpp2: remove support for buffer header
      net: mvpp2: store physical address of buffer in rx_desc->buf_cookie
      net: mvpp2: add and use accessors for TX/RX descriptors
      net: mvpp2: add hw_version field in "struct mvpp2"
      net: mvpp2: introduce an intermediate union for the TX/RX descriptors
      net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessors
      net: mvpp2: adjust the allocation/free of BM pools for PPv2.2
      net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2
      net: mvpp2: adapt mvpp2_defaults_set() to PPv2.2
      net: mvpp2: adjust mvpp2_{rxq,txq}_init for PPv2.2
      net: mvpp2: handle register mapping and access for PPv2.2
      net: mvpp2: handle misc PPv2.1/PPv2.2 differences
      net: mvpp2: add AXI bridge initialization for PPv2.2
      net: mvpp2: rework RXQ interrupt group initialization for PPv2.2
      net: mvpp2: adapt rxq distribution to PPv2.2
      net: mvpp2: finally add the PPv2.2 compatible string
      arm64: marvell: dts: add PPv2.2 description to Armada 7K/8K

 arch/arm/dts/armada-7040-db.dts       |   27 +-
 arch/arm/dts/armada-8040-db.dts       |   16 +
 arch/arm/dts/armada-cp110-master.dtsi |   37 +
 arch/arm/dts/armada-cp110-slave.dtsi  |   37 +
 configs/mvebu_db-88f7040_defconfig    |    3 +-
 configs/mvebu_db-88f8040_defconfig    |    3 +-
 drivers/net/Kconfig                   |    6 +-
 drivers/net/mvpp2.c                   | 2059 +++++++++++++++++++++++++++------
 include/configs/mvebu_armada-8k.h     |    8 +
 include/linux/bitops.h                |    1 +
 include/phy.h                         |    6 +
 11 files changed, 1867 insertions(+), 336 deletions(-)
[stefan at stefan-work u-boot-marvell (master)]$ 

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2017-03-24  5:58 Stefan Roese
  2017-03-24 17:36 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2017-03-24  5:58 UTC (permalink / raw)
  To: u-boot

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%)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2017-02-17 11:15 Stefan Roese
  2017-02-17 22:56 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2017-02-17 11:15 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following fixes for MVEBU. Currently, I've not
planned to send anything else for the upcoming release.

Thanks,
Stefan


The following changes since commit 85d0bea153c76f4a3912b5683222885bfd37c769:

  Prepare v2017.03-rc2 (2017-02-13 11:47:45 -0500)

are available in the git repository at:

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

for you to fetch changes up to 93f48779356ced7336a5045299b4920f01d6e599:

  tools: kwboot: don't adjust destaddr when patching the image (2017-02-17 10:15:56 +0100)

----------------------------------------------------------------
Chris Packham (1):
      tools: kwboot: don't adjust destaddr when patching the image

Mario Six (1):
      tools: kwbimage: Fix unchecked return value and fd leak

 tools/kwbimage.c | 13 +++++++++++--
 tools/kwboot.c   |  8 --------
 2 files changed, 11 insertions(+), 10 deletions(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2017-02-01 11:46 Stefan Roese
  2017-02-01 21:33 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2017-02-01 11:46 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following patches from the Marvell U-Boot git
repository. Mostly patches from GDSYS (Mario) for the MVEBU
secure boot support which have been posted quite a while
ago. Some patches of this patch series still have some open
issues - thats why I've not included them.

Thanks,
Stefan

The following changes since commit 794c6e2c96c20f8fc62890a5e13cc71ab99a2e57:

  Prepare v2017.03-rc1 (2017-01-30 19:05:43 -0500)

are available in the git repository at:

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

for you to fetch changes up to a1b6b0a9c1f91756b93e6d804837dc178d79d39e:

  arm: mvebu: Implement secure boot (2017-02-01 09:04:18 +0100)

----------------------------------------------------------------
Dirk Eibach (2):
      pci: mvebu: Fix Armada 38x support
      net: phy: Support Marvell 88E1680

Mario Six (10):
      mvebu: Add board_pex_config()
      lib: tpm: Add command to flush resources
      tools: kwbimage: Fix dest addr
      tools: kwbimage: Fix style violations
      tools: kwbimage: Fix arithmetic with void pointers
      tools: kwbimage: Reduce scope of variables
      tools: kwbimage: Remove unused parameter
      tools: kwbimage: Factor out add_binary_header_v1
      tools: kwbimage: Refactor line parsing and fix error
      arm: mvebu: Implement secure boot

Reinhard Pfau (1):
      arm: mvebu: spl.c: Remove useless gd declaration

Stefan Roese (1):
      phy: comphy_a3700: Change SD/MMC compatible DT node to match the updates

 Makefile                                   |    3 +-
 arch/arm/mach-mvebu/Kconfig                |   35 +
 arch/arm/mach-mvebu/Makefile               |    1 +
 arch/arm/mach-mvebu/efuse.c                |  264 +++++++
 arch/arm/mach-mvebu/include/mach/cpu.h     |    2 +
 arch/arm/mach-mvebu/include/mach/efuse.h   |   69 ++
 arch/arm/mach-mvebu/include/mach/soc.h     |    1 +
 arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.c |    8 +
 arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.h |    2 +
 arch/arm/mach-mvebu/spl.c                  |    2 -
 board/gdsys/p1022/controlcenterd-id.c      |    9 -
 cmd/tpm.c                                  |   70 ++
 doc/README.armada-secureboot               |  373 ++++++++++
 drivers/net/phy/marvell.c                  |   54 ++
 drivers/pci/pci_mvebu.c                    |   25 +-
 drivers/phy/marvell/comphy_a3700.c         |    7 +-
 drivers/tpm/Kconfig                        |    6 +
 include/tpm.h                              |   45 ++
 lib/tpm.c                                  |   29 +
 tools/Makefile                             |    6 +-
 tools/kwbimage.c                           | 1111 ++++++++++++++++++++++++----
 tools/kwbimage.h                           |   37 +
 22 files changed, 1970 insertions(+), 189 deletions(-)
 create mode 100644 arch/arm/mach-mvebu/efuse.c
 create mode 100644 arch/arm/mach-mvebu/include/mach/efuse.h
 create mode 100644 doc/README.armada-secureboot

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2017-01-25  7:46 Stefan Roese
  2017-01-27  1:43 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2017-01-25  7:46 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following MVEBU related patches, mostly dealing
with adding support for the Xenon SDHCI driver available on
the A7k/8k SoCs. I've collected the Reviewed-by from Jaehoon
for these mmc patches.

Thanks,
Stefan

The following changes since commit f2b0c007f84e582b7a101bd49db60cc8d75f5de4:

  travis-ci: Add swig and libpython-dev to the package list (2017-01-24 10:35:57 -0500)

are available in the git repository at:

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

for you to fetch changes up to e559ef1ae80c1bde942ad9c62932de20e2b68cef:

  arm64: mvebu: Update bubt command MMC block device access (2017-01-25 07:04:22 +0100)

----------------------------------------------------------------
Konstantin Porotchkin (1):
      arm64: mvebu: Update bubt command MMC block device access

Stefan Roese (9):
      mmc: sdhci: Clear SDHCI_CLOCK_CONTROL before configuring the new value
      mmc: sdhci: Add support for optional controller specific set_ios_post()
      mmc: Add Marvell Xenon SDHCI controller driver
      arm64: mvebu: Armada 3700: Add SDHCI device tree nodes
      arm64: mvebu: Armada 3720-db: Add SDHCI device tree nodes
      arm64: mvebu: Enable SDHCI/MMC support for the db-88f3720
      arm64: mvebu: Armada 7k/8k: Add SDHCI device tree nodes
      arm64: mvebu: Armada 7040-db: Add SDHCI device tree nodes
      arm64: mvebu: Enable SDHCI/MMC support for the db-88f7040/8040

 arch/arm/dts/armada-3720-db.dts       |  21 ++
 arch/arm/dts/armada-37xx.dtsi         |  16 ++
 arch/arm/dts/armada-7040-db.dts       |  14 +
 arch/arm/dts/armada-ap806.dtsi        |   8 +
 arch/arm/dts/armada-cp110-master.dtsi |   8 +
 cmd/mvebu/bubt.c                      |  25 +-
 configs/mvebu_db-88f3720_defconfig    |   6 +-
 configs/mvebu_db-88f7040_defconfig    |   5 +-
 configs/mvebu_db-88f8040_defconfig    |   5 +-
 drivers/mmc/Kconfig                   |  11 +
 drivers/mmc/Makefile                  |   1 +
 drivers/mmc/sdhci.c                   |  10 +-
 drivers/mmc/xenon_sdhci.c             | 497 ++++++++++++++++++++++++++++++++++
 include/configs/mvebu_armada-8k.h     |   3 +
 include/configs/mvebu_db-88f3720.h    |   3 +
 include/sdhci.h                       |   1 +
 16 files changed, 624 insertions(+), 10 deletions(-)
 create mode 100644 drivers/mmc/xenon_sdhci.c

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2016-12-21  9:56 Stefan Roese
  2016-12-21 13:06 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2016-12-21  9:56 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following A7k/8k fix.

Thanks,
Stefan

The following changes since commit 0bd1f96aa2f18d29e8321e519b0152853e500d4d:

  Merge git://git.denx.de/u-boot-mpc85xx (2016-12-20 12:20:12 -0500)

are available in the git repository at:

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

for you to fetch changes up to 0d92f2141ac5ef5c80d13e9501890f914525d43c:

  arm64: mvebu: Fix A8K memory mapping and add documentation (2016-12-21 09:52:35 +0100)

----------------------------------------------------------------
Konstantin Porotchkin (1):
      arm64: mvebu: Fix A8K memory mapping and add documentation

 arch/arm/mach-mvebu/armada8k/cpu.c | 58 +++++++++++++++++++++++++++++---------
 doc/mvebu/armada-8k-memory.txt     | 56 ++++++++++++++++++++++++++++++++++++
 2 files changed, 101 insertions(+), 13 deletions(-)
 create mode 100644 doc/mvebu/armada-8k-memory.txt

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2016-12-12 10:47 Stefan Roese
  2016-12-12 15:56 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2016-12-12 10:47 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the patches from Kosta, fixing Linux booting for
Armada 7k/8k and introducing the pinctrl driver for this
platform.

Thanks,
Stefan


The following changes since commit 361a879902a3cbdb692149a1ac580e3199e771ba:

  Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" (2016-12-09 07:56:54 -0500)

are available in the git repository at:

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

for you to fetch changes up to a20b7a2a53d3ac668d1ed25b06cd6d15ca41f2a9:

  arm64: mvebu: Enable hush parser in A8K default configuration (2016-12-12 09:05:45 +0100)

----------------------------------------------------------------
Konstantin Porotchkin (9):
      arm64: mvebu: Modify the A8K SPI and I2C config in DTS
      arm64: mvebu: Add bubt command for flash image burn
      arm64: mvebu: pinctrl: Add pin control driver for A8K family
      arm64: mvebu: Add pin control nodes to A8K family DTS files
      arm64: mvebu: Enable BUBT command support in A8K default config
      arm64: mvebu: Enable pin control support in A8K default config
      arm64: mvebu: Add L3 cache flush functionality to A8K family
      arm64: mvebu: Enable PCIe support in Armada-7040 configuration
      arm64: mvebu: Enable hush parser in A8K default configuration

 arch/arm/dts/armada-7040-db.dts                    |  64 +-
 arch/arm/dts/armada-8040-db.dts                    | 114 ++-
 arch/arm/dts/armada-ap806.dtsi                     |  18 +
 arch/arm/dts/armada-cp110-master.dtsi              |  32 +
 arch/arm/dts/armada-cp110-slave.dtsi               |  19 +
 arch/arm/include/asm/arch-armada8k/cache_llc.h     |  21 +
 arch/arm/include/asm/arch-armada8k/soc-info.h      |  17 +
 arch/arm/mach-mvebu/armada8k/Makefile              |   1 +
 arch/arm/mach-mvebu/armada8k/cache_llc.S           |  39 ++
 cmd/Kconfig                                        |   3 +
 cmd/Makefile                                       |   2 +
 cmd/mvebu/Kconfig                                  |  52 ++
 cmd/mvebu/Makefile                                 |   8 +
 cmd/mvebu/bubt.c                                   | 767 +++++++++++++++++++++
 configs/mvebu_db-88f7040_defconfig                 |   6 +
 configs/mvebu_db-88f8040_defconfig                 |   3 +
 .../pinctrl/marvell,armada-apn806-pinctrl.txt      |  25 +
 .../pinctrl/marvell,armada-cp110-pinctrl.txt       | 270 ++++++++
 .../pinctrl/marvell,mvebu-pinctrl.txt              | 113 +++
 doc/mvebu/cmd/bubt.txt                             |  64 ++
 drivers/pinctrl/Kconfig                            |   1 +
 drivers/pinctrl/Makefile                           |   1 +
 drivers/pinctrl/mvebu/Kconfig                      |   7 +
 drivers/pinctrl/mvebu/Makefile                     |   7 +
 drivers/pinctrl/mvebu/pinctrl-mvebu.c              | 179 +++++
 drivers/pinctrl/mvebu/pinctrl-mvebu.h              |  31 +
 26 files changed, 1800 insertions(+), 64 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-armada8k/cache_llc.h
 create mode 100644 arch/arm/include/asm/arch-armada8k/soc-info.h
 create mode 100644 arch/arm/mach-mvebu/armada8k/cache_llc.S
 create mode 100644 cmd/mvebu/Kconfig
 create mode 100644 cmd/mvebu/Makefile
 create mode 100644 cmd/mvebu/bubt.c
 create mode 100644 doc/device-tree-bindings/pinctrl/marvell,armada-apn806-pinctrl.txt
 create mode 100644 doc/device-tree-bindings/pinctrl/marvell,armada-cp110-pinctrl.txt
 create mode 100644 doc/device-tree-bindings/pinctrl/marvell,mvebu-pinctrl.txt
 create mode 100644 doc/mvebu/cmd/bubt.txt
 create mode 100644 drivers/pinctrl/mvebu/Kconfig
 create mode 100644 drivers/pinctrl/mvebu/Makefile
 create mode 100644 drivers/pinctrl/mvebu/pinctrl-mvebu.c
 create mode 100644 drivers/pinctrl/mvebu/pinctrl-mvebu.h

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2016-12-05 13:01 Stefan Roese
  2016-12-05 16:01 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2016-12-05 13:01 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following patches introducing the basic Armada-8k
support for MVEBU. If things go smooth I plan to push the
additional patches from Kosta for A7/8k in a few days.

Thanks,
Stefan


The following changes since commit 194eded14ccb40af18e1a9fb8ab85903ee0803ef:

  Merge git://git.denx.de/u-boot-mpc85xx (2016-12-04 13:55:15 -0500)

are available in the git repository at:

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

for you to fetch changes up to 5102af4d2f53ec8d76ce60d103c65ae062b9c8fe:

  sata: sata_mv: Fix misaligned cache warnings (2016-12-05 13:53:42 +0100)

----------------------------------------------------------------
Shadi Ammouri (1):
      pci: mvebu: Add PCIe driver for Armada-8K

Stefan Roese (15):
      arm64: mvebu: Rename db-88f7040 files to armada-8k
      arm64: mvebu: Add Armada-80x0 dts/dtsi files
      arm64: mvebu: armada-8k: Only configure xHCI power on DB-88F7040 board
      arm64: mvebu: Add slave CP area to the memory map
      arm64: mvebu: Add support for the DB-88F8040 Armada 8k devel board
      arm64: mvebu: armada-cp110-master.dtsi: Rename comphy DT node names
      arm64: mvebu: armada-cp110-slave.dtsi: Add COMPHY / UTMI device tree nodes
      arm64: mvebu: armada-8040-db.dts: Add COMPHY configuration
      arm64: mvebu: armada-8040-db.dts: Add I2C and SPI aliases
      arm64: mvebu: Init COMPHY from the slave-CP on the A8k
      drivers/phy: marvell: Add support for the slave CP COMPHY device
      arm64: mvebu: Add regions for PCI spaces to the memory map
      arm64: mvebu: Add PCI support to DB-88F8040 board
      arm64: mvebu: Restrict memory size to a usable maximum
      sata: sata_mv: Fix misaligned cache warnings

 arch/arm/dts/Makefile                              |   1 +
 arch/arm/dts/armada-7040-db.dts                    |   6 +-
 arch/arm/dts/armada-8020.dtsi                      |  56 +++
 arch/arm/dts/armada-8040-db.dts                    | 239 +++++++++
 arch/arm/dts/armada-8040.dtsi                      |  56 +++
 arch/arm/dts/armada-cp110-master.dtsi              |   6 +-
 arch/arm/dts/armada-cp110-slave.dtsi               | 268 +++++++++++
 arch/arm/mach-mvebu/Kconfig                        |  10 +-
 arch/arm/mach-mvebu/arm64-common.c                 |  37 +-
 arch/arm/mach-mvebu/armada8k/cpu.c                 |  18 +-
 board/Marvell/mvebu_armada-8k/MAINTAINERS          |   7 +
 .../{mvebu_db-88f7040 => mvebu_armada-8k}/Makefile |   0
 board/Marvell/mvebu_armada-8k/board.c              | 162 +++++++
 board/Marvell/mvebu_db-88f7040/MAINTAINERS         |   6 -
 board/Marvell/mvebu_db-88f7040/board.c             | 152 ------
 configs/mvebu_db-88f7040_defconfig                 |   4 +-
 configs/mvebu_db-88f8040_defconfig                 |  55 +++
 drivers/block/sata_mv.c                            |  12 +-
 drivers/pci/Kconfig                                |  10 +
 drivers/pci/Makefile                               |   1 +
 drivers/pci/pcie_dw_mvebu.c                        | 535 +++++++++++++++++++++
 drivers/phy/marvell/comphy.h                       |   2 +-
 drivers/phy/marvell/comphy_core.c                  |  15 +-
 .../{mvebu_db-88f7040.h => mvebu_armada-8k.h}      |  14 +-
 24 files changed, 1486 insertions(+), 186 deletions(-)
 create mode 100644 arch/arm/dts/armada-8020.dtsi
 create mode 100644 arch/arm/dts/armada-8040-db.dts
 create mode 100644 arch/arm/dts/armada-8040.dtsi
 create mode 100644 arch/arm/dts/armada-cp110-slave.dtsi
 create mode 100644 board/Marvell/mvebu_armada-8k/MAINTAINERS
 rename board/Marvell/{mvebu_db-88f7040 => mvebu_armada-8k}/Makefile (100%)
 create mode 100644 board/Marvell/mvebu_armada-8k/board.c
 delete mode 100644 board/Marvell/mvebu_db-88f7040/MAINTAINERS
 delete mode 100644 board/Marvell/mvebu_db-88f7040/board.c
 create mode 100644 configs/mvebu_db-88f8040_defconfig
 create mode 100644 drivers/pci/pcie_dw_mvebu.c
 rename include/configs/{mvebu_db-88f7040.h => mvebu_armada-8k.h} (94%)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2016-12-01 12:57 Stefan Roese
  2016-12-01 18:16 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2016-12-01 12:57 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the first batch of mvebu / Marvell patches in this
merge window. I plan to send additional pull requests once some
of the other patches are clear.

Thanks,
Stefan

The following changes since commit 38c4f0bdce5bca8535eadab08ece80dff45ad0ee:

  ts4600: Disable CONFIG_DISPLAY_CPUINFO (2016-11-30 19:31:18 -0500)

are available in the git repository at:

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

for you to fetch changes up to 2611c05e840033e4c4ab83115836d7657f5b316b:

  tools/kwbimage: add DEBUG option (2016-12-01 09:10:49 +0100)

----------------------------------------------------------------
Chris Packham (4):
      mvebu: db-88f6820-amc: Enable FIT support
      arm: mvebu: move SYS_MVEBU_PLL_CLOCK to Kconfig
      tools/kwbimage: add BAUDRATE option
      tools/kwbimage: add DEBUG option

 arch/arm/mach-mvebu/Kconfig            |  6 +++++
 arch/arm/mach-mvebu/include/mach/soc.h |  3 ---
 configs/db-88f6820-amc_defconfig       |  2 ++
 tools/kwbimage.c                       | 40 ++++++++++++++++++++++++++++++++++
 tools/kwbimage.h                       | 16 ++++++++++++--
 5 files changed, 62 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2016-10-09  9:05 Stefan Roese
  2016-10-13  0:48 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2016-10-09  9:05 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the DS109 board support. Its an updated version - the
original patches have been sent to the list quite some time ago.

Thanks,
Stefan

The following changes since commit f5fd45ff64e28a73499548358e3d1ceda0de7daf:

  Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-10-08 09:33:37 -0400)

are available in the git repository at:

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

for you to fetch changes up to 1c653201d7de10b486266317200bfaa8bdb57700:

  arm: kirkwood: fix Synology board tag (2016-10-09 10:55:32 +0200)

----------------------------------------------------------------
Walter Schweizer (5):
      arm: kirkwood: add support for Synology DS109 board
      arm: kirkwood: ds109 board is maintained
      arm: kirkwood: fix kirkwood initial setup
      arm: kirkwood: fix output enable settings
      arm: kirkwood: fix Synology board tag

 arch/arm/mach-kirkwood/Kconfig    |   4 +
 board/Synology/ds109/Kconfig      |  12 +++
 board/Synology/ds109/MAINTAINERS  |   6 ++
 board/Synology/ds109/Makefile     |   9 ++
 board/Synology/ds109/ds109.c      | 176 ++++++++++++++++++++++++++++++++++++++
 board/Synology/ds109/ds109.h      |  44 ++++++++++
 board/Synology/ds109/kwbimage.cfg | 152 ++++++++++++++++++++++++++++++++
 board/Synology/ds109/openocd.cfg  | 115 +++++++++++++++++++++++++
 configs/ds109_defconfig           |  16 ++++
 include/configs/ds109.h           | 103 ++++++++++++++++++++++
 10 files changed, 637 insertions(+)
 create mode 100644 board/Synology/ds109/Kconfig
 create mode 100644 board/Synology/ds109/MAINTAINERS
 create mode 100644 board/Synology/ds109/Makefile
 create mode 100644 board/Synology/ds109/ds109.c
 create mode 100644 board/Synology/ds109/ds109.h
 create mode 100644 board/Synology/ds109/kwbimage.cfg
 create mode 100644 board/Synology/ds109/openocd.cfg
 create mode 100644 configs/ds109_defconfig
 create mode 100644 include/configs/ds109.h

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2016-09-27 15:33 Stefan Roese
  2016-09-27 21:32 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2016-09-27 15:33 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the 2nd batch of Marvell MVEBU related patches. This
time the new ARM64 Armada 37xx and Armada 7k/8k support.

Thanks,
Stefan


The following changes since commit cbe7706ab8aab06c18edaa9b120371f9c8012728:

  Merge git://git.denx.de/u-boot-fsl-qoriq (2016-09-26 17:10:56 -0400)

are available in the git repository at:

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

for you to fetch changes up to b28d29f784f5cc33c92e291d35eda603ea4e58e3:

  arm64: mvebu: armada-7040-db.dts: Add I2C and SPI aliases (2016-09-27 17:29:54 +0200)

----------------------------------------------------------------
Stefan Roese (25):
      net: mvneta: Round up top tx buffer boundaries for dcache ops
      serial: Add serial_mvebu_a3700 for Armada 3700 SoC
      spi: Add driver for Marvell Armada 3700 SoC
      net: mvneta: Make driver 64bit safe
      net: mvneta: Add support for Armada 3700 SoC
      usb: xhci: Add Marvell MVEBU xHCI support
      usb: ehci: ehci-marvell.c: Add Armada 3700 support (ARMv8)
      drivers/phy: Add Marvell SerDes / PHY drivers used on Armada 3k
      arm64: mvebu: Armada 3700: Add Armada 37xx dts files
      arm64: mvebu: Armada 3700: Add SPI device tree nodes
      arm64: mvebu: Armada 3700: Add ethernet device tree nodes
      arm64: mvebu: Armada 3700: Add I2C device tree nodes
      arm64: mvebu: Armada 3700: Add COMPHY device tree nodes
      arm64: mvebu: Armada 3700: Add USB device tree nodes
      arm64: mvebu: Add support for the Marvell Armada 3700 SoC
      arm64: mvebu: Add Armada 3700 db-88f3720 development board support
      drivers/phy: Add Marvell SerDes / PHY drivers used on Armada 7K/8K
      usb: xhci-mvebu: Add Armada 8K to compatiblity list
      ahci: Make ahci_port_base() non-static to enable overwrite
      arm64: mvebu: Armada 7K/8K: Add Armada 7K/8K dts files
      arm64: mvebu: Add basic support for the Marvell Armada 7K/8K SoC
      arm64: mvebu: Add Armada 7K db-88f7040 development board support
      arm64: mvebu: armada-ap806.dtsi: Add clock-frequency to UART DT node
      arm64: mvebu: Armada 7K/8K: Add COMPHY device tree nodes
      arm64: mvebu: armada-7040-db.dts: Add I2C and SPI aliases

 arch/arm/Kconfig                           |    8 +-
 arch/arm/dts/Makefile                      |    2 +
 arch/arm/dts/armada-371x.dtsi              |   53 +
 arch/arm/dts/armada-3720-db.dts            |  123 ++
 arch/arm/dts/armada-372x.dtsi              |   62 +
 arch/arm/dts/armada-37xx.dtsi              |  189 +++
 arch/arm/dts/armada-7040-db.dts            |  193 ++++
 arch/arm/dts/armada-7040.dtsi              |   55 +
 arch/arm/dts/armada-ap806-quad.dtsi        |   82 ++
 arch/arm/dts/armada-ap806.dtsi             |  230 ++++
 arch/arm/dts/armada-cp110-master.dtsi      |  256 +++++
 arch/arm/mach-mvebu/Kconfig                |   44 +-
 arch/arm/mach-mvebu/Makefile               |   18 +-
 arch/arm/mach-mvebu/arm64-common.c         |  124 ++
 arch/arm/mach-mvebu/armada3700/Makefile    |    7 +
 arch/arm/mach-mvebu/armada3700/cpu.c       |   81 ++
 arch/arm/mach-mvebu/armada8k/Makefile      |    7 +
 arch/arm/mach-mvebu/armada8k/cpu.c         |   64 ++
 arch/arm/mach-mvebu/include/mach/cpu.h     |    7 +
 arch/arm/mach-mvebu/include/mach/soc.h     |    4 +-
 arch/arm/mach-mvebu/sata.c                 |   54 +
 board/Marvell/mvebu_db-88f3720/MAINTAINERS |    6 +
 board/Marvell/mvebu_db-88f3720/Makefile    |    7 +
 board/Marvell/mvebu_db-88f3720/board.c     |  134 +++
 board/Marvell/mvebu_db-88f7040/MAINTAINERS |    6 +
 board/Marvell/mvebu_db-88f7040/Makefile    |    7 +
 board/Marvell/mvebu_db-88f7040/board.c     |  152 +++
 configs/mvebu_db-88f3720_defconfig         |   49 +
 configs/mvebu_db-88f7040_defconfig         |   47 +
 drivers/Kconfig                            |    2 +
 drivers/Makefile                           |    1 +
 drivers/block/ahci.c                       |    2 +-
 drivers/net/mvneta.c                       |   51 +-
 drivers/phy/marvell/Kconfig                |    9 +
 drivers/phy/marvell/Makefile               |    8 +
 drivers/phy/marvell/comphy.h               |  153 +++
 drivers/phy/marvell/comphy_a3700.c         |  962 ++++++++++++++++
 drivers/phy/marvell/comphy_a3700.h         |  275 +++++
 drivers/phy/marvell/comphy_core.c          |  200 ++++
 drivers/phy/marvell/comphy_cp110.c         | 1726 ++++++++++++++++++++++++++++
 drivers/phy/marvell/comphy_hpipe.h         |  420 +++++++
 drivers/phy/marvell/comphy_mux.c           |  118 ++
 drivers/phy/marvell/sata.h                 |   30 +
 drivers/phy/marvell/utmi_phy.h             |   90 ++
 drivers/serial/Kconfig                     |   15 +
 drivers/serial/Makefile                    |    1 +
 drivers/serial/serial_mvebu_a3700.c        |  175 +++
 drivers/spi/Kconfig                        |    7 +
 drivers/spi/Makefile                       |    1 +
 drivers/spi/mvebu_a3700_spi.c              |  295 +++++
 drivers/usb/host/Kconfig                   |    9 +
 drivers/usb/host/Makefile                  |    1 +
 drivers/usb/host/ehci-marvell.c            |   59 +-
 drivers/usb/host/xhci-mvebu.c              |   97 ++
 include/configs/mvebu_db-88f3720.h         |  144 +++
 include/configs/mvebu_db-88f7040.h         |  133 +++
 include/dt-bindings/comphy/comphy_data.h   |   61 +
 57 files changed, 7087 insertions(+), 29 deletions(-)
 create mode 100644 arch/arm/dts/armada-371x.dtsi
 create mode 100644 arch/arm/dts/armada-3720-db.dts
 create mode 100644 arch/arm/dts/armada-372x.dtsi
 create mode 100644 arch/arm/dts/armada-37xx.dtsi
 create mode 100644 arch/arm/dts/armada-7040-db.dts
 create mode 100644 arch/arm/dts/armada-7040.dtsi
 create mode 100644 arch/arm/dts/armada-ap806-quad.dtsi
 create mode 100644 arch/arm/dts/armada-ap806.dtsi
 create mode 100644 arch/arm/dts/armada-cp110-master.dtsi
 create mode 100644 arch/arm/mach-mvebu/arm64-common.c
 create mode 100644 arch/arm/mach-mvebu/armada3700/Makefile
 create mode 100644 arch/arm/mach-mvebu/armada3700/cpu.c
 create mode 100644 arch/arm/mach-mvebu/armada8k/Makefile
 create mode 100644 arch/arm/mach-mvebu/armada8k/cpu.c
 create mode 100644 arch/arm/mach-mvebu/sata.c
 create mode 100644 board/Marvell/mvebu_db-88f3720/MAINTAINERS
 create mode 100644 board/Marvell/mvebu_db-88f3720/Makefile
 create mode 100644 board/Marvell/mvebu_db-88f3720/board.c
 create mode 100644 board/Marvell/mvebu_db-88f7040/MAINTAINERS
 create mode 100644 board/Marvell/mvebu_db-88f7040/Makefile
 create mode 100644 board/Marvell/mvebu_db-88f7040/board.c
 create mode 100644 configs/mvebu_db-88f3720_defconfig
 create mode 100644 configs/mvebu_db-88f7040_defconfig
 create mode 100644 drivers/phy/marvell/Kconfig
 create mode 100644 drivers/phy/marvell/Makefile
 create mode 100644 drivers/phy/marvell/comphy.h
 create mode 100644 drivers/phy/marvell/comphy_a3700.c
 create mode 100644 drivers/phy/marvell/comphy_a3700.h
 create mode 100644 drivers/phy/marvell/comphy_core.c
 create mode 100644 drivers/phy/marvell/comphy_cp110.c
 create mode 100644 drivers/phy/marvell/comphy_hpipe.h
 create mode 100644 drivers/phy/marvell/comphy_mux.c
 create mode 100644 drivers/phy/marvell/sata.h
 create mode 100644 drivers/phy/marvell/utmi_phy.h
 create mode 100644 drivers/serial/serial_mvebu_a3700.c
 create mode 100644 drivers/spi/mvebu_a3700_spi.c
 create mode 100644 drivers/usb/host/xhci-mvebu.c
 create mode 100644 include/configs/mvebu_db-88f3720.h
 create mode 100644 include/configs/mvebu_db-88f7040.h
 create mode 100644 include/dt-bindings/comphy/comphy_data.h

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2016-09-24  8:13 Stefan Roese
  2016-09-24 16:04 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2016-09-24  8:13 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the first batch of Marvell / MVEBU patches in this
merge window.

Thanks,
Stefan

The following changes since commit 8824cfc19a6e4ae23ca8006bb22b7b6f839b09a8:

  usb: ehci-generic: support reset control for generic EHCI (2016-09-23 22:25:44 -0400)

are available in the git repository at:

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

for you to fetch changes up to 42f75050667bf1a0a3fbe7d8dd6d2ec5fc127935:

  arm: mvebu: NAND support for DB-88F6820-AMC (2016-09-24 10:07:48 +0200)

----------------------------------------------------------------
Chris Packham (3):
      arm: mvebu: create generic 88F6820 config option
      arm: mvebu: add DB-88F6820-AMC board
      arm: mvebu: NAND support for DB-88F6820-AMC

Stefan Roese (1):
      arm: mvebu: theadorable: Configure board for PCIe 2.0 capability

 arch/arm/dts/Makefile                         |   1 +
 arch/arm/dts/armada-385-amc.dts               | 163 ++++++++++++++++++++++++++
 arch/arm/mach-mvebu/Kconfig                   |  13 +-
 arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.c |   2 +-
 board/Marvell/db-88f6820-amc/MAINTAINERS      |   6 +
 board/Marvell/db-88f6820-amc/Makefile         |   7 ++
 board/Marvell/db-88f6820-amc/db-88f6820-amc.c | 129 ++++++++++++++++++++
 board/Marvell/db-88f6820-amc/kwbimage.cfg     |  12 ++
 board/theadorable/theadorable.c               |   6 +
 configs/db-88f6820-amc_defconfig              |  45 +++++++
 include/configs/db-88f6820-amc.h              | 127 ++++++++++++++++++++
 11 files changed, 507 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm/dts/armada-385-amc.dts
 create mode 100644 board/Marvell/db-88f6820-amc/MAINTAINERS
 create mode 100644 board/Marvell/db-88f6820-amc/Makefile
 create mode 100644 board/Marvell/db-88f6820-amc/db-88f6820-amc.c
 create mode 100644 board/Marvell/db-88f6820-amc/kwbimage.cfg
 create mode 100644 configs/db-88f6820-amc_defconfig
 create mode 100644 include/configs/db-88f6820-amc.h

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2016-08-26  6:46 Stefan Roese
  2016-08-26 14:52 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2016-08-26  6:46 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following MVEBU related patches, mostly small fixes.

Thank!

The following changes since commit 46fe9eb08812cc27a0d5cd97d97373c14d578fe9:

  Merge branch 'master' of git://git.denx.de/u-boot-net (2016-08-23 07:20:36 -0400)

are available in the git repository at:

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

for you to fetch changes up to bdf58c73ca406e31be49ad875969b2f9aacb9b65:

  tools: kwboot: patch destaddr only for SoCs with header version 1 (2016-08-26 08:42:50 +0200)

----------------------------------------------------------------
Chris Packham (4):
      arm: mvebu: Add support for NAND interface on A-38x
      spl: Remove unused CONFIG_SPL_SPI_* definitions
      arm: mvebu: a38x: update serdes error handling
      arm: mvebu: a38x: typo fix cpabilities -> capbilities

Simon Baatz (1):
      tools: kwboot: patch destaddr only for SoCs with header version 1

 arch/arm/mach-mvebu/cpu.c                          |  9 ++++-
 arch/arm/mach-mvebu/include/mach/soc.h             |  2 ++
 arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.c         |  2 +-
 .../mach-mvebu/serdes/a38x/high_speed_env_spec.c   | 39 +++++++++++-----------
 include/configs/clearfog.h                         |  2 --
 include/configs/db-88f6720.h                       |  2 --
 include/configs/db-88f6820-gp.h                    |  2 --
 include/configs/db-mv784mp-gp.h                    |  2 --
 include/configs/ds414.h                            |  2 --
 include/configs/maxbcm.h                           |  2 --
 include/configs/theadorable.h                      |  2 --
 tools/kwboot.c                                     | 16 ++++-----
 12 files changed, 39 insertions(+), 43 deletions(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2016-05-31  6:08 Stefan Roese
  2016-05-31 14:50 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2016-05-31  6:08 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following patches from the Marvell git repository.
I've included 2 SPEAr patches there since we don't have a SPEAr
git repository. I hope this okay.

Thanks,
Stefan

The following changes since commit e4a94ce4ac77396b181663c0493c50bc2d5b9143:

  Merge git://git.denx.de/u-boot-dm (2016-05-27 20:34:12 -0400)

are available in the git repository at:

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

for you to fetch changes up to e084fd922f7483d591c623823452fff7879c9d71:

  arm: spear: x600: Remove EFI support to reduce image size (2016-05-31 07:48:40 +0200)

----------------------------------------------------------------
Peter Robinson (1):
      clearfog: add HUSH parser

Stefan Roese (2):
      arm: spear: x600: Add support for Micrel KSZ9031 PHY
      arm: spear: x600: Remove EFI support to reduce image size

 board/spear/x600/x600.c    | 80 ++++++++++++++++++++++++++++++++++------------
 configs/clearfog_defconfig |  1 +
 configs/x600_defconfig     |  1 +
 include/configs/x600.h     |  2 ++
 4 files changed, 63 insertions(+), 21 deletions(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2016-05-20  9:10 Stefan Roese
  2016-05-23 22:12 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2016-05-20  9:10 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull those 2 patches.

Thanks,
Stefan

The following changes since commit 4b6e1fda107e5244e80ebc41865650ac2873dc88:

  Merge git://git.denx.de/u-boot-dm (2016-05-17 13:58:27 -0400)

are available in the git repository at:

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

for you to fetch changes up to fbaf42724f372ee3fb0d7cd83107f5bae416028f:

  arm: mvebu: theadorable: Enable CONFIG_ZERO_BOOTDELAY_CHECK (2016-05-20 11:08:16 +0200)

----------------------------------------------------------------
Marek Vasut (1):
      arm: mvebu: a38x: Weed out floating point use

Stefan Roese (1):
      arm: mvebu: theadorable: Enable CONFIG_ZERO_BOOTDELAY_CHECK

 drivers/ddr/marvell/a38x/ddr3_init.c | 29 ++++++++++-------------------
 include/configs/theadorable.h        |  1 +
 2 files changed, 11 insertions(+), 19 deletions(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2016-04-12  9:19 Stefan Roese
  2016-04-12 17:23 ` Tom Rini
  2016-04-12 17:23 ` Tom Rini
  0 siblings, 2 replies; 130+ messages in thread
From: Stefan Roese @ 2016-04-12  9:19 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following small fixes and board-specific
changes:

The following changes since commit bbf8bef196ae52517284a0a2e2ffc94a4ff89f5f:

  Prepare v2016.05-rc1 (2016-04-11 22:22:25 -0400)

are available in the git repository at:

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

for you to fetch changes up to aca84a214d70953505d56b7c9717d1a7c019902c:

  arm: mvebu: theadorable: Remove Board name output in checkboard (2016-04-12 11:13:40 +0200)

----------------------------------------------------------------
Stefan Roese (7):
      gpio: mvebu_gpio: Add missing out value set to gpio_direction_output()
      arm: mvebu: theadorable: Add USB power toggle and tweak USB PHY register
      arm: mvebu: theadorable: Add bootcounter support
      arm: mvebu: Add base address for 2nd I2C controller
      arm: mvebu: theadorable: Enable 2nd I2C controller
      arm: mvebu: theadorable: Add PEX-switch detection and reset code
      arm: mvebu: theadorable: Remove Board name output in checkboard

 arch/arm/mach-mvebu/include/mach/soc.h |   1 +
 board/theadorable/theadorable.c        | 103 ++++++++++++++++++++++++++++++++-
 drivers/gpio/mvebu_gpio.c              |   4 ++
 include/configs/theadorable.h          |  10 ++++
 4 files changed, 116 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2016-04-06 13:47 Stefan Roese
  2016-04-06 14:47 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2016-04-06 13:47 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull those 2 Marvell related patches.

Thanks,
Stefan

The following changes since commit 4ed6ed3c27a069a00c8a557d606a05276cc4653e:

  Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze (2016-04-04 14:34:09 -0400)

are available in the git repository at:

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

for you to fetch changes up to 46a16bd895144617575c788d9c2554aeef76ac44:

  kirkwood_nand: claim MPP pins on the fly (2016-04-06 15:40:33 +0200)

----------------------------------------------------------------
Chris Packham (1):
      kirkwood_nand: claim MPP pins on the fly

Stefan Roese (1):
      spi: kirkwood_spi: Add support for multiple chip-selects on MVEBU

 arch/arm/include/asm/arch-mvebu/spi.h | 17 ++++++++++++-----
 drivers/mtd/nand/kirkwood_nand.c      | 19 +++++++++++++++++++
 drivers/spi/kirkwood_spi.c            | 14 ++++++++++++++
 3 files changed, 45 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2016-04-04 12:07 Stefan Roese
  2016-04-05  0:01 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2016-04-04 12:07 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the Armada 375 support from the Marvell U-Boot
git repository.

Thanks,
Stefan


The following changes since commit 563d8d93585035fa2a0b20190c1008eb625432c4:

  net: phy: Realtek RTL8211B/C PHY ID fix (2016-04-02 19:26:08 -0400)

are available in the git repository at:

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

for you to fetch changes up to ebe7890321250352b812dbbf127a46ef58256d1c:

  arm: mvebu: Don't enable d-cache on A375 (2016-04-04 11:22:15 +0200)

----------------------------------------------------------------
Stefan Roese (6):
      spi: kirkwood_spi.c: Add compatible match ID for Armada 375
      net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375
      dt-bindings: Add include/dt-bindings/phy/phy.h from Linux v4.4
      arm: mvebu: Add basic support for the Marvell Armada 375 SoC
      arm: mvebu: Add basic support for Armada 375 eval board db-88f6720
      arm: mvebu: Don't enable d-cache on A375

 arch/arm/Kconfig                          |    2 +-
 arch/arm/dts/Makefile                     |    1 +
 arch/arm/dts/armada-375-db.dts            |  216 ++
 arch/arm/dts/armada-375.dtsi              |  658 +++++
 arch/arm/mach-mvebu/Kconfig               |   12 +-
 arch/arm/mach-mvebu/Makefile              |    1 +
 arch/arm/mach-mvebu/cpu.c                 |   75 +-
 arch/arm/mach-mvebu/include/mach/config.h |    5 +-
 arch/arm/mach-mvebu/include/mach/cpu.h    |    5 +
 arch/arm/mach-mvebu/include/mach/soc.h    |   19 +-
 arch/arm/mach-mvebu/spl.c                 |    3 +
 board/Marvell/db-88f6720/MAINTAINERS      |    6 +
 board/Marvell/db-88f6720/Makefile         |    7 +
 board/Marvell/db-88f6720/db-88f6720.c     |   91 +
 board/Marvell/db-88f6720/kwbimage.cfg     |   12 +
 configs/db-88f6720_defconfig              |   28 +
 drivers/net/Kconfig                       |    8 +
 drivers/net/Makefile                      |    1 +
 drivers/net/mvpp2.c                       | 4190 +++++++++++++++++++++++++++++
 drivers/spi/kirkwood_spi.c                |    1 +
 include/configs/db-88f6720.h              |  120 +
 include/dt-bindings/phy/phy.h             |   19 +
 include/net.h                             |    2 +
 23 files changed, 5473 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm/dts/armada-375-db.dts
 create mode 100644 arch/arm/dts/armada-375.dtsi
 create mode 100644 board/Marvell/db-88f6720/MAINTAINERS
 create mode 100644 board/Marvell/db-88f6720/Makefile
 create mode 100644 board/Marvell/db-88f6720/db-88f6720.c
 create mode 100644 board/Marvell/db-88f6720/kwbimage.cfg
 create mode 100644 configs/db-88f6720_defconfig
 create mode 100644 drivers/net/mvpp2.c
 create mode 100644 include/configs/db-88f6720.h
 create mode 100644 include/dt-bindings/phy/phy.h

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2016-03-24 10:09 Stefan Roese
  2016-03-25 22:59 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2016-03-24 10:09 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following patches from the marvell git
repository. I plan to send some other patches still under
review a bit later - perhaps in a week or. As I'm off in
Easter vacation starting tomorrow.

Thanks,
Stefan

The following changes since commit d085ecd61b9956cda0d37b89b5c538f54440fe58:

  ARM: uniphier: switch to raw U-Boot image (2016-03-24 01:45:41 +0900)

are available in the git repository at:

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

for you to fetch changes up to 7497a6a1f13eb86d68a936edecfd682bbad5752d:

  tools: kwboot: Add xmodem timeout option (2016-03-24 10:08:49 +0100)

----------------------------------------------------------------
Andreas F?rber (1):
      arm: mvebu: db-88f6820: Drop obsolete binary.0 placeholder

Dirk Eibach (1):
      arm: mvebu: Fix ddr3_init() cpu config

Kevin Smith (2):
      tools: kwboot: Clean up usage text
      tools: kwboot: Add xmodem timeout option

Peter Korsgaard (1):
      ARM: sheevaplug: correct nand partition layout

Stefan Roese (5):
      gpio: Add DM GPIO driver for Marvell MVEBU
      fpga: altera: Add StratixV support
      arm: mvebu: Add some SPI CS attributes
      arm: mvebu: spi.h: Add registers for direct write access
      arm: mvebu: theadorable: Add StratixV FPGA programming support

 arch/arm/dts/armada-xp-theadorable.dts |  21 ++++
 arch/arm/include/asm/arch-mvebu/spi.h  |   3 +
 arch/arm/mach-mvebu/include/mach/cpu.h |   3 +
 board/Marvell/db-88f6820-gp/binary.0   |  16 ---
 board/theadorable/Makefile             |   1 +
 board/theadorable/fpga.c               | 179 +++++++++++++++++++++++++++++++++
 board/theadorable/theadorable.c        |  13 +++
 board/theadorable/theadorable.h        |  12 +++
 configs/theadorable_debug_defconfig    |   3 +-
 configs/theadorable_defconfig          |   2 +-
 drivers/ddr/marvell/a38x/ddr3_init.c   |   2 -
 drivers/fpga/Makefile                  |   1 +
 drivers/fpga/altera.c                  |   3 +
 drivers/fpga/stratixv.c                | 103 +++++++++++++++++++
 drivers/gpio/Kconfig                   |   7 ++
 drivers/gpio/Makefile                  |   1 +
 drivers/gpio/mvebu_gpio.c              | 119 ++++++++++++++++++++++
 include/altera.h                       |  20 ++++
 include/configs/sheevaplug.h           |   6 +-
 include/configs/theadorable.h          |   5 +
 tools/kwboot.c                         |  13 ++-
 21 files changed, 507 insertions(+), 26 deletions(-)
 delete mode 100644 board/Marvell/db-88f6820-gp/binary.0
 create mode 100644 board/theadorable/fpga.c
 create mode 100644 board/theadorable/theadorable.h
 create mode 100644 drivers/fpga/stratixv.c
 create mode 100644 drivers/gpio/mvebu_gpio.c

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2016-03-14 22:37 Luka Perkov
  2016-03-15 11:52 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Luka Perkov @ 2016-03-14 22:37 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull these missed patches from Peter for which I should have sent
pull request a while back.

The following changes since commit df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa:

  Prepare v2016.03 (2016-03-14 10:20:21 -0400)

are available in the git repository at:

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

for you to fetch changes up to a807369eded75b34f5184552dab00ff73e7ca3bc:

  ARM: sheevaplug: drop unneded 'usb start' from boot command (2016-03-14 23:29:36 +0100)

----------------------------------------------------------------
Peter Korsgaard (3):
      ARM: sheevaplug: unbreak default environment
      ARM: sheevaplug: unbreak kernel bootargs / mtdparts command by dropping double mtdparts=
      ARM: sheevaplug: drop unneded 'usb start' from boot command

 include/configs/sheevaplug.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Thanks,
Luka

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2016-01-27  6:58 Stefan Roese
  2016-01-28 23:18 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2016-01-27  6:58 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following patch.

Thanks,
Stefan

The following changes since commit 9e4de7fd4acc8f99b6d383c711d21c0159849629:

   Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2016-01-26 
17:45:37 -0500)

are available in the git repository at:

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

for you to fetch changes up to b20c38a973a51bf3f663bd298c63ad1b8e0de445:

   arm: mvebu: Add support for the Armada XP theadorable board 
(2016-01-27 07:45:43 +0100)

----------------------------------------------------------------
Stefan Roese (1):
       arm: mvebu: Add support for the Armada XP theadorable board

  arch/arm/dts/Makefile                  |   3 +-
  arch/arm/dts/armada-xp-theadorable.dts | 143 +++++++++++++++++++++++++++
  arch/arm/mach-mvebu/Kconfig            |   6 ++
  board/theadorable/MAINTAINERS          |   7 ++
  board/theadorable/Makefile             |   7 ++
  board/theadorable/kwbimage.cfg         |  12 +++
  board/theadorable/theadorable.c        | 171 
+++++++++++++++++++++++++++++++++
  configs/theadorable_debug_defconfig    |  28 ++++++
  configs/theadorable_defconfig          |  26 +++++
  include/configs/theadorable.h          | 170 
++++++++++++++++++++++++++++++++
  10 files changed, 572 insertions(+), 1 deletion(-)
  create mode 100644 arch/arm/dts/armada-xp-theadorable.dts
  create mode 100644 board/theadorable/MAINTAINERS
  create mode 100644 board/theadorable/Makefile
  create mode 100644 board/theadorable/kwbimage.cfg
  create mode 100644 board/theadorable/theadorable.c
  create mode 100644 configs/theadorable_debug_defconfig
  create mode 100644 configs/theadorable_defconfig
  create mode 100644 include/configs/theadorable.h

^ permalink raw reply	[flat|nested] 130+ messages in thread
* [U-Boot] Please pull u-boot-marvell/master
@ 2016-01-14 13:28 Stefan Roese
  2016-01-14 18:04 ` Tom Rini
  0 siblings, 1 reply; 130+ messages in thread
From: Stefan Roese @ 2016-01-14 13:28 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull all the pending Marvell patches, mostly Armada
XP and 38x related.

Thanks,
Stefan

The following changes since commit d29892ba854f40980b84f86566cd0c2308c66afe:

  part_dos.c: Don't wrap to negative after 2G sectors (2016-01-13 16:33:20 -0500)

are available in the git repository at:

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

for you to fetch changes up to f822d8578ba395d9af1cc315a2fb87b1eed3d355:

  MAINTAINERS: Update Marvell custodianship (2016-01-14 14:17:36 +0100)

----------------------------------------------------------------
Phil Sutter (10):
      drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLY
      README: Review the u-boot porting guide list
      axp: Fix debugging support in DDR3 write leveling
      drivers/pci/pci_mvebu: Fix for boards with X4 lanes
      mvebu: axp: refactor board_sat_r_get() and caller
      mvebu: Introduce kconfig symbols for SoC variants
      mvebu: axp: Rename MV_DDR_32BIT to CONFIG_DDR_32BIT
      mvebu: Add rudimental MV78230 support
      mvebu: Support Synology DS414
      mvebu: ds414: Implement Synology specific command set

Stefan Roese (34):
      arm: mvebu/kirkwood: Use common timer functions
      arm: mvebu: ddr: Fix compilation warning
      arm: mvebu: Add DM and OF_CONTROL support to SPL
      spi: kirkwood_spi.c: Prepare for driver model support
      spi: kirkwood_spi.c: Add driver model support
      arm: mvebu: Add SPI driver model support
      arm: mvebu: Add armada-xp-maxbcm.dts for maxbcm board
      arm: mvebu: armada-388-gp.dts: Add ethernet aliases
      net: mvneta: Convert to driver model
      arm: mvebu: Move some defines to common include file
      arm: mvebu: Add SolidRun ClearFog Armada 38x initial support
      arm: mvebu: db-mv784mp-gp: Switch from IDE to SATA support
      arm: mvebu: db-mv784mp-gp: Enable common file-system support
      arm: mvebu: db-mv784mp-gp: Enable cache command
      arm: mvebu: Enable L2 cache on Armada XP
      arm: mvebu: Add v7_outer_cache_disable function for AXP & A38x
      arm: mvebu: Don't call arch_cpu_init() from SPL at all
      arm: mvebu: Remove SYS_MALLOC_CLEAR_ON_INIT from DB-MV784MP-GP AXP board
      arm: mvebu: Don't disable cache at startup on Armada XP at all
      arm: mvebu: Simplify code in setup_usb_phys() a bit
      arm: mvebu: Don't use 0 as board ID as its used for the custom boards
      arm: mvebu: Add support for MV78260
      arm: mvebu: Make ECC support configurable on Armada XP
      arm: mvebu: Don't include "netdev.h" in cpu.c
      arm: mvebu: Make serdes setup on Armada XP less noisy
      arm: mvebu: Print CPU and SDRAM frequency upon startup
      arm: mvebu: Consolidate board Kconfig options into one file
      arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig
      arm: mvebu: Remove leftover Makefile
      arm: mvebu: Move SAR register defines into header
      arm: mvebu: Make local structs static const
      arm: mvebu: Add runtime boot-device detection
      arm: mvebu: Add runtime detection of UART (xmodem) boot-mode
      MAINTAINERS: Update Marvell custodianship

Tor Krill (1):
      sata: Add SATA driver with DMA support for Marvell Kirkwood and Armada XP

 MAINTAINERS                                        |    4 +-
 Makefile                                           |   10 -
 README                                             |   11 +-
 arch/arm/Kconfig                                   |    9 +-
 arch/arm/Makefile                                  |    2 +-
 arch/arm/dts/Makefile                              |    5 +-
 arch/arm/dts/armada-370-xp.dtsi                    |    1 +
 arch/arm/dts/armada-388-clearfog.dts               |  509 ++++++++++
 arch/arm/dts/armada-388-gp.dts                     |    9 +
 arch/arm/dts/armada-38x.dtsi                       |    2 +
 arch/arm/dts/armada-xp-gp.dts                      |    7 +
 arch/arm/dts/armada-xp-maxbcm.dts                  |  249 +++++
 arch/arm/dts/armada-xp-synology-ds414.dts          |  337 +++++++
 arch/arm/dts/armada-xp.dtsi                        |    1 +
 arch/arm/mach-kirkwood/include/mach/config.h       |    5 +
 arch/arm/mach-mvebu/Kconfig                        |   63 +-
 arch/arm/mach-mvebu/Makefile                       |    8 +-
 arch/arm/mach-mvebu/cpu.c                          |  207 ++--
 arch/arm/mach-mvebu/dram.c                         |   20 +-
 arch/arm/mach-mvebu/include/mach/config.h          |   26 +-
 arch/arm/mach-mvebu/include/mach/cpu.h             |   10 +
 arch/arm/mach-mvebu/include/mach/soc.h             |   63 +-
 arch/arm/mach-mvebu/lowlevel_spl.S                 |    6 -
 arch/arm/mach-mvebu/mbus.c                         |    2 +-
 arch/arm/mach-mvebu/serdes/axp/board_env_spec.h    |    4 +-
 .../arm/mach-mvebu/serdes/axp/high_speed_env_lib.c |   88 +-
 arch/arm/mach-mvebu/spl.c                          |   87 +-
 arch/arm/mach-mvebu/timer.c                        |  136 +--
 arch/arm/mach-mvebu/u-boot-spl.lds                 |   57 --
 arch/arm/mvebu-common/Makefile                     |   14 -
 board/Marvell/db-88f6820-gp/Kconfig                |   12 -
 board/Marvell/db-88f6820-gp/kwbimage.cfg           |    2 +-
 board/Marvell/db-mv784mp-gp/Kconfig                |   12 -
 board/Marvell/db-mv784mp-gp/db-mv784mp-gp.c        |   32 +-
 board/Marvell/db-mv784mp-gp/kwbimage.cfg           |    2 +-
 board/Synology/common/Makefile                     |    7 +
 board/Synology/common/cmd_syno.c                   |  227 +++++
 board/Synology/ds414/Makefile                      |    7 +
 board/Synology/ds414/ds414.c                       |  185 ++++
 board/Synology/ds414/kwbimage.cfg                  |   12 +
 board/maxbcm/Kconfig                               |    9 -
 board/maxbcm/kwbimage.cfg                          |    2 +-
 board/maxbcm/maxbcm.c                              |   20 +-
 board/solidrun/clearfog/MAINTAINERS                |    6 +
 board/solidrun/clearfog/Makefile                   |    7 +
 board/solidrun/clearfog/README                     |   18 +
 board/solidrun/clearfog/clearfog.c                 |  156 +++
 board/solidrun/clearfog/kwbimage.cfg               |   12 +
 configs/clearfog_defconfig                         |   21 +
 configs/db-88f6820-gp_defconfig                    |    6 +
 configs/db-mv784mp-gp_defconfig                    |    7 +
 configs/ds414_defconfig                            |   18 +
 configs/maxbcm_defconfig                           |    8 +-
 drivers/Makefile                                   |    4 +-
 drivers/block/Makefile                             |    1 +
 drivers/block/mvsata_ide.c                         |    6 +-
 drivers/block/sata_mv.c                            | 1045 ++++++++++++++++++++
 drivers/ddr/marvell/a38x/ddr3_debug.c              |   15 -
 drivers/ddr/marvell/a38x/ddr3_training_ip.h        |    2 -
 drivers/ddr/marvell/axp/ddr3_axp.h                 |    3 +
 drivers/ddr/marvell/axp/ddr3_axp_config.h          |    7 +-
 drivers/ddr/marvell/axp/ddr3_axp_mc_static.h       |   20 +-
 drivers/ddr/marvell/axp/ddr3_write_leveling.c      |    4 +-
 drivers/i2c/mvtwsi.c                               |    2 +-
 drivers/net/mvneta.c                               |  230 +++--
 drivers/pci/pci_auto_old.c                         |    2 +-
 drivers/pci/pci_mvebu.c                            |   14 +
 drivers/spi/kirkwood_spi.c                         |  217 +++-
 include/configs/clearfog.h                         |  176 ++++
 include/configs/db-88f6820-gp.h                    |   25 +-
 include/configs/db-mv784mp-gp.h                    |   60 +-
 include/configs/ds414.h                            |  162 +++
 include/configs/maxbcm.h                           |   15 +-
 tools/Makefile                                     |    2 +-
 tools/kwboot.c                                     |   14 +-
 75 files changed, 4047 insertions(+), 719 deletions(-)
 create mode 100644 arch/arm/dts/armada-388-clearfog.dts
 create mode 100644 arch/arm/dts/armada-xp-maxbcm.dts
 create mode 100644 arch/arm/dts/armada-xp-synology-ds414.dts
 delete mode 100644 arch/arm/mach-mvebu/u-boot-spl.lds
 delete mode 100644 arch/arm/mvebu-common/Makefile
 delete mode 100644 board/Marvell/db-88f6820-gp/Kconfig
 delete mode 100644 board/Marvell/db-mv784mp-gp/Kconfig
 create mode 100644 board/Synology/common/Makefile
 create mode 100644 board/Synology/common/cmd_syno.c
 create mode 100644 board/Synology/ds414/Makefile
 create mode 100644 board/Synology/ds414/ds414.c
 create mode 100644 board/Synology/ds414/kwbimage.cfg
 delete mode 100644 board/maxbcm/Kconfig
 create mode 100644 board/solidrun/clearfog/MAINTAINERS
 create mode 100644 board/solidrun/clearfog/Makefile
 create mode 100644 board/solidrun/clearfog/README
 create mode 100644 board/solidrun/clearfog/clearfog.c
 create mode 100644 board/solidrun/clearfog/kwbimage.cfg
 create mode 100644 configs/clearfog_defconfig
 create mode 100644 configs/ds414_defconfig
 create mode 100644 drivers/block/sata_mv.c
 create mode 100644 include/configs/clearfog.h
 create mode 100644 include/configs/ds414.h

^ permalink raw reply	[flat|nested] 130+ messages in thread

end of thread, other threads:[~2019-11-18  2:14 UTC | newest]

Thread overview: 130+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-14  7:39 [U-Boot] Please pull u-boot-marvell/master Stefan Roese
2019-11-18  2:14 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
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-03-24  5:58 Stefan Roese
2017-03-24 17:36 ` 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

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.