All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <55141AD7.1040701@redhat.com>

diff --git a/a/1.txt b/N1/1.txt
index eb5f220..3ae5f16 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -8,7 +8,7 @@ On 24-03-15 16:20, Maxime Ripard wrote:
 >> Since most of the time these SRAM won't be accessible by the CPU,
 >> we can't use the mmio-sram driver and compatible.
 >>
->> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
+>> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
 >> ---
 >>   arch/arm/boot/dts/sun4i-a10.dtsi | 34 ++++++++++++++++++++++++++++++++++
 >>   1 file changed, 34 insertions(+)
@@ -36,45 +36,49 @@ Hans
 >> +	 * SRAM blocks start, this cannot be changed because that would be
 >> +	 * a devicetree ABI change.
 >> +	 */
->>   	soc at 01c00000 {
+>>   	soc@01c00000 {
 >>   		compatible = "simple-bus";
 >>   		#address-cells = <1>;
 >>   		#size-cells = <1>;
 >>   		ranges;
 >>
->> +		sram at 00000000 {
+>> +		sram@00000000 {
 >> +			compatible = "allwinner,sun4i-a10-sram";
 >> +			reg = <0x00000000 0x4000>;
 >> +			allwinner,sram-name = "A1";
 >> +		};
 >> +
->> +		sram at 00004000 {
+>> +		sram@00004000 {
 >> +			compatible = "allwinner,sun4i-a10-sram";
 >> +			reg = <0x00004000 0x4000>;
 >> +			allwinner,sram-name = "A2";
 >> +		};
 >> +
->> +		sram at 00008000 {
+>> +		sram@00008000 {
 >> +			compatible = "allwinner,sun4i-a10-sram";
 >> +			reg = <0x00008000 0x4000>;
 >> +			allwinner,sram-name = "A3-A4";
 >> +		};
 >> +
->> +		sram at 00010000 {
+>> +		sram@00010000 {
 >> +			compatible = "allwinner,sun4i-a10-sram";
 >> +			reg = <0x00010000 0x1000>;
 >> +			allwinner,sram-name = "D";
 >> +		};
 >> +
->> +		sram-controller at 01c00000 {
+>> +		sram-controller@01c00000 {
 >> +			compatible = "allwinner,sun4i-a10-sram-controller";
 >> +			reg = <0x01c00000 0x30>;
 >> +		};
 >> +
->>   		dma: dma-controller at 01c02000 {
+>>   		dma: dma-controller@01c02000 {
 >>   			compatible = "allwinner,sun4i-a10-dma";
 >>   			reg = <0x01c02000 0x1000>;
 >> --
 >> 2.3.3
 >>
 >
+--
+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 2e3f062..a12e5c6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,16 @@
  "ref\01426877569-11493-1-git-send-email-hdegoede@redhat.com\0"
  "ref\01426877569-11493-3-git-send-email-hdegoede@redhat.com\0"
  "ref\020150324152034.GB4951@lukather\0"
- "From\0hdegoede@redhat.com (Hans de Goede)\0"
- "Subject\0[PATCH 2/5] ARM: dts: sun4i: Add A10 SRAM and SRAM controller\0"
+ "From\0Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 2/5] ARM: dts: sun4i: Add A10 SRAM and SRAM controller\0"
  "Date\0Thu, 26 Mar 2015 15:42:31 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
+ "Cc\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>"
+  Jens Kuske <jenskuske-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+  Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
+ " linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "Hi,\n"
@@ -17,7 +23,7 @@
  ">> Since most of the time these SRAM won't be accessible by the CPU,\n"
  ">> we can't use the mmio-sram driver and compatible.\n"
  ">>\n"
- ">> Signed-off-by: Hans de Goede <hdegoede@redhat.com>\n"
+ ">> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n"
  ">> ---\n"
  ">>   arch/arm/boot/dts/sun4i-a10.dtsi | 34 ++++++++++++++++++++++++++++++++++\n"
  ">>   1 file changed, 34 insertions(+)\n"
@@ -45,47 +51,51 @@
  ">> +\t * SRAM blocks start, this cannot be changed because that would be\n"
  ">> +\t * a devicetree ABI change.\n"
  ">> +\t */\n"
- ">>   \tsoc at 01c00000 {\n"
+ ">>   \tsoc@01c00000 {\n"
  ">>   \t\tcompatible = \"simple-bus\";\n"
  ">>   \t\t#address-cells = <1>;\n"
  ">>   \t\t#size-cells = <1>;\n"
  ">>   \t\tranges;\n"
  ">>\n"
- ">> +\t\tsram at 00000000 {\n"
+ ">> +\t\tsram@00000000 {\n"
  ">> +\t\t\tcompatible = \"allwinner,sun4i-a10-sram\";\n"
  ">> +\t\t\treg = <0x00000000 0x4000>;\n"
  ">> +\t\t\tallwinner,sram-name = \"A1\";\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tsram at 00004000 {\n"
+ ">> +\t\tsram@00004000 {\n"
  ">> +\t\t\tcompatible = \"allwinner,sun4i-a10-sram\";\n"
  ">> +\t\t\treg = <0x00004000 0x4000>;\n"
  ">> +\t\t\tallwinner,sram-name = \"A2\";\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tsram at 00008000 {\n"
+ ">> +\t\tsram@00008000 {\n"
  ">> +\t\t\tcompatible = \"allwinner,sun4i-a10-sram\";\n"
  ">> +\t\t\treg = <0x00008000 0x4000>;\n"
  ">> +\t\t\tallwinner,sram-name = \"A3-A4\";\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tsram at 00010000 {\n"
+ ">> +\t\tsram@00010000 {\n"
  ">> +\t\t\tcompatible = \"allwinner,sun4i-a10-sram\";\n"
  ">> +\t\t\treg = <0x00010000 0x1000>;\n"
  ">> +\t\t\tallwinner,sram-name = \"D\";\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tsram-controller at 01c00000 {\n"
+ ">> +\t\tsram-controller@01c00000 {\n"
  ">> +\t\t\tcompatible = \"allwinner,sun4i-a10-sram-controller\";\n"
  ">> +\t\t\treg = <0x01c00000 0x30>;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">>   \t\tdma: dma-controller at 01c02000 {\n"
+ ">>   \t\tdma: dma-controller@01c02000 {\n"
  ">>   \t\t\tcompatible = \"allwinner,sun4i-a10-dma\";\n"
  ">>   \t\t\treg = <0x01c02000 0x1000>;\n"
  ">> --\n"
  ">> 2.3.3\n"
  ">>\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
 
-f0f88e2b6c233459a082a1219d715f2f675332b9400db9d91b4b56275a4467b1
+ffd972e2ff85328ad83c19359d2647468e5d9926e69fd31e6d3b09761ade7481

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.