All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1477045037.15560.99.camel@baylibre.com>

diff --git a/a/1.txt b/N1/1.txt
index 836c6c6..7eab0a4 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -68,15 +68,15 @@ On Fri, 2016-10-21 at 11:10 +0100, Mark Rutland wrote:
 > > > 
 > > > > 
 > > > > +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),
 > > > > +};
 > > > 
@@ -103,3 +103,7 @@ Thx Marc. I will change it.
 > 
 > 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 5289290..3034e21 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,10 +3,25 @@
  "ref\0ec297647-1ab7-7e6b-5945-be8360f92421@arm.com\0"
  "ref\01477039751.15560.88.camel@baylibre.com\0"
  "ref\020161021101029.GD15372@leverpostej\0"
- "From\0jbrunet@baylibre.com (Jerome Brunet)\0"
- "Subject\0[PATCH v2 1/9] irqchip: meson: add support for gpio interrupt controller\0"
+ "From\0Jerome Brunet <jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v2 1/9] irqchip: meson: add support for gpio interrupt controller\0"
  "Date\0Fri, 21 Oct 2016 12:17:17 +0200\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0Mark Rutland <mark.rutland-5wv7dgnIgG8@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, 2016-10-21 at 11:10 +0100, Mark Rutland wrote:\n"
@@ -79,15 +94,15 @@
  "> > > \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"
  "> > > > {\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"
@@ -113,6 +128,10 @@
  "\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
 
-87bf9250a23bb96f3d8de84005b0d2500c32ace64aaa789ab5f0956a3f143f75
+8843d5ea3f552c8eba51046b3178181d2b3eb2efafa69b4487bac315cadb46a4

diff --git a/a/content_digest b/N2/content_digest
index 5289290..2ba6d18 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -6,7 +6,7 @@
  "From\0jbrunet@baylibre.com (Jerome Brunet)\0"
  "Subject\0[PATCH v2 1/9] irqchip: meson: add support for gpio interrupt controller\0"
  "Date\0Fri, 21 Oct 2016 12:17:17 +0200\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, 2016-10-21 at 11:10 +0100, Mark Rutland wrote:\n"
@@ -115,4 +115,4 @@
  "> Thanks,\n"
  > Mark.
 
-87bf9250a23bb96f3d8de84005b0d2500c32ace64aaa789ab5f0956a3f143f75
+cb598fb956a971ff39b84b7f1ce68d8cfe9946fbb4e27c95a5851bba1a1a5b7a

diff --git a/a/1.txt b/N3/1.txt
index 836c6c6..cd98777 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -68,15 +68,15 @@ On Fri, 2016-10-21 at 11:10 +0100, Mark Rutland wrote:
 > > > 
 > > > > 
 > > > > +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 5289290..87255fd 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -3,10 +3,25 @@
  "ref\0ec297647-1ab7-7e6b-5945-be8360f92421@arm.com\0"
  "ref\01477039751.15560.88.camel@baylibre.com\0"
  "ref\020161021101029.GD15372@leverpostej\0"
- "From\0jbrunet@baylibre.com (Jerome Brunet)\0"
- "Subject\0[PATCH v2 1/9] irqchip: meson: add support for gpio interrupt controller\0"
+ "From\0Jerome Brunet <jbrunet@baylibre.com>\0"
+ "Subject\0Re: [PATCH v2 1/9] irqchip: meson: add support for gpio interrupt controller\0"
  "Date\0Fri, 21 Oct 2016 12:17:17 +0200\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0Mark Rutland <mark.rutland@arm.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, 2016-10-21 at 11:10 +0100, Mark Rutland wrote:\n"
@@ -79,15 +94,15 @@
  "> > > \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"
  "> > > > {\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"
@@ -115,4 +130,4 @@
  "> Thanks,\n"
  > Mark.
 
-87bf9250a23bb96f3d8de84005b0d2500c32ace64aaa789ab5f0956a3f143f75
+6b061aaf0f2ec46d4eae90666a08f92402283b96d12ccf8be5defa254ff775fd

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.