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

diff --git a/a/1.txt b/N1/1.txt
index a327d0b..cb41773 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -51,14 +51,14 @@ To be clear, we should *also* have an soc-specific compatible string,
 but for differences we already know about, we should use DT properties.
 
 > > > +static const struct meson_gpio_irq_params meson8b_params = {
-> > > +	.nhwirq??= 119,
-> > > +	.source??= meson_parent_hwirqs,
+> > > +	.nhwirq  = 119,
+> > > +	.source  = meson_parent_hwirqs,
 > > > +	.nsource = ARRAY_SIZE(meson_parent_hwirqs),
 > > > +};
 > > > +
 > > > +static const struct meson_gpio_irq_params meson_gxbb_params = {
-> > > +	.nhwirq??= 133,
-> > > +	.source??= meson_parent_hwirqs,
+> > > +	.nhwirq  = 133,
+> > > +	.source  = meson_parent_hwirqs,
 > > > +	.nsource = ARRAY_SIZE(meson_parent_hwirqs),
 > > > +};
 > > 
@@ -78,3 +78,7 @@ accumulating a set of string -> number mappings in the driver.
 
 Thanks,
 Mark.
+--
+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 76fe649..a9dc4f8 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,10 +2,26 @@
  "ref\01476890480-8884-2-git-send-email-jbrunet@baylibre.com\0"
  "ref\0ec297647-1ab7-7e6b-5945-be8360f92421@arm.com\0"
  "ref\01477039751.15560.88.camel@baylibre.com\0"
- "From\0mark.rutland@arm.com (Mark Rutland)\0"
- "Subject\0[PATCH v2 1/9] irqchip: meson: add support for gpio interrupt controller\0"
+ "ref\01477039751.15560.88.camel-rdvid1DuHRBWk0Htik3J/w@public.gmane.org\0"
+ "From\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v2 1/9] irqchip: meson: add support for gpio interrupt controller\0"
  "Date\0Fri, 21 Oct 2016 11:10:29 +0100\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0Jerome Brunet <jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\0"
+ "Cc\0Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org>"
+  Carlo Caione <carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>
+  Kevin Hilman <khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
+  Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
+  Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>
+  linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+  Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>
+  Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>
+ " Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On Fri, Oct 21, 2016 at 10:49:11AM +0200, Jerome Brunet wrote:\n"
@@ -61,14 +77,14 @@
  "but for differences we already know about, we should use DT properties.\n"
  "\n"
  "> > > +static const struct meson_gpio_irq_params meson8b_params = {\n"
- "> > > +\t.nhwirq??= 119,\n"
- "> > > +\t.source??= meson_parent_hwirqs,\n"
+ "> > > +\t.nhwirq\302\240\302\240= 119,\n"
+ "> > > +\t.source\302\240\302\240= meson_parent_hwirqs,\n"
  "> > > +\t.nsource = ARRAY_SIZE(meson_parent_hwirqs),\n"
  "> > > +};\n"
  "> > > +\n"
  "> > > +static const struct meson_gpio_irq_params meson_gxbb_params = {\n"
- "> > > +\t.nhwirq??= 133,\n"
- "> > > +\t.source??= meson_parent_hwirqs,\n"
+ "> > > +\t.nhwirq\302\240\302\240= 133,\n"
+ "> > > +\t.source\302\240\302\240= meson_parent_hwirqs,\n"
  "> > > +\t.nsource = ARRAY_SIZE(meson_parent_hwirqs),\n"
  "> > > +};\n"
  "> > \n"
@@ -87,6 +103,10 @@
  "accumulating a set of string -> number mappings in the driver.\n"
  "\n"
  "Thanks,\n"
- Mark.
+ "Mark.\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
 
-2c56a8c057b61628bf9b0e0f090b4bb43a18b5aebebd2db42cd48ca5e7ec154b
+f09e407deacf19d22d31324a0608fffc999341dcfb0965b1574841844872218f

diff --git a/a/content_digest b/N2/content_digest
index 76fe649..5253d72 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -5,7 +5,7 @@
  "From\0mark.rutland@arm.com (Mark Rutland)\0"
  "Subject\0[PATCH v2 1/9] irqchip: meson: add support for gpio interrupt controller\0"
  "Date\0Fri, 21 Oct 2016 11:10:29 +0100\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, Oct 21, 2016 at 10:49:11AM +0200, Jerome Brunet wrote:\n"
@@ -89,4 +89,4 @@
  "Thanks,\n"
  Mark.
 
-2c56a8c057b61628bf9b0e0f090b4bb43a18b5aebebd2db42cd48ca5e7ec154b
+51c196dfb76771a3efad070b014323f4c74f053b24749d453970b8098cd33572

diff --git a/a/1.txt b/N3/1.txt
index a327d0b..8471199 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -51,14 +51,14 @@ To be clear, we should *also* have an soc-specific compatible string,
 but for differences we already know about, we should use DT properties.
 
 > > > +static const struct meson_gpio_irq_params meson8b_params = {
-> > > +	.nhwirq??= 119,
-> > > +	.source??= meson_parent_hwirqs,
+> > > +	.nhwirq  = 119,
+> > > +	.source  = meson_parent_hwirqs,
 > > > +	.nsource = ARRAY_SIZE(meson_parent_hwirqs),
 > > > +};
 > > > +
 > > > +static const struct meson_gpio_irq_params meson_gxbb_params = {
-> > > +	.nhwirq??= 133,
-> > > +	.source??= meson_parent_hwirqs,
+> > > +	.nhwirq  = 133,
+> > > +	.source  = meson_parent_hwirqs,
 > > > +	.nsource = ARRAY_SIZE(meson_parent_hwirqs),
 > > > +};
 > > 
diff --git a/a/content_digest b/N3/content_digest
index 76fe649..18aae4a 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -2,10 +2,25 @@
  "ref\01476890480-8884-2-git-send-email-jbrunet@baylibre.com\0"
  "ref\0ec297647-1ab7-7e6b-5945-be8360f92421@arm.com\0"
  "ref\01477039751.15560.88.camel@baylibre.com\0"
- "From\0mark.rutland@arm.com (Mark Rutland)\0"
- "Subject\0[PATCH v2 1/9] irqchip: meson: add support for gpio interrupt controller\0"
+ "From\0Mark Rutland <mark.rutland@arm.com>\0"
+ "Subject\0Re: [PATCH v2 1/9] irqchip: meson: add support for gpio interrupt controller\0"
  "Date\0Fri, 21 Oct 2016 11:10:29 +0100\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0Jerome Brunet <jbrunet@baylibre.com>\0"
+ "Cc\0Marc Zyngier <marc.zyngier@arm.com>"
+  Carlo Caione <carlo@caione.org>
+  Kevin Hilman <khilman@baylibre.com>
+  Thomas Gleixner <tglx@linutronix.de>
+  Jason Cooper <jason@lakedaemon.net>
+  linux-amlogic@lists.infradead.org
+  linux-arm-kernel@lists.infradead.org
+  linux-gpio@vger.kernel.org
+  linux-kernel@vger.kernel.org
+  devicetree@vger.kernel.org
+  Rob Herring <robh+dt@kernel.org>
+  Linus Walleij <linus.walleij@linaro.org>
+  Catalin Marinas <catalin.marinas@arm.com>
+  Will Deacon <will.deacon@arm.com>
+ " Russell King <linux@armlinux.org.uk>\0"
  "\00:1\0"
  "b\0"
  "On Fri, Oct 21, 2016 at 10:49:11AM +0200, Jerome Brunet wrote:\n"
@@ -61,14 +76,14 @@
  "but for differences we already know about, we should use DT properties.\n"
  "\n"
  "> > > +static const struct meson_gpio_irq_params meson8b_params = {\n"
- "> > > +\t.nhwirq??= 119,\n"
- "> > > +\t.source??= meson_parent_hwirqs,\n"
+ "> > > +\t.nhwirq\302\240\302\240= 119,\n"
+ "> > > +\t.source\302\240\302\240= meson_parent_hwirqs,\n"
  "> > > +\t.nsource = ARRAY_SIZE(meson_parent_hwirqs),\n"
  "> > > +};\n"
  "> > > +\n"
  "> > > +static const struct meson_gpio_irq_params meson_gxbb_params = {\n"
- "> > > +\t.nhwirq??= 133,\n"
- "> > > +\t.source??= meson_parent_hwirqs,\n"
+ "> > > +\t.nhwirq\302\240\302\240= 133,\n"
+ "> > > +\t.source\302\240\302\240= meson_parent_hwirqs,\n"
  "> > > +\t.nsource = ARRAY_SIZE(meson_parent_hwirqs),\n"
  "> > > +};\n"
  "> > \n"
@@ -89,4 +104,4 @@
  "Thanks,\n"
  Mark.
 
-2c56a8c057b61628bf9b0e0f090b4bb43a18b5aebebd2db42cd48ca5e7ec154b
+723669e20a6f69b774acc4e7149db33da233a0167bf71a8a5377ead55aced070

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.