Re: [U-Boot] [PULL] MIPS updates for v2019.01

2018-12-23 Thread Tom Rini
On Wed, Dec 19, 2018 at 03:52:09PM +0100, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> though it's a little big for rc2, it's beside some bugfixes almost only new
> code which is isolated to drivers and MIPS. The patches were on the list for
> several weeks/months but the review process took a bit longer.
> 
> Please consider pulling, thanks.
> 
> https://travis-ci.org/danielschwierzeck/u-boot/builds/470042933
> 
> 
> 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://git.denx.de/u-boot-mips.git tags/mips-updates-for-2019.11
> 
> for you to fetch changes up to 25c7de2255128743fcbe436b6f3b17a70d0cdd82:
> 
>   mips: jz47xx: Add Creator CI20 platform (2018-12-19 15:23:02 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PULL] MIPS updates for v2019.01

2018-12-19 Thread Daniel Schwierzeck
Hi Tom,

though it's a little big for rc2, it's beside some bugfixes almost only new
code which is isolated to drivers and MIPS. The patches were on the list for
several weeks/months but the review process took a bit longer.

Please consider pulling, thanks.

https://travis-ci.org/danielschwierzeck/u-boot/builds/470042933


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://git.denx.de/u-boot-mips.git tags/mips-updates-for-2019.11

for you to fetch changes up to 25c7de2255128743fcbe436b6f3b17a70d0cdd82:

  mips: jz47xx: Add Creator CI20 platform (2018-12-19 15:23:02 +0100)


- mips: fix some DTC warnings
- bmips: bcm6348: add DMA driver
- bmips: bcm5348: add ethernet driver
- bmips: bcm6368: add ethernet driver
- mips: mt76xx: fix DMA problems, disable CONFIG_OF_EMBED
- mips: mscc: add support for Microsemi Ocelot and Luton SoCs
- mips: mscc: add support for Ocelot and Luton evaluation boards
- mips: jz47xx: add basic support for Ingenic JZ4780 SoC
- mips: jz47xx: add support for Imgtec Creator CI20 board


Daniel Schwierzeck (3):
  mips: ath79: fix DTC warnings
  mips: xilfpga: fix DTC warnings
  MIPS: remove local_irq_[save|restore] from CP0 macros

Gregory CLEMENT (9):
  DW SPI: Allow to overload the management of the external CS
  pinctrl: mscc: Add gpio and pinctrl driver for MSCC MIPS SoCs (VcoreIII 
based)
  gpio: mscc-bitbang-spi: Add a simple gpio driver for bitbgang spi
  MIPS: move create_tlb() in an proper header: mipsregs.h
  MIPS: Allow to prefetch and lock instructions into cache
  MSCC: add support for Ocelot SoCs
  MSCC: add support for Luton SoCs
  MSCC: add board support for the Ocelots based evaluation boards
  MSCC: add board support for the Luton based evaluation board

Paul Burton (5):
  misc: Add JZ47xx efuse driver
  mmc: Add JZ47xx SD/MMC controller driver
  mips: Add SPL header
  mips: jz47xx: Add JZ4780 SoC support
  mips: jz47xx: Add Creator CI20 platform

Stefan Roese (2):
  mips: mt76xx: Flush d-cache in arch_misc_init() to solve d-cache issues
  mips: mt76xx: linkit/gardena: Don't use CONFIG_OF_EMBED

Álvaro Fernández Rojas (28):
  dma: add bcm6348-iudma support
  bmips: bcm6338: add bcm6348-iudma support
  bmips: bcm6348: add bcm6348-iudma support
  bmips: bcm6358: add bcm6348-iudma support
  bmips: bcm6368: add bcm6348-iudma support
  bmips: bcm6328: add bcm6348-iudma support
  bmips: bcm6362: add bcm6348-iudma support
  bmips: bcm63268: add bcm6348-iudma support
  bmips: bcm6318: add bcm6348-iudma support
  net: add support for bcm6348-enet
  bmips: bcm6338: add support for bcm6348-enet
  bmips: enable f@st1704 enet support
  bmips: bcm6348: add support for bcm6348-enet
  bmips: enable ct-5361 enet support
  bmips: bcm6358: add support for bcm6348-enet
  bmips: enable hg556a enet support
  bmips: enable nb4-ser enet support
  net: add support for bcm6368-enet
  bmips: bcm6368: add support for bcm6368-enet
  bmips: enable wap-5813n enet support
  bmips: bcm6328: add support for bcm6368-enet
  bmips: enable ar-5387un enet support
  bmips: bcm6362: add support for bcm6368-enet
  bmips: enable dgnd3700v2 enet support
  bmips: bcm63268: add support for bcm6368-enet
  bmips: enable vr-3032u enet support
  bmips: bcm6318: add support for bcm6368-enet
  bmips: enable ar-5315u enet support

 MAINTAINERS|  18 +
 arch/mips/Kconfig  |  15 +-
 arch/mips/Makefile |   2 +
 arch/mips/cpu/cpu.c|  10 -
 arch/mips/dts/Makefile |   1 +
 arch/mips/dts/ar933x.dtsi  |   3 -
 arch/mips/dts/brcm,bcm6318.dtsi|  38 +
 arch/mips/dts/brcm,bcm63268.dtsi   |  38 +
 arch/mips/dts/brcm,bcm6328.dtsi|  30 +
 arch/mips/dts/brcm,bcm6338.dtsi|  29 +
 arch/mips/dts/brcm,bcm6348.dtsi|  42 ++
 arch/mips/dts/brcm,bcm6358.dtsi|  46 ++
 arch/mips/dts/brcm,bcm6362.dtsi|  32 +
 arch/mips/dts/brcm,bcm6368.dtsi|  32 +
 arch/mips/dts/ci20.dts | 122 +++
 arch/mips/dts/comtrend,ar-5315u.dts|  32 +
 arch/mips/dts/comtrend,ar-5387un.dts   |  32 +
 arch/mips/dts/comtrend,ct-5361.dts |  12 +
 arch/mips/dts/comtrend,vr-3032u.dts|  32 +
 arch/mips/dts/comtrend,wap-5813n.dts   |  14 +
 arch/mips/dts/huawei,hg556a.dts|  12 +