All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1455977964-8099-2-git-send-email-jchandra@broadcom.com>

diff --git a/a/1.txt b/N1/1.txt
index 6122524..b5164e1 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-From: Zi Shen Lim <zlim@broadcom.com>
+From: Zi Shen Lim <zlim-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
 
 Add a configuration option and a device tree for Broadcom's Vulcan
 ARM64 processor. vulcan.dtsi has the on-chip blocks like the PCIe
@@ -9,9 +9,9 @@ Vulcan's processor cores support the ARMv8.1 instruction set and
 will use "brcm,vulcan" as the compatible property. The firmware
 has PSCI 0.2 support for cpu wakeup.
 
-Signed-off-by: Zi Shen Lim <zlim@broadcom.com>
-[ updated and split dts - jchandra at broadcom.com ]
-Signed-off-by: Jayachandran C <jchandra@broadcom.com>
+Signed-off-by: Zi Shen Lim <zlim-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
+[ updated and split dts - jchandra-dY08KVG/lbpWk0Htik3J/w@public.gmane.org ]
+Signed-off-by: Jayachandran C <jchandra-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
 ---
  arch/arm64/Kconfig.platforms                 |   5 +
  arch/arm64/boot/dts/broadcom/Makefile        |   1 +
@@ -96,7 +96,7 @@ index 0000000..c49b5a8
 + * dtsi file for Broadcom (BRCM) Vulcan processor
 + *
 + * Copyright (c) 2013-2016 Broadcom
-+ * Author: Zi Shen Lim <zlim@broadcom.com>
++ * Author: Zi Shen Lim <zlim-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
 + *
 + * This program is free software; you can redistribute it and/or
 + * modify it under the terms of the GNU General Public License as
@@ -118,28 +118,28 @@ index 0000000..c49b5a8
 +		#address-cells = <0x2>;
 +		#size-cells = <0x0>;
 +
-+		cpu at 0 {
++		cpu@0 {
 +			device_type = "cpu";
 +			compatible = "brcm,vulcan", "arm,armv8";
 +			reg = <0x0 0x0>;
 +			enable-method = "psci";
 +		};
 +
-+		cpu at 1 {
++		cpu@1 {
 +			device_type = "cpu";
 +			compatible = "brcm,vulcan", "arm,armv8";
 +			reg = <0x0 0x1>;
 +			enable-method = "psci";
 +		};
 +
-+		cpu at 2 {
++		cpu@2 {
 +			device_type = "cpu";
 +			compatible = "brcm,vulcan", "arm,armv8";
 +			reg = <0x0 0x2>;
 +			enable-method = "psci";
 +		};
 +
-+		cpu at 3 {
++		cpu@3 {
 +			device_type = "cpu";
 +			compatible = "brcm,vulcan", "arm,armv8";
 +			reg = <0x0 0x3>;
@@ -152,7 +152,7 @@ index 0000000..c49b5a8
 +		method = "smc";
 +	};
 +
-+	gic: interrupt-controller at 400080000 {
++	gic: interrupt-controller@400080000 {
 +		compatible = "arm,gic-v3";
 +		#interrupt-cells = <3>;
 +		#address-cells = <2>;
@@ -164,7 +164,7 @@ index 0000000..c49b5a8
 +		      <0x04 0x01000000 0x0 0x1000000>;	/* GICR */
 +		interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
 +
-+		gicits: gic-its at 40010000 {
++		gicits: gic-its@40010000 {
 +			compatible = "arm,gic-v3-its";
 +			msi-controller;
 +			reg = <0x04 0x00100000 0x0 0x20000>;	/* GIC ITS */
@@ -225,7 +225,7 @@ index 0000000..c49b5a8
 +		#size-cells = <2>;
 +		ranges;
 +
-+		uart0: serial at 402020000 {
++		uart0: serial@402020000 {
 +			compatible = "arm,pl011", "arm,primecell";
 +			reg = <0x04 0x02020000 0x0 0x1000>;
 +			interrupt-parent = <&gic>;
@@ -238,3 +238,8 @@ index 0000000..c49b5a8
 +};
 -- 
 1.9.1
+
+--
+To unsubscribe from this list: send the line "unsubscribe devicetree" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index fddbecf..7f4f54a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,11 +1,20 @@
  "ref\01455977964-8099-1-git-send-email-jchandra@broadcom.com\0"
- "From\0jchandra@broadcom.com (Jayachandran C)\0"
+ "ref\01455977964-8099-1-git-send-email-jchandra-dY08KVG/lbpWk0Htik3J/w@public.gmane.org\0"
+ "From\0Jayachandran C <jchandra-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>\0"
  "Subject\0[PATCH v2 1/5] arm64: Broadcom Vulcan support\0"
  "Date\0Sat, 20 Feb 2016 19:49:20 +0530\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>"
+  Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>
+  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+ " bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org\0"
+ "Cc\0Zi Shen Lim <zlim-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>"
+ " Jayachandran C <jchandra-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
- "From: Zi Shen Lim <zlim@broadcom.com>\n"
+ "From: Zi Shen Lim <zlim-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>\n"
  "\n"
  "Add a configuration option and a device tree for Broadcom's Vulcan\n"
  "ARM64 processor. vulcan.dtsi has the on-chip blocks like the PCIe\n"
@@ -16,9 +25,9 @@
  "will use \"brcm,vulcan\" as the compatible property. The firmware\n"
  "has PSCI 0.2 support for cpu wakeup.\n"
  "\n"
- "Signed-off-by: Zi Shen Lim <zlim@broadcom.com>\n"
- "[ updated and split dts - jchandra at broadcom.com ]\n"
- "Signed-off-by: Jayachandran C <jchandra@broadcom.com>\n"
+ "Signed-off-by: Zi Shen Lim <zlim-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>\n"
+ "[ updated and split dts - jchandra-dY08KVG/lbpWk0Htik3J/w@public.gmane.org ]\n"
+ "Signed-off-by: Jayachandran C <jchandra-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>\n"
  "---\n"
  " arch/arm64/Kconfig.platforms                 |   5 +\n"
  " arch/arm64/boot/dts/broadcom/Makefile        |   1 +\n"
@@ -103,7 +112,7 @@
  "+ * dtsi file for Broadcom (BRCM) Vulcan processor\n"
  "+ *\n"
  "+ * Copyright (c) 2013-2016 Broadcom\n"
- "+ * Author: Zi Shen Lim <zlim@broadcom.com>\n"
+ "+ * Author: Zi Shen Lim <zlim-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>\n"
  "+ *\n"
  "+ * This program is free software; you can redistribute it and/or\n"
  "+ * modify it under the terms of the GNU General Public License as\n"
@@ -125,28 +134,28 @@
  "+\t\t#address-cells = <0x2>;\n"
  "+\t\t#size-cells = <0x0>;\n"
  "+\n"
- "+\t\tcpu at 0 {\n"
+ "+\t\tcpu@0 {\n"
  "+\t\t\tdevice_type = \"cpu\";\n"
  "+\t\t\tcompatible = \"brcm,vulcan\", \"arm,armv8\";\n"
  "+\t\t\treg = <0x0 0x0>;\n"
  "+\t\t\tenable-method = \"psci\";\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tcpu at 1 {\n"
+ "+\t\tcpu@1 {\n"
  "+\t\t\tdevice_type = \"cpu\";\n"
  "+\t\t\tcompatible = \"brcm,vulcan\", \"arm,armv8\";\n"
  "+\t\t\treg = <0x0 0x1>;\n"
  "+\t\t\tenable-method = \"psci\";\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tcpu at 2 {\n"
+ "+\t\tcpu@2 {\n"
  "+\t\t\tdevice_type = \"cpu\";\n"
  "+\t\t\tcompatible = \"brcm,vulcan\", \"arm,armv8\";\n"
  "+\t\t\treg = <0x0 0x2>;\n"
  "+\t\t\tenable-method = \"psci\";\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tcpu at 3 {\n"
+ "+\t\tcpu@3 {\n"
  "+\t\t\tdevice_type = \"cpu\";\n"
  "+\t\t\tcompatible = \"brcm,vulcan\", \"arm,armv8\";\n"
  "+\t\t\treg = <0x0 0x3>;\n"
@@ -159,7 +168,7 @@
  "+\t\tmethod = \"smc\";\n"
  "+\t};\n"
  "+\n"
- "+\tgic: interrupt-controller at 400080000 {\n"
+ "+\tgic: interrupt-controller@400080000 {\n"
  "+\t\tcompatible = \"arm,gic-v3\";\n"
  "+\t\t#interrupt-cells = <3>;\n"
  "+\t\t#address-cells = <2>;\n"
@@ -171,7 +180,7 @@
  "+\t\t      <0x04 0x01000000 0x0 0x1000000>;\t/* GICR */\n"
  "+\t\tinterrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;\n"
  "+\n"
- "+\t\tgicits: gic-its at 40010000 {\n"
+ "+\t\tgicits: gic-its@40010000 {\n"
  "+\t\t\tcompatible = \"arm,gic-v3-its\";\n"
  "+\t\t\tmsi-controller;\n"
  "+\t\t\treg = <0x04 0x00100000 0x0 0x20000>;\t/* GIC ITS */\n"
@@ -232,7 +241,7 @@
  "+\t\t#size-cells = <2>;\n"
  "+\t\tranges;\n"
  "+\n"
- "+\t\tuart0: serial at 402020000 {\n"
+ "+\t\tuart0: serial@402020000 {\n"
  "+\t\t\tcompatible = \"arm,pl011\", \"arm,primecell\";\n"
  "+\t\t\treg = <0x04 0x02020000 0x0 0x1000>;\n"
  "+\t\t\tinterrupt-parent = <&gic>;\n"
@@ -244,6 +253,11 @@
  "+\n"
  "+};\n"
  "-- \n"
- 1.9.1
+ "1.9.1\n"
+ "\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-7c8717f5f840b1e64bb7d8793afd5f49a885d615a3410146368b324284a8b554
+af8309ea722283905fc006f1e9b4e36157b745da11b5fa73b504d63fdc0ead42

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.