All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PULL] u-boot-mips
@ 2019-04-12 20:32 Daniel Schwierzeck
  2019-04-14  3:58 ` Tom Rini
  0 siblings, 1 reply; 19+ messages in thread
From: Daniel Schwierzeck @ 2019-04-12 20:32 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull MIPS updates for 2019.07

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


The following changes since commit 02f173ca156cee8526dff87603d5e446b443cde3:

  Merge branch 'master' of git://git.denx.de/u-boot-usb (2019-04-11 14:29:37 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-mips.git tags/mips-pull-2019-04-12

for you to fetch changes up to c3b6c8e2d8fb5b8d0d67858dc4a2133b7065df5b:

  mips: mt76xx: linkit-smart-7688: Enable USB and FS support (2019-04-12 17:32:53 +0200)

----------------------------------------------------------------
- mt76xx: add USB support, small fixes
- ath79: small fixes, add support for QCA9563 SoC and AP152 reference board
- mscc: small fixes, add network support for JR2 and ServalT SoCs
- bmips: small fixes, enable more drivers for ARM specific BCM6858 and BCM63158 SoCs
- MIPS: fix redundant relocation of initrd images

----------------------------------------------------------------
Horatiu Vultur (10):
      bootm: mips: Remove boot_reloc_ramdisk
      net: mscc: ocelot: Fix reset of the phys
      net: Add MSCC Jaguar2 network driver.
      board: mscc: jr2: Update MSCC Jaguar2 boards
      net: mscc: jaguar2: Add ethenet nodes for Jaguar2.
      configs: mscc_jr2: Add network support
      configs: vcoreiii: Change CONFIG_ENV_SIZE
      net: Add MSCC ServalT network driver.
      net: mscc: servalt: Add ethernet nodes for ServalT
      configs: mscc_servalt: Add network support

Philippe Reynes (14):
      gpio: bcm6345: switch to raw I/O functions
      dt: bcm6838: add gpio controller
      dt: bcm968380gerg: enable gpio controller
      bcm968380gerg: enable gpio support
      gpio: bcm6345: allow this driver on ARCH_BCM6858
      gpio: do not include <asm/arch/gpio.h> on ARCH_BCM6858
      dt: bcm6858: add gpio controller
      dt: bcm968580xref: enable gpio controller
      bcm968580xref: enable gpio support
      gpio: bcm6345: allow this driver on ARCH_BCM63158
      gpio: do not include <asm/arch/gpio.h> on ARCH_BCM63158
      dt: bcm63158: add gpio controller
      dt: bcm963158: enable gpio controller
      bcm963158: enable gpio support

Rosy Song (6):
      drivers: fix typo for pinctrl qca953x
      drivers: add ethernet support for qca953x in ag7xxx driver
      mips: add ethernet support for qca953x referenced boards
      mips: fix erros on registers macros of pll-ddr-config1-nfrac for QCA956X
      mips: add initial support for qca956x referenced board
      ag7xxx: add initial support for s17

Stefan Roese (4):
      mips: mt76xx: linkit: Add mtd command support
      mips: mt76xx: gardena-smart-gateway: Correct spelling of GARDENA
      phy: Add USB PHY driver for the MT76x8 (7628/7688) SoC
      mips: mt76xx: linkit-smart-7688: Enable USB and FS support

Álvaro Fernández Rojas (1):
      dma: bcm6348: check if driver is enabled before send/recv

 arch/arm/dts/bcm63158.dtsi                         |   80 ++
 arch/arm/dts/bcm6858.dtsi                          |   80 ++
 arch/arm/dts/bcm963158.dts                         |   32 +
 arch/arm/dts/bcm968580xref.dts                     |   32 +
 arch/arm/include/asm/gpio.h                        |    3 +-
 arch/mips/dts/Makefile                             |    1 +
 arch/mips/dts/ap143.dts                            |    5 +
 arch/mips/dts/ap152.dts                            |   48 +
 arch/mips/dts/brcm,bcm6838.dtsi                    |   27 +
 arch/mips/dts/brcm,bcm968380gerg.dts               |   12 +
 arch/mips/dts/gardena-smart-gateway-mt7688.dts     |    2 +-
 arch/mips/dts/jr2_pcb110.dts                       |   76 ++
 arch/mips/dts/jr2_pcb111.dts                       |  400 ++++++++
 arch/mips/dts/mscc,jr2.dtsi                        |  116 +++
 arch/mips/dts/mscc,servalt.dtsi                    |   40 +
 arch/mips/dts/qca953x.dtsi                         |   31 +
 arch/mips/dts/qca956x.dtsi                         |   87 ++
 arch/mips/dts/serval2_pcb112.dts                   |   44 +
 arch/mips/dts/servalt_pcb116.dts                   |   25 +
 arch/mips/lib/bootm.c                              |   19 -
 arch/mips/mach-ath79/Kconfig                       |   14 +
 arch/mips/mach-ath79/Makefile                      |    1 +
 arch/mips/mach-ath79/include/mach/ar71xx_regs.h    |   77 +-
 arch/mips/mach-ath79/include/mach/ath79.h          |    3 +
 arch/mips/mach-ath79/qca956x/Makefile              |    5 +
 arch/mips/mach-ath79/qca956x/clk.c                 |  419 ++++++++
 arch/mips/mach-ath79/qca956x/cpu.c                 |    9 +
 arch/mips/mach-ath79/qca956x/ddr.c                 |  308 ++++++
 arch/mips/mach-ath79/qca956x/qca956x-ddr-tap.S     |  193 ++++
 arch/mips/mach-ath79/reset.c                       |  271 +++++
 .../include/mach/servalt/servalt_devcpu_gcb.h      |    2 +
 arch/mips/mach-mt7620/Kconfig                      |    4 +-
 board/mscc/jr2/jr2.c                               |   23 +
 board/qca/ap152/Kconfig                            |   15 +
 board/qca/ap152/MAINTAINERS                        |    6 +
 board/qca/ap152/Makefile                           |    3 +
 board/qca/ap152/ap152.c                            |   81 ++
 configs/ap152_defconfig                            |   49 +
 configs/bcm963158_ram_defconfig                    |    3 +
 configs/bcm968380gerg_ram_defconfig                |    2 +
 configs/bcm968580xref_ram_defconfig                |    3 +
 configs/linkit-smart-7688-ram_defconfig            |   15 +-
 configs/linkit-smart-7688_defconfig                |   15 +-
 configs/mscc_jr2_defconfig                         |    6 +-
 configs/mscc_servalt_defconfig                     |    6 +-
 drivers/dma/bcm6348-iudma.c                        |    6 +
 drivers/gpio/Kconfig                               |    2 +-
 drivers/gpio/bcm6345_gpio.c                        |   12 +-
 drivers/net/ag7xxx.c                               |  328 +++++-
 drivers/net/mscc_eswitch/Kconfig                   |   14 +
 drivers/net/mscc_eswitch/Makefile                  |    2 +
 drivers/net/mscc_eswitch/jr2_switch.c              | 1075 ++++++++++++++++++++
 drivers/net/mscc_eswitch/ocelot_switch.c           |   27 +-
 drivers/net/mscc_eswitch/servalt_switch.c          |  622 +++++++++++
 drivers/phy/Kconfig                                |    8 +
 drivers/phy/Makefile                               |    1 +
 drivers/phy/mt76x8-usb-phy.c                       |  161 +++
 drivers/pinctrl/ath79/Makefile                     |    2 +-
 include/configs/ap152.h                            |   50 +
 include/configs/vcoreiii.h                         |    4 +-
 include/dt-bindings/mscc/jr2_data.h                |   19 +
 61 files changed, 4944 insertions(+), 82 deletions(-)
 create mode 100644 arch/mips/dts/ap152.dts
 create mode 100644 arch/mips/dts/qca956x.dtsi
 create mode 100644 arch/mips/mach-ath79/qca956x/Makefile
 create mode 100644 arch/mips/mach-ath79/qca956x/clk.c
 create mode 100644 arch/mips/mach-ath79/qca956x/cpu.c
 create mode 100644 arch/mips/mach-ath79/qca956x/ddr.c
 create mode 100644 arch/mips/mach-ath79/qca956x/qca956x-ddr-tap.S
 create mode 100644 board/qca/ap152/Kconfig
 create mode 100644 board/qca/ap152/MAINTAINERS
 create mode 100644 board/qca/ap152/Makefile
 create mode 100644 board/qca/ap152/ap152.c
 create mode 100644 configs/ap152_defconfig
 create mode 100644 drivers/net/mscc_eswitch/jr2_switch.c
 create mode 100644 drivers/net/mscc_eswitch/servalt_switch.c
 create mode 100644 drivers/phy/mt76x8-usb-phy.c
 create mode 100644 include/configs/ap152.h
 create mode 100644 include/dt-bindings/mscc/jr2_data.h

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

* [U-Boot] [PULL] u-boot-mips
  2019-04-12 20:32 [U-Boot] [PULL] u-boot-mips Daniel Schwierzeck
@ 2019-04-14  3:58 ` Tom Rini
  0 siblings, 0 replies; 19+ messages in thread
From: Tom Rini @ 2019-04-14  3:58 UTC (permalink / raw)
  To: u-boot

On Fri, Apr 12, 2019 at 10:32:24PM +0200, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull MIPS updates for 2019.07
> 
> https://travis-ci.org/danielschwierzeck/u-boot/builds/519324026
> 
> 
> The following changes since commit 02f173ca156cee8526dff87603d5e446b443cde3:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-usb (2019-04-11 14:29:37 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-mips.git tags/mips-pull-2019-04-12
> 
> for you to fetch changes up to c3b6c8e2d8fb5b8d0d67858dc4a2133b7065df5b:
> 
>   mips: mt76xx: linkit-smart-7688: Enable USB and FS support (2019-04-12 17:32:53 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190413/808cf860/attachment.sig>

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

* [U-Boot] [PULL] u-boot-mips
  2019-11-30 22:01 Daniel Schwierzeck
@ 2019-12-03  3:10 ` Tom Rini
  0 siblings, 0 replies; 19+ messages in thread
From: Tom Rini @ 2019-12-03  3:10 UTC (permalink / raw)
  To: u-boot

On Sat, Nov 30, 2019 at 11:01:15PM +0100, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull the removal of the MIPS Micronas VCT boards for 2020.01.
> 
> Gitlab: https://gitlab.denx.de/u-boot/custodians/u-boot-mips/pipelines/1454
> Travis CI: https://travis-ci.org/danielschwierzeck/u-boot/builds/618647984
> 
> 
> The following changes since commit 4b19b89ca4a866b7baa642533e6dbd67cd832d27:
> 
>   Merge tag 'rpi-next-2020.01' of https://github.com/mbgg/u-boot (2019-11-25 12:56:27 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-mips.git master
> 
> for you to fetch changes up to 2a250ae9b6f1437f13dba272b690b24341b8e1d7:
> 
>   MIPS: remove Micronas VCT boards (2019-11-29 16:18:35 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191202/df38292a/attachment.sig>

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

* [U-Boot] [PULL] u-boot-mips
@ 2019-11-30 22:01 Daniel Schwierzeck
  2019-12-03  3:10 ` Tom Rini
  0 siblings, 1 reply; 19+ messages in thread
From: Daniel Schwierzeck @ 2019-11-30 22:01 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the removal of the MIPS Micronas VCT boards for 2020.01.

Gitlab: https://gitlab.denx.de/u-boot/custodians/u-boot-mips/pipelines/1454
Travis CI: https://travis-ci.org/danielschwierzeck/u-boot/builds/618647984


The following changes since commit 4b19b89ca4a866b7baa642533e6dbd67cd832d27:

  Merge tag 'rpi-next-2020.01' of https://github.com/mbgg/u-boot (2019-11-25 12:56:27 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-mips.git master

for you to fetch changes up to 2a250ae9b6f1437f13dba272b690b24341b8e1d7:

  MIPS: remove Micronas VCT boards (2019-11-29 16:18:35 +0100)

----------------------------------------------------------------
Daniel Schwierzeck (1):
      MIPS: remove Micronas VCT boards

 arch/mips/Kconfig                               |   1 -
 board/micronas/vct/Kconfig                      |  52 --
 board/micronas/vct/MAINTAINERS                  |  17 -
 board/micronas/vct/Makefile                     |  12 -
 board/micronas/vct/bcu.h                        | 156 ------
 board/micronas/vct/dcgu.c                       | 244 ---------
 board/micronas/vct/dcgu.h                       | 165 ------
 board/micronas/vct/ebi.c                        |  34 --
 board/micronas/vct/ebi.h                        |  81 ---
 board/micronas/vct/ebi_nor_flash.c              | 117 -----
 board/micronas/vct/ebi_onenand.c                | 185 -------
 board/micronas/vct/ebi_smc911x.c                |  94 ----
 board/micronas/vct/ehci.c                       |  96 ----
 board/micronas/vct/gpio.c                       |  74 ---
 board/micronas/vct/scc.c                        | 657 ------------------------
 board/micronas/vct/scc.h                        | 191 -------
 board/micronas/vct/smc_eeprom.c                 | 394 --------------
 board/micronas/vct/top.c                        | 275 ----------
 board/micronas/vct/vct.c                        | 119 -----
 board/micronas/vct/vct.h                        |  92 ----
 board/micronas/vct/vcth/reg_dcgu.h              |  22 -
 board/micronas/vct/vcth/reg_ebi.h               | 228 --------
 board/micronas/vct/vcth/reg_fwsram.h            |  59 ---
 board/micronas/vct/vcth/reg_gpio.h              |  18 -
 board/micronas/vct/vcth/reg_scc.h               |  88 ----
 board/micronas/vct/vcth/reg_usbh.h              |  19 -
 board/micronas/vct/vcth/reg_wdt.h               |  10 -
 board/micronas/vct/vcth2/reg_ebi.h              | 276 ----------
 board/micronas/vct/vctv/reg_dcgu.h              |  11 -
 board/micronas/vct/vctv/reg_ebi.h               | 276 ----------
 board/micronas/vct/vctv/reg_gpio.h              |  18 -
 board/micronas/vct/vctv/reg_wdt.h               |  10 -
 configs/vct_platinum_defconfig                  |  32 --
 configs/vct_platinum_onenand_defconfig          |  35 --
 configs/vct_platinum_onenand_small_defconfig    |  35 --
 configs/vct_platinum_small_defconfig            |  32 --
 configs/vct_platinumavc_defconfig               |  24 -
 configs/vct_platinumavc_onenand_defconfig       |  27 -
 configs/vct_platinumavc_onenand_small_defconfig |  35 --
 configs/vct_platinumavc_small_defconfig         |  32 --
 configs/vct_premium_defconfig                   |  32 --
 configs/vct_premium_onenand_defconfig           |  35 --
 configs/vct_premium_onenand_small_defconfig     |  35 --
 configs/vct_premium_small_defconfig             |  32 --
 include/configs/vct.h                           | 194 -------
 45 files changed, 4671 deletions(-)
 delete mode 100644 board/micronas/vct/Kconfig
 delete mode 100644 board/micronas/vct/MAINTAINERS
 delete mode 100644 board/micronas/vct/Makefile
 delete mode 100644 board/micronas/vct/bcu.h
 delete mode 100644 board/micronas/vct/dcgu.c
 delete mode 100644 board/micronas/vct/dcgu.h
 delete mode 100644 board/micronas/vct/ebi.c
 delete mode 100644 board/micronas/vct/ebi.h
 delete mode 100644 board/micronas/vct/ebi_nor_flash.c
 delete mode 100644 board/micronas/vct/ebi_onenand.c
 delete mode 100644 board/micronas/vct/ebi_smc911x.c
 delete mode 100644 board/micronas/vct/ehci.c
 delete mode 100644 board/micronas/vct/gpio.c
 delete mode 100644 board/micronas/vct/scc.c
 delete mode 100644 board/micronas/vct/scc.h
 delete mode 100644 board/micronas/vct/smc_eeprom.c
 delete mode 100644 board/micronas/vct/top.c
 delete mode 100644 board/micronas/vct/vct.c
 delete mode 100644 board/micronas/vct/vct.h
 delete mode 100644 board/micronas/vct/vcth/reg_dcgu.h
 delete mode 100644 board/micronas/vct/vcth/reg_ebi.h
 delete mode 100644 board/micronas/vct/vcth/reg_fwsram.h
 delete mode 100644 board/micronas/vct/vcth/reg_gpio.h
 delete mode 100644 board/micronas/vct/vcth/reg_scc.h
 delete mode 100644 board/micronas/vct/vcth/reg_usbh.h
 delete mode 100644 board/micronas/vct/vcth/reg_wdt.h
 delete mode 100644 board/micronas/vct/vcth2/reg_ebi.h
 delete mode 100644 board/micronas/vct/vctv/reg_dcgu.h
 delete mode 100644 board/micronas/vct/vctv/reg_ebi.h
 delete mode 100644 board/micronas/vct/vctv/reg_gpio.h
 delete mode 100644 board/micronas/vct/vctv/reg_wdt.h
 delete mode 100644 configs/vct_platinum_defconfig
 delete mode 100644 configs/vct_platinum_onenand_defconfig
 delete mode 100644 configs/vct_platinum_onenand_small_defconfig
 delete mode 100644 configs/vct_platinum_small_defconfig
 delete mode 100644 configs/vct_platinumavc_defconfig
 delete mode 100644 configs/vct_platinumavc_onenand_defconfig
 delete mode 100644 configs/vct_platinumavc_onenand_small_defconfig
 delete mode 100644 configs/vct_platinumavc_small_defconfig
 delete mode 100644 configs/vct_premium_defconfig
 delete mode 100644 configs/vct_premium_onenand_defconfig
 delete mode 100644 configs/vct_premium_onenand_small_defconfig
 delete mode 100644 configs/vct_premium_small_defconfig
 delete mode 100644 include/configs/vct.h

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

* [U-Boot] [PULL] u-boot-mips
  2019-10-25 22:30 Daniel Schwierzeck
@ 2019-10-26 11:50 ` Tom Rini
  0 siblings, 0 replies; 19+ messages in thread
From: Tom Rini @ 2019-10-26 11:50 UTC (permalink / raw)
  To: u-boot

On Sat, Oct 26, 2019 at 12:30:31AM +0200, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull MIPS updates for 2020.01.
> 
> Gitlab: https://gitlab.denx.de/u-boot/custodians/u-boot-mips/pipelines/1101
> Travis CI: https://travis-ci.org/danielschwierzeck/u-boot/builds/602882075
> 
> 
> The following changes since commit 17fd9915a4c639381804ed28274fa136ae3b0bee:
> 
>   Merge branch '2019-10-24-UFS-support' (2019-10-24 09:51:48 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-mips.git tags/mips-pull-2019-10-25
> 
> for you to fetch changes up to ec54c8c0001d151e9ba59410d35fe6a02fdcaf12:
> 
>   configs: mtmips: remove configs which are selected in Kconfig or useless (2019-10-25 17:20:44 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191026/2bd380eb/attachment-0001.sig>

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

* [U-Boot] [PULL] u-boot-mips
@ 2019-10-25 22:30 Daniel Schwierzeck
  2019-10-26 11:50 ` Tom Rini
  0 siblings, 1 reply; 19+ messages in thread
From: Daniel Schwierzeck @ 2019-10-25 22:30 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull MIPS updates for 2020.01.

Gitlab: https://gitlab.denx.de/u-boot/custodians/u-boot-mips/pipelines/1101
Travis CI: https://travis-ci.org/danielschwierzeck/u-boot/builds/602882075


The following changes since commit 17fd9915a4c639381804ed28274fa136ae3b0bee:

  Merge branch '2019-10-24-UFS-support' (2019-10-24 09:51:48 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-mips.git tags/mips-pull-2019-10-25

for you to fetch changes up to ec54c8c0001d151e9ba59410d35fe6a02fdcaf12:

  configs: mtmips: remove configs which are selected in Kconfig or useless (2019-10-25 17:20:44 +0200)

----------------------------------------------------------------
- bmips: add BCRM NAND support for BCM6368, BCM6328, BCM6362 and BCM63268 SoCs
- bmips: various small fixes
- mtmips: add new drivers for clock, reset-controller and pinctrl
- mtmips: add support for high speed UART
- mtmips: update/enhance drivers for SPI and ethernet
- mtmips: add support for MMC

----------------------------------------------------------------
Ramon Fried (1):
      MIPS: add compile time definition of L2 cache size

Weijie Gao (28):
      serial: serial_mtk: enable FIFO and disable flow control
      serial: serial_mtk: add non-DM version for SPL
      dts: mtmips: move uart property clock-frequency into mt7628an.dtsi
      dts: mtmips: enable high-speed UART support for mt7628
      clk: add clock driver for MediaTek MT76x8 platform
      dts: mtmips: add clock node for mt7628
      spi: mt7621-spi: use clock frequency from clk driver
      spi: mt7621-spi: remove data cache and rewrite its xfer function
      spi: mt7621-spi: restore default register value after each xfer
      pinctrl: add support for MediaTek MT7628
      dts: mtmips: add pinctrl node for mt7628
      dts: mtmips: add default pinctrl for uart nodes
      reset: add reset controller driver for MediaTek MIPS platform
      dts: mtmips: update reset controller node for mt7628
      phy: mt76x8-usb-phy: add slew rate calibration and remove non-mt7628 part
      net: mt7628-eth: remove hardcoded gpio settings and regmap-based phy reset
      net: mt7628-eth: make phy link up detection optional via DT
      net: mt7628-eth: free rx descriptor on receiving failure
      net: mt7628-eth: add support to isolate LAN/WAN ports
      dts: mtmips: enable eth port0 led and link poll functions for all boards
      mmc: mtk-sd: add support for MediaTek MT7620/MT7628 SoCs
      mmc: mtk-sd: add a dts property cd-active-high for builtin-cd mode
      dts: mtmips: add mmc related nodes for mt7628an.dtsi
      dts: mtmips: add default pinctrl for gardena-smart-gateway-mt7688
      dts: mtmips: add default pinctrl to eth nodes for all boards
      mips: mtmips: change baudrate table for all boards
      mips: mtmips: select essential drivers in Kconfig
      configs: mtmips: remove configs which are selected in Kconfig or useless

William Zhang (1):
      drivers: nand: brcmnand: fix nand_chip ecc layout structure

Álvaro Fernández Rojas (10):
      nand: brcm: add BCM6368 support
      bmips: bcm6368: add support for brcmnand
      bmips: bcm6328: add support for brcmnand
      bmips: bcm6362: add support for brcmnand
      bmips: bcm63268: add support for brcmnand
      bmips: enable vr-3032u nand support
      mips: bmips: remove unneeded definitions
      bmips: configs: switch to size definitions
      bmips: correct name characters
      mips: bmips: switch to board defines for dtb

 arch/mips/Kconfig                                  |  16 +-
 arch/mips/dts/Makefile                             |   4 +-
 arch/mips/dts/brcm,bcm63268.dtsi                   |  18 +
 arch/mips/dts/brcm,bcm6328.dtsi                    |  16 +
 arch/mips/dts/brcm,bcm6362.dtsi                    |  20 +-
 arch/mips/dts/brcm,bcm6368.dtsi                    |  18 +
 arch/mips/dts/comtrend,vr-3032u.dts                |  13 +
 arch/mips/dts/gardena-smart-gateway-mt7688.dts     |  19 +-
 arch/mips/dts/linkit-smart-7688.dts                |  16 +-
 arch/mips/dts/mt7628a.dtsi                         | 246 ++++++++-
 arch/mips/dts/netgear,dgnd3700v2.dts               |   2 +-
 arch/mips/lib/cache.c                              |   2 +-
 arch/mips/mach-mtmips/Kconfig                      |   2 +
 board/netgear/dgnd3700v2/MAINTAINERS               |   2 +-
 board/netgear/dgnd3700v2/dgnd3700v2.c              |   2 +-
 configs/comtrend_vr3032u_ram_defconfig             |   5 +
 configs/gardena-smart-gateway-mt7688-ram_defconfig |   7 -
 configs/gardena-smart-gateway-mt7688_defconfig     |   7 -
 configs/linkit-smart-7688-ram_defconfig            |   7 -
 configs/linkit-smart-7688_defconfig                |   7 -
 drivers/clk/Makefile                               |   1 +
 drivers/clk/mtmips/Makefile                        |   3 +
 drivers/clk/mtmips/clk-mt7628.c                    | 158 ++++++
 drivers/mmc/Kconfig                                |   2 +-
 drivers/mmc/mtk-sd.c                               |  29 +-
 drivers/mtd/nand/raw/Kconfig                       |   6 +
 drivers/mtd/nand/raw/brcmnand/Makefile             |   1 +
 drivers/mtd/nand/raw/brcmnand/bcm6368_nand.c       | 117 +++++
 drivers/mtd/nand/raw/brcmnand/brcmnand.c           | 260 ++++-----
 drivers/net/Kconfig                                |   1 +
 drivers/net/mt7628-eth.c                           | 135 ++---
 drivers/phy/Kconfig                                |   1 +
 drivers/phy/mt76x8-usb-phy.c                       | 225 +++++---
 drivers/pinctrl/Kconfig                            |   1 +
 drivers/pinctrl/Makefile                           |   1 +
 drivers/pinctrl/mtmips/Kconfig                     |  13 +
 drivers/pinctrl/mtmips/Makefile                    |   7 +
 drivers/pinctrl/mtmips/pinctrl-mt7628.c            | 585 +++++++++++++++++++++
 drivers/pinctrl/mtmips/pinctrl-mtmips-common.c     |  87 +++
 drivers/pinctrl/mtmips/pinctrl-mtmips-common.h     |  53 ++
 drivers/reset/Kconfig                              |   7 +
 drivers/reset/Makefile                             |   1 +
 drivers/reset/reset-mtmips.c                       |  82 +++
 drivers/serial/serial.c                            |   2 +
 drivers/serial/serial_mtk.c                        | 223 +++++++-
 drivers/spi/mt7621_spi.c                           | 247 +++++----
 include/configs/bmips_bcm3380.h                    |   6 +-
 include/configs/bmips_bcm6318.h                    |   6 +-
 include/configs/bmips_bcm63268.h                   |   6 +-
 include/configs/bmips_bcm6328.h                    |   6 +-
 include/configs/bmips_bcm6338.h                    |   6 +-
 include/configs/bmips_bcm6348.h                    |   6 +-
 include/configs/bmips_bcm6358.h                    |   6 +-
 include/configs/bmips_bcm6362.h                    |   8 +-
 include/configs/bmips_bcm6368.h                    |   6 +-
 include/configs/bmips_bcm6838.h                    |   6 +-
 include/configs/bmips_common.h                     |  12 +-
 include/configs/broadcom_bcm968380gerg.h           |   2 +-
 include/configs/comtrend_ar5315u.h                 |   3 +-
 include/configs/comtrend_ar5387un.h                |   3 +-
 include/configs/comtrend_ct5361.h                  |   3 +-
 include/configs/comtrend_vr3032u.h                 |   7 +-
 include/configs/comtrend_wap5813n.h                |   3 +-
 include/configs/gardena-smart-gateway-mt7688.h     |   2 +-
 include/configs/huawei_hg556a.h                    |   3 +-
 include/configs/linkit-smart-7688.h                |   2 +-
 include/configs/netgear_cg3100d.h                  |   3 +-
 include/configs/netgear_dgnd3700v2.h               |   5 +-
 include/configs/sagem_f at st1704.h                   |   3 +-
 include/configs/sfr_nb4_ser.h                      |   3 +-
 include/dt-bindings/clock/bcm6362-clock.h          |   2 +-
 include/dt-bindings/clock/mt7628-clk.h             |  37 ++
 .../power-domain/bcm6362-power-domain.h            |   2 +-
 include/dt-bindings/reset/bcm6362-reset.h          |   2 +-
 include/dt-bindings/reset/mt7628-reset.h           |  36 ++
 75 files changed, 2327 insertions(+), 545 deletions(-)
 create mode 100644 drivers/clk/mtmips/Makefile
 create mode 100644 drivers/clk/mtmips/clk-mt7628.c
 create mode 100644 drivers/mtd/nand/raw/brcmnand/bcm6368_nand.c
 create mode 100644 drivers/pinctrl/mtmips/Kconfig
 create mode 100644 drivers/pinctrl/mtmips/Makefile
 create mode 100644 drivers/pinctrl/mtmips/pinctrl-mt7628.c
 create mode 100644 drivers/pinctrl/mtmips/pinctrl-mtmips-common.c
 create mode 100644 drivers/pinctrl/mtmips/pinctrl-mtmips-common.h
 create mode 100644 drivers/reset/reset-mtmips.c
 create mode 100644 include/dt-bindings/clock/mt7628-clk.h
 create mode 100644 include/dt-bindings/reset/mt7628-reset.h

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

* [U-Boot] [PULL] u-boot-mips
  2019-07-05 15:29 Daniel Schwierzeck
  2019-07-08  8:37 ` Stefan Roese
@ 2019-07-08 19:24 ` Tom Rini
  1 sibling, 0 replies; 19+ messages in thread
From: Tom Rini @ 2019-07-08 19:24 UTC (permalink / raw)
  To: u-boot

On Fri, Jul 05, 2019 at 05:29:43PM +0200, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull a fix for network instability on MT7688 Gardena Smart Gateway.
> This should go into 2019.07, thanks.
> 
> 
> The following changes since commit 1f83431f0053f6fb20c511c391ffc687433848cf:
> 
>   board: amlogic: add mailing-list to MAINTAINERS (2019-07-04 11:36:52 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-mips.git tags/mips-fixes-for-2019.07
> 
> for you to fetch changes up to 9814fb272f59fc07c0856a6e034e34b361cade18:
> 
>   mips: mt76xx: Implement new d-cache fix in last_stage_init() (2019-07-05 17:12:27 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190708/dc3d41bf/attachment.sig>

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

* [U-Boot] [PULL] u-boot-mips
  2019-07-05 15:29 Daniel Schwierzeck
@ 2019-07-08  8:37 ` Stefan Roese
  2019-07-08 19:24 ` Tom Rini
  1 sibling, 0 replies; 19+ messages in thread
From: Stefan Roese @ 2019-07-08  8:37 UTC (permalink / raw)
  To: u-boot

Hi Tom,

On 05.07.19 17:29, Daniel Schwierzeck wrote:
> Hi Tom,
> 
> please pull a fix for network instability on MT7688 Gardena Smart Gateway.
> This should go into 2019.07, thanks.

Could you please pull this patch into the upcoming release via
the pull request from Daniel?

Thanks,
Stefan

> 
> The following changes since commit 1f83431f0053f6fb20c511c391ffc687433848cf:
> 
>    board: amlogic: add mailing-list to MAINTAINERS (2019-07-04 11:36:52 -0400)
> 
> are available in the Git repository at:
> 
>    git://git.denx.de/u-boot-mips.git tags/mips-fixes-for-2019.07
> 
> for you to fetch changes up to 9814fb272f59fc07c0856a6e034e34b361cade18:
> 
>    mips: mt76xx: Implement new d-cache fix in last_stage_init() (2019-07-05 17:12:27 +0200)
> 
> ----------------------------------------------------------------
> - mtmips: network stability fixes for gardena-smart-gateway
> 
> ----------------------------------------------------------------
> Stefan Roese (1):
>        mips: mt76xx: Implement new d-cache fix in last_stage_init()
> 
>   arch/mips/Kconfig           |  2 +-
>   arch/mips/mach-mtmips/cpu.c | 26 ++++++++++++++++++++++++++
>   2 files changed, 27 insertions(+), 1 deletion(-)
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot
> 

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

* [U-Boot] [PULL] u-boot-mips
@ 2019-07-05 15:29 Daniel Schwierzeck
  2019-07-08  8:37 ` Stefan Roese
  2019-07-08 19:24 ` Tom Rini
  0 siblings, 2 replies; 19+ messages in thread
From: Daniel Schwierzeck @ 2019-07-05 15:29 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull a fix for network instability on MT7688 Gardena Smart Gateway.
This should go into 2019.07, thanks.


The following changes since commit 1f83431f0053f6fb20c511c391ffc687433848cf:

  board: amlogic: add mailing-list to MAINTAINERS (2019-07-04 11:36:52 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-mips.git tags/mips-fixes-for-2019.07

for you to fetch changes up to 9814fb272f59fc07c0856a6e034e34b361cade18:

  mips: mt76xx: Implement new d-cache fix in last_stage_init() (2019-07-05 17:12:27 +0200)

----------------------------------------------------------------
- mtmips: network stability fixes for gardena-smart-gateway

----------------------------------------------------------------
Stefan Roese (1):
      mips: mt76xx: Implement new d-cache fix in last_stage_init()

 arch/mips/Kconfig           |  2 +-
 arch/mips/mach-mtmips/cpu.c | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 1 deletion(-)

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

* [U-Boot] [PULL] u-boot-mips
  2019-05-24 19:08 Daniel Schwierzeck
@ 2019-05-26 10:49 ` Tom Rini
  0 siblings, 0 replies; 19+ messages in thread
From: Tom Rini @ 2019-05-26 10:49 UTC (permalink / raw)
  To: u-boot

On Fri, May 24, 2019 at 09:08:31PM +0200, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull some minor updates for MT7688 Gardena Smart Gateway. One patch
> is a fix for network instability which should be merged for 2019.07.
> 
> https://travis-ci.org/danielschwierzeck/u-boot/builds/536793504
> 
> 
> The following changes since commit 40920bdecc4e1b7096de6f546d7b5c2185554ba6:
> 
>   Merge tag 'dm-pull-22may19' of git://git.denx.de/u-boot-dm (2019-05-22 12:58:58 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-mips.git tags/mips-pull-2019-05-24
> 
> for you to fetch changes up to 0b877a1ba200cd9957056f272a64a264990f578b:
> 
>   mips: mt76xx: gardena-smart-gateway: Enable CONFIG_USE_PREBOOT (2019-05-24 15:55:17 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190526/f41d8170/attachment.sig>

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

* [U-Boot] [PULL] u-boot-mips
@ 2019-05-24 19:08 Daniel Schwierzeck
  2019-05-26 10:49 ` Tom Rini
  0 siblings, 1 reply; 19+ messages in thread
From: Daniel Schwierzeck @ 2019-05-24 19:08 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull some minor updates for MT7688 Gardena Smart Gateway. One patch
is a fix for network instability which should be merged for 2019.07.

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


The following changes since commit 40920bdecc4e1b7096de6f546d7b5c2185554ba6:

  Merge tag 'dm-pull-22may19' of git://git.denx.de/u-boot-dm (2019-05-22 12:58:58 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-mips.git tags/mips-pull-2019-05-24

for you to fetch changes up to 0b877a1ba200cd9957056f272a64a264990f578b:

  mips: mt76xx: gardena-smart-gateway: Enable CONFIG_USE_PREBOOT (2019-05-24 15:55:17 +0200)

----------------------------------------------------------------
- mtmips: network stability fixes for gardena-smart-gateway
- mtmips: enable CONFIG_USE_PREBOOT and CONFIG_CMD_WDT

----------------------------------------------------------------
Stefan Roese (3):
      mips: mt7688: gardena-smart-gateway-mt7688: Enable CMD_WDT
      mips: mt76xx: Remove cache workaround and select SYS_MALLOC_CLEAR_ON_INIT
      mips: mt76xx: gardena-smart-gateway: Enable CONFIG_USE_PREBOOT

 arch/mips/Kconfig                                  |  2 +-
 arch/mips/mach-mtmips/cpu.c                        | 15 ---------------
 configs/gardena-smart-gateway-mt7688-ram_defconfig |  2 ++
 configs/gardena-smart-gateway-mt7688_defconfig     |  2 ++
 4 files changed, 5 insertions(+), 16 deletions(-)

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

* [U-Boot] [PULL] u-boot-mips
  2019-05-04 13:26 Daniel Schwierzeck
@ 2019-05-05 16:24 ` Tom Rini
  0 siblings, 0 replies; 19+ messages in thread
From: Tom Rini @ 2019-05-05 16:24 UTC (permalink / raw)
  To: u-boot

On Sat, May 04, 2019 at 03:26:18PM +0200, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull MIPS updates for 2019.07
> 
> https://travis-ci.org/danielschwierzeck/u-boot/builds/527853668
> 
> 
> 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://git.denx.de/u-boot-mips.git tags/mips-pull-2019-05-03
> 
> for you to fetch changes up to 5c629b1b69f780540e6e3bcc57d29438749f97c5:
> 
>   net: mscc: ocelot: Update DTS for Luton pcb90 (2019-05-03 16:46:36 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190505/b266ce7c/attachment.sig>

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

* [U-Boot] [PULL] u-boot-mips
@ 2019-05-04 13:26 Daniel Schwierzeck
  2019-05-05 16:24 ` Tom Rini
  0 siblings, 1 reply; 19+ messages in thread
From: Daniel Schwierzeck @ 2019-05-04 13:26 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull MIPS updates for 2019.07

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


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://git.denx.de/u-boot-mips.git tags/mips-pull-2019-05-03

for you to fetch changes up to 5c629b1b69f780540e6e3bcc57d29438749f97c5:

  net: mscc: ocelot: Update DTS for Luton pcb90 (2019-05-03 16:46:36 +0200)

----------------------------------------------------------------
- mscc: small fixes, enhance network support for Serval, Luton amd
Ocelot
- mt7620: rename arch to more generic name mtmips
- mips: pass initrd addresses via DT as physical addresses

----------------------------------------------------------------
Horatiu Vultur (13):
      mips: mscc: serval: Fix reset
      board: mscc: serval: Fix board detect
      net: Add MSCC Serval network driver.
      board: mscc: serval: Update MSCC Serval boards
      net: mscc: serval: Add ethernet nodes for Serval
      configs: mscc_serval: Add network support
      arch: mips: Update initrd_start and initrd_end
      net: mscc: ocelot: Update network driver for pcb120
      board: mscc: ocelot: Update MSCC Ocelot board.
      net: mscc: ocelot: Update DTS for Ocelot pcb120.
      net: mscc: luton: Update network driver for pcb90
      board: mscc: luton: Update MSCC Luton board
      net: mscc: ocelot: Update DTS for Luton pcb90

Robert P. J. Day (1):
      MSCC: delete obsolete reference to MSCC_BITBANG_SPI_GPIO

Weijie Gao (1):
      mips: rename mach-mt7620 to mach-mtmips

 MAINTAINERS                                        |   1 +
 arch/mips/Kconfig                                  |   6 +-
 arch/mips/Makefile                                 |   2 +-
 arch/mips/dts/Makefile                             |   2 +-
 arch/mips/dts/luton_pcb090.dts                     | 228 +++++--
 arch/mips/dts/luton_pcb091.dts                     | 132 ++--
 arch/mips/dts/mscc,luton.dtsi                      | 126 +---
 arch/mips/dts/mscc,ocelot.dtsi                     | 109 ++--
 arch/mips/dts/mscc,serval.dtsi                     |  58 ++
 arch/mips/dts/ocelot_pcb120.dts                    |  75 +++
 arch/mips/dts/ocelot_pcb123.dts                    |  44 +-
 arch/mips/dts/serval_pcb105.dts                    |  44 ++
 arch/mips/dts/serval_pcb106.dts                    |  44 ++
 arch/mips/lib/bootm.c                              |   2 +
 arch/mips/mach-mscc/Kconfig                        |   1 -
 arch/mips/mach-mscc/include/mach/ddr.h             |  55 +-
 .../include/mach/ocelot/ocelot_devcpu_gcb.h        |   1 +
 arch/mips/mach-mscc/reset.c                        |   2 +-
 arch/mips/{mach-mt7620 => mach-mtmips}/Kconfig     |  14 +-
 arch/mips/{mach-mt7620 => mach-mtmips}/Makefile    |   0
 arch/mips/{mach-mt7620 => mach-mtmips}/cpu.c       |   0
 .../{mach-mt7620 => mach-mtmips}/ddr_calibrate.c   |   0
 .../{mach-mt7620 => mach-mtmips}/lowlevel_init.S   |   0
 arch/mips/{mach-mt7620 => mach-mtmips}/mt76xx.h    |   0
 board/mscc/luton/luton.c                           |  13 +-
 board/mscc/ocelot/ocelot.c                         |  15 +
 board/mscc/serval/serval.c                         |  14 +-
 configs/gardena-smart-gateway-mt7688-ram_defconfig |   2 +-
 configs/gardena-smart-gateway-mt7688_defconfig     |   2 +-
 configs/linkit-smart-7688-ram_defconfig            |   2 +-
 configs/linkit-smart-7688_defconfig                |   2 +-
 configs/mscc_serval_defconfig                      |   6 +-
 drivers/gpio/Kconfig                               |   2 +-
 drivers/net/Kconfig                                |   2 +-
 drivers/net/mscc_eswitch/Kconfig                   |   7 +
 drivers/net/mscc_eswitch/Makefile                  |   5 +-
 drivers/net/mscc_eswitch/luton_switch.c            | 415 +++++++-----
 drivers/net/mscc_eswitch/ocelot_switch.c           | 434 ++++++++++---
 drivers/net/mscc_eswitch/serval_switch.c           | 703 +++++++++++++++++++++
 drivers/spi/Kconfig                                |   2 +-
 drivers/watchdog/Kconfig                           |   2 +-
 include/dt-bindings/mscc/luton_data.h              |  17 +
 include/dt-bindings/mscc/ocelot_data.h             |  19 +
 include/dt-bindings/mscc/serval_data.h             |  19 +
 44 files changed, 2043 insertions(+), 586 deletions(-)
 rename arch/mips/{mach-mt7620 => mach-mtmips}/Kconfig (93%)
 rename arch/mips/{mach-mt7620 => mach-mtmips}/Makefile (100%)
 rename arch/mips/{mach-mt7620 => mach-mtmips}/cpu.c (100%)
 rename arch/mips/{mach-mt7620 => mach-mtmips}/ddr_calibrate.c (100%)
 rename arch/mips/{mach-mt7620 => mach-mtmips}/lowlevel_init.S (100%)
 rename arch/mips/{mach-mt7620 => mach-mtmips}/mt76xx.h (100%)
 create mode 100644 drivers/net/mscc_eswitch/serval_switch.c
 create mode 100644 include/dt-bindings/mscc/luton_data.h
 create mode 100644 include/dt-bindings/mscc/ocelot_data.h
 create mode 100644 include/dt-bindings/mscc/serval_data.h

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

* [U-Boot] [PULL] u-boot-mips
  2019-02-01 17:38 Daniel Schwierzeck
@ 2019-02-03  1:10 ` Tom Rini
  0 siblings, 0 replies; 19+ messages in thread
From: Tom Rini @ 2019-02-03  1:10 UTC (permalink / raw)
  To: u-boot

On Fri, Feb 01, 2019 at 06:38:53PM +0100, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull some updates and fixes for MIPS
> 
> https://travis-ci.org/danielschwierzeck/u-boot/builds/487434845
> 
> 
> The following changes since commit ab0ec15f77b5692c06fac024f34a90ab4752b41a:
> 
>   Merge tag 'u-boot-amlogic-20190131' of git://git.denx.de/u-boot-amlogic (2019-01-31 07:19:52 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-mips.git tags/mips-pull-2019-02-01
> 
> for you to fetch changes up to 364e407f3cafd485db4d090430e3861c99858d42:
> 
>   configs: mscc_luton: Add network support. (2019-02-01 14:13:36 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190202/48480090/attachment.sig>

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

* [U-Boot] [PULL] u-boot-mips
@ 2019-02-01 17:38 Daniel Schwierzeck
  2019-02-03  1:10 ` Tom Rini
  0 siblings, 1 reply; 19+ messages in thread
From: Daniel Schwierzeck @ 2019-02-01 17:38 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull some updates and fixes for MIPS

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


The following changes since commit ab0ec15f77b5692c06fac024f34a90ab4752b41a:

  Merge tag 'u-boot-amlogic-20190131' of git://git.denx.de/u-boot-amlogic (2019-01-31 07:19:52 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-mips.git tags/mips-pull-2019-02-01

for you to fetch changes up to 364e407f3cafd485db4d090430e3861c99858d42:

  configs: mscc_luton: Add network support. (2019-02-01 14:13:36 +0100)

----------------------------------------------------------------
- MIPS: mscc: jr2: small fixes
- MIPS: mscc: luton: add ethernet and switch driver
- MIPS: mt76xx: fix timer frequency

----------------------------------------------------------------
Horatiu Vultur (10):
      MSCC: Jaguar2 enable debug uart
      MSCC: Fix Jaguar2 board detection.
      net: mscc: Move ocelot_switch to mscc_eswitch folder
      net: mscc: Move miim commands into separate file.
      net: mscc: Move ocelot_send and ocelot_recv in a different file.
      net: mscc: Move mac_table_add function into different file.
      net: mscc: Remove unused variables
      mips: mscc: luton: Add ethernet nodes for Luton.
      net: Add MSCC Luton networkd driver.
      configs: mscc_luton: Add network support.

Stefan Roese (1):
      mips: mt76xx: Use correct timer frequency

 MAINTAINERS                                    |   2 +-
 arch/mips/dts/luton_pcb090.dts                 |  51 ++
 arch/mips/dts/luton_pcb091.dts                 |  51 ++
 arch/mips/dts/mscc,luton.dtsi                  | 165 ++++++
 board/mscc/jr2/jr2.c                           |  10 +
 configs/mscc_jr2_defconfig                     |   6 +
 configs/mscc_luton_defconfig                   |   1 +
 drivers/net/Kconfig                            |   7 +-
 drivers/net/Makefile                           |   2 +-
 drivers/net/mscc_eswitch/Kconfig               |  17 +
 drivers/net/mscc_eswitch/Makefile              |   3 +
 drivers/net/mscc_eswitch/luton_switch.c        | 736 +++++++++++++++++++++++++
 drivers/net/mscc_eswitch/mscc_mac_table.c      |  74 +++
 drivers/net/mscc_eswitch/mscc_mac_table.h      |  19 +
 drivers/net/mscc_eswitch/mscc_miim.c           |  74 +++
 drivers/net/mscc_eswitch/mscc_miim.h           |  12 +
 drivers/net/mscc_eswitch/mscc_xfer.c           | 139 +++++
 drivers/net/mscc_eswitch/mscc_xfer.h           |  20 +
 drivers/net/{ => mscc_eswitch}/ocelot_switch.c | 299 +---------
 include/configs/gardena-smart-gateway-mt7688.h |   2 +-
 include/configs/linkit-smart-7688.h            |   2 +-
 21 files changed, 1410 insertions(+), 282 deletions(-)
 create mode 100644 drivers/net/mscc_eswitch/Kconfig
 create mode 100644 drivers/net/mscc_eswitch/Makefile
 create mode 100644 drivers/net/mscc_eswitch/luton_switch.c
 create mode 100644 drivers/net/mscc_eswitch/mscc_mac_table.c
 create mode 100644 drivers/net/mscc_eswitch/mscc_mac_table.h
 create mode 100644 drivers/net/mscc_eswitch/mscc_miim.c
 create mode 100644 drivers/net/mscc_eswitch/mscc_miim.h
 create mode 100644 drivers/net/mscc_eswitch/mscc_xfer.c
 create mode 100644 drivers/net/mscc_eswitch/mscc_xfer.h
 rename drivers/net/{ => mscc_eswitch}/ocelot_switch.c (62%)

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

* [U-Boot] [PULL] u-boot-mips
  2019-01-23 21:51 Daniel Schwierzeck
@ 2019-01-24  2:41 ` Tom Rini
  0 siblings, 0 replies; 19+ messages in thread
From: Tom Rini @ 2019-01-24  2:41 UTC (permalink / raw)
  To: u-boot

On Wed, Jan 23, 2019 at 10:51:25PM +0100, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull updates for MIPS
> 
> https://travis-ci.org/danielschwierzeck/u-boot/builds/483510787
> 
> 
> The following changes since commit 7794fe2c8c1303d303dbc515955c6c5be706da88:
> 
>   Merge git://git.denx.de/u-boot-nds32 (2019-01-22 22:00:20 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-mips.git tags/mips-pull-2019-01-23
> 
> for you to fetch changes up to a834cb817fb1a11607ea8e6394235843be079fdd:
> 
>   MSCC: Add board support for Serval SoC family. (2019-01-23 18:28:09 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190123/06f0aaed/attachment.sig>

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

* [U-Boot] [PULL] u-boot-mips
@ 2019-01-23 21:51 Daniel Schwierzeck
  2019-01-24  2:41 ` Tom Rini
  0 siblings, 1 reply; 19+ messages in thread
From: Daniel Schwierzeck @ 2019-01-23 21:51 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull updates for MIPS

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


The following changes since commit 7794fe2c8c1303d303dbc515955c6c5be706da88:

  Merge git://git.denx.de/u-boot-nds32 (2019-01-22 22:00:20 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-mips.git tags/mips-pull-2019-01-23

for you to fetch changes up to a834cb817fb1a11607ea8e6394235843be079fdd:

  MSCC: Add board support for Serval SoC family. (2019-01-23 18:28:09 +0100)

----------------------------------------------------------------
- MIPS: mscc: ocelot: add ethernet switch and network support
- MIPS: mscc: add support for ServalT SoC family
- MIPS: mscc: add support for Serval SoC family

----------------------------------------------------------------
Gregory CLEMENT (4):
      MIPS: mscc: ocelot: Add ethernet nodes for Ocelot
      net: add MSCC Ocelot switch support
      MIPS: mscc: ocelot: add switch reset support
      configs: mscc_ocelot: add network support

Horatiu Vultur (8):
      pinctrl: mscc: Add gpio and pinctrl for Servalt SoC family.
      MSCC: Add support for Servalt SoC family.
      MSCC: Add board support for Servalt SoC family
      pinctrl: mscc: Add gpio and pinctrl for Serval SoC family.
      MSCC: Add support for Serval SoC family.
      MSCC: add device tree for Serval pcb105 board
      MSCC: Add device tree for Serval pcb106 board
      MSCC: Add board support for Serval SoC family.

 MAINTAINERS                                        |   1 +
 arch/mips/dts/Makefile                             |   2 +
 arch/mips/dts/mscc,ocelot.dtsi                     |  97 +++
 arch/mips/dts/mscc,serval.dtsi                     | 149 ++++
 arch/mips/dts/mscc,servalt.dtsi                    | 149 ++++
 arch/mips/dts/ocelot_pcb123.dts                    |  20 +
 arch/mips/dts/serval_pcb105.dts                    |  56 ++
 arch/mips/dts/serval_pcb106.dts                    |  56 ++
 arch/mips/dts/servalt_pcb116.dts                   |  56 ++
 arch/mips/mach-mscc/Kconfig                        |  17 +
 arch/mips/mach-mscc/Makefile                       |   1 +
 arch/mips/mach-mscc/cpu.c                          |   4 +-
 arch/mips/mach-mscc/dram.c                         |   3 +-
 arch/mips/mach-mscc/include/mach/common.h          |  10 +
 arch/mips/mach-mscc/include/mach/ddr.h             |  30 +-
 arch/mips/mach-mscc/include/mach/serval/serval.h   |  24 +
 .../include/mach/serval/serval_devcpu_gcb.h        |  21 +
 .../mach/serval/serval_devcpu_gcb_miim_regs.h      |  25 +
 .../include/mach/serval/serval_icpu_cfg.h          | 314 +++++++++
 arch/mips/mach-mscc/include/mach/servalt/servalt.h |  24 +
 .../include/mach/servalt/servalt_devcpu_gcb.h      |  20 +
 .../mach/servalt/servalt_devcpu_gcb_miim_regs.h    |  25 +
 .../include/mach/servalt/servalt_icpu_cfg.h        | 319 +++++++++
 arch/mips/mach-mscc/reset.c                        |  27 +-
 board/mscc/ocelot/ocelot.c                         |  24 +
 board/mscc/serval/Kconfig                          |  14 +
 board/mscc/serval/Makefile                         |   3 +
 board/mscc/serval/serval.c                         |  74 ++
 board/mscc/servalt/Kconfig                         |  14 +
 board/mscc/servalt/Makefile                        |   3 +
 board/mscc/servalt/servalt.c                       |  52 ++
 configs/mscc_ocelot_defconfig                      |   1 +
 configs/mscc_serval_defconfig                      |  62 ++
 configs/mscc_servalt_defconfig                     |  60 ++
 drivers/net/Kconfig                                |   7 +
 drivers/net/Makefile                               |   1 +
 drivers/net/ocelot_switch.c                        | 765 +++++++++++++++++++++
 drivers/pinctrl/mscc/Kconfig                       |  19 +
 drivers/pinctrl/mscc/Makefile                      |   2 +
 drivers/pinctrl/mscc/pinctrl-serval.c              | 233 +++++++
 drivers/pinctrl/mscc/pinctrl-servalt.c             | 269 ++++++++
 include/configs/vcoreiii.h                         |   5 +-
 42 files changed, 3040 insertions(+), 18 deletions(-)
 create mode 100644 arch/mips/dts/mscc,serval.dtsi
 create mode 100644 arch/mips/dts/mscc,servalt.dtsi
 create mode 100644 arch/mips/dts/serval_pcb105.dts
 create mode 100644 arch/mips/dts/serval_pcb106.dts
 create mode 100644 arch/mips/dts/servalt_pcb116.dts
 create mode 100644 arch/mips/mach-mscc/include/mach/serval/serval.h
 create mode 100644 arch/mips/mach-mscc/include/mach/serval/serval_devcpu_gcb.h
 create mode 100644 arch/mips/mach-mscc/include/mach/serval/serval_devcpu_gcb_miim_regs.h
 create mode 100644 arch/mips/mach-mscc/include/mach/serval/serval_icpu_cfg.h
 create mode 100644 arch/mips/mach-mscc/include/mach/servalt/servalt.h
 create mode 100644 arch/mips/mach-mscc/include/mach/servalt/servalt_devcpu_gcb.h
 create mode 100644 arch/mips/mach-mscc/include/mach/servalt/servalt_devcpu_gcb_miim_regs.h
 create mode 100644 arch/mips/mach-mscc/include/mach/servalt/servalt_icpu_cfg.h
 create mode 100644 board/mscc/serval/Kconfig
 create mode 100644 board/mscc/serval/Makefile
 create mode 100644 board/mscc/serval/serval.c
 create mode 100644 board/mscc/servalt/Kconfig
 create mode 100644 board/mscc/servalt/Makefile
 create mode 100644 board/mscc/servalt/servalt.c
 create mode 100644 configs/mscc_serval_defconfig
 create mode 100644 configs/mscc_servalt_defconfig
 create mode 100644 drivers/net/ocelot_switch.c
 create mode 100644 drivers/pinctrl/mscc/pinctrl-serval.c
 create mode 100644 drivers/pinctrl/mscc/pinctrl-servalt.c

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

* [U-Boot] [PULL] u-boot-mips
  2019-01-16 18:26 Daniel Schwierzeck
@ 2019-01-18 13:39 ` Tom Rini
  0 siblings, 0 replies; 19+ messages in thread
From: Tom Rini @ 2019-01-18 13:39 UTC (permalink / raw)
  To: u-boot

On Wed, Jan 16, 2019 at 07:26:02PM +0100, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull updates for MIPS
> 
> https://travis-ci.org/danielschwierzeck/u-boot/builds/480371326
> 
> 
> The following changes since commit d3689267f92c5956e09cc7d1baa4700141662bff:
> 
>   Prepare v2019.01 (2019-01-14 17:02:36 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-mips.git tags/mips-pull-2019-11-16
> 
> for you to fetch changes up to 49f0b6bab919e6a9a509af841b43bbb49728dc45:
> 
>   mips: mt7688: gardena-smart-gateway: Enable green power LED on startup (2019-01-16 14:00:26 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190118/b4b4ef90/attachment.sig>

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

* [U-Boot] [PULL] u-boot-mips
@ 2019-01-16 18:26 Daniel Schwierzeck
  2019-01-18 13:39 ` Tom Rini
  0 siblings, 1 reply; 19+ messages in thread
From: Daniel Schwierzeck @ 2019-01-16 18:26 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull updates for MIPS

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


The following changes since commit d3689267f92c5956e09cc7d1baa4700141662bff:

  Prepare v2019.01 (2019-01-14 17:02:36 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-mips.git tags/mips-pull-2019-11-16

for you to fetch changes up to 49f0b6bab919e6a9a509af841b43bbb49728dc45:

  mips: mt7688: gardena-smart-gateway: Enable green power LED on startup (2019-01-16 14:00:26 +0100)

----------------------------------------------------------------
- MIPS: mscc: various enhancements for Luton and Ocelot platforms
- MIPS: mscc: added support for Jaguar2 platform
- MIPS: optimised SPL linker script
- MIPS: bcm6368: fix restart flow issues
- MIPS: fixed CONFIG_OF_EMBED warnings for all MIPS boards
- MIPS: mt7688: small fixes and enhancements
- mmc: compile-out write support if disabled

----------------------------------------------------------------
Daniel Schwierzeck (7):
      MIPS: optimize and fix ELF sections
      MIPS: jz47xx: remove custom u-boot-spl.lds
      MIPS: boston: switch to CONFIG_OF_SEPARATE
      MIPS: malta: switch to CONFIG_OF_SEPARATE
      MIPS: pic32mzdask: switch to CONFIG_OF_SEPARATE
      MIPS: xilfpga: switch to CONFIG_OF_SEPARATE
      MIPS: bmips: switch to CONFIG_OF_SEPARATE

Ezequiel Garcia (2):
      mmc: Use proper IS_ENABLED macro to check block support
      mmc: jz_mmc: Compile-out write support if disabled

Horatiu Vultur (6):
      pinctrl: mscc: Add gpio and pinctrl for Jaguar2 SOC family
      MSCC: Add support for Jaguar2 SOC family
      MSCC: Add device tree for Jaguar2 board
      MSCC: Add device tree for Jaguar2-48 board
      MSCC: add device tree for Serval2 board
      MSCC: Add board support for Jaguar2 SOC family

Lars Povlsen (13):
      mips: mscc: Add generic PHY MIIM utility functions
      mips: mscc: Add generic GPIO control utility function
      mips: luton: DT: Add pcb090
      mips: mscc: luton+ocelot: Remove board config options, do probing
      mips: mscc_sgpio: Add the MSCC serial GPIO device (SIO)
      mips: mscc_sgpio: Add DT bindings documentation
      mips: luton: DT: Enable use of serial gpio
      mips: luton: Enable use of serial gpio for LED
      mips: ocelot: DT: Enable use of serial gpio
      mips: ocelot: Enable use of serial gpio for LED
      mips: spi: mscc: Add fast bitbang SPI driver
      mips: mscc: DT: Update luton device tree to use fast SPI driver
      mips: gpio: mscc: Obsoleted gpio-mscc-bitbang-spi.c

Stefan Roese (2):
      mips: mt7688: gardena-smart-gateway: Update mtdparts/mtdids for Kernel 4.19
      mips: mt7688: gardena-smart-gateway: Enable green power LED on startup

Álvaro Fernández Rojas (1):
      net: bcm6368: fix restart flow issues

 MAINTAINERS                                        |   5 +
 arch/mips/cpu/u-boot-spl.lds                       | 100 ++++---
 arch/mips/cpu/u-boot.lds                           | 104 ++++---
 arch/mips/dts/Makefile                             |   3 +
 arch/mips/dts/gardena-smart-gateway-mt7688.dts     |   2 +-
 arch/mips/dts/jr2_pcb110.dts                       |  74 +++++
 arch/mips/dts/jr2_pcb111.dts                       |  74 +++++
 arch/mips/dts/luton_pcb090.dts                     |  57 ++++
 arch/mips/dts/luton_pcb091.dts                     |  27 ++
 arch/mips/dts/mscc,jr2.dtsi                        | 187 ++++++++++++
 arch/mips/dts/mscc,luton.dtsi                      |  29 +-
 arch/mips/dts/mscc,ocelot.dtsi                     |  23 ++
 arch/mips/dts/ocelot_pcb120.dts                    |  76 +++++
 arch/mips/dts/ocelot_pcb123.dts                    |  25 ++
 arch/mips/dts/serval2_pcb112.dts                   |  60 ++++
 arch/mips/mach-jz47xx/jz4780/u-boot-spl.lds        |  50 ----
 arch/mips/mach-mscc/Kconfig                        |  45 ++-
 arch/mips/mach-mscc/Makefile                       |   5 +-
 arch/mips/mach-mscc/cpu.c                          |   7 +
 arch/mips/mach-mscc/dram.c                         |   2 +-
 arch/mips/mach-mscc/gpio.c                         |  33 +++
 arch/mips/mach-mscc/include/mach/common.h          |  65 +++++
 arch/mips/mach-mscc/include/mach/ddr.h             |  38 ++-
 arch/mips/mach-mscc/include/mach/jr2/jr2.h         |  24 ++
 .../mach-mscc/include/mach/jr2/jr2_devcpu_gcb.h    |  20 ++
 .../include/mach/jr2/jr2_devcpu_gcb_miim_regs.h    |  25 ++
 .../mips/mach-mscc/include/mach/jr2/jr2_icpu_cfg.h | 321 ++++++++++++++++++++
 .../include/mach/luton/luton_devcpu_gcb.h          |   4 +
 .../mach/luton/luton_devcpu_gcb_miim_regs.h        |  26 ++
 .../include/mach/ocelot/ocelot_devcpu_gcb.h        |   2 +
 .../mach/ocelot/ocelot_devcpu_gcb_miim_regs.h      |  25 ++
 arch/mips/mach-mscc/phy.c                          |  73 +++++
 arch/mips/mach-mscc/reset.c                        |  17 ++
 board/mscc/common/Makefile                         |   4 +
 board/mscc/common/spi.c                            |  31 ++
 board/mscc/jr2/Kconfig                             |  15 +
 board/mscc/jr2/Makefile                            |   4 +
 board/mscc/jr2/jr2.c                               | 115 ++++++++
 board/mscc/luton/luton.c                           |  52 +++-
 board/mscc/ocelot/ocelot.c                         |  76 +++--
 configs/bcm968380gerg_ram_defconfig                |   1 -
 configs/boston32r2_defconfig                       |   1 -
 configs/boston32r2el_defconfig                     |   1 -
 configs/boston32r6_defconfig                       |   1 -
 configs/boston32r6el_defconfig                     |   1 -
 configs/boston64r2_defconfig                       |   1 -
 configs/boston64r2el_defconfig                     |   1 -
 configs/boston64r6_defconfig                       |   1 -
 configs/boston64r6el_defconfig                     |   1 -
 configs/ci20_mmc_defconfig                         |   1 -
 configs/comtrend_ar5315u_ram_defconfig             |   1 -
 configs/comtrend_ar5387un_ram_defconfig            |   1 -
 configs/comtrend_ct5361_ram_defconfig              |   1 -
 configs/comtrend_vr3032u_ram_defconfig             |   1 -
 configs/comtrend_wap5813n_ram_defconfig            |   1 -
 configs/gardena-smart-gateway-mt7688-ram_defconfig |   4 +-
 configs/gardena-smart-gateway-mt7688_defconfig     |   4 +-
 configs/huawei_hg556a_ram_defconfig                |   1 -
 configs/imgtec_xilfpga_defconfig                   |   1 -
 configs/malta64_defconfig                          |   1 -
 configs/malta64el_defconfig                        |   1 -
 configs/malta_defconfig                            |   1 -
 configs/maltael_defconfig                          |   1 -
 ..._ocelot_pcb120_defconfig => mscc_jr2_defconfig} |  25 +-
 configs/mscc_luton_defconfig                       |  13 +-
 configs/mscc_ocelot_defconfig                      |  10 +-
 configs/netgear_cg3100d_ram_defconfig              |   1 -
 configs/netgear_dgnd3700v2_ram_defconfig           |   1 -
 configs/pic32mzdask_defconfig                      |   1 -
 configs/sagem_f at st1704_ram_defconfig               |   1 -
 configs/sfr_nb4-ser_ram_defconfig                  |   1 -
 doc/device-tree-bindings/gpio/mscc_sgpio.txt       |  45 +++
 drivers/gpio/Kconfig                               |  12 +-
 drivers/gpio/Makefile                              |   2 +-
 drivers/gpio/gpio-mscc-bitbang-spi.c               | 122 --------
 drivers/gpio/mscc_sgpio.c                          | 275 ++++++++++++++++++
 drivers/mmc/jz_mmc.c                               | 105 ++++---
 drivers/mmc/mmc_write.c                            |   8 +-
 drivers/net/bcm6368-eth.c                          | 109 ++++---
 drivers/pinctrl/mscc/Kconfig                       |   9 +
 drivers/pinctrl/mscc/Makefile                      |   1 +
 drivers/pinctrl/mscc/mscc-common.c                 |  90 ++++--
 drivers/pinctrl/mscc/mscc-common.h                 |  17 +-
 drivers/pinctrl/mscc/pinctrl-jr2.c                 | 323 +++++++++++++++++++++
 drivers/pinctrl/mscc/pinctrl-luton.c               |  16 +-
 drivers/pinctrl/mscc/pinctrl-ocelot.c              |  16 +-
 drivers/spi/Kconfig                                |   7 +
 drivers/spi/Makefile                               |   1 +
 drivers/spi/mscc_bb_spi.c                          | 236 +++++++++++++++
 include/configs/vcoreiii.h                         |   2 +
 90 files changed, 2907 insertions(+), 496 deletions(-)
 create mode 100644 arch/mips/dts/jr2_pcb110.dts
 create mode 100644 arch/mips/dts/jr2_pcb111.dts
 create mode 100644 arch/mips/dts/luton_pcb090.dts
 create mode 100644 arch/mips/dts/mscc,jr2.dtsi
 create mode 100644 arch/mips/dts/serval2_pcb112.dts
 delete mode 100644 arch/mips/mach-jz47xx/jz4780/u-boot-spl.lds
 create mode 100644 arch/mips/mach-mscc/gpio.c
 create mode 100644 arch/mips/mach-mscc/include/mach/jr2/jr2.h
 create mode 100644 arch/mips/mach-mscc/include/mach/jr2/jr2_devcpu_gcb.h
 create mode 100644 arch/mips/mach-mscc/include/mach/jr2/jr2_devcpu_gcb_miim_regs.h
 create mode 100644 arch/mips/mach-mscc/include/mach/jr2/jr2_icpu_cfg.h
 create mode 100644 arch/mips/mach-mscc/include/mach/luton/luton_devcpu_gcb_miim_regs.h
 create mode 100644 arch/mips/mach-mscc/include/mach/ocelot/ocelot_devcpu_gcb_miim_regs.h
 create mode 100644 arch/mips/mach-mscc/phy.c
 create mode 100644 board/mscc/common/Makefile
 create mode 100644 board/mscc/common/spi.c
 create mode 100644 board/mscc/jr2/Kconfig
 create mode 100644 board/mscc/jr2/Makefile
 create mode 100644 board/mscc/jr2/jr2.c
 rename configs/{mscc_ocelot_pcb120_defconfig => mscc_jr2_defconfig} (73%)
 create mode 100644 doc/device-tree-bindings/gpio/mscc_sgpio.txt
 delete mode 100644 drivers/gpio/gpio-mscc-bitbang-spi.c
 create mode 100644 drivers/gpio/mscc_sgpio.c
 create mode 100644 drivers/pinctrl/mscc/pinctrl-jr2.c
 create mode 100644 drivers/spi/mscc_bb_spi.c

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

end of thread, other threads:[~2019-12-03  3:10 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-12 20:32 [U-Boot] [PULL] u-boot-mips Daniel Schwierzeck
2019-04-14  3:58 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2019-11-30 22:01 Daniel Schwierzeck
2019-12-03  3:10 ` Tom Rini
2019-10-25 22:30 Daniel Schwierzeck
2019-10-26 11:50 ` Tom Rini
2019-07-05 15:29 Daniel Schwierzeck
2019-07-08  8:37 ` Stefan Roese
2019-07-08 19:24 ` Tom Rini
2019-05-24 19:08 Daniel Schwierzeck
2019-05-26 10:49 ` Tom Rini
2019-05-04 13:26 Daniel Schwierzeck
2019-05-05 16:24 ` Tom Rini
2019-02-01 17:38 Daniel Schwierzeck
2019-02-03  1:10 ` Tom Rini
2019-01-23 21:51 Daniel Schwierzeck
2019-01-24  2:41 ` Tom Rini
2019-01-16 18:26 Daniel Schwierzeck
2019-01-18 13:39 ` 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.