All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [PULL] u-boot-sh/next
Date: Thu, 1 Oct 2020 10:28:35 +0200	[thread overview]
Message-ID: <2241472c-8957-6577-0713-f320408da3d9@denx.de> (raw)

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

             reply	other threads:[~2020-10-01  8:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-01  8:28 Marek Vasut [this message]
2020-10-01 22:10 ` [PULL] u-boot-sh/next Tom Rini
2021-03-19 12:05 Marek Vasut
2021-03-19 14:30 ` Tom Rini
2021-06-25  1:14 Marek Vasut
2021-06-25  1:22 ` Tom Rini
2021-06-25  1:25   ` Marek Vasut
2021-06-25  1:44     ` Tom Rini
2021-06-29 12:38 ` Tom Rini
2023-03-18 16:52 Marek Vasut
2023-03-21 15:52 ` Tom Rini
2023-09-05 13:49 Marek Vasut
2023-09-06 17:50 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2241472c-8957-6577-0713-f320408da3d9@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.