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

2017-10-11 Thread Tom Rini
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!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-10-10 Thread Nobuhiro Iwamatsu
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
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-05 Thread Tom Rini
On Tue, Sep 05, 2017 at 07:58:46AM +0900, Nobuhiro Iwamatsu wrote:

> Hi Tom,
> 
> git request-pull f7f79b4493b8beeb1de099d1d1c86049b018ef5c
> git://git.denx.de/u-boot-sh.git rmobile
> The following changes since commit f7f79b4493b8beeb1de099d1d1c86049b018ef5c:
> 
>   ARM: rmobile: Enable MMC and USB DM on ULCB (2017-08-26 07:04:49 +0900)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh.git rmobile
> 
> for you to fetch changes up to 0d0915bef756cb708c84462b8b2ade2606370167:
> 
>   ARM: rmobile: Add missing IPSR18 bits to R8A7795 PFC (2017-09-05
> 07:51:39 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-04 Thread Nobuhiro Iwamatsu
Hi Tom,

git request-pull f7f79b4493b8beeb1de099d1d1c86049b018ef5c
git://git.denx.de/u-boot-sh.git rmobile
The following changes since commit f7f79b4493b8beeb1de099d1d1c86049b018ef5c:

  ARM: rmobile: Enable MMC and USB DM on ULCB (2017-08-26 07:04:49 +0900)

are available in the git repository at:

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

for you to fetch changes up to 0d0915bef756cb708c84462b8b2ade2606370167:

  ARM: rmobile: Add missing IPSR18 bits to R8A7795 PFC (2017-09-05
07:51:39 +0900)


Marek Vasut (3):
  ARM: rmobile: Replace CONFIG_RAVB with CONFIG_RENESAS_RAVB in boards
  ARM: rmobile: Drop board_mmc_init
  ARM: rmobile: Add missing IPSR18 bits to R8A7795 PFC

 arch/arm/mach-rmobile/pfc-r8a7795.c   | 42
++
 board/renesas/salvator-x/salvator-x.c | 11 +++
 board/renesas/ulcb/ulcb.c | 11 +++
 3 files changed, 48 insertions(+), 16 deletions(-)

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-26 Thread Tom Rini
On Sat, Aug 26, 2017 at 07:31:03AM +0900, Nobuhiro Iwamatsu wrote:

> Hi Tom,
> 
> The following changes since commit 90ae53ce1ae665a1b43ecf5ccafc339839392427:
> 
>   fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long
> (2017-08-22 08:20:02 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh.git rmobile
> 
> for you to fetch changes up to f7f79b4493b8beeb1de099d1d1c86049b018ef5c:
> 
>   ARM: rmobile: Enable MMC and USB DM on ULCB (2017-08-26 07:04:49 +0900)
> 

Reviewed-by: Tom Rini 

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-25 Thread Nobuhiro Iwamatsu
Hi Tom,

The following changes since commit 90ae53ce1ae665a1b43ecf5ccafc339839392427:

  fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long
(2017-08-22 08:20:02 -0400)

are available in the git repository at:

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

for you to fetch changes up to f7f79b4493b8beeb1de099d1d1c86049b018ef5c:

  ARM: rmobile: Enable MMC and USB DM on ULCB (2017-08-26 07:04:49 +0900)


Marek Vasut (12):
  clk: rmobile: Split R8A7795 and R8A7796 core clock tables
  ARM: rmobile: Add u-boot, dm-pre-reloc to clock nodes on Gen3
  ARM: rmobile: Enable KSZ90X1 PHY on Salvator-X
  ARM: rmobile: Enable HUSH parser
  ARM: rmobile: Remove RAVB probing from Salvator-X board
  ARM: rmobile: Remove RAVB probing from ULCB board
  ARM: rmobile: Remove Serial SH probing from Salvator-X board
  ARM: rmobile: Remove Serial SH probing from ULCB board
  ARM: rmobile: Remove SH SDHI probing from Salvator-X board
  ARM: rmobile: Remove SH SDHI probing from ULCB board
  ARM: rmobile: Enable MMC and USB DM on Salvator-X
  ARM: rmobile: Enable MMC and USB DM on ULCB

 arch/arm/dts/r8a7795.dtsi |   4 ++
 arch/arm/dts/r8a7796.dtsi |   4 ++
 board/renesas/salvator-x/salvator-x.c |  39 +-
 board/renesas/ulcb/ulcb.c |  35 +
 configs/r8a7795_salvator-x_defconfig  |   4 ++
 configs/r8a7795_ulcb_defconfig|   3 +
 configs/r8a7796_salvator-x_defconfig  |   4 ++
 configs/r8a7796_ulcb_defconfig|   3 +
 drivers/clk/renesas/clk-rcar-gen3.c   | 129 +-
 9 files changed, 120 insertions(+), 105 deletions(-)

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-03 Thread Tom Rini
On Thu, Aug 03, 2017 at 08:24:45AM +0900, Nobuhiro Iwamatsu wrote:

> Hi Tom,
> 
> The following changes since commit 07d778382200a05a8b86cc135f79ec48e386f25a:
> 
>   Merge git://git.denx.de/u-boot-x86 (2017-08-01 15:38:32 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh.git rmobile
> 
> for you to fetch changes up to 9c552db619b2ab373dbf048714518c74c53e6c2b:
> 
>   ARM: rmobile: Update defconfig of R-Car Gen3 (2017-08-03 04:29:23 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-02 Thread Nobuhiro Iwamatsu
Hi Tom,

The following changes since commit 07d778382200a05a8b86cc135f79ec48e386f25a:

  Merge git://git.denx.de/u-boot-x86 (2017-08-01 15:38:32 -0400)

are available in the git repository at:

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

for you to fetch changes up to 9c552db619b2ab373dbf048714518c74c53e6c2b:

  ARM: rmobile: Update defconfig of R-Car Gen3 (2017-08-03 04:29:23 +0900)


Marek Vasut (13):
  ARM: rmobile: Add PFC PUEN bank 5 address
  ARM: rmobile: ulcb: Add ULCB board support
  ARM: rmobile: Increase console buffer sizes
  ARM: dts: rmobile: Import DTS from Linux 4.12
  ARM: rmobile: Enable OF_CONTROL on RCar Gen3
  clk: rmobile: Add RCar Gen3 clock driver
  ARM: rmobile: Enable clock framework on Salvator-X
  ARM: rmobile: Enable clock framework on ULCB
  serial: sh: Convert to Kconfig
  serial: sh: Use the clock framework to obtain clock config
  net: ravb: Add OF probing support
  net: ravb: Detect PHY correctly
  net: ravb: Add clock handling support

Nobuhiro Iwamatsu (1):
  ARM: rmobile: Update defconfig of R-Car Gen3

 arch/arm/dts/Makefile   |6 +
 arch/arm/dts/r8a7795-h3ulcb.dts |  376 
 arch/arm/dts/r8a7795-salvator-x.dts |  584
+
 arch/arm/dts/r8a7795.dtsi   | 1866

 arch/arm/dts/r8a7796-m3ulcb.dts |  188 
 arch/arm/dts/r8a7796-salvator-x.dts |  269 
 arch/arm/dts/r8a7796.dtsi   | 1037

 arch/arm/mach-rmobile/Kconfig.64|6 +
 arch/arm/mach-rmobile/include/mach/rcar-gen3-base.h |2 +
 board/renesas/ulcb/Kconfig  |   15 +
 board/renesas/ulcb/MAINTAINERS  |7 +
 board/renesas/ulcb/Makefile |9 +
 board/renesas/ulcb/cpld.c   |  167 
 board/renesas/ulcb/ulcb.c   |  257 +++
 configs/MigoR_defconfig |1 +
 configs/alt_defconfig   |1 +
 configs/ap325rxa_defconfig  |1 +
 configs/ap_sh4a_4a_defconfig|1 +
 configs/armadillo-800eva_defconfig  |1 +
 configs/blanche_defconfig   |1 +
 configs/ecovec_defconfig|1 +
 configs/espt_defconfig  |1 +
 configs/gose_defconfig  |1 +
 configs/koelsch_defconfig   |1 +
 configs/kzm9g_defconfig |1 +
 configs/lager_defconfig |1 +
 configs/mpr2_defconfig  |1 +
 configs/ms7720se_defconfig  |1 +
 configs/ms7722se_defconfig  |1 +
 configs/ms7750se_defconfig  |1 +
 configs/porter_defconfig|1 +
 configs/r0p7734_defconfig   |1 +
 configs/r2dplus_defconfig   |1 +
 configs/r7780mp_defconfig   |1 +
 configs/r8a7795_salvator-x_defconfig|8 +-
 configs/r8a7795_ulcb_defconfig  |   27 ++
 configs/r8a7796_salvator-x_defconfig|8 +-
 configs/r8a7796_ulcb_defconfig  |   28 ++
 configs/rsk7203_defconfig   |1 +
 configs/rsk7264_defconfig   |1 +
 configs/rsk7269_defconfig   |1 +
 configs/sh7752evb_defconfig |1 +
 configs/sh7753evb_defconfig |1 +
 configs/sh7757lcr_defconfig |1 +
 configs/sh7763rdp_defconfig |1 +
 configs/sh7785lcr_32bit_defconfig   |1 +
 configs/sh7785lcr_defconfig |1 +
 configs/shmin_defconfig |1 +
 configs/silk_defconfig  |1 +
 configs/stout_defconfig |1 +
 drivers/clk/Kconfig |1 +
 drivers/clk/Makefile|1 +
 drivers/clk/renesas/Kconfig |   13 +
 drivers/clk/renesas/Makefile|1 +
 drivers/clk/renesas/clk-rcar-gen3.c |  951
+
 drivers/net/ravb.c  |   65 ++-
 drivers/serial/Kconfig  |8 +
 drivers/serial/serial_sh.c