public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Please pull u-boot-sh/rmobile branch
@ 2017-10-10 23:53 Nobuhiro Iwamatsu
  2017-10-11 12:37 ` Tom Rini
  0 siblings, 1 reply; 8+ messages in thread
From: Nobuhiro Iwamatsu @ 2017-10-10 23:53 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [U-Boot] Please pull u-boot-sh/rmobile branch
@ 2017-09-04 22:58 Nobuhiro Iwamatsu
  2017-09-05 11:11 ` Tom Rini
  0 siblings, 1 reply; 8+ messages in thread
From: Nobuhiro Iwamatsu @ 2017-09-04 22:58 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [U-Boot] Please pull u-boot-sh/rmobile branch
@ 2017-08-25 22:31 Nobuhiro Iwamatsu
  2017-08-26 20:45 ` Tom Rini
  0 siblings, 1 reply; 8+ messages in thread
From: Nobuhiro Iwamatsu @ 2017-08-25 22:31 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [U-Boot] Please pull u-boot-sh/rmobile branch
@ 2017-08-02 23:24 Nobuhiro Iwamatsu
  2017-08-03 19:07 ` Tom Rini
  0 siblings, 1 reply; 8+ messages in thread
From: Nobuhiro Iwamatsu @ 2017-08-02 23:24 UTC (permalink / raw)
  To: u-boot

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                          |   13 +-
 include/configs/MigoR.h                             |    1 -
 include/configs/alt.h                               |    1 -
 include/configs/ap325rxa.h                          |    1 -
 include/configs/ap_sh4a_4a.h                        |    1 -
 include/configs/armadillo-800eva.h                  |    1 -
 include/configs/blanche.h                           |    1 -
 include/configs/ecovec.h                            |    1 -
 include/configs/espt.h                              |    1 -
 include/configs/gose.h                              |    1 -
 include/configs/koelsch.h                           |    1 -
 include/configs/kzm9g.h                             |    1 -
 include/configs/lager.h                             |    1 -
 include/configs/mpr2.h                              |    1 -
 include/configs/ms7720se.h                          |    1 -
 include/configs/ms7722se.h                          |    1 -
 include/configs/ms7750se.h                          |    1 -
 include/configs/porter.h                            |    1 -
 include/configs/r0p7734.h                           |    1 -
 include/configs/r2dplus.h                           |    1 -
 include/configs/r7780mp.h                           |    1 -
 include/configs/rcar-gen3-common.h                  |   10 +-
 include/configs/rsk7203.h                           |    1 -
 include/configs/rsk7264.h                           |    1 -
 include/configs/rsk7269.h                           |    1 -
 include/configs/salvator-x.h                        |    1 -
 include/configs/sh7752evb.h                         |    1 -
 include/configs/sh7753evb.h                         |    1 -
 include/configs/sh7757lcr.h                         |    1 -
 include/configs/sh7763rdp.h                         |    1 -
 include/configs/sh7785lcr.h                         |    1 -
 include/configs/shmin.h                             |    1 -
 include/configs/silk.h                              |    1 -
 include/configs/stout.h                             |    1 -
 include/configs/ulcb.h                              |  109 +++++
 include/dt-bindings/clock/r8a7795-cpg-mssr.h        |   70 +++
 include/dt-bindings/clock/r8a7796-cpg-mssr.h        |   69 +++
 include/dt-bindings/clock/renesas-cpg-mssr.h        |   15 +
 include/dt-bindings/power/r8a7795-sysc.h            |   42 ++
 include/dt-bindings/power/r8a7796-sysc.h            |   36 ++
 scripts/config_whitelist.txt                        |    1 -
 98 files changed, 6282 insertions(+), 47 deletions(-)
 create mode 100644 arch/arm/dts/r8a7795-h3ulcb.dts
 create mode 100644 arch/arm/dts/r8a7795-salvator-x.dts
 create mode 100644 arch/arm/dts/r8a7795.dtsi
 create mode 100644 arch/arm/dts/r8a7796-m3ulcb.dts
 create mode 100644 arch/arm/dts/r8a7796-salvator-x.dts
 create mode 100644 arch/arm/dts/r8a7796.dtsi
 create mode 100644 board/renesas/ulcb/Kconfig
 create mode 100644 board/renesas/ulcb/MAINTAINERS
 create mode 100644 board/renesas/ulcb/Makefile
 create mode 100644 board/renesas/ulcb/cpld.c
 create mode 100644 board/renesas/ulcb/ulcb.c
 create mode 100644 configs/r8a7795_ulcb_defconfig
 create mode 100644 configs/r8a7796_ulcb_defconfig
 create mode 100644 drivers/clk/renesas/Kconfig
 create mode 100644 drivers/clk/renesas/Makefile
 create mode 100644 drivers/clk/renesas/clk-rcar-gen3.c
 create mode 100644 include/configs/ulcb.h
 create mode 100644 include/dt-bindings/clock/r8a7795-cpg-mssr.h
 create mode 100644 include/dt-bindings/clock/r8a7796-cpg-mssr.h
 create mode 100644 include/dt-bindings/clock/renesas-cpg-mssr.h
 create mode 100644 include/dt-bindings/power/r8a7795-sysc.h
 create mode 100644 include/dt-bindings/power/r8a7796-sysc.h


-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-10-11 12:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-10 23:53 [U-Boot] Please pull u-boot-sh/rmobile branch Nobuhiro Iwamatsu
2017-10-11 12:37 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2017-09-04 22:58 Nobuhiro Iwamatsu
2017-09-05 11:11 ` Tom Rini
2017-08-25 22:31 Nobuhiro Iwamatsu
2017-08-26 20:45 ` Tom Rini
2017-08-02 23:24 Nobuhiro Iwamatsu
2017-08-03 19:07 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox