All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <551419C5.2010100@redhat.com>

diff --git a/a/1.txt b/N1/1.txt
index 62ccedf..1f8663a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -4,7 +4,7 @@ On 24-03-15 16:19, Maxime Ripard wrote:
 > Hi,
 >
 > On Fri, Mar 20, 2015 at 07:52:45PM +0100, Hans de Goede wrote:
->> From: Maxime Ripard <maxime.ripard@free-electrons.com>
+>> From: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
 >>
 >> The Allwinner SoCs have a handful of SRAM that can be either mapped to be
 >> accessible by devices or the CPU.
@@ -24,11 +24,11 @@ On 24-03-15 16:19, Maxime Ripard wrote:
 >> system, the current mapping and the SRAM that have been claimed by some drivers
 >> in the kernel.
 >>
->> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
->> [hdegoede at redhat.com: Changed compat string to sun4i-a10-sram-controller, as
+>> Signed-off-by: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+>> [hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org: Changed compat string to sun4i-a10-sram-controller, as
 >>   the sram controller is identical on sun4i, sun5i & sun7i, added devicetree
 >>   binding documentation, fixed some checkpatch warnings]
->> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
+>> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
 >> ---
 >>   .../devicetree/bindings/soc/sunxi/sram.txt         |  64 ++++++
 >>   drivers/soc/Kconfig                                |   1 +
@@ -88,37 +88,37 @@ On 24-03-15 16:19, Maxime Ripard wrote:
 Both fixed.
 
 >> + */
->> +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>;
 >> +	};
diff --git a/a/content_digest b/N1/content_digest
index 9ac8419..e54beb3 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-2-git-send-email-hdegoede@redhat.com\0"
  "ref\020150324151944.GA4951@lukather\0"
- "From\0hdegoede@redhat.com (Hans de Goede)\0"
- "Subject\0[PATCH 1/5] drivers: soc: sunxi: Introduce SoC driver to map SRAMs\0"
+ "From\0Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 1/5] drivers: soc: sunxi: Introduce SoC driver to map SRAMs\0"
  "Date\0Thu, 26 Mar 2015 15:37:57 +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"
@@ -13,7 +19,7 @@
  "> Hi,\n"
  ">\n"
  "> On Fri, Mar 20, 2015 at 07:52:45PM +0100, Hans de Goede wrote:\n"
- ">> From: Maxime Ripard <maxime.ripard@free-electrons.com>\n"
+ ">> From: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n"
  ">>\n"
  ">> The Allwinner SoCs have a handful of SRAM that can be either mapped to be\n"
  ">> accessible by devices or the CPU.\n"
@@ -33,11 +39,11 @@
  ">> system, the current mapping and the SRAM that have been claimed by some drivers\n"
  ">> in the kernel.\n"
  ">>\n"
- ">> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>\n"
- ">> [hdegoede at redhat.com: Changed compat string to sun4i-a10-sram-controller, as\n"
+ ">> Signed-off-by: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n"
+ ">> [hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org: Changed compat string to sun4i-a10-sram-controller, as\n"
  ">>   the sram controller is identical on sun4i, sun5i & sun7i, added devicetree\n"
  ">>   binding documentation, fixed some checkpatch warnings]\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"
  ">>   .../devicetree/bindings/soc/sunxi/sram.txt         |  64 ++++++\n"
  ">>   drivers/soc/Kconfig                                |   1 +\n"
@@ -97,37 +103,37 @@
  "Both fixed.\n"
  "\n"
  ">> + */\n"
- ">> +soc at 01c00000 {\n"
+ ">> +soc@01c00000 {\n"
  ">> +\tcompatible = \"simple-bus\";\n"
  ">> +\t#address-cells = <1>;\n"
  ">> +\t#size-cells = <1>;\n"
  ">> +\tranges;\n"
  ">> +\n"
- ">> +\tsram at 00000000 {\n"
+ ">> +\tsram@00000000 {\n"
  ">> +\t\tcompatible = \"allwinner,sun4i-a10-sram\";\n"
  ">> +\t\treg = <0x00000000 0x4000>;\n"
  ">> +\t\tallwinner,sram-name = \"A1\";\n"
  ">> +\t};\n"
  ">> +\n"
- ">> +\tsram at 00004000 {\n"
+ ">> +\tsram@00004000 {\n"
  ">> +\t\tcompatible = \"allwinner,sun4i-a10-sram\";\n"
  ">> +\t\treg = <0x00004000 0x4000>;\n"
  ">> +\t\tallwinner,sram-name = \"A2\";\n"
  ">> +\t};\n"
  ">> +\n"
- ">> +\tsram at 00008000 {\n"
+ ">> +\tsram@00008000 {\n"
  ">> +\t\tcompatible = \"allwinner,sun4i-a10-sram\";\n"
  ">> +\t\treg = <0x00008000 0x4000>;\n"
  ">> +\t\tallwinner,sram-name = \"A3-A4\";\n"
  ">> +\t};\n"
  ">> +\n"
- ">> +\tsram at 00010000 {\n"
+ ">> +\tsram@00010000 {\n"
  ">> +\t\tcompatible = \"allwinner,sun4i-a10-sram\";\n"
  ">> +\t\treg = <0x00010000 0x1000>;\n"
  ">> +\t\tallwinner,sram-name = \"D\";\n"
  ">> +\t};\n"
  ">> +\n"
- ">> +\tsram-controller at 01c00000 {\n"
+ ">> +\tsram-controller@01c00000 {\n"
  ">> +\t\tcompatible = \"allwinner,sun4i-a10-sram-controller\";\n"
  ">> +\t\treg = <0x01c00000 0x30>;\n"
  ">> +\t};\n"
@@ -184,4 +190,4 @@
  "\n"
  Hans
 
-fea37f68ad50a8f15b16580c6924e5b8592c53c56b18b04dd25df4e0a28092ea
+10f8dd2eac4c41d676cd62c81d0a890f7743eed5a0b808770c2ff02deed51897

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.