All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150722162300.GD15809@leverpostej>

diff --git a/a/1.txt b/N1/1.txt
index 6998d01..d750907 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -19,7 +19,7 @@ you sort that out then this should become grounded and well-defined.
 
 [...]
 
-> >> +scpi_protocol: scpi@2e000000 {
+> >> +scpi_protocol: scpi at 2e000000 {
 > >> +	compatible = "arm,scpi";
 > >> +	mboxes = <&mailbox 0 &mailbox 1>;
 > >> +	shmem = <&cpu_scp_lpri &cpu_scp_hpri>;
@@ -27,13 +27,13 @@ you sort that out then this should become grounded and well-defined.
 > >> +	clocks {
 > >> +		compatible = "arm,scpi-clocks";
 > >> +
-> >> +		scpi_dvfs: scpi_clocks@0 {
+> >> +		scpi_dvfs: scpi_clocks at 0 {
 > >> +			compatible = "arm,scpi-dvfs-clocks";
 > >> +			#clock-cells = <1>;
 > >> +			clock-indices = <0>, <1>, <2>;
 > >> +			clock-output-names = "vbig", "vlittle", "vgpu";
 > >> +		};
-> >> +		scpi_clk: scpi_clocks@3 {
+> >> +		scpi_clk: scpi_clocks at 3 {
 > >> +			compatible = "arm,scpi-variable-clocks";
 > >> +			#clock-cells = <1>;
 > >> +			clock-indices = <3>, <4>;
@@ -42,14 +42,14 @@ you sort that out then this should become grounded and well-defined.
 > >> +	};
 > >> +};
 > >> +
-> >> +cpu@0 {
+> >> +cpu at 0 {
 > >> +	...
 > >> +	reg = <0 0>;
 > >> +	clocks = <&scpi_dvfs 0>;
 > >> +	clock-names = "vbig";
 > >> +};
 > >> +
-> >> +hdlcd@7ff60000 {
+> >> +hdlcd at 7ff60000 {
 > >> +	...
 > >> +	reg = <0 0x7ff60000 0 0x1000>;
 > >> +	clocks = <&scpi_clk 1>;
@@ -61,12 +61,12 @@ you sort that out then this should become grounded and well-defined.
 > >> +and 2 as clock-indices. scpi_clk has 2 output clocks namely: pxlclk0 and
 > >> +pxlclk1 with 3 and 4 as clock-indices.
 > >> +
-> >> +The first consumer in the example is cpu@0 and it has vbig as input clock.
+> >> +The first consumer in the example is cpu at 0 and it has vbig as input clock.
 > >> +The index '0' in the clock specifier here points to the first entry in the
 > >> +output clocks of scpi_dvfs for which clock_id asrequired by the firmware
 > >> +is 0.
 > >> +
-> >> +Similarly the second example is hdlcd@7ff60000 and it has pxlclk0 as input
+> >> +Similarly the second example is hdlcd at 7ff60000 and it has pxlclk0 as input
 > >> +clock. The index '1' in the clock specifier here points to the second entry
 > >> +in the output clocks of scpi_clocks for which clock_id as required by the
 > >> +firmware is 4.
diff --git a/a/content_digest b/N1/content_digest
index bc2849b..cdcf7f1 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,23 +2,10 @@
  "ref\01433760002-24120-2-git-send-email-sudeep.holla@arm.com\0"
  "ref\020150722095501.GA15809@leverpostej\0"
  "ref\055AFBD24.8020903@arm.com\0"
- "From\0Mark Rutland <mark.rutland@arm.com>\0"
- "Subject\0Re: [PATCH v4 1/8] Documentation: add DT binding for ARM System Control and Power Interface(SCPI) protocol\0"
+ "From\0mark.rutland@arm.com (Mark Rutland)\0"
+ "Subject\0[PATCH v4 1/8] Documentation: add DT binding for ARM System Control and Power Interface(SCPI) protocol\0"
  "Date\0Wed, 22 Jul 2015 17:23:00 +0100\0"
- "To\0Sudeep Holla <sudeep.holla@arm.com>\0"
- "Cc\0linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>"
-  linux-pm@vger.kernel.org <linux-pm@vger.kernel.org>
-  linux-clk@vger.kernel.org <linux-clk@vger.kernel.org>
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
-  Liviu Dudau <Liviu.Dudau@arm.com>
-  Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com>
-  Jon Medhurst (Tixy) <tixy@linaro.org>
-  Arnd Bergmann <arnd@arndb.de>
-  Kevin Hilman <khilman@kernel.org>
-  Olof Johansson <olof@lixom.net>
-  Rob Herring <robh+dt@kernel.org>
-  Jassi Brar <jassisinghbrar@gmail.com>
- " devicetree@vger.kernel.org <devicetree@vger.kernel.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "> >> +Other required properties for all clocks(all from common clock binding):\n"
@@ -42,7 +29,7 @@
  "\n"
  "[...]\n"
  "\n"
- "> >> +scpi_protocol: scpi@2e000000 {\n"
+ "> >> +scpi_protocol: scpi at 2e000000 {\n"
  "> >> +\tcompatible = \"arm,scpi\";\n"
  "> >> +\tmboxes = <&mailbox 0 &mailbox 1>;\n"
  "> >> +\tshmem = <&cpu_scp_lpri &cpu_scp_hpri>;\n"
@@ -50,13 +37,13 @@
  "> >> +\tclocks {\n"
  "> >> +\t\tcompatible = \"arm,scpi-clocks\";\n"
  "> >> +\n"
- "> >> +\t\tscpi_dvfs: scpi_clocks@0 {\n"
+ "> >> +\t\tscpi_dvfs: scpi_clocks at 0 {\n"
  "> >> +\t\t\tcompatible = \"arm,scpi-dvfs-clocks\";\n"
  "> >> +\t\t\t#clock-cells = <1>;\n"
  "> >> +\t\t\tclock-indices = <0>, <1>, <2>;\n"
  "> >> +\t\t\tclock-output-names = \"vbig\", \"vlittle\", \"vgpu\";\n"
  "> >> +\t\t};\n"
- "> >> +\t\tscpi_clk: scpi_clocks@3 {\n"
+ "> >> +\t\tscpi_clk: scpi_clocks at 3 {\n"
  "> >> +\t\t\tcompatible = \"arm,scpi-variable-clocks\";\n"
  "> >> +\t\t\t#clock-cells = <1>;\n"
  "> >> +\t\t\tclock-indices = <3>, <4>;\n"
@@ -65,14 +52,14 @@
  "> >> +\t};\n"
  "> >> +};\n"
  "> >> +\n"
- "> >> +cpu@0 {\n"
+ "> >> +cpu at 0 {\n"
  "> >> +\t...\n"
  "> >> +\treg = <0 0>;\n"
  "> >> +\tclocks = <&scpi_dvfs 0>;\n"
  "> >> +\tclock-names = \"vbig\";\n"
  "> >> +};\n"
  "> >> +\n"
- "> >> +hdlcd@7ff60000 {\n"
+ "> >> +hdlcd at 7ff60000 {\n"
  "> >> +\t...\n"
  "> >> +\treg = <0 0x7ff60000 0 0x1000>;\n"
  "> >> +\tclocks = <&scpi_clk 1>;\n"
@@ -84,12 +71,12 @@
  "> >> +and 2 as clock-indices. scpi_clk has 2 output clocks namely: pxlclk0 and\n"
  "> >> +pxlclk1 with 3 and 4 as clock-indices.\n"
  "> >> +\n"
- "> >> +The first consumer in the example is cpu@0 and it has vbig as input clock.\n"
+ "> >> +The first consumer in the example is cpu at 0 and it has vbig as input clock.\n"
  "> >> +The index '0' in the clock specifier here points to the first entry in the\n"
  "> >> +output clocks of scpi_dvfs for which clock_id asrequired by the firmware\n"
  "> >> +is 0.\n"
  "> >> +\n"
- "> >> +Similarly the second example is hdlcd@7ff60000 and it has pxlclk0 as input\n"
+ "> >> +Similarly the second example is hdlcd at 7ff60000 and it has pxlclk0 as input\n"
  "> >> +clock. The index '1' in the clock specifier here points to the second entry\n"
  "> >> +in the output clocks of scpi_clocks for which clock_id as required by the\n"
  "> >> +firmware is 4.\n"
@@ -147,4 +134,4 @@
  "Thanks,\n"
  Mark.
 
-1191f4f40fd753414bada6b4d2f26ab8370971963222d16a37b1ea4f0c78c4e2
+3811c38741b90acad5a893671e8db24f9390944f8007834053bd3552f57164ca

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.