[U-Boot] [PULL] u-boot-sh/master

The following changes since commit acaee30608ce203289a180d664b7f0abb2e64ee7:
ARM: DTS: resync a3517.dtsi with Linux 4.17 (2018-06-13 07:49:14 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-sh.git master
for you to fetch changes up to 891bf67611e93df3f3a6c451d945a7810435ed13:
ARM: rmobile: Disable 4k SF sectors on V3M Eagle (2018-06-16 04:27:28 +0200)
---------------------------------------------------------------- Marek Vasut (21): dts: gpio: Sync header with Linux 4.17 clk: rmobile: Add R8A77990 RPC clock clk: rmobile: Add R8A77995 RPC clock pinctrl: renesas: Sync Gen2 PFC tables with Linux v4.17 pinctrl: renesas: Sync Gen3 PFC tables with Linux v4.17 ARM: rmobile: Sync Gen2 DTS with Linux v4.17 ARM: rmobile: Sync Gen3 DTS with Linux v4.17 ARM: rmobile: Zap CONFIG_SYS_CLK_FREQ where applicable ARM: rmobile: Point load address to more sane area on Gen2 ARM: rmobile: Point load address to more sane area on Gen3 ARM: rmobile: Fix environment placement on Draak ARM: rmobile: Enable RPCHF on Draak ARM: dts: rmobile: Add Renesas RPC HF/QSPI DT node to R8A77990 ARM: dts: rmobile: Add SCIF2 pinmux to E3 Ebisu ARM: dts: rmobile: Add initial SDHI nodes to R8A77990 E3 ARM: dts: rmobile: Enable SDHI on E3 Ebisu ARM: dts: rmobile: Add AVB pinmux on V3M Eagle ARM: dts: rmobile: Add AVB PHY reset on V3M Eagle ARM: rmobile: Fix CPGW address on V3M Eagle ARM: rmobile: Enable cache command on V3M Eagle ARM: rmobile: Disable 4k SF sectors on V3M Eagle
arch/arm/dts/r8a7790-lager.dts | 310 +++++++++----- arch/arm/dts/r8a7790.dtsi | 2877 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------- arch/arm/dts/r8a7791-koelsch.dts | 259 ++++++----- arch/arm/dts/r8a7791-porter.dts | 151 ++++--- arch/arm/dts/r8a7791.dtsi | 3008 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------- arch/arm/dts/r8a7792.dtsi | 587 +++++++++++++------------ arch/arm/dts/r8a7793-gose.dts | 262 +++++++----- arch/arm/dts/r8a7793.dtsi | 2409 +++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------- arch/arm/dts/r8a7794-alt.dts | 56 ++- arch/arm/dts/r8a7794-silk.dts | 189 +++++--- arch/arm/dts/r8a7794.dtsi | 2416 ++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------- arch/arm/dts/r8a7795.dtsi | 602 +++++++++++++++++++++----- arch/arm/dts/r8a7796.dtsi | 556 ++++++++++++++++++------ arch/arm/dts/r8a77965.dtsi | 127 +++++- arch/arm/dts/r8a77970-eagle.dts | 77 ++-- arch/arm/dts/r8a77970.dtsi | 328 ++++++++++++-- arch/arm/dts/r8a77990-ebisu.dts | 30 ++ arch/arm/dts/r8a77990.dtsi | 32 ++ arch/arm/dts/r8a77995-draak.dts | 124 ++++++ arch/arm/dts/r8a77995.dtsi | 423 +++++++++++++++++- arch/arm/dts/salvator-common.dtsi | 85 +++- arch/arm/dts/ulcb.dtsi | 22 +- board/renesas/eagle/eagle.c | 7 +- configs/r8a77970_eagle_defconfig | 2 + configs/r8a77995_draak_defconfig | 1 + drivers/clk/renesas/r8a77990-cpg-mssr.c | 5 + drivers/clk/renesas/r8a77995-cpg-mssr.c | 5 + drivers/pinctrl/renesas/pfc-r8a7790.c | 8 +- drivers/pinctrl/renesas/pfc-r8a7791.c | 84 +++- drivers/pinctrl/renesas/pfc-r8a7794.c | 473 ++++++++++++++++++++ drivers/pinctrl/renesas/pfc-r8a7795.c | 1954 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------- drivers/pinctrl/renesas/pfc-r8a7796.c | 1048 ++++++++++++++++++++++++++++++++------------- drivers/pinctrl/renesas/pfc-r8a77970.c | 873 ++++++++++++++++--------------------- drivers/pinctrl/renesas/pfc-r8a77990.c | 3446 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- drivers/pinctrl/renesas/pfc-r8a77995.c | 695 +++++++++++++++++++++++++++++- drivers/pinctrl/renesas/pfc.c | 29 +- drivers/pinctrl/renesas/sh_pfc.h | 66 ++- include/configs/draak.h | 6 +- include/configs/ebisu.h | 4 - include/configs/rcar-gen2-common.h | 3 +- include/configs/rcar-gen3-common.h | 3 +- include/configs/salvator-x.h | 4 - include/configs/ulcb.h | 4 - include/dt-bindings/gpio/gpio.h | 21 + 44 files changed, 16184 insertions(+), 7487 deletions(-)

On Sun, Jun 17, 2018 at 02:02:22AM +0200, Marek Vasut wrote:
The following changes since commit acaee30608ce203289a180d664b7f0abb2e64ee7:
ARM: DTS: resync a3517.dtsi with Linux 4.17 (2018-06-13 07:49:14 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-sh.git master
for you to fetch changes up to 891bf67611e93df3f3a6c451d945a7810435ed13:
ARM: rmobile: Disable 4k SF sectors on V3M Eagle (2018-06-16 04:27:28 +0200)
There's still a lot of style errors (related to lack of blank lines after function/struct/union/enum declarations) in drivers/pinctrl/renesas/pfc-r8a* but I know that can be addressed in a follow up patch, so, applied to u-boot/master, thanks!

On 06/18/2018 06:59 PM, Tom Rini wrote:
On Sun, Jun 17, 2018 at 02:02:22AM +0200, Marek Vasut wrote:
The following changes since commit acaee30608ce203289a180d664b7f0abb2e64ee7:
ARM: DTS: resync a3517.dtsi with Linux 4.17 (2018-06-13 07:49:14 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-sh.git master
for you to fetch changes up to 891bf67611e93df3f3a6c451d945a7810435ed13:
ARM: rmobile: Disable 4k SF sectors on V3M Eagle (2018-06-16 04:27:28 +0200)
There's still a lot of style errors (related to lack of blank lines after function/struct/union/enum declarations) in drivers/pinctrl/renesas/pfc-r8a* but I know that can be addressed in a follow up patch, so, applied to u-boot/master, thanks!
That should be addressed in Linux first, since that's where the PFC tables come from. But I think if that were to happen, the result would be completely unreadable. I am open to suggestions though.
participants (2)
-
Marek Vasut
-
Tom Rini