diff for duplicates of <m2vao46ewu.fsf@baylibre.com> diff --git a/a/1.txt b/N1/1.txt index 220648d..97162d3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,10 +1,10 @@ -Jerome Brunet <jbrunet@baylibre.com> writes: +Jerome Brunet <jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> writes: > On Thu, 2017-06-08 at 21:38 +0200, Heiner Kallweit wrote: >> Add a driver supporting the GPIO interrupt controller on certain >> Amlogic meson SoC's. >> ->> Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> +>> Signed-off-by: Heiner Kallweit <hkallweit1-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> [...] @@ -12,10 +12,10 @@ Jerome Brunet <jbrunet@baylibre.com> writes: >> +{ >> + irq_chip_unmask_parent(data); >> + /* ->> + ?* An extra bit was added to allow having the same gpio hwirq twice ->> + ?* for handling IRQ_TYPE_EDGE_BOTH. Remove this bit to get the ->> + ?* gpio hwirq. ->> + ?*/ +>> + * An extra bit was added to allow having the same gpio hwirq twice +>> + * for handling IRQ_TYPE_EDGE_BOTH. Remove this bit to get the +>> + * gpio hwirq. +>> + */ >> + meson_irq_set_hwirq(data, data->hwirq >> 1); > > Please keep in mind that any device can use this controller as irq parent. @@ -50,3 +50,7 @@ upon way to support the hardware that actually works. Thanks, Kevin +-- +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 03e4078..59ef192 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,19 +1,32 @@ "ref\004378047-4194-bb0f-3da3-e1d62345a86b@gmail.com\0" "ref\089d02a38-7386-fcdc-4dce-ea7e531c90b4@gmail.com\0" "ref\01496999266.3552.61.camel@baylibre.com\0" - "From\0khilman@baylibre.com (Kevin Hilman)\0" - "Subject\0[PATCH v6 2/9] irqchip: add Amlogic Meson GPIO irqchip driver\0" + "ref\01496999266.3552.61.camel-rdvid1DuHRBWk0Htik3J/w@public.gmane.org\0" + "From\0Kevin Hilman <khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\0" + "Subject\0Re: [PATCH v6 2/9] irqchip: add Amlogic Meson GPIO irqchip driver\0" "Date\0Fri, 09 Jun 2017 14:15:45 -0700\0" - "To\0linus-amlogic@lists.infradead.org\0" + "To\0Heiner Kallweit <hkallweit1-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>" + " Jerome Brunet <jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\0" + "Cc\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>" + Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org> + Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org> + Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + thierry.reding@gmail.com <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + " Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0" "\00:1\0" "b\0" - "Jerome Brunet <jbrunet@baylibre.com> writes:\n" + "Jerome Brunet <jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> writes:\n" "\n" "> On Thu, 2017-06-08 at 21:38 +0200, Heiner Kallweit wrote:\n" ">> Add a driver supporting the GPIO interrupt controller on certain\n" ">> Amlogic meson SoC's.\n" ">> \n" - ">> Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>\n" + ">> Signed-off-by: Heiner Kallweit <hkallweit1-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" "\n" "[...]\n" "\n" @@ -21,10 +34,10 @@ ">> +{\n" ">> +\tirq_chip_unmask_parent(data);\n" ">> +\t/*\n" - ">> +\t?* An extra bit was added to allow having the same gpio hwirq twice\n" - ">> +\t?* for handling IRQ_TYPE_EDGE_BOTH. Remove this bit to get the\n" - ">> +\t?* gpio hwirq.\n" - ">> +\t?*/\n" + ">> +\t\302\240* An extra bit was added to allow having the same gpio hwirq twice\n" + ">> +\t\302\240* for handling IRQ_TYPE_EDGE_BOTH. Remove this bit to get the\n" + ">> +\t\302\240* gpio hwirq.\n" + ">> +\t\302\240*/\n" ">> +\tmeson_irq_set_hwirq(data, data->hwirq >> 1);\n" ">\n" "> Please keep in mind that any device can use this controller as irq parent.\n" @@ -58,6 +71,10 @@ "\n" "Thanks,\n" "\n" - Kevin + "Kevin\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 -e3b2cb6eacae536a0d3506ed745eeb0ce21be194e3cada95d659a817b0dfef50 +0c9c0eb842da242cbf276d4fe028f1c2c1f1de41b999b450167e283c52ce33b2
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.