mbox

[U-Boot,GIT,PULL] u-boot-sh/rmobile

Message ID CABMQnV+DmizZsjWbBo5jCAvtk+Sh34bq8vj4F1iPt7veoRpEsw@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Nobuhiro Iwamatsu May 23, 2017, 7:49 p.m. UTC
Hi Tom,

Please pull ARM/r-mobile updates for v2017.07.

The following changes since commit a375ff8e14bea0a5cbfff99d6456aa8d9a3320ab:

  Merge branch 'master' of git://www.denx.de/git/u-boot-imx
(2017-05-18 17:17:45 -0400)

are available in the git repository at:

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

for you to fetch changes up to 16071b1ba1ef0c938718d1544bb78937a896a4c1:

  ARM: rmobile: Move address of IICDVFS(I2C) to rcar-gen3-base.h
(2017-05-22 15:07:31 +0900)

----------------------------------------------------------------
Hiroyuki Yokoyama (1):
      serial: sh: Add r8a7796 support

Kouei Abe (1):
      gpio: rcar_gen3: Fix GPIO read support

Marek Vasut (24):
      net: ravb: Add Renesas Ethernet RAVB driver
      ARM: rmobile: Update R8A7795 PFC and GPIO tables
      ARM: rmobile: Import R8A7796 PFC and GPIO tables
      ARM: rmobile: Zap RCAR_GEN3_EXTRAM_BOOT
      ARM: rmobile: Update link address to match latest BL2
      ARM: rmobile: Make the Gen3 SoC configurable
      ARM: rmobile: Add R8A7795 into the CPU table
      ARM: rmobile: Add R8A7796 into the CPU table
      ARM: rmobile: Handle R8A7796 r1.1 in the PRR code
      ARM: rmobile: Add R8A7796 support
      ARM: rmobile: Allow R8A7796 Salvator-X configuration
      ARM: rmobile: salvator-x: Use BIT() macro in board file
      ARM: rmobile: salvator-x: Move OF_LIBFDT and CMD_FDT to board config
      ARM: rmobile: salvator-x: Set default device tree
      ARM: rmobile: salvator-x: Zap redefined DECLARE_GLOBAL_DATA_PTR
      ARM: rmobile: salvator-x: Adjust UART clock
      ARM: rmobile: salvator-x: Add SD support
      ARM: rmobile: salvator-x: Add RAVB ethernet support
      ARM: rmobile: salvator-x: Add DVFS and PMIC support
      ARM: rmobile: salvator-x: Add USB support
      ARM: rmobile: salvator-x: Count all DRAM in all slots
      ARM: rmobile: salvator-x: Enable SCIF2 clock
      ARM: rmobile: salvator-x: Rename the defconfig to match the SoC
      ARM: rmobile: salvator-x: Add R8A7796 support

Nobuhiro Iwamatsu (1):
      ARM: rmobile: Move address of IICDVFS(I2C) to rcar-gen3-base.h

 arch/arm/mach-rmobile/Kconfig.64                    |   18 +-
 arch/arm/mach-rmobile/Makefile                      |    1 +
 arch/arm/mach-rmobile/cpu_info-rcar.c               |   19 +-
 arch/arm/mach-rmobile/cpu_info.c                    |    2 +
 arch/arm/mach-rmobile/include/mach/gpio.h           |    3 +
 arch/arm/mach-rmobile/include/mach/r8a7795-gpio.h   |  182 ++--
 arch/arm/mach-rmobile/include/mach/r8a7796-gpio.h   | 1084 ++++++++++++++++++
 arch/arm/mach-rmobile/include/mach/r8a7796.h        |   36 +
 arch/arm/mach-rmobile/include/mach/rcar-gen3-base.h |    3 +
 arch/arm/mach-rmobile/include/mach/rmobile.h        |    2 +
 arch/arm/mach-rmobile/memmap-r8a7796.c              |   30 +
 arch/arm/mach-rmobile/pfc-r8a7795.c                 | 1465
+++++++++++++------------
 arch/arm/mach-rmobile/pfc-r8a7796.c                 | 5253
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/renesas/salvator-x/MAINTAINERS                |    3 +-
 board/renesas/salvator-x/salvator-x.c               |  225 +++-
 configs/r8a7795_salvator-x_defconfig                |   31 +
 configs/r8a7796_salvator-x_defconfig                |   31 +
 configs/salvator-x_defconfig                        |   12 -
 drivers/gpio/sh_pfc.c                               |   17 +-
 drivers/net/Kconfig                                 |    8 +
 drivers/net/Makefile                                |    1 +
 drivers/net/ravb.c                                  |  601 ++++++++++
 drivers/serial/serial_sh.h                          |    3 +-
 include/configs/rcar-gen3-common.h                  |   37 +-
 include/configs/salvator-x.h                        |   42 +-
 scripts/config_whitelist.txt                        |    1 +
 26 files changed, 8307 insertions(+), 803 deletions(-)
 create mode 100644 arch/arm/mach-rmobile/include/mach/r8a7796-gpio.h
 create mode 100644 arch/arm/mach-rmobile/include/mach/r8a7796.h
 create mode 100644 arch/arm/mach-rmobile/memmap-r8a7796.c
 create mode 100644 arch/arm/mach-rmobile/pfc-r8a7796.c
 create mode 100644 configs/r8a7795_salvator-x_defconfig
 create mode 100644 configs/r8a7796_salvator-x_defconfig
 delete mode 100644 configs/salvator-x_defconfig
 create mode 100644 drivers/net/ravb.c

Comments

Tom Rini May 24, 2017, 12:22 a.m. UTC | #1
On Wed, May 24, 2017 at 04:49:41AM +0900, Nobuhiro Iwamatsu wrote:

> Hi Tom,
> 
> Please pull ARM/r-mobile updates for v2017.07.
> 
> The following changes since commit a375ff8e14bea0a5cbfff99d6456aa8d9a3320ab:
> 
>   Merge branch 'master' of git://www.denx.de/git/u-boot-imx
> (2017-05-18 17:17:45 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh.git rmobile
> 
> for you to fetch changes up to 16071b1ba1ef0c938718d1544bb78937a896a4c1:
> 
>   ARM: rmobile: Move address of IICDVFS(I2C) to rcar-gen3-base.h
> (2017-05-22 15:07:31 +0900)
> 

Applied to u-boot/master, thanks!