mbox series

Please pull u-boot-marvell/master

Message ID d743f045-aba0-7853-f25d-f82334a5658e@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-marvell/master | expand

Pull-request

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

Message

Stefan Roese Oct. 16, 2020, 1:40 p.m. UTC
Hi Tom,

please pull an update of Marvell Octeon TX/TX2 related patches. Here the
summary log:

----------------------------------------------------------------
- Fix Octeon SPI driver for Octeon TX2
- Fix and enhance Octeon watchdog driver
- Misc minor enhancements to Octeon TX/TX2
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan


The following changes since commit 9dc6aef8c963ae17e1263b89c692792fce0c7198:

   Merge tag 'mmc-2020-10-14' of 
https://gitlab.denx.de/u-boot/custodians/u-boot-mmc (2020-10-15 08:20:42 
-0400)

are available in the Git repository at:

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

for you to fetch changes up to b666714c30c6d6501fbb91d1774065a204a88b8e:

   arm: octeontx: Add CMD_WDT (2020-10-16 13:55:04 +0200)

----------------------------------------------------------------
Stefan Roese (4):
       spi: octeon_spi: Use a fixed 100MHz input clock on Octeon TX2
       mmc: octeontx_hsmmc.c: Remove test debug message
       arm: octeontx: Select CLK
       arm: octeontx: Add CMD_WDT

Suneel Garapati (1):
       watchdog: octeontx_wdt: Add support for start and stop

  arch/arm/Kconfig                 |  2 +
  configs/octeontx2_95xx_defconfig |  1 +
  configs/octeontx2_96xx_defconfig |  1 +
  configs/octeontx_81xx_defconfig  |  1 +
  configs/octeontx_83xx_defconfig  |  1 +
  drivers/mmc/octeontx_hsmmc.c     |  1 -
  drivers/spi/octeon_spi.c         |  5 ++-
  drivers/watchdog/octeontx_wdt.c  | 88 
+++++++++++++++++++++++++++++++++++++---
  8 files changed, 93 insertions(+), 7 deletions(-)

Comments

Tom Rini Oct. 16, 2020, 10:02 p.m. UTC | #1
On Fri, Oct 16, 2020 at 03:40:46PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull an update of Marvell Octeon TX/TX2 related patches. Here the
> summary log:
> 

Applied to u-boot/master, thanks!