mbox series

[U-Boot] Please pull u-boot-sh/rmobile branch

Message ID CABMQnVLJmZWoa5u3CUh2PrBX9KCwcpFkHEMbX0et1NQvfni2Hw@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull u-boot-sh/rmobile branch | expand

Pull-request

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

Message

Nobuhiro Iwamatsu Oct. 10, 2017, 11:53 p.m. UTC
Hi, Tom.

The following changes since commit 37a7908137a8c904f43c83f3e6c269cd51bf6126:

  ARM: dts: rmobile: Update DTS to match Linux 4.13 (2017-09-12 23:01:51 +0200)

are available in the git repository at:

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

for you to fetch changes up to 17cf99a5bb904a6e7c8797db2632bbe65ae1cfb5:

  ARM: rmobile: dts: Add SDR104/HS200 to Salvator-X (2017-10-10 08:22:54 +0900)

----------------------------------------------------------------
Marek Vasut (29):
      ARM: rmobile: dts: Add EHCI USB nodes to r8a7796
      ARM: rmobile: Move HSUSB configuration to board on Salvator-X
      ARM: rmobile: Move HSUSB configuration to board on ULCB
      ARM: rmobile: Enable EHCI generic on Salvator-X
      ARM: rmobile: Enable EHCI generic on ULCB
      ARM: rmobile: dts: Add XHCI USB node to r8a7796
      ARM: rmobile: Move CONFIG_CMD_ from rcar-gen3-common to configs
      ARM: rmobile: Place initial stack right below U-Boot
      clk: rmobile: Add support for setting SDxCKCR
      clk: rmobile: Add RPC hyperflash clock
      net: ravb: Add PHY reset GPIO support
      serial: sh: Enable clock if available
      ARM: dts: rmobile: Add PHY reset GPIO
      ARM: rmobile: Remove SD clock configuration from board files
      ARM: rmobile: Remove AVB clock configuration from board files
      ARM: rmobile: Remove SCIF clock configuration from board files
      ARM: rmobile: Enable GPIO command
      ARM: rmobile: Switch to UniPhier SD driver on Gen3
      ARM: rmobile: Enable DM regulator support
      pinctrl: rmobile: Add Renesas RCar pincontrol driver
      gpio: rmobile: Add Renesas RCar GPIO driver
      ARM: rmobile: Switch to DM PFC pinmux and GPIO driver
      ARM: rmobile: Zap ad-hoc PFC and GPIO setup in board files
      usb: Drop the EHCI RCar Gen3
      pinctrl: rmobile: Add pinconf to Renesas RCar pincontrol driver
      ARM: rmobile: Enable pinconf
      doc: rmobile: Update README
      ARM: rmobile: Fixup ULCB CPLD support after PFC rework
      ARM: rmobile: dts: Add SDR104/HS200 to Salvator-X

 arch/arm/dts/r8a7796.dtsi             |   59 +-
 arch/arm/dts/salvator-common.dtsi     |   10 +
 arch/arm/dts/ulcb.dtsi                |    1 +
 board/renesas/salvator-x/salvator-x.c |  152 +---
 board/renesas/ulcb/cpld.c             |    8 +-
 board/renesas/ulcb/ulcb.c             |  114 +--
 configs/r8a7795_salvator-x_defconfig  |   16 +-
 configs/r8a7795_ulcb_defconfig        |   17 +-
 configs/r8a7796_salvator-x_defconfig  |   16 +-
 configs/r8a7796_ulcb_defconfig        |   17 +-
 doc/README.rmobile                    |   41 +-
 drivers/clk/renesas/clk-rcar-gen3.c   |   78 +-
 drivers/gpio/Kconfig                  |    6 +
 drivers/gpio/Makefile                 |    1 +
 drivers/gpio/gpio-rcar.c              |  169 +++++
 drivers/net/ravb.c                    |   13 +
 drivers/pinctrl/Kconfig               |    1 +
 drivers/pinctrl/Makefile              |    1 +
 drivers/pinctrl/renesas/Kconfig       |   31 +
 drivers/pinctrl/renesas/Makefile      |    3 +
 drivers/pinctrl/renesas/pfc-r8a7795.c | 4898
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/pinctrl/renesas/pfc-r8a7796.c | 5728
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/pinctrl/renesas/pfc.c         |  752 +++++++++++++++++++
 drivers/pinctrl/renesas/sh_pfc.h      |  575 +++++++++++++++
 drivers/serial/serial_sh.c            |    9 +-
 drivers/usb/host/Kconfig              |    8 -
 drivers/usb/host/Makefile             |    1 -
 drivers/usb/host/ehci-rcar_gen3.c     |  106 ---
 include/configs/rcar-gen3-common.h    |    8 +-
 29 files changed, 12455 insertions(+), 384 deletions(-)
 create mode 100644 drivers/gpio/gpio-rcar.c
 create mode 100644 drivers/pinctrl/renesas/Kconfig
 create mode 100644 drivers/pinctrl/renesas/Makefile
 create mode 100644 drivers/pinctrl/renesas/pfc-r8a7795.c
 create mode 100644 drivers/pinctrl/renesas/pfc-r8a7796.c
 create mode 100644 drivers/pinctrl/renesas/pfc.c
 create mode 100644 drivers/pinctrl/renesas/sh_pfc.h
 delete mode 100644 drivers/usb/host/ehci-rcar_gen3.c

Comments

Tom Rini Oct. 11, 2017, 12:37 p.m. UTC | #1
On Wed, Oct 11, 2017 at 08:53:25AM +0900, Nobuhiro Iwamatsu wrote:

> Hi, Tom.
> 
> The following changes since commit 37a7908137a8c904f43c83f3e6c269cd51bf6126:
> 
>   ARM: dts: rmobile: Update DTS to match Linux 4.13 (2017-09-12 23:01:51 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh.git rmobile
> 
> for you to fetch changes up to 17cf99a5bb904a6e7c8797db2632bbe65ae1cfb5:
> 
>   ARM: rmobile: dts: Add SDR104/HS200 to Salvator-X (2017-10-10 08:22:54 +0900)
> 

Applied to u-boot/master, thanks!