All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 01/11] ARM: shmobile: add r8a7793 minimal SoC device tree
Date: Fri, 10 Jul 2015 06:37:09 +0000	[thread overview]
Message-ID: <0e03e8aed92ce4757a9dbfbf2b7f4edce6380f92.1436509954.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1436509954.git.horms+renesas@verge.net.au>

From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>

Minimal r8a7793 device tree including one CPU core, interrupt controllers,
timers, two serial ports, and the Ethernet controller, plus the required
clock descriptions.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7793.dtsi            | 367 ++++++++++++++++++++++++++++++
 include/dt-bindings/clock/r8a7793-clock.h | 164 +++++++++++++
 2 files changed, 531 insertions(+)
 create mode 100644 arch/arm/boot/dts/r8a7793.dtsi
 create mode 100644 include/dt-bindings/clock/r8a7793-clock.h

diff --git a/arch/arm/boot/dts/r8a7793.dtsi b/arch/arm/boot/dts/r8a7793.dtsi
new file mode 100644
index 000000000000..c50c5f65388a
--- /dev/null
+++ b/arch/arm/boot/dts/r8a7793.dtsi
@@ -0,0 +1,367 @@
+/*
+ * Device Tree Source for the r8a7793 SoC
+ *
+ * Copyright (C) 2014-2015 Renesas Electronics Corporation
+ *
+ * This file is licensed under the terms of the GNU General Public License
+ * version 2.  This program is licensed "as is" without any warranty of any
+ * kind, whether express or implied.
+ */
+
+#include <dt-bindings/clock/r8a7793-clock.h>
+#include <dt-bindings/interrupt-controller/arm-gic.h>
+#include <dt-bindings/interrupt-controller/irq.h>
+
+/ {
+	compatible = "renesas,r8a7793";
+	interrupt-parent = <&gic>;
+	#address-cells = <2>;
+	#size-cells = <2>;
+
+	cpus {
+		#address-cells = <1>;
+		#size-cells = <0>;
+
+		cpu0: cpu@0 {
+			device_type = "cpu";
+			compatible = "arm,cortex-a15";
+			reg = <0>;
+			clock-frequency = <1500000000>;
+			voltage-tolerance = <1>; /* 1% */
+			clocks = <&cpg_clocks R8A7793_CLK_Z>;
+			clock-latency = <300000>; /* 300 us */
+
+			/* kHz - uV - OPPs unknown yet */
+			operating-points = <1500000 1000000>,
+					   <1312500 1000000>,
+					   <1125000 1000000>,
+					   < 937500 1000000>,
+					   < 750000 1000000>,
+					   < 375000 1000000>;
+		};
+	};
+
+	gic: interrupt-controller@f1001000 {
+		compatible = "arm,cortex-a15-gic";
+		#interrupt-cells = <3>;
+		#address-cells = <0>;
+		interrupt-controller;
+		reg = <0 0xf1001000 0 0x1000>,
+			<0 0xf1002000 0 0x1000>,
+			<0 0xf1004000 0 0x2000>,
+			<0 0xf1006000 0 0x2000>;
+		interrupts = <1 9 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
+	};
+
+	timer {
+		compatible = "arm,armv7-timer";
+		interrupts = <1 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
+			     <1 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
+			     <1 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
+			     <1 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
+	};
+
+	cmt0: timer@ffca0000 {
+		compatible = "renesas,cmt-48-r8a7793", "renesas,cmt-48-gen2";
+		reg = <0 0xffca0000 0 0x1004>;
+		interrupts = <0 142 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 143 IRQ_TYPE_LEVEL_HIGH>;
+		clocks = <&mstp1_clks R8A7793_CLK_CMT0>;
+		clock-names = "fck";
+
+		renesas,channels-mask = <0x60>;
+
+		status = "disabled";
+	};
+
+	cmt1: timer@e6130000 {
+		compatible = "renesas,cmt-48-r8a7793", "renesas,cmt-48-gen2";
+		reg = <0 0xe6130000 0 0x1004>;
+		interrupts = <0 120 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 121 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 122 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 123 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 124 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 125 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 126 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 127 IRQ_TYPE_LEVEL_HIGH>;
+		clocks = <&mstp3_clks R8A7793_CLK_CMT1>;
+		clock-names = "fck";
+
+		renesas,channels-mask = <0xff>;
+
+		status = "disabled";
+	};
+
+	irqc0: interrupt-controller@e61c0000 {
+		compatible = "renesas,irqc-r8a7793", "renesas,irqc";
+		#interrupt-cells = <2>;
+		interrupt-controller;
+		reg = <0 0xe61c0000 0 0x200>;
+		interrupts = <0 0 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 1 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 2 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 3 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 12 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 13 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 14 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 15 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 16 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 17 IRQ_TYPE_LEVEL_HIGH>;
+		clocks = <&mstp4_clks R8A7793_CLK_IRQC>;
+	};
+
+	scif0: serial@e6e60000 {
+		compatible = "renesas,scif-r8a7793", "renesas,scif";
+		reg = <0 0xe6e60000 0 64>;
+		interrupts = <0 152 IRQ_TYPE_LEVEL_HIGH>;
+		clocks = <&mstp7_clks R8A7793_CLK_SCIF0>;
+		clock-names = "sci_ick";
+		status = "disabled";
+	};
+
+	scif1: serial@e6e68000 {
+		compatible = "renesas,scif-r8a7793", "renesas,scif";
+		reg = <0 0xe6e68000 0 64>;
+		interrupts = <0 153 IRQ_TYPE_LEVEL_HIGH>;
+		clocks = <&mstp7_clks R8A7793_CLK_SCIF1>;
+		clock-names = "sci_ick";
+		status = "disabled";
+	};
+
+	ether: ethernet@ee700000 {
+		compatible = "renesas,ether-r8a7793";
+		reg = <0 0xee700000 0 0x400>;
+		interrupts = <0 162 IRQ_TYPE_LEVEL_HIGH>;
+		clocks = <&mstp8_clks R8A7793_CLK_ETHER>;
+		phy-mode = "rmii";
+		#address-cells = <1>;
+		#size-cells = <0>;
+		status = "disabled";
+	};
+
+	clocks {
+		#address-cells = <2>;
+		#size-cells = <2>;
+		ranges;
+
+		/* External root clock */
+		extal_clk: extal_clk {
+			compatible = "fixed-clock";
+			#clock-cells = <0>;
+			/* This value must be overridden by the board. */
+			clock-frequency = <0>;
+			clock-output-names = "extal";
+		};
+
+		/* Special CPG clocks */
+		cpg_clocks: cpg_clocks@e6150000 {
+			compatible = "renesas,r8a7793-cpg-clocks",
+				     "renesas,rcar-gen2-cpg-clocks";
+			reg = <0 0xe6150000 0 0x1000>;
+			clocks = <&extal_clk>;
+			#clock-cells = <1>;
+			clock-output-names = "main", "pll0", "pll1", "pll3",
+					     "lb", "qspi", "sdh", "sd0", "z",
+					     "rcan", "adsp";
+		};
+
+		/* Variable factor clocks */
+		sd2_clk: sd2_clk@e6150078 {
+			compatible = "renesas,r8a7793-div6-clock",
+				     "renesas,cpg-div6-clock";
+			reg = <0 0xe6150078 0 4>;
+			clocks = <&pll1_div2_clk>;
+			#clock-cells = <0>;
+			clock-output-names = "sd2";
+		};
+		sd3_clk: sd3_clk@e615026c {
+			compatible = "renesas,r8a7793-div6-clock",
+				     "renesas,cpg-div6-clock";
+			reg = <0 0xe615026c 0 4>;
+			clocks = <&pll1_div2_clk>;
+			#clock-cells = <0>;
+			clock-output-names = "sd3";
+		};
+		mmc0_clk: mmc0_clk@e6150240 {
+			compatible = "renesas,r8a7793-div6-clock",
+				     "renesas,cpg-div6-clock";
+			reg = <0 0xe6150240 0 4>;
+			clocks = <&pll1_div2_clk>;
+			#clock-cells = <0>;
+			clock-output-names = "mmc0";
+		};
+
+		/* Fixed factor clocks */
+		pll1_div2_clk: pll1_div2_clk {
+			compatible = "fixed-factor-clock";
+			clocks = <&cpg_clocks R8A7793_CLK_PLL1>;
+			#clock-cells = <0>;
+			clock-div = <2>;
+			clock-mult = <1>;
+			clock-output-names = "pll1_div2";
+		};
+		zg_clk: zg_clk {
+			compatible = "fixed-factor-clock";
+			clocks = <&cpg_clocks R8A7793_CLK_PLL1>;
+			#clock-cells = <0>;
+			clock-div = <5>;
+			clock-mult = <1>;
+			clock-output-names = "zg";
+		};
+		zx_clk: zx_clk {
+			compatible = "fixed-factor-clock";
+			clocks = <&cpg_clocks R8A7793_CLK_PLL1>;
+			#clock-cells = <0>;
+			clock-div = <3>;
+			clock-mult = <1>;
+			clock-output-names = "zx";
+		};
+		zs_clk: zs_clk {
+			compatible = "fixed-factor-clock";
+			clocks = <&cpg_clocks R8A7793_CLK_PLL1>;
+			#clock-cells = <0>;
+			clock-div = <6>;
+			clock-mult = <1>;
+			clock-output-names = "zs";
+		};
+		hp_clk: hp_clk {
+			compatible = "fixed-factor-clock";
+			clocks = <&cpg_clocks R8A7793_CLK_PLL1>;
+			#clock-cells = <0>;
+			clock-div = <12>;
+			clock-mult = <1>;
+			clock-output-names = "hp";
+		};
+		p_clk: p_clk {
+			compatible = "fixed-factor-clock";
+			clocks = <&cpg_clocks R8A7793_CLK_PLL1>;
+			#clock-cells = <0>;
+			clock-div = <24>;
+			clock-mult = <1>;
+			clock-output-names = "p";
+		};
+		rclk_clk: rclk_clk {
+			compatible = "fixed-factor-clock";
+			clocks = <&cpg_clocks R8A7793_CLK_PLL1>;
+			#clock-cells = <0>;
+			clock-div = <(48 * 1024)>;
+			clock-mult = <1>;
+			clock-output-names = "rclk";
+		};
+		mp_clk: mp_clk {
+			compatible = "fixed-factor-clock";
+			clocks = <&pll1_div2_clk>;
+			#clock-cells = <0>;
+			clock-div = <15>;
+			clock-mult = <1>;
+			clock-output-names = "mp";
+		};
+		cp_clk: cp_clk {
+			compatible = "fixed-factor-clock";
+			clocks = <&extal_clk>;
+			#clock-cells = <0>;
+			clock-div = <2>;
+			clock-mult = <1>;
+			clock-output-names = "cp";
+		};
+
+		/* Gate clocks */
+		mstp1_clks: mstp1_clks@e6150134 {
+			compatible = "renesas,r8a7793-mstp-clocks",
+				     "renesas,cpg-mstp-clocks";
+			reg = <0 0xe6150134 0 4>, <0 0xe6150038 0 4>;
+			clocks = <&zs_clk>, <&zs_clk>, <&zs_clk>, <&p_clk>,
+				 <&zg_clk>, <&zs_clk>, <&zs_clk>, <&zs_clk>,
+				 <&p_clk>, <&p_clk>, <&rclk_clk>, <&cp_clk>,
+				 <&zs_clk>, <&zs_clk>, <&zs_clk>;
+			#clock-cells = <1>;
+			clock-indices = <
+				R8A7793_CLK_VCP0 R8A7793_CLK_VPC0
+				R8A7793_CLK_SSP1 R8A7793_CLK_TMU1
+				R8A7793_CLK_3DG R8A7793_CLK_2DDMAC
+				R8A7793_CLK_FDP1_1 R8A7793_CLK_FDP1_0
+				R8A7793_CLK_TMU3 R8A7793_CLK_TMU2
+				R8A7793_CLK_CMT0 R8A7793_CLK_TMU0
+				R8A7793_CLK_VSP1_DU1 R8A7793_CLK_VSP1_DU0
+				R8A7793_CLK_VSP1_S
+			>;
+			clock-output-names +				"vcp0", "vpc0", "ssp_dev", "tmu1",
+				"pvrsrvkm", "tddmac", "fdp1", "fdp0",
+				"tmu3", "tmu2", "cmt0", "tmu0", "vsp1-du1",
+				"vsp1-du0", "vsps";
+		};
+		mstp3_clks: mstp3_clks@e615013c {
+			compatible = "renesas,r8a7793-mstp-clocks",
+				     "renesas,cpg-mstp-clocks";
+			reg = <0 0xe615013c 0 4>, <0 0xe6150048 0 4>;
+			clocks = <&cp_clk>, <&sd3_clk>, <&sd2_clk>,
+				 <&cpg_clocks R8A7793_CLK_SD0>, <&mmc0_clk>,
+				 <&hp_clk>, <&mp_clk>, <&hp_clk>, <&mp_clk>,
+				 <&rclk_clk>, <&hp_clk>, <&hp_clk>;
+			#clock-cells = <1>;
+			clock-indices = <
+				R8A7793_CLK_TPU0 R8A7793_CLK_SDHI2
+				R8A7793_CLK_SDHI1 R8A7793_CLK_SDHI0
+				R8A7793_CLK_MMCIF0 R8A7793_CLK_IIC0
+				R8A7793_CLK_PCIEC R8A7793_CLK_IIC1
+				R8A7793_CLK_SSUSB R8A7793_CLK_CMT1
+				R8A7793_CLK_USBDMAC0 R8A7793_CLK_USBDMAC1
+			>;
+			clock-output-names +				"tpu0", "sdhi2", "sdhi1", "sdhi0", "mmcif0",
+				"i2c7", "pciec", "i2c8", "ssusb", "cmt1",
+				"usbdmac0", "usbdmac1";
+		};
+		mstp4_clks: mstp4_clks@e6150140 {
+			compatible = "renesas,r8a7793-mstp-clocks", "renesas,cpg-mstp-clocks";
+			reg = <0 0xe6150140 0 4>, <0 0xe615004c 0 4>;
+			clocks = <&cp_clk>;
+			#clock-cells = <1>;
+			clock-indices = <R8A7793_CLK_IRQC>;
+			clock-output-names = "irqc";
+		};
+		mstp7_clks: mstp7_clks@e615014c {
+			compatible = "renesas,r8a7793-mstp-clocks",
+				     "renesas,cpg-mstp-clocks";
+			reg = <0 0xe615014c 0 4>, <0 0xe61501c4 0 4>;
+			clocks = <&mp_clk>,  <&hp_clk>, <&zs_clk>, <&p_clk>,
+				 <&p_clk>, <&zs_clk>, <&zs_clk>, <&p_clk>,
+				 <&p_clk>, <&p_clk>, <&p_clk>, <&zx_clk>,
+				 <&zx_clk>, <&zx_clk>;
+			#clock-cells = <1>;
+			clock-indices = <
+				R8A7793_CLK_EHCI R8A7793_CLK_HSUSB
+				R8A7793_CLK_HSCIF2 R8A7793_CLK_SCIF5
+				R8A7793_CLK_SCIF4 R8A7793_CLK_HSCIF1
+				R8A7793_CLK_HSCIF0 R8A7793_CLK_SCIF3
+				R8A7793_CLK_SCIF2 R8A7793_CLK_SCIF1
+				R8A7793_CLK_SCIF0 R8A7793_CLK_DU1
+				R8A7793_CLK_DU0 R8A7793_CLK_LVDS0
+			>;
+			clock-output-names +				"ehci", "hsusb", "hscif2", "scif5", "scif4",
+				"hscif1", "hscif0", "scif3", "scif2",
+				"scif1", "scif0", "du1", "du0", "lvds0";
+		};
+		mstp8_clks: mstp8_clks@e6150990 {
+			compatible = "renesas,r8a7793-mstp-clocks",
+				     "renesas,cpg-mstp-clocks";
+			reg = <0 0xe6150990 0 4>, <0 0xe61509a0 0 4>;
+			clocks = <&zx_clk>, <&zg_clk>, <&zg_clk>, <&zg_clk>,
+				 <&p_clk>, <&zs_clk>, <&zs_clk>;
+			#clock-cells = <1>;
+			clock-indices = <
+				R8A7793_CLK_IPMMU_SGX R8A7793_CLK_VIN2
+				R8A7793_CLK_VIN1 R8A7793_CLK_VIN0
+				R8A7793_CLK_ETHER R8A7793_CLK_SATA1
+				R8A7793_CLK_SATA0
+			>;
+			clock-output-names +				"ipmmu_sgx", "vin2", "vin1", "vin0", "ether",
+				"sata1", "sata0";
+		};
+	};
+
+};
diff --git a/include/dt-bindings/clock/r8a7793-clock.h b/include/dt-bindings/clock/r8a7793-clock.h
new file mode 100644
index 000000000000..1579e07f96a3
--- /dev/null
+++ b/include/dt-bindings/clock/r8a7793-clock.h
@@ -0,0 +1,164 @@
+/*
+ * r8a7793 clock definition
+ *
+ * Copyright (C) 2014  Renesas Electronics Corporation
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ */
+
+#ifndef __DT_BINDINGS_CLOCK_R8A7793_H__
+#define __DT_BINDINGS_CLOCK_R8A7793_H__
+
+/* CPG */
+#define R8A7793_CLK_MAIN		0
+#define R8A7793_CLK_PLL0		1
+#define R8A7793_CLK_PLL1		2
+#define R8A7793_CLK_PLL3		3
+#define R8A7793_CLK_LB			4
+#define R8A7793_CLK_QSPI		5
+#define R8A7793_CLK_SDH			6
+#define R8A7793_CLK_SD0			7
+#define R8A7793_CLK_Z			8
+#define R8A7793_CLK_RCAN		9
+#define R8A7793_CLK_ADSP		10
+
+/* MSTP0 */
+#define R8A7793_CLK_MSIOF0		0
+
+/* MSTP1 */
+#define R8A7793_CLK_VCP0		1
+#define R8A7793_CLK_VPC0		3
+#define R8A7793_CLK_SSP1		9
+#define R8A7793_CLK_TMU1		11
+#define R8A7793_CLK_3DG			12
+#define R8A7793_CLK_2DDMAC		15
+#define R8A7793_CLK_FDP1_1		18
+#define R8A7793_CLK_FDP1_0		19
+#define R8A7793_CLK_TMU3		21
+#define R8A7793_CLK_TMU2		22
+#define R8A7793_CLK_CMT0		24
+#define R8A7793_CLK_TMU0		25
+#define R8A7793_CLK_VSP1_DU1		27
+#define R8A7793_CLK_VSP1_DU0		28
+#define R8A7793_CLK_VSP1_S		31
+
+/* MSTP2 */
+#define R8A7793_CLK_SCIFA2		2
+#define R8A7793_CLK_SCIFA1		3
+#define R8A7793_CLK_SCIFA0		4
+#define R8A7793_CLK_MSIOF2		5
+#define R8A7793_CLK_SCIFB0		6
+#define R8A7793_CLK_SCIFB1		7
+#define R8A7793_CLK_MSIOF1		8
+#define R8A7793_CLK_SCIFB2		16
+#define R8A7793_CLK_SYS_DMAC1		18
+#define R8A7793_CLK_SYS_DMAC0		19
+
+/* MSTP3 */
+#define R8A7793_CLK_TPU0		4
+#define R8A7793_CLK_SDHI2		11
+#define R8A7793_CLK_SDHI1		12
+#define R8A7793_CLK_SDHI0		14
+#define R8A7793_CLK_MMCIF0		15
+#define R8A7793_CLK_IIC0		18
+#define R8A7793_CLK_PCIEC		19
+#define R8A7793_CLK_IIC1		23
+#define R8A7793_CLK_SSUSB		28
+#define R8A7793_CLK_CMT1		29
+#define R8A7793_CLK_USBDMAC0		30
+#define R8A7793_CLK_USBDMAC1		31
+
+/* MSTP4 */
+#define R8A7793_CLK_IRQC		7
+
+/* MSTP5 */
+#define R8A7793_CLK_AUDIO_DMAC1         1
+#define R8A7793_CLK_AUDIO_DMAC0         2
+#define R8A7793_CLK_ADSP_MOD		6
+#define R8A7793_CLK_THERMAL		22
+#define R8A7793_CLK_PWM			23
+
+/* MSTP7 */
+#define R8A7793_CLK_EHCI		3
+#define R8A7793_CLK_HSUSB		4
+#define R8A7793_CLK_HSCIF2		13
+#define R8A7793_CLK_SCIF5		14
+#define R8A7793_CLK_SCIF4		15
+#define R8A7793_CLK_HSCIF1		16
+#define R8A7793_CLK_HSCIF0		17
+#define R8A7793_CLK_SCIF3		18
+#define R8A7793_CLK_SCIF2		19
+#define R8A7793_CLK_SCIF1		20
+#define R8A7793_CLK_SCIF0		21
+#define R8A7793_CLK_DU1			23
+#define R8A7793_CLK_DU0			24
+#define R8A7793_CLK_LVDS0		26
+
+/* MSTP8 */
+#define R8A7793_CLK_IPMMU_SGX		0
+#define R8A7793_CLK_VIN2		9
+#define R8A7793_CLK_VIN1		10
+#define R8A7793_CLK_VIN0		11
+#define R8A7793_CLK_ETHER		13
+#define R8A7793_CLK_SATA1		14
+#define R8A7793_CLK_SATA0		15
+
+/* MSTP9 */
+#define R8A7793_CLK_GPIO7		4
+#define R8A7793_CLK_GPIO6		5
+#define R8A7793_CLK_GPIO5		7
+#define R8A7793_CLK_GPIO4		8
+#define R8A7793_CLK_GPIO3		9
+#define R8A7793_CLK_GPIO2		10
+#define R8A7793_CLK_GPIO1		11
+#define R8A7793_CLK_GPIO0		12
+#define R8A7793_CLK_RCAN1		15
+#define R8A7793_CLK_RCAN0		16
+#define R8A7793_CLK_QSPI_MOD		17
+#define R8A7793_CLK_I2C5		25
+#define R8A7793_CLK_IICDVFS		26
+#define R8A7793_CLK_I2C4		27
+#define R8A7793_CLK_I2C3		28
+#define R8A7793_CLK_I2C2		29
+#define R8A7793_CLK_I2C1		30
+#define R8A7793_CLK_I2C0		31
+
+/* MSTP10 */
+#define R8A7793_CLK_SSI_ALL		5
+#define R8A7793_CLK_SSI9		6
+#define R8A7793_CLK_SSI8		7
+#define R8A7793_CLK_SSI7		8
+#define R8A7793_CLK_SSI6		9
+#define R8A7793_CLK_SSI5		10
+#define R8A7793_CLK_SSI4		11
+#define R8A7793_CLK_SSI3		12
+#define R8A7793_CLK_SSI2		13
+#define R8A7793_CLK_SSI1		14
+#define R8A7793_CLK_SSI0		15
+#define R8A7793_CLK_SCU_ALL		17
+#define R8A7793_CLK_SCU_DVC1		18
+#define R8A7793_CLK_SCU_DVC0		19
+#define R8A7793_CLK_SCU_SRC9		22
+#define R8A7793_CLK_SCU_SRC8		23
+#define R8A7793_CLK_SCU_SRC7		24
+#define R8A7793_CLK_SCU_SRC6		25
+#define R8A7793_CLK_SCU_SRC5		26
+#define R8A7793_CLK_SCU_SRC4		27
+#define R8A7793_CLK_SCU_SRC3		28
+#define R8A7793_CLK_SCU_SRC2		29
+#define R8A7793_CLK_SCU_SRC1		30
+#define R8A7793_CLK_SCU_SRC0		31
+
+/* MSTP11 */
+#define R8A7793_CLK_SCIFA3		6
+#define R8A7793_CLK_SCIFA4		7
+#define R8A7793_CLK_SCIFA5		8
+
+#endif /* __DT_BINDINGS_CLOCK_R8A7793_H__ */
-- 
2.1.4


WARNING: multiple messages have this Message-ID (diff)
From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 01/11] ARM: shmobile: add r8a7793 minimal SoC device tree
Date: Fri, 10 Jul 2015 15:37:09 +0900	[thread overview]
Message-ID: <0e03e8aed92ce4757a9dbfbf2b7f4edce6380f92.1436509954.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1436509954.git.horms+renesas@verge.net.au>

From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>

Minimal r8a7793 device tree including one CPU core, interrupt controllers,
timers, two serial ports, and the Ethernet controller, plus the required
clock descriptions.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7793.dtsi            | 367 ++++++++++++++++++++++++++++++
 include/dt-bindings/clock/r8a7793-clock.h | 164 +++++++++++++
 2 files changed, 531 insertions(+)
 create mode 100644 arch/arm/boot/dts/r8a7793.dtsi
 create mode 100644 include/dt-bindings/clock/r8a7793-clock.h

diff --git a/arch/arm/boot/dts/r8a7793.dtsi b/arch/arm/boot/dts/r8a7793.dtsi
new file mode 100644
index 000000000000..c50c5f65388a
--- /dev/null
+++ b/arch/arm/boot/dts/r8a7793.dtsi
@@ -0,0 +1,367 @@
+/*
+ * Device Tree Source for the r8a7793 SoC
+ *
+ * Copyright (C) 2014-2015 Renesas Electronics Corporation
+ *
+ * This file is licensed under the terms of the GNU General Public License
+ * version 2.  This program is licensed "as is" without any warranty of any
+ * kind, whether express or implied.
+ */
+
+#include <dt-bindings/clock/r8a7793-clock.h>
+#include <dt-bindings/interrupt-controller/arm-gic.h>
+#include <dt-bindings/interrupt-controller/irq.h>
+
+/ {
+	compatible = "renesas,r8a7793";
+	interrupt-parent = <&gic>;
+	#address-cells = <2>;
+	#size-cells = <2>;
+
+	cpus {
+		#address-cells = <1>;
+		#size-cells = <0>;
+
+		cpu0: cpu at 0 {
+			device_type = "cpu";
+			compatible = "arm,cortex-a15";
+			reg = <0>;
+			clock-frequency = <1500000000>;
+			voltage-tolerance = <1>; /* 1% */
+			clocks = <&cpg_clocks R8A7793_CLK_Z>;
+			clock-latency = <300000>; /* 300 us */
+
+			/* kHz - uV - OPPs unknown yet */
+			operating-points = <1500000 1000000>,
+					   <1312500 1000000>,
+					   <1125000 1000000>,
+					   < 937500 1000000>,
+					   < 750000 1000000>,
+					   < 375000 1000000>;
+		};
+	};
+
+	gic: interrupt-controller at f1001000 {
+		compatible = "arm,cortex-a15-gic";
+		#interrupt-cells = <3>;
+		#address-cells = <0>;
+		interrupt-controller;
+		reg = <0 0xf1001000 0 0x1000>,
+			<0 0xf1002000 0 0x1000>,
+			<0 0xf1004000 0 0x2000>,
+			<0 0xf1006000 0 0x2000>;
+		interrupts = <1 9 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
+	};
+
+	timer {
+		compatible = "arm,armv7-timer";
+		interrupts = <1 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
+			     <1 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
+			     <1 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
+			     <1 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
+	};
+
+	cmt0: timer at ffca0000 {
+		compatible = "renesas,cmt-48-r8a7793", "renesas,cmt-48-gen2";
+		reg = <0 0xffca0000 0 0x1004>;
+		interrupts = <0 142 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 143 IRQ_TYPE_LEVEL_HIGH>;
+		clocks = <&mstp1_clks R8A7793_CLK_CMT0>;
+		clock-names = "fck";
+
+		renesas,channels-mask = <0x60>;
+
+		status = "disabled";
+	};
+
+	cmt1: timer at e6130000 {
+		compatible = "renesas,cmt-48-r8a7793", "renesas,cmt-48-gen2";
+		reg = <0 0xe6130000 0 0x1004>;
+		interrupts = <0 120 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 121 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 122 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 123 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 124 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 125 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 126 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 127 IRQ_TYPE_LEVEL_HIGH>;
+		clocks = <&mstp3_clks R8A7793_CLK_CMT1>;
+		clock-names = "fck";
+
+		renesas,channels-mask = <0xff>;
+
+		status = "disabled";
+	};
+
+	irqc0: interrupt-controller at e61c0000 {
+		compatible = "renesas,irqc-r8a7793", "renesas,irqc";
+		#interrupt-cells = <2>;
+		interrupt-controller;
+		reg = <0 0xe61c0000 0 0x200>;
+		interrupts = <0 0 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 1 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 2 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 3 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 12 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 13 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 14 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 15 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 16 IRQ_TYPE_LEVEL_HIGH>,
+			     <0 17 IRQ_TYPE_LEVEL_HIGH>;
+		clocks = <&mstp4_clks R8A7793_CLK_IRQC>;
+	};
+
+	scif0: serial at e6e60000 {
+		compatible = "renesas,scif-r8a7793", "renesas,scif";
+		reg = <0 0xe6e60000 0 64>;
+		interrupts = <0 152 IRQ_TYPE_LEVEL_HIGH>;
+		clocks = <&mstp7_clks R8A7793_CLK_SCIF0>;
+		clock-names = "sci_ick";
+		status = "disabled";
+	};
+
+	scif1: serial at e6e68000 {
+		compatible = "renesas,scif-r8a7793", "renesas,scif";
+		reg = <0 0xe6e68000 0 64>;
+		interrupts = <0 153 IRQ_TYPE_LEVEL_HIGH>;
+		clocks = <&mstp7_clks R8A7793_CLK_SCIF1>;
+		clock-names = "sci_ick";
+		status = "disabled";
+	};
+
+	ether: ethernet at ee700000 {
+		compatible = "renesas,ether-r8a7793";
+		reg = <0 0xee700000 0 0x400>;
+		interrupts = <0 162 IRQ_TYPE_LEVEL_HIGH>;
+		clocks = <&mstp8_clks R8A7793_CLK_ETHER>;
+		phy-mode = "rmii";
+		#address-cells = <1>;
+		#size-cells = <0>;
+		status = "disabled";
+	};
+
+	clocks {
+		#address-cells = <2>;
+		#size-cells = <2>;
+		ranges;
+
+		/* External root clock */
+		extal_clk: extal_clk {
+			compatible = "fixed-clock";
+			#clock-cells = <0>;
+			/* This value must be overridden by the board. */
+			clock-frequency = <0>;
+			clock-output-names = "extal";
+		};
+
+		/* Special CPG clocks */
+		cpg_clocks: cpg_clocks at e6150000 {
+			compatible = "renesas,r8a7793-cpg-clocks",
+				     "renesas,rcar-gen2-cpg-clocks";
+			reg = <0 0xe6150000 0 0x1000>;
+			clocks = <&extal_clk>;
+			#clock-cells = <1>;
+			clock-output-names = "main", "pll0", "pll1", "pll3",
+					     "lb", "qspi", "sdh", "sd0", "z",
+					     "rcan", "adsp";
+		};
+
+		/* Variable factor clocks */
+		sd2_clk: sd2_clk at e6150078 {
+			compatible = "renesas,r8a7793-div6-clock",
+				     "renesas,cpg-div6-clock";
+			reg = <0 0xe6150078 0 4>;
+			clocks = <&pll1_div2_clk>;
+			#clock-cells = <0>;
+			clock-output-names = "sd2";
+		};
+		sd3_clk: sd3_clk at e615026c {
+			compatible = "renesas,r8a7793-div6-clock",
+				     "renesas,cpg-div6-clock";
+			reg = <0 0xe615026c 0 4>;
+			clocks = <&pll1_div2_clk>;
+			#clock-cells = <0>;
+			clock-output-names = "sd3";
+		};
+		mmc0_clk: mmc0_clk at e6150240 {
+			compatible = "renesas,r8a7793-div6-clock",
+				     "renesas,cpg-div6-clock";
+			reg = <0 0xe6150240 0 4>;
+			clocks = <&pll1_div2_clk>;
+			#clock-cells = <0>;
+			clock-output-names = "mmc0";
+		};
+
+		/* Fixed factor clocks */
+		pll1_div2_clk: pll1_div2_clk {
+			compatible = "fixed-factor-clock";
+			clocks = <&cpg_clocks R8A7793_CLK_PLL1>;
+			#clock-cells = <0>;
+			clock-div = <2>;
+			clock-mult = <1>;
+			clock-output-names = "pll1_div2";
+		};
+		zg_clk: zg_clk {
+			compatible = "fixed-factor-clock";
+			clocks = <&cpg_clocks R8A7793_CLK_PLL1>;
+			#clock-cells = <0>;
+			clock-div = <5>;
+			clock-mult = <1>;
+			clock-output-names = "zg";
+		};
+		zx_clk: zx_clk {
+			compatible = "fixed-factor-clock";
+			clocks = <&cpg_clocks R8A7793_CLK_PLL1>;
+			#clock-cells = <0>;
+			clock-div = <3>;
+			clock-mult = <1>;
+			clock-output-names = "zx";
+		};
+		zs_clk: zs_clk {
+			compatible = "fixed-factor-clock";
+			clocks = <&cpg_clocks R8A7793_CLK_PLL1>;
+			#clock-cells = <0>;
+			clock-div = <6>;
+			clock-mult = <1>;
+			clock-output-names = "zs";
+		};
+		hp_clk: hp_clk {
+			compatible = "fixed-factor-clock";
+			clocks = <&cpg_clocks R8A7793_CLK_PLL1>;
+			#clock-cells = <0>;
+			clock-div = <12>;
+			clock-mult = <1>;
+			clock-output-names = "hp";
+		};
+		p_clk: p_clk {
+			compatible = "fixed-factor-clock";
+			clocks = <&cpg_clocks R8A7793_CLK_PLL1>;
+			#clock-cells = <0>;
+			clock-div = <24>;
+			clock-mult = <1>;
+			clock-output-names = "p";
+		};
+		rclk_clk: rclk_clk {
+			compatible = "fixed-factor-clock";
+			clocks = <&cpg_clocks R8A7793_CLK_PLL1>;
+			#clock-cells = <0>;
+			clock-div = <(48 * 1024)>;
+			clock-mult = <1>;
+			clock-output-names = "rclk";
+		};
+		mp_clk: mp_clk {
+			compatible = "fixed-factor-clock";
+			clocks = <&pll1_div2_clk>;
+			#clock-cells = <0>;
+			clock-div = <15>;
+			clock-mult = <1>;
+			clock-output-names = "mp";
+		};
+		cp_clk: cp_clk {
+			compatible = "fixed-factor-clock";
+			clocks = <&extal_clk>;
+			#clock-cells = <0>;
+			clock-div = <2>;
+			clock-mult = <1>;
+			clock-output-names = "cp";
+		};
+
+		/* Gate clocks */
+		mstp1_clks: mstp1_clks at e6150134 {
+			compatible = "renesas,r8a7793-mstp-clocks",
+				     "renesas,cpg-mstp-clocks";
+			reg = <0 0xe6150134 0 4>, <0 0xe6150038 0 4>;
+			clocks = <&zs_clk>, <&zs_clk>, <&zs_clk>, <&p_clk>,
+				 <&zg_clk>, <&zs_clk>, <&zs_clk>, <&zs_clk>,
+				 <&p_clk>, <&p_clk>, <&rclk_clk>, <&cp_clk>,
+				 <&zs_clk>, <&zs_clk>, <&zs_clk>;
+			#clock-cells = <1>;
+			clock-indices = <
+				R8A7793_CLK_VCP0 R8A7793_CLK_VPC0
+				R8A7793_CLK_SSP1 R8A7793_CLK_TMU1
+				R8A7793_CLK_3DG R8A7793_CLK_2DDMAC
+				R8A7793_CLK_FDP1_1 R8A7793_CLK_FDP1_0
+				R8A7793_CLK_TMU3 R8A7793_CLK_TMU2
+				R8A7793_CLK_CMT0 R8A7793_CLK_TMU0
+				R8A7793_CLK_VSP1_DU1 R8A7793_CLK_VSP1_DU0
+				R8A7793_CLK_VSP1_S
+			>;
+			clock-output-names =
+				"vcp0", "vpc0", "ssp_dev", "tmu1",
+				"pvrsrvkm", "tddmac", "fdp1", "fdp0",
+				"tmu3", "tmu2", "cmt0", "tmu0", "vsp1-du1",
+				"vsp1-du0", "vsps";
+		};
+		mstp3_clks: mstp3_clks at e615013c {
+			compatible = "renesas,r8a7793-mstp-clocks",
+				     "renesas,cpg-mstp-clocks";
+			reg = <0 0xe615013c 0 4>, <0 0xe6150048 0 4>;
+			clocks = <&cp_clk>, <&sd3_clk>, <&sd2_clk>,
+				 <&cpg_clocks R8A7793_CLK_SD0>, <&mmc0_clk>,
+				 <&hp_clk>, <&mp_clk>, <&hp_clk>, <&mp_clk>,
+				 <&rclk_clk>, <&hp_clk>, <&hp_clk>;
+			#clock-cells = <1>;
+			clock-indices = <
+				R8A7793_CLK_TPU0 R8A7793_CLK_SDHI2
+				R8A7793_CLK_SDHI1 R8A7793_CLK_SDHI0
+				R8A7793_CLK_MMCIF0 R8A7793_CLK_IIC0
+				R8A7793_CLK_PCIEC R8A7793_CLK_IIC1
+				R8A7793_CLK_SSUSB R8A7793_CLK_CMT1
+				R8A7793_CLK_USBDMAC0 R8A7793_CLK_USBDMAC1
+			>;
+			clock-output-names =
+				"tpu0", "sdhi2", "sdhi1", "sdhi0", "mmcif0",
+				"i2c7", "pciec", "i2c8", "ssusb", "cmt1",
+				"usbdmac0", "usbdmac1";
+		};
+		mstp4_clks: mstp4_clks at e6150140 {
+			compatible = "renesas,r8a7793-mstp-clocks", "renesas,cpg-mstp-clocks";
+			reg = <0 0xe6150140 0 4>, <0 0xe615004c 0 4>;
+			clocks = <&cp_clk>;
+			#clock-cells = <1>;
+			clock-indices = <R8A7793_CLK_IRQC>;
+			clock-output-names = "irqc";
+		};
+		mstp7_clks: mstp7_clks at e615014c {
+			compatible = "renesas,r8a7793-mstp-clocks",
+				     "renesas,cpg-mstp-clocks";
+			reg = <0 0xe615014c 0 4>, <0 0xe61501c4 0 4>;
+			clocks = <&mp_clk>,  <&hp_clk>, <&zs_clk>, <&p_clk>,
+				 <&p_clk>, <&zs_clk>, <&zs_clk>, <&p_clk>,
+				 <&p_clk>, <&p_clk>, <&p_clk>, <&zx_clk>,
+				 <&zx_clk>, <&zx_clk>;
+			#clock-cells = <1>;
+			clock-indices = <
+				R8A7793_CLK_EHCI R8A7793_CLK_HSUSB
+				R8A7793_CLK_HSCIF2 R8A7793_CLK_SCIF5
+				R8A7793_CLK_SCIF4 R8A7793_CLK_HSCIF1
+				R8A7793_CLK_HSCIF0 R8A7793_CLK_SCIF3
+				R8A7793_CLK_SCIF2 R8A7793_CLK_SCIF1
+				R8A7793_CLK_SCIF0 R8A7793_CLK_DU1
+				R8A7793_CLK_DU0 R8A7793_CLK_LVDS0
+			>;
+			clock-output-names =
+				"ehci", "hsusb", "hscif2", "scif5", "scif4",
+				"hscif1", "hscif0", "scif3", "scif2",
+				"scif1", "scif0", "du1", "du0", "lvds0";
+		};
+		mstp8_clks: mstp8_clks at e6150990 {
+			compatible = "renesas,r8a7793-mstp-clocks",
+				     "renesas,cpg-mstp-clocks";
+			reg = <0 0xe6150990 0 4>, <0 0xe61509a0 0 4>;
+			clocks = <&zx_clk>, <&zg_clk>, <&zg_clk>, <&zg_clk>,
+				 <&p_clk>, <&zs_clk>, <&zs_clk>;
+			#clock-cells = <1>;
+			clock-indices = <
+				R8A7793_CLK_IPMMU_SGX R8A7793_CLK_VIN2
+				R8A7793_CLK_VIN1 R8A7793_CLK_VIN0
+				R8A7793_CLK_ETHER R8A7793_CLK_SATA1
+				R8A7793_CLK_SATA0
+			>;
+			clock-output-names =
+				"ipmmu_sgx", "vin2", "vin1", "vin0", "ether",
+				"sata1", "sata0";
+		};
+	};
+
+};
diff --git a/include/dt-bindings/clock/r8a7793-clock.h b/include/dt-bindings/clock/r8a7793-clock.h
new file mode 100644
index 000000000000..1579e07f96a3
--- /dev/null
+++ b/include/dt-bindings/clock/r8a7793-clock.h
@@ -0,0 +1,164 @@
+/*
+ * r8a7793 clock definition
+ *
+ * Copyright (C) 2014  Renesas Electronics Corporation
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ */
+
+#ifndef __DT_BINDINGS_CLOCK_R8A7793_H__
+#define __DT_BINDINGS_CLOCK_R8A7793_H__
+
+/* CPG */
+#define R8A7793_CLK_MAIN		0
+#define R8A7793_CLK_PLL0		1
+#define R8A7793_CLK_PLL1		2
+#define R8A7793_CLK_PLL3		3
+#define R8A7793_CLK_LB			4
+#define R8A7793_CLK_QSPI		5
+#define R8A7793_CLK_SDH			6
+#define R8A7793_CLK_SD0			7
+#define R8A7793_CLK_Z			8
+#define R8A7793_CLK_RCAN		9
+#define R8A7793_CLK_ADSP		10
+
+/* MSTP0 */
+#define R8A7793_CLK_MSIOF0		0
+
+/* MSTP1 */
+#define R8A7793_CLK_VCP0		1
+#define R8A7793_CLK_VPC0		3
+#define R8A7793_CLK_SSP1		9
+#define R8A7793_CLK_TMU1		11
+#define R8A7793_CLK_3DG			12
+#define R8A7793_CLK_2DDMAC		15
+#define R8A7793_CLK_FDP1_1		18
+#define R8A7793_CLK_FDP1_0		19
+#define R8A7793_CLK_TMU3		21
+#define R8A7793_CLK_TMU2		22
+#define R8A7793_CLK_CMT0		24
+#define R8A7793_CLK_TMU0		25
+#define R8A7793_CLK_VSP1_DU1		27
+#define R8A7793_CLK_VSP1_DU0		28
+#define R8A7793_CLK_VSP1_S		31
+
+/* MSTP2 */
+#define R8A7793_CLK_SCIFA2		2
+#define R8A7793_CLK_SCIFA1		3
+#define R8A7793_CLK_SCIFA0		4
+#define R8A7793_CLK_MSIOF2		5
+#define R8A7793_CLK_SCIFB0		6
+#define R8A7793_CLK_SCIFB1		7
+#define R8A7793_CLK_MSIOF1		8
+#define R8A7793_CLK_SCIFB2		16
+#define R8A7793_CLK_SYS_DMAC1		18
+#define R8A7793_CLK_SYS_DMAC0		19
+
+/* MSTP3 */
+#define R8A7793_CLK_TPU0		4
+#define R8A7793_CLK_SDHI2		11
+#define R8A7793_CLK_SDHI1		12
+#define R8A7793_CLK_SDHI0		14
+#define R8A7793_CLK_MMCIF0		15
+#define R8A7793_CLK_IIC0		18
+#define R8A7793_CLK_PCIEC		19
+#define R8A7793_CLK_IIC1		23
+#define R8A7793_CLK_SSUSB		28
+#define R8A7793_CLK_CMT1		29
+#define R8A7793_CLK_USBDMAC0		30
+#define R8A7793_CLK_USBDMAC1		31
+
+/* MSTP4 */
+#define R8A7793_CLK_IRQC		7
+
+/* MSTP5 */
+#define R8A7793_CLK_AUDIO_DMAC1         1
+#define R8A7793_CLK_AUDIO_DMAC0         2
+#define R8A7793_CLK_ADSP_MOD		6
+#define R8A7793_CLK_THERMAL		22
+#define R8A7793_CLK_PWM			23
+
+/* MSTP7 */
+#define R8A7793_CLK_EHCI		3
+#define R8A7793_CLK_HSUSB		4
+#define R8A7793_CLK_HSCIF2		13
+#define R8A7793_CLK_SCIF5		14
+#define R8A7793_CLK_SCIF4		15
+#define R8A7793_CLK_HSCIF1		16
+#define R8A7793_CLK_HSCIF0		17
+#define R8A7793_CLK_SCIF3		18
+#define R8A7793_CLK_SCIF2		19
+#define R8A7793_CLK_SCIF1		20
+#define R8A7793_CLK_SCIF0		21
+#define R8A7793_CLK_DU1			23
+#define R8A7793_CLK_DU0			24
+#define R8A7793_CLK_LVDS0		26
+
+/* MSTP8 */
+#define R8A7793_CLK_IPMMU_SGX		0
+#define R8A7793_CLK_VIN2		9
+#define R8A7793_CLK_VIN1		10
+#define R8A7793_CLK_VIN0		11
+#define R8A7793_CLK_ETHER		13
+#define R8A7793_CLK_SATA1		14
+#define R8A7793_CLK_SATA0		15
+
+/* MSTP9 */
+#define R8A7793_CLK_GPIO7		4
+#define R8A7793_CLK_GPIO6		5
+#define R8A7793_CLK_GPIO5		7
+#define R8A7793_CLK_GPIO4		8
+#define R8A7793_CLK_GPIO3		9
+#define R8A7793_CLK_GPIO2		10
+#define R8A7793_CLK_GPIO1		11
+#define R8A7793_CLK_GPIO0		12
+#define R8A7793_CLK_RCAN1		15
+#define R8A7793_CLK_RCAN0		16
+#define R8A7793_CLK_QSPI_MOD		17
+#define R8A7793_CLK_I2C5		25
+#define R8A7793_CLK_IICDVFS		26
+#define R8A7793_CLK_I2C4		27
+#define R8A7793_CLK_I2C3		28
+#define R8A7793_CLK_I2C2		29
+#define R8A7793_CLK_I2C1		30
+#define R8A7793_CLK_I2C0		31
+
+/* MSTP10 */
+#define R8A7793_CLK_SSI_ALL		5
+#define R8A7793_CLK_SSI9		6
+#define R8A7793_CLK_SSI8		7
+#define R8A7793_CLK_SSI7		8
+#define R8A7793_CLK_SSI6		9
+#define R8A7793_CLK_SSI5		10
+#define R8A7793_CLK_SSI4		11
+#define R8A7793_CLK_SSI3		12
+#define R8A7793_CLK_SSI2		13
+#define R8A7793_CLK_SSI1		14
+#define R8A7793_CLK_SSI0		15
+#define R8A7793_CLK_SCU_ALL		17
+#define R8A7793_CLK_SCU_DVC1		18
+#define R8A7793_CLK_SCU_DVC0		19
+#define R8A7793_CLK_SCU_SRC9		22
+#define R8A7793_CLK_SCU_SRC8		23
+#define R8A7793_CLK_SCU_SRC7		24
+#define R8A7793_CLK_SCU_SRC6		25
+#define R8A7793_CLK_SCU_SRC5		26
+#define R8A7793_CLK_SCU_SRC4		27
+#define R8A7793_CLK_SCU_SRC3		28
+#define R8A7793_CLK_SCU_SRC2		29
+#define R8A7793_CLK_SCU_SRC1		30
+#define R8A7793_CLK_SCU_SRC0		31
+
+/* MSTP11 */
+#define R8A7793_CLK_SCIFA3		6
+#define R8A7793_CLK_SCIFA4		7
+#define R8A7793_CLK_SCIFA5		8
+
+#endif /* __DT_BINDINGS_CLOCK_R8A7793_H__ */
-- 
2.1.4

  reply	other threads:[~2015-07-10  6:37 UTC|newest]

Thread overview: 623+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-23  1:25 [GIT PULL] Renesas ARM Based SoC DT Updates for v3.16 Simon Horman
2014-04-23  1:25 ` Simon Horman
2014-04-23  1:25 ` [PATCH 01/33] ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in DTS Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 02/33] ARM: shmobile: r8a7790/lager dts: Rename label spi to qspi, add spi0 alias Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 03/33] ARM: shmobile: r8a7791/koelsch " Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 04/33] ARM: shmobile: r8a7790 dtsi: Add MSIOF nodes and aliases Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 05/33] ARM: shmobile: r8a7791 " Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 06/33] ARM: shmobile: lager dts: Add MSIOF nodes Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 07/33] ARM: shmobile: koelsch " Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 08/33] ARM: shmobile: r8a7778 dtsi: Improve and correct HSPI nodes Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 09/33] ARM: shmobile: r8a7779 " Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 10/33] ARM: shmobile: bockw reference dts: Add SPI FLASH Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 11/33] ARM: shmobile: Add DTS gpio-keys support for SW2 on Lager Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 12/33] ARM: shmobile: Add DTS gpio-keys support for SW2 on Koelsch Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 13/33] ARM: shmobile: lager: Set ethernet PHY LED mode Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 14/33] ARM: shmobile: koelsch: " Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 15/33] ARM: shmobile: armadillo-reference dts: Use KEY_* macros for gpio-keys Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 16/33] ARM: shmobile: kzm9g-reference " Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 17/33] ARM: shmobile: r8a7791: add IIC0/1 clock macros Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 18/33] ARM: shmobile: r8a7791: add IIC(B) clocks to dtsi Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 19/33] ARM: shmobile: r8a7791: add IIC(B) cores " Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 20/33] ARM: shmobile: koelsch: make i2c2-pfc node unique Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 21/33] ARM: shmobile: koelsch: activate i2c6 bus Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 22/33] ARM: shmobile: Use r8a7740 suffix for i2c, mmcif, fsi2 compat strings Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  7:09   ` Geert Uytterhoeven
2014-04-23  7:09     ` Geert Uytterhoeven
2014-04-23  7:09     ` Geert Uytterhoeven
2014-04-23  7:18     ` Wolfram Sang
2014-04-23  7:18       ` Wolfram Sang
2014-04-23  7:18       ` Wolfram Sang
2014-04-23  7:26       ` Geert Uytterhoeven
2014-04-23  7:26         ` Geert Uytterhoeven
2014-04-23  7:26         ` Geert Uytterhoeven
2014-04-23 13:12   ` Rob Herring
2014-04-23 13:12     ` Rob Herring
2014-04-24  1:00     ` Simon Horman
2014-04-24  1:00       ` Simon Horman
2014-04-23  1:25 ` [PATCH 23/33] ARM: shmobile: r8a7791: Add EHCI MSTP clock Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 24/33] ARM: shmobile: armadillo-reference dts: enable RTC Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 25/33] ARM: shmobile: lager: Correct setting of ethernet PHY LED mode Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 26/33] ARM: shmobile: r8a7790: Fix the I2C clocks parents in DT Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 27/33] ARM: shmobile: r8a7791: " Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 28/33] ARM: shmobile: r8a7790: add IIC0-2 clock macros Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 29/33] ARM: shmobile: r8a7790: add IIC(B) clocks to dtsi Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 30/33] ARM: shmobile: r8a7790: add IIC(B) cores " Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:25 ` [PATCH 31/33] ARM: shmobile: koelsch dts: Enable Quad SPI transfers for the SPI FLASH Simon Horman
2014-04-23  1:25   ` Simon Horman
2014-04-23  1:26 ` [PATCH 32/33] ARM: shmobile: lager " Simon Horman
2014-04-23  1:26   ` Simon Horman
2014-04-23  1:26 ` [PATCH 33/33] ARM: shmobile: armadillo-reference dts: Seiko Instruments, Inc is "sii" Simon Horman
2014-04-23  1:26   ` Simon Horman
2014-05-05 21:34 ` [GIT PULL] Renesas ARM Based SoC DT Updates for v3.16 Olof Johansson
2014-05-05 21:34   ` Olof Johansson
2014-06-23  2:28 ` [GIT PULL] Renesas ARM Based SoC DT Updates for v3.17 Simon Horman
2014-06-23  2:28   ` Simon Horman
2014-06-23  2:28   ` [PATCH 01/29] ARM: shmobile: armadillo800eva reference dts: Add matching LED labels Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 02/29] ARM: shmobile: marzen: Remove early_printk from command line Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 03/29] ARM: shmobile: r8a7790: add USB3.0 clocks to device tree Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 04/29] ARM: shmobile: r8a7791: " Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 05/29] ARM: shmobile: r8a7791 dtsi: add SYS-DMAC clocks Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 06/29] ARM: shmobile: lager: Add VDD MPU regulator for DVFS Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 07/29] ARM: shmobile: r8a7790/lager dts: Add DVFS parameters into cpu0 node for r8a7790 Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 08/29] ARM: shmobile: koelsch dts: Add VDD MPU regulator for DVFS Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 09/29] ARM: shmobile: r8a7791/koelsch dts: Add DVFS parameters into cpu0 node for r8a7791 Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 10/29] ARM: shmobile: lager: enable i2c devices Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 11/29] ARM: shmobile: lager: add i2c1, i2c2 pins Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 12/29] ARM: shmobile: lager: Move i2c[12]_pins nodes to pfc node Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 13/29] ARM: shmobile: Lager memory map update Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 14/29] ARM: shmobile: lager: Remove duplicate i2c3 nodes Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 15/29] ARM: shmobile: koelsch: Remove duplicate i2c6 nodes Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 16/29] ARM: shmobile: henninger: add I2C2 DT support Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 17/29] ARM: shmobile: r8a7790: add MSTP10 support on DTSI Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 18/29] ARM: shmobile: r8a7790: add R-Car sound " Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 19/29] ARM: shmobile: r8a7791: add audio clock " Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 20/29] ARM: shmobile: r8a7791: add MSTP10 support " Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 21/29] ARM: shmobile: r8a7790: Add PCIEC clock device tree node Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 22/29] ARM: shmobile: r8a7790: Add default PCIe bus clock Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 23/29] ARM: shmobile: r8a7790: Add PCIe Controller device node Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 24/29] ARM: shmobile: r8a7791: Add PCIEC clock device tree node Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 25/29] ARM: shmobile: r8a7791: Add default PCIe bus clock Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 26/29] ARM: shmobile: r8a7791: Add PCIe Controller device node Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 27/29] ARM: shmobile: koelsch: Enable PCIe Controller & PCIe bus clock Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 28/29] ARM: shmobile: henninger: " Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-06-23  2:28   ` [PATCH 29/29] ARM: shmobile: r8a7791: add R-Car sound support on DTSI Simon Horman
2014-06-23  2:28     ` Simon Horman
2014-07-07  0:23   ` [GIT PULL] Renesas ARM Based SoC DT Updates for v3.17 Olof Johansson
2014-07-07  0:23     ` Olof Johansson
2014-08-20  0:23 ` [GIT PULL] Renesas ARM Based SoC DT Updates for v3.18 Simon Horman
2014-08-20  0:23   ` Simon Horman
2014-08-20  0:23   ` [PATCH 01/12] ARM: shmobile: r8a7791: add VIN DT support Simon Horman
2014-08-20  0:23     ` Simon Horman
2014-08-20  0:23   ` [PATCH 02/12] ARM: shmobile: henninger: add VIN0/ADV7180 " Simon Horman
2014-08-20  0:23     ` Simon Horman
2014-08-20  0:23   ` [PATCH 03/12] ARM: shmobile: koelsch: add VIN1/ADV7180 " Simon Horman
2014-08-20  0:23     ` Simon Horman
2014-08-20  0:23   ` [PATCH 04/12] ARM: shmobile: r8a7790: Add DMAC clocks to DT Simon Horman
2014-08-20  0:23     ` Simon Horman
2014-08-20  0:23   ` [PATCH 05/12] ARM: shmobile: r8a7790: Add DMAC devices " Simon Horman
2014-08-20  0:23     ` Simon Horman
2014-08-20  0:23   ` [PATCH 06/12] ARM: shmobile: r8a7791: " Simon Horman
2014-08-20  0:23     ` Simon Horman
2014-08-20  0:23   ` [PATCH 07/12] ARM: shmobile: r8a7791 dtsi: Enable DMA for QSPI Simon Horman
2014-08-20  0:23     ` Simon Horman
2014-08-20  0:23   ` [PATCH 08/12] ARM: shmobile: r8a7791 dtsi: Enable DMA for MSIOF Simon Horman
2014-08-20  0:23     ` Simon Horman
2014-08-20  0:24   ` [PATCH 09/12] ARM: shmobile: r8a7790 dtsi: Enable DMA for QSPI Simon Horman
2014-08-20  0:24     ` Simon Horman
2014-08-20  0:24   ` [PATCH 10/12] ARM: shmobile: r8a7790 dtsi: Enable DMA for MSIOF Simon Horman
2014-08-20  0:24     ` Simon Horman
2014-08-20  0:24   ` [PATCH 11/12] ARM: shmobile: r8a7790: add VIN device nodes Simon Horman
2014-08-20  0:24     ` Simon Horman
2014-08-20  0:24   ` [PATCH 12/12] ARM: shmobile: lager: add VIN1/ADV7180 " Simon Horman
2014-08-20  0:24     ` Simon Horman
2014-11-04  1:51 ` [GIT PULL] Renesas ARM Based SoC DT Updates for v3.19 Simon Horman
2014-11-04  1:51   ` Simon Horman
2014-11-04  1:50   ` [PATCH 01/34] ARM: shmobile: r8a7740 dtsi: Add missing INTCA clock for irqpin module Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 02/34] ARM: shmobile: r8a7790: add USB PHY DT support Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 03/34] ARM: shmobile: lager: enable USB PHY Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 04/34] ARM: shmobile: r8a7791: add USB PHY DT support Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 05/34] ARM: shmobile: koelsch: enable USB PHY Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 06/34] ARM: shmobile: henninger: " Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 07/34] ARM: shmobile: r8a7790: link PCI USB devices to " Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 08/34] ARM: shmobile: r8a7791: " Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 09/34] ARM: shmobile: r8a7790: switch from scif to scifa Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 10/34] ARM: shmobile: r8a7740 dtsi: Fix clock index for scifa2 Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 11/34] ARM: shmobile: r8a7790: Add RGX clock to device tree Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 12/34] ARM: shmobile: r8a7791: Add SGX " Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 13/34] ARM: shmobile: r8a7790: Add MMP " Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 14/34] ARM: shmobile: r8a7791: " Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 15/34] ARM: shmobile: r8a7740 dtsi: Add TMU0 and TMU1 device nodes Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 16/34] ARM: shmobile: armadillo800eva dts: Enable TMU0 Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 17/34] ARM: shmobile: r8a7778: Add TMU nodes Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 18/34] ARM: shmobile: bockw-reference: Initialise TMU device using DT Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 19/34] ARM: shmobile: r8a7794: Add arch_timer to device tree Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 20/34] ARM: shmobile: r8a7790: add USB3.0 device node Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 21/34] ARM: shmobile: lager: enable USB3.0 Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 22/34] ARM: shmobile: r8a7791: add USB3.0 device node Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 23/34] ARM: shmobile: r8a7790: add HS-USB " Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 24/34] ARM: shmobile: lager: enable HS-USB Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 25/34] ARM: shmobile: r8a7791: add HS-USB device node Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 26/34] ARM: shmobile: koelsch: enable HS-USB Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 27/34] ARM: shmobile: henninger: " Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 28/34] ARM: shmobile: r8a73a4: Add SoC-specific CMT compatible property Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:50   ` [PATCH 29/34] ARM: shmobile: r8a7778: Add SoC-specific TMU " Simon Horman
2014-11-04  1:50     ` Simon Horman
2014-11-04  1:51   ` [PATCH 30/34] ARM: shmobile: r8a7790: Rename mmcif node to mmc Simon Horman
2014-11-04  1:51     ` Simon Horman
2014-11-04  1:51   ` [PATCH 31/34] ARM: shmobile: r8a7791: Add MMCIF0 DT node Simon Horman
2014-11-04  1:51     ` Simon Horman
2014-11-04  1:51   ` [PATCH 32/34] ARM: shmobile: r8a7790: Reference DMA channels in MMCIF DT nodes Simon Horman
2014-11-04  1:51     ` Simon Horman
2014-11-04  1:51   ` [PATCH 33/34] ARM: shmobile: r8a7791: Reference DMA channels in MMCIF DT node Simon Horman
2014-11-04  1:51     ` Simon Horman
2014-11-04  1:51   ` [PATCH 34/34] ARM: shmobile: r8a7779 dtsi: Add SoC-specific SATA compatible property Simon Horman
2014-11-04  1:51     ` Simon Horman
2014-11-19 21:47   ` [GIT PULL] Renesas ARM Based SoC DT Updates for v3.19 Arnd Bergmann
2014-11-19 21:47     ` Arnd Bergmann
2014-12-29  1:44 ` [GIT PULL] Renesas ARM Based SoC DT Updates for v3.20 Simon Horman
2014-12-29  1:44   ` Simon Horman
2014-12-29  1:43   ` [PATCH 01/30] ARM: shmobile: ape6evm-reference: Correct BSC bus range Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 02/30] ARM: shmobile: r8a7740 dtsi: Change to using clock-indices Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 03/30] ARM: shmobile: r8a7779 " Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 04/30] ARM: shmobile: r8a7790 " Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 05/30] ARM: shmobile: r8a7791 " Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 06/30] ARM: shmobile: r8a7794 " Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 07/30] ARM: shmobile: r8a7794: Add USB clocks to device tree Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 08/30] ARM: shmobile: dts: koelsch: Fix flash partition label and size Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 09/30] ARM: shmobile: r8a7791: Correct mask for GIC PPI interrupts Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 10/30] ARM: shmobile: r8a7794: " Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 11/30] ARM: shmobile: r8a7794: Add USBDMAC[01] clocks to device tree Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 12/30] ARM: shmobile: koelsch: Fix QSPI mode of SPI-Flash into mode3 Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 13/30] ARM: shmobile: r8a7791: Add IPMMU-SGX clock to device tree Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 14/30] ARM: shmobile: r8a7794: Add SYS-DMAC clocks " Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 15/30] ARM: shmobile: lager: Fix QSPI mode of SPI-Flash into mode3 Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 16/30] ARM: shmobile: r8a7794: Add QSPI clock to device tree Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 17/30] ARM: shmobile: r8a7779: Use R8A7779_CLK_P as SCIF parent clock Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 18/30] ARM: shmobile: r8a7779: Use MSTP for SCIF clocks Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 19/30] ARM: shmobile: r8a7779: Add TWD device to DTS Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 20/30] ARM: shmobile: r8a7794: Add I2C clocks to device tree Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 21/30] ARM: shmobile: r8a7794: Add SDHI " Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29 11:14     ` Sergei Shtylyov
2014-12-29 11:14       ` Sergei Shtylyov
2014-12-31  6:14       ` Simon Horman
2014-12-31  6:14         ` Simon Horman
2014-12-29  1:43   ` [PATCH 22/30] ARM: shmobile: r8a7794: Add MMCIF clock " Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 23/30] ARM: shmobile: ape6evm: fix compatible string for Ethernet controller Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 24/30] ARM: shmobile: ape6evm: synchronize dts with reference platform Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 25/30] ARM: shmobile: ape6evm: Add LEDs to the device tree Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 26/30] ARM: shmobile: ape6evm: Add keypad " Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 27/30] ARM: shmobile: r8a73a4: Add r8a73a4-ape6evm.dtb to ARCH_SHMOBILE_MULTI Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 28/30] ARM: shmobile: ape6evm: Fix LAN9220 VDDVARIO voltage Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:44   ` [PATCH 29/30] ARM: shmobile: r8a7790: add MLB+ clock Simon Horman
2014-12-29  1:44     ` Simon Horman
2014-12-29  1:44   ` [PATCH 30/30] ARM: shmobile: r8a7791: " Simon Horman
2014-12-29  1:44     ` Simon Horman
2015-01-12 22:24   ` [GIT PULL] Renesas ARM Based SoC DT Updates for v3.20 Olof Johansson
2015-01-12 22:24     ` Olof Johansson
2015-02-26  6:21 ` [GIT PULL] Renesas ARM Based SoC DT Updates for v4.1 Simon Horman
2015-02-26  6:21   ` Simon Horman
2015-02-26  6:20   ` [PATCH 01/32] ARM: shmobile: r8a7740 dtsi: add remaining DIV6 clocks Simon Horman
2015-02-26  6:20     ` Simon Horman
2015-02-26  6:20   ` [PATCH 02/32] ARM: shmobile: sh73a0 dtsi: Set control-parent for all irqpin nodes Simon Horman
2015-02-26  6:20     ` Simon Horman
2015-02-26  6:21   ` [PATCH 03/32] ARM: shmobile: kzm9g-reference dts: Sort i2c0 children by unit address Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 04/32] ARM: shmobile: kzm9g-reference dts: Add ak8975 magnetometer node Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 05/32] ARM: shmobile: kzm9g-reference dts: Add adxl345 accelerometer node Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 06/32] ARM: shmobile: kzm9g-reference dts: Add r2025sd rtc node Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 07/32] ARM: shmobile: kzm9g-reference dts: Add st1232 touchscreen node Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 08/32] ARM: shmobile: sh73a0 dtsi: Add missing INTCA0 clock for irqpin module Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 09/32] ARM: shmobile: sh73a0 dtsi: Add selectable sources to DIV6 clocks Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 10/32] ARM: shmobile: kzm9g dts: Declare the full 512 MiB of RAM Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 11/32] ARM: shmobile: kzm9g-reference " Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 12/32] ARM: shmobile: r8a7794: Add DMAC devices to DT Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  8:41     ` Geert Uytterhoeven
2015-02-26  8:41       ` Geert Uytterhoeven
2015-02-26  6:21   ` [PATCH 13/32] ARM: shmobile: r8a7790: Add IPMMU DT nodes Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 14/32] ARM: shmobile: r8a7791: " Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 15/32] ARM: shmobile: r8a7794: " Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 16/32] ARM: shmobile: r8a7794: Add ethernet controller to device tree Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 17/32] ARM: shmobile: r8a7794: alt: Enable ethernet controller Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 18/32] ARM: shmobile: r8a7794: Correct SDHI clock base address, labels and output-names Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 19/32] ARM: shmobile: r8a7791: Correct SDHI clock " Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 20/32] ARM: shmobile: koelsch: Add DU HDMI output support Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 21/32] ARM: shmobile: r8a7790: smp: remap whole apmu region Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 22/32] ARM: shmobile: r8a7791: " Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 23/32] ARM: shmobile: emev2 dtsi: Add PFC information Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 24/32] ARM: shmobile: emev2-kzm9d dts: Add PFC information for uart1 Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 25/32] ARM: shmobile: r8a7790: add CAN clocks Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 26/32] ARM: shmobile: r8a7790: add CAN DT support Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 27/32] ARM: shmobile: r8a7791: add CAN clocks Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 28/32] ARM: shmobile: r8a7791: add CAN DT support Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 29/32] ARM: shmobile: henninger: add CAN0 " Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 30/32] ARM: shmobile: r8a7791: add ADSP clocks Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 31/32] ARM: shmobile: r8a7790: " Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-02-26  6:21   ` [PATCH 32/32] ARM: shmobile: r8a7794: add SDHI DT support Simon Horman
2015-02-26  6:21     ` Simon Horman
2015-03-04 22:00   ` [GIT PULL] Renesas ARM Based SoC DT Updates for v4.1 Arnd Bergmann
2015-03-04 22:00     ` Arnd Bergmann
2015-05-14  1:06 ` [GIT PULL] Renesas ARM Based SoC DT Updates for v4.2 Simon Horman
2015-05-14  1:06   ` Simon Horman
2015-05-14  1:06   ` [PATCH 01/31] ARM: shmobile: r8a7790: Remove MSIOF address from device tree Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 02/31] ARM: shmobile: r8a7791: " Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 03/31] ARM: shmobile: r8a7740 dtsi: Fix SCIFB naming Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 04/31] ARM: shmobile: sh73a0 " Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 05/31] ARM: shmobile: r8a73a4: Add IRQC clock to device tree Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 06/31] ARM: shmobile: r8a7790: " Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 07/31] ARM: shmobile: r8a7791: " Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 08/31] ARM: shmobile: r8a7794: " Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 09/31] ARM: shmobile: r8a7740 dtsi: Use generic names for device nodes Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 10/31] ARM: shmobile: r8a7778 " Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 11/31] ARM: shmobile: r8a7779 " Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 12/31] ARM: shmobile: r8a7790 " Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 13/31] ARM: shmobile: r8a7791 " Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 14/31] ARM: shmobile: sh73a0 " Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 15/31] ARM: shmobile: ape6evm dts: " Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 16/31] ARM: shmobile: kzm9d " Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 17/31] ARM: shmobile: marzen " Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 18/31] ARM: shmobile: armadillo800eva " Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 19/31] ARM: shmobile: henninger dts: Add "nor-jedec" compatible value Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 20/31] ARM: shmobile: bockw-reference " Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 21/31] ARM: shmobile: lager " Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 22/31] ARM: shmobile: bockw " Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 23/31] ARM: shmobile: koelsch " Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 24/31] ARM: shmobile: bockw dts: Use generic names for device nodes Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 25/31] ARM: shmobile: lager " Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 26/31] ARM: shmobile: koelsch " Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 27/31] ARM: shmobile: kzm9g dts: Configure the HOME key as wake-up source Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 28/31] ARM: shmobile: r8a7790: add USB-DMAC device nodes Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 29/31] ARM: shmobile: r8a7790: Enable DMA for HSUSB Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-05-14  1:06   ` [PATCH 30/31] ARM: shmobile: r8a7791: add USB-DMAC device nodes Simon Horman
2015-05-14  1:06     ` Simon Horman
2015-09-29 22:34     ` Sergei Shtylyov
2015-09-29 22:34       ` Sergei Shtylyov
2015-09-30  6:44       ` Geert Uytterhoeven
2015-09-30  6:44         ` Geert Uytterhoeven
2015-09-30 20:10         ` Sergei Shtylyov
2015-09-30 20:10           ` Sergei Shtylyov
2015-09-30 20:13           ` Geert Uytterhoeven
2015-09-30 20:13             ` Geert Uytterhoeven
2015-09-30 20:25             ` Sergei Shtylyov
2015-09-30 20:25               ` Sergei Shtylyov
2015-09-30  9:06       ` Yoshihiro Shimoda
2015-09-30  9:06         ` Yoshihiro Shimoda
2015-10-01  7:24         ` Geert Uytterhoeven
2015-10-01  7:24           ` Geert Uytterhoeven
2015-05-14  1:07   ` [PATCH 31/31] ARM: shmobile: r8a7791: Enable DMA for HSUSB Simon Horman
2015-05-14  1:07     ` Simon Horman
2015-05-14 15:37   ` [GIT PULL] Renesas ARM Based SoC DT Updates for v4.2 Geert Uytterhoeven
2015-05-14 15:37     ` Geert Uytterhoeven
2015-05-15  0:44     ` Simon Horman
2015-05-15  0:44       ` Simon Horman
2015-05-15  7:47       ` Geert Uytterhoeven
2015-05-15  7:47         ` Geert Uytterhoeven
2015-05-15 15:22   ` Arnd Bergmann
2015-05-15 15:22     ` Arnd Bergmann
2015-05-16  0:10     ` Simon Horman
2015-05-16  0:10       ` Simon Horman
2015-07-10  6:37 ` [GIT PULL] Renesas ARM Based SoC DT Updates for v4.3 Simon Horman
2015-07-10  6:37   ` Simon Horman
2015-07-10  6:37   ` Simon Horman [this message]
2015-07-10  6:37     ` [PATCH 01/11] ARM: shmobile: add r8a7793 minimal SoC device tree Simon Horman
2015-07-10  6:37   ` [PATCH 02/11] ARM: shmobile: r8a7793: add minimal Gose board " Simon Horman
2015-07-10  6:37     ` Simon Horman
2015-07-10  6:37   ` [PATCH 03/11] ARM: shmobile: r8a7790: add EtherAVB clocks Simon Horman
2015-07-10  6:37     ` Simon Horman
2015-07-10  6:37   ` [PATCH 04/11] ARM: shmobile: r8a7790: add EtherAVB DT support Simon Horman
2015-07-10  6:37     ` Simon Horman
2015-07-10  6:37   ` [PATCH 05/11] ARM: shmobile: armadillo800eva dts: Add pinctrl and gpio-hog for lcdc0 Simon Horman
2015-07-10  6:37     ` Simon Horman
2015-07-10  6:37   ` [PATCH 06/11] ARM: shmobile: r8a73a4 dtsi: Use "arm,gic-400" for GIC Simon Horman
2015-07-10  6:37     ` Simon Horman
2015-07-10  6:37   ` [PATCH 07/11] ARM: shmobile: r8a7790 " Simon Horman
2015-07-10  6:37     ` Simon Horman
2015-07-10  6:37   ` [PATCH 08/11] ARM: shmobile: r8a7791 " Simon Horman
2015-07-10  6:37     ` Simon Horman
2015-07-10  6:37   ` [PATCH 09/11] ARM: shmobile: r8a7793 " Simon Horman
2015-07-10  6:37     ` Simon Horman
2015-07-10  6:37   ` [PATCH 10/11] ARM: shmobile: r8a7794 " Simon Horman
2015-07-10  6:37     ` Simon Horman
2015-07-10  6:37   ` [PATCH 11/11] ARM: shmobile: r8a7779: Configure IRLM mode via DT Simon Horman
2015-07-10  6:37     ` Simon Horman
2015-07-14  9:52   ` [GIT PULL] Renesas ARM Based SoC DT Updates for v4.3 Olof Johansson
2015-07-14  9:52     ` Olof Johansson
2015-09-18  0:47 ` [GIT PULL] Renesas ARM Based SoC DT Updates for v4.4 Simon Horman
2015-09-18  0:47   ` Simon Horman
2015-09-18  0:47   ` [PATCH 01/19] ARM: shmobile: Add silk device tree bindings documentation Simon Horman
2015-09-18  0:47     ` Simon Horman
2015-09-30 22:56     ` Sergei Shtylyov
2015-09-30 22:56       ` Sergei Shtylyov
2015-09-18  0:47   ` [PATCH 02/19] ARM: shmobile: r8a7794: add GPIO clocks Simon Horman
2015-09-18  0:47     ` Simon Horman
2015-09-18  0:47   ` [PATCH 03/19] ARM: shmobile: r8a7794: add GPIO DT support Simon Horman
2015-09-18  0:47     ` Simon Horman
2015-09-18  0:47   ` [PATCH 04/19] ARM: shmobile: r8a7794: add QSPI " Simon Horman
2015-09-18  0:47     ` Simon Horman
2015-09-18  0:47   ` [PATCH 05/19] ARM: shmobile: silk: " Simon Horman
2015-09-18  0:47     ` Simon Horman
2015-09-18  0:47   ` [PATCH 06/19] ARM: shmobile: marzen: Board specific serial port order Simon Horman
2015-09-18  0:47     ` Simon Horman
2015-09-18  0:47   ` [PATCH 07/19] ARM: shmobile: kzm9g dts: Use adxl345-specific compatible property Simon Horman
2015-09-18  0:47     ` Simon Horman
2015-09-18  0:47   ` [PATCH 08/19] ARM: shmobile: r8a7794: add I2C DT support Simon Horman
2015-09-18  0:47     ` Simon Horman
2015-09-18  0:47   ` [PATCH 09/19] ARM: shmobile: silk: add I2C1 " Simon Horman
2015-09-18  0:47     ` Simon Horman
2015-09-18  0:47   ` [PATCH 10/19] ARM: shmobile: r8a7794: add VIN " Simon Horman
2015-09-18  0:47     ` Simon Horman
2015-09-18  0:47   ` [PATCH 11/19] ARM: shmobile: silk: add VIN0/ADV7180 " Simon Horman
2015-09-18  0:47     ` Simon Horman
2015-09-18  0:47   ` [PATCH 12/19] ARM: shmobile: koelsch: use CCF for audio clock Simon Horman
2015-09-18  0:47     ` Simon Horman
2015-09-18  0:47   ` [PATCH 13/19] ARM: shmobile: lager: " Simon Horman
2015-09-18  0:47     ` Simon Horman
2015-09-18  0:47   ` [PATCH 14/19] ARM: shmobile: r8a7790: tidyup SSI resource region Simon Horman
2015-09-18  0:47     ` Simon Horman
2015-09-18  0:47   ` [PATCH 15/19] ARM: shmobile: r8a7791: " Simon Horman
2015-09-18  0:47     ` Simon Horman
2015-09-18  0:47   ` [PATCH 16/19] ARM: shmobile: r8a7778: " Simon Horman
2015-09-18  0:47     ` Simon Horman
2015-09-18  0:47   ` [PATCH 17/19] ARM: shmobile: r8a7790: lager: add pinmux for iic0 Simon Horman
2015-09-18  0:47     ` Simon Horman
2015-09-18  0:47   ` [PATCH 18/19] ARM: shmobile: r8a7790 dtsi: Add CPG/MSTP Clock Domain for sound Simon Horman
2015-09-18  0:47     ` Simon Horman
2015-09-18  0:47   ` [PATCH 19/19] ARM: shmobile: r8a7791 " Simon Horman
2015-09-18  0:47     ` Simon Horman
2015-09-18  7:16   ` [GIT PULL] Renesas ARM Based SoC DT Updates for v4.4 Geert Uytterhoeven
2015-09-18  7:16     ` Geert Uytterhoeven
2015-09-18  7:21     ` Arnd Bergmann
2015-09-18  7:21       ` Arnd Bergmann
2015-09-18  7:29       ` Geert Uytterhoeven
2015-09-18  7:29         ` Geert Uytterhoeven
2015-09-18  8:19         ` Simon Horman
2015-09-18  8:19           ` Simon Horman
2015-09-24  5:08           ` Simon Horman
2015-09-24  5:08             ` Simon Horman
2015-10-02  2:28             ` Simon Horman
2015-10-02  2:28               ` Simon Horman
2015-10-02 22:18               ` Arnd Bergmann
2015-10-02 22:18                 ` Arnd Bergmann
2015-10-05  2:57                 ` Simon Horman
2015-10-05  2:57                   ` Simon Horman
2015-10-06 14:39               ` Arnd Bergmann
2015-10-06 14:39                 ` Arnd Bergmann
2015-10-07  1:42                 ` Simon Horman
2015-10-07  1:42                   ` Simon Horman
2015-09-18  7:37       ` Simon Horman
2015-09-18  7:37         ` Simon Horman
2015-09-18  7:36     ` Simon Horman
2015-09-18  7:36       ` Simon Horman
2015-11-20  1:05 ` [GIT PULL] Renesas ARM Based SoC DT Updates for v4.5 Simon Horman
2015-11-20  1:05   ` Simon Horman
2015-11-20  1:05   ` [PATCH 01/29] ARM: shmobile: porter: add HS-USB DT support Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 02/29] ARM: shmobile: r8a7794 dtsi: Remove bogus imp_clk node Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 03/29] ARM: shmobile: r8a7791 " Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 04/29] ARM: shmobile: silk: add SDHI1 DT support Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 05/29] ARM: dts: shmobile/r8a7xxx: replace gpio-key, wakeup with wakeup-source property Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 06/29] ARM: shmobile: r8a7790: fix "gpio-ranges" props Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 07/29] ARM: shmobile: r8a7791: " Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 08/29] ARM: shmobile: r8a7794: Disable all IPMMU nodes by default Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 09/29] ARM: shmobile: r8a7793: Add IPMMU nodes Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 10/29] ARM: shmobile: porter: add CAN0 DT support Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 11/29] ARM: shmobile: henninger: remove board DT Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 12/29] ARM: shmobile: r8a7793: Add thermal device to DT Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 13/29] ARM: shmobile: r8a7793: Add PFC " Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 14/29] ARM: shmobile: gose: Configure PFC in DT Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 15/29] ARM: shmobile: koelsch: Move SPI FLASH partitions to subnode Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 16/29] ARM: shmobile: r8a7793: Add DMAC devices to DT Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 17/29] ARM: shmobile: r8a7793: Add QSPI device " Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 18/29] ARM: shmobile: gose: " Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 19/29] ARM: shmobile: r8a7794: Add DU0 clock Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 20/29] ARM: shmobile: r8a7794: Add DU node to device tree Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 21/29] ARM: shmobile: r8a7794: alt: Enable VGA port Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 22/29] ARM: shmobile: r8a7793: Add GPIO nodes to device tree Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 23/29] ARM: shmobile: r8a7790: Use SoC specific binding for rcar-dmac nodes Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 24/29] ARM: shmobile: r8a7791: " Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 25/29] ARM: shmobile: r8a7793: " Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 26/29] ARM: shmobile: r8a7794: " Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 27/29] ARM: shmobile: alt: Add pfc pins to DT Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 28/29] ARM: shmobile: alt: add I2C1 DT support Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-20  1:05   ` [PATCH 29/29] ARM: shmobile: alt: add VIN0, ADV7180 " Simon Horman
2015-11-20  1:05     ` Simon Horman
2015-11-24  3:02   ` [GIT PULL] Renesas ARM Based SoC DT Updates for v4.5 Simon Horman
2015-11-24  3:02     ` Simon Horman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0e03e8aed92ce4757a9dbfbf2b7f4edce6380f92.1436509954.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.