All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150324152034.GB4951@lukather>

diff --git a/a/1.txt b/N1/1.txt
index a85ab76..a0bdd38 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -5,7 +5,7 @@ On Fri, Mar 20, 2015 at 07:52:46PM +0100, Hans de Goede 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(+)
@@ -25,42 +25,42 @@ On Fri, Mar 20, 2015 at 07:52:46PM +0100, Hans de Goede wrote:
 > +	 * 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>;
 > -- 
@@ -71,10 +71,3 @@ On Fri, Mar 20, 2015 at 07:52:46PM +0100, Hans de Goede wrote:
 Maxime Ripard, Free Electrons
 Embedded Linux, Kernel and Android engineering
 http://free-electrons.com
--------------- next part --------------
-A non-text attachment was scrubbed...
-Name: signature.asc
-Type: application/pgp-signature
-Size: 819 bytes
-Desc: Digital signature
-URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150324/b7687602/attachment-0001.sig>
diff --git a/a/content_digest b/N1/content_digest
index ac21e9d..a408aa4 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,17 @@
  "ref\01426877569-11493-1-git-send-email-hdegoede@redhat.com\0"
  "ref\01426877569-11493-3-git-send-email-hdegoede@redhat.com\0"
- "From\0maxime.ripard@free-electrons.com (Maxime Ripard)\0"
- "Subject\0[PATCH 2/5] ARM: dts: sun4i: Add A10 SRAM and SRAM controller\0"
+ "ref\01426877569-11493-3-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org\0"
+ "From\0Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 2/5] ARM: dts: sun4i: Add A10 SRAM and SRAM controller\0"
  "Date\0Tue, 24 Mar 2015 08:20:34 -0700\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
- "\00:1\0"
+ "To\0Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@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"
+ "\01:1\0"
  "b\0"
  "On Fri, Mar 20, 2015 at 07:52:46PM +0100, Hans de Goede wrote:\n"
  "> The A10 has a few SRAM that can be mapped either to a device or to the CPU,\n"
@@ -13,7 +20,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"
@@ -33,42 +40,42 @@
  "> +\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"
@@ -78,13 +85,6 @@
  "-- \n"
  "Maxime Ripard, Free Electrons\n"
  "Embedded Linux, Kernel and Android engineering\n"
- "http://free-electrons.com\n"
- "-------------- next part --------------\n"
- "A non-text attachment was scrubbed...\n"
- "Name: signature.asc\n"
- "Type: application/pgp-signature\n"
- "Size: 819 bytes\n"
- "Desc: Digital signature\n"
- URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150324/b7687602/attachment-0001.sig>
+ http://free-electrons.com
 
-0a872e490e61cb58ee2c0b4bc16b8c3c6a3a6f89b03309072f246c8481e306fb
+7ef942bc5b0229ef02d1d92a2223194b5e32d21600864be45d66fee6c217a03e

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.