mbox series

[PULL] u-boot-sh/next

Message ID 2241472c-8957-6577-0713-f320408da3d9@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-sh/next | expand

Pull-request

git://git.denx.de/u-boot-sh.git next

Message

Marek Vasut Oct. 1, 2020, 8:28 a.m. UTC
The following changes since commit 0ac83d080a0044cd0d8f782ba12f02cf969d3004:

  Merge branch 'next' of
https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next
(2020-09-25 09:04:01 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-sh.git next

for you to fetch changes up to 9275a963d448562a80213639c73e2dc34c6d1835:

  net: ravb: Remove writeext function call (2020-09-26 17:25:44 +0200)

----------------------------------------------------------------
Biju Das (11):
      arm: rmobile: Identify R8A7796 r1.3 SoC
      pinctrl: renesas: Fix PINCTRL_PFC_R8A774A1 help description
      arm: dts: r8a774a1: Import DTS from Linux 5.9-rc4
      arm: dts: r8a774b1: Import DTS from Linux 5.9-rc4
      arm: dts: r8a774e1: Import DTS from Linux 5.9-rc4
      arm: mach-rmobile: Mark the default s_init function as weak
      board: renesas: Remove empty s_init function
      arm: rmobile: Use imply for BOARD_EARLY_INIT_F
      board: renesas: remove empty board_early_init_f function
      board: renesas: draak: Drop CA57 reset
      net: ravb: Remove writeext function call

Marek Vasut (2):
      ARM: rmobile: Enable RPC on Salvator-X, ULCB, Ebisu
      ARM: rmobile: Enable dfu tftp on Gen3

 arch/arm/Kconfig                              |    2 +-
 arch/arm/dts/r8a774a1.dtsi                    |   10 +-
 arch/arm/dts/r8a774b1.dtsi                    | 2630
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/r8a774e1.dtsi                    | 1664
++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/r8a77950-salvator-x-u-boot.dts   |    5 +
 arch/arm/dts/r8a77950-ulcb-u-boot.dts         |    5 +
 arch/arm/dts/r8a77960-salvator-x-u-boot.dts   |    5 +
 arch/arm/dts/r8a77960-ulcb-u-boot.dts         |    5 +
 arch/arm/dts/r8a77965-salvator-x-u-boot.dts   |    5 +
 arch/arm/dts/r8a77965-ulcb-u-boot.dts         |    5 +
 arch/arm/dts/r8a77990-ebisu-u-boot.dts        |    5 +
 arch/arm/dts/r8a77995-draak-u-boot.dts        |    5 +
 arch/arm/mach-rmobile/cpu_info-rcar.c         |    9 +-
 arch/arm/mach-rmobile/lowlevel_init_gen3.S    |    6 +
 board/renesas/condor/condor.c                 |    9 -
 board/renesas/draak/draak.c                   |   19 +-
 board/renesas/ebisu/ebisu.c                   |    9 -
 board/renesas/salvator-x/salvator-x.c         |    4 -
 board/renesas/ulcb/ulcb.c                     |    4 -
 configs/grpeach_defconfig                     |    1 +
 configs/r8a77970_eagle_defconfig              |    4 +
 configs/r8a77980_condor_defconfig             |    1 +
 configs/r8a77990_ebisu_defconfig              |   17 +
 configs/r8a77995_draak_defconfig              |   11 +
 configs/rcar3_salvator-x_defconfig            |   16 +
 configs/rcar3_ulcb_defconfig                  |   16 +
 drivers/net/ravb.c                            |    2 -
 drivers/pinctrl/renesas/Kconfig               |   20 +-
 include/configs/ebisu.h                       |   12 +
 include/configs/salvator-x.h                  |   12 +
 include/configs/ulcb.h                        |   12 +
 include/dt-bindings/clock/r8a774a1-cpg-mssr.h |   96 ++--
 include/dt-bindings/clock/r8a774b1-cpg-mssr.h |   57 ++
 include/dt-bindings/clock/r8a774e1-cpg-mssr.h |   59 ++
 include/dt-bindings/power/r8a774a1-sysc.h     |    2 -
 include/dt-bindings/power/r8a774b1-sysc.h     |   26 +
 include/dt-bindings/power/r8a774e1-sysc.h     |   36 ++
 37 files changed, 4690 insertions(+), 116 deletions(-)
 create mode 100644 arch/arm/dts/r8a774b1.dtsi
 create mode 100644 arch/arm/dts/r8a774e1.dtsi
 create mode 100644 include/dt-bindings/clock/r8a774b1-cpg-mssr.h
 create mode 100644 include/dt-bindings/clock/r8a774e1-cpg-mssr.h
 create mode 100644 include/dt-bindings/power/r8a774b1-sysc.h
 create mode 100644 include/dt-bindings/power/r8a774e1-sysc.h

Comments

Tom Rini Oct. 1, 2020, 10:10 p.m. UTC | #1
On Thu, Oct 01, 2020 at 10:28:35AM +0200, Marek Vasut wrote:

> The following changes since commit 0ac83d080a0044cd0d8f782ba12f02cf969d3004:
> 
>   Merge branch 'next' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next
> (2020-09-25 09:04:01 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-sh.git next
> 
> for you to fetch changes up to 9275a963d448562a80213639c73e2dc34c6d1835:
> 
>   net: ravb: Remove writeext function call (2020-09-26 17:25:44 +0200)
> 

Applied to u-boot/next, thanks!