diff for duplicates of <1494976589.2728.6.camel@baylibre.com> diff --git a/a/1.txt b/N1/1.txt index 457d1f2..6ef6cb6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,15 +11,15 @@ On Tue, 2017-05-16 at 20:31 +0200, Heiner Kallweit wrote: > > > > > Note that IRQ_TYPE_EDGE_BOTH interrupts reserve two parent IRQ's, > > > > > one for each edge. > > > > > -> > > > > Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> +> > > > > Signed-off-by: Heiner Kallweit <hkallweit1-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > > > > --- > > > > > v2: > > > > > - make the GPIO IRQ controller a separate driver > > > > > - several smaller improvements > > > > > --- -> > > > > ?drivers/pinctrl/Kconfig???????????????????|???1 + -> > > > > ?drivers/pinctrl/meson/Makefile????????????|???2 +- -> > > > > ?drivers/pinctrl/meson/pinctrl-meson-irq.c | 367 +> > > > > drivers/pinctrl/Kconfig | 1 + +> > > > > drivers/pinctrl/meson/Makefile | 2 +- +> > > > > drivers/pinctrl/meson/pinctrl-meson-irq.c | 367 > > > > > ++++++++++++++++++++++++++++++ > > > > > > > > Hi Heiner, @@ -76,10 +76,10 @@ sleep because of the irq_domain mutex https://patchwork.ozlabs.org/patch/684208/ -> ???also request a GPIO IRQ via DT. +> also request a GPIO IRQ via DT. > 2. Missing is the handling of IRQ_TYPE_EDGE_BOTH which requires the allocation > of two -> ???parent interrupts. +> parent interrupts. > > When looking at the drivers under drivers/irqchip basically all of them > implement not @@ -282,4 +282,8 @@ driver better or worse. > > [...] > > > -> +> +-- +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 c092137..d5cb66c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,10 +4,23 @@ "ref\064a10dd2-a969-0251-b92f-3a1c40533373@gmail.com\0" "ref\04954c4b6-3cb7-3f2e-49dd-9a92359ae6e3@baylibre.com\0" "ref\0fbaf536e-3416-3c4a-4902-05b56783f9c2@gmail.com\0" - "From\0jbrunet@baylibre.com (Jerome Brunet)\0" - "Subject\0[PATCH v2 6/6] pintrl: meson: add support for GPIO interrupts\0" + "ref\0fbaf536e-3416-3c4a-4902-05b56783f9c2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" + "From\0Jerome Brunet <jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\0" + "Subject\0Re: [PATCH v2 6/6] pintrl: meson: add support for GPIO interrupts\0" "Date\0Wed, 17 May 2017 01:16:29 +0200\0" - "To\0linus-amlogic@lists.infradead.org\0" + "To\0Heiner Kallweit <hkallweit1-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>" + Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org> + Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + Kevin Hilman <khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> + Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org> + " Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "Cc\0Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>" + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + " linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" "\00:1\0" "b\0" "On Tue, 2017-05-16 at 20:31 +0200, Heiner Kallweit wrote:\n" @@ -23,15 +36,15 @@ "> > > > > Note that IRQ_TYPE_EDGE_BOTH interrupts reserve two parent IRQ's,\n" "> > > > > one for each edge.\n" "> > > > > \n" - "> > > > > Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>\n" + "> > > > > Signed-off-by: Heiner Kallweit <hkallweit1-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" "> > > > > ---\n" "> > > > > v2:\n" "> > > > > - make the GPIO IRQ controller a separate driver\n" "> > > > > - several smaller improvements\n" "> > > > > ---\n" - "> > > > > ?drivers/pinctrl/Kconfig???????????????????|???1 +\n" - "> > > > > ?drivers/pinctrl/meson/Makefile????????????|???2 +-\n" - "> > > > > ?drivers/pinctrl/meson/pinctrl-meson-irq.c | 367\n" + "> > > > > \302\240drivers/pinctrl/Kconfig\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2401 +\n" + "> > > > > \302\240drivers/pinctrl/meson/Makefile\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2402 +-\n" + "> > > > > \302\240drivers/pinctrl/meson/pinctrl-meson-irq.c | 367\n" "> > > > > ++++++++++++++++++++++++++++++\n" "> > > > \n" "> > > > Hi Heiner,\n" @@ -88,10 +101,10 @@ "\n" "https://patchwork.ozlabs.org/patch/684208/\n" "\n" - "> ???also request a GPIO IRQ via DT.\n" + "> \302\240\302\240\302\240also request a GPIO IRQ via DT.\n" "> 2. Missing is the handling of IRQ_TYPE_EDGE_BOTH which requires the allocation\n" "> of two\n" - "> ???parent interrupts.\n" + "> \302\240\302\240\302\240parent interrupts.\n" "> \n" "> When looking at the drivers under drivers/irqchip basically all of them\n" "> implement not\n" @@ -294,6 +307,10 @@ "> > [...]\n" "> > \n" "> \n" - > + "> \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 -fa9ad24c8869ce03bbf481ae43ea74a82eac9a032f3025d45131a1e0481e57bb +417cf06814914e6a16e3c8e1295130b28b549fe3555512bebb6543c84a03ab14
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.