diff for duplicates of <20141106204629.GF31454@atomide.com> diff --git a/a/1.txt b/N1/1.txt index 9884c39..7d5dced 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,10 +3,10 @@ Thomas, Any comments on the patch below? Let me know if you want to keep the devm stuff out of kernel/irq/manage.c. -* Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> [141001 20:45]: +* Tony Lindgren <tony@atomide.com> [141001 20:45]: > Hi Thomas, > -> * Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org> [140919 12:47]: +> * Thomas Gleixner <tglx@linutronix.de> [140919 12:47]: > > > > The wakeup handler is supposed to bring the thing out of deep sleep > > and nothing else. All you want it to do is to mask itself and save the @@ -39,7 +39,7 @@ devm stuff out of kernel/irq/manage.c. > Tony > > 8<----------- -> From: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> +> From: Tony Lindgren <tony@atomide.com> > Date: Wed, 1 Oct 2014 14:56:35 -0700 > Subject: [PATCH] genirq: Add support for wake-up interrupts to fix irq reentry issues in drivers > @@ -58,7 +58,7 @@ devm stuff out of kernel/irq/manage.c. > that it should be avoided because of the issues listed in the comments of > this patch. > -> Signed-off-by: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> +> Signed-off-by: Tony Lindgren <tony@atomide.com> > > --- a/include/linux/interrupt.h > +++ b/include/linux/interrupt.h @@ -215,10 +215,6 @@ devm stuff out of kernel/irq/manage.c. > unsigned int cpu = smp_processor_id(); > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in -> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +> the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -> --- -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 c027bb2..75594ea 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -8,21 +8,10 @@ "ref\020140919191649.GQ14505@atomide.com\0" "ref\0alpine.DEB.2.10.1409191233590.4213@nanos\0" "ref\020141002034345.GH3122@atomide.com\0" - "ref\020141002034345.GH3122-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org\0" - "From\0Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\0" - "Subject\0Re: [PATCH V3 3/3] mfd: palmas: Add support for optional wakeup\0" + "From\0tony@atomide.com (Tony Lindgren)\0" + "Subject\0[PATCH V3 3/3] mfd: palmas: Add support for optional wakeup\0" "Date\0Thu, 6 Nov 2014 12:46:30 -0800\0" - "To\0Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>\0" - "Cc\0Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>" - lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org - LKML <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org> - Mark Brown <broonie-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> - Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> - linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - LAK <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> - " Kevin Hilman <khilman-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Thomas,\n" @@ -30,10 +19,10 @@ "Any comments on the patch below? Let me know if you want to keep the\n" "devm stuff out of kernel/irq/manage.c.\n" "\n" - "* Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> [141001 20:45]:\n" + "* Tony Lindgren <tony@atomide.com> [141001 20:45]:\n" "> Hi Thomas,\n" "> \n" - "> * Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org> [140919 12:47]:\n" + "> * Thomas Gleixner <tglx@linutronix.de> [140919 12:47]:\n" "> > \n" "> > The wakeup handler is supposed to bring the thing out of deep sleep\n" "> > and nothing else. All you want it to do is to mask itself and save the\n" @@ -66,7 +55,7 @@ "> Tony\n" "> \n" "> 8<-----------\n" - "> From: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\n" + "> From: Tony Lindgren <tony@atomide.com>\n" "> Date: Wed, 1 Oct 2014 14:56:35 -0700\n" "> Subject: [PATCH] genirq: Add support for wake-up interrupts to fix irq reentry issues in drivers\n" "> \n" @@ -85,7 +74,7 @@ "> that it should be avoided because of the issues listed in the comments of\n" "> this patch.\n" "> \n" - "> Signed-off-by: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\n" + "> Signed-off-by: Tony Lindgren <tony@atomide.com>\n" "> \n" "> --- a/include/linux/interrupt.h\n" "> +++ b/include/linux/interrupt.h\n" @@ -242,12 +231,8 @@ "> \tunsigned int cpu = smp_processor_id();\n" "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe linux-omap\" in\n" - "> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + "> the body of a message to majordomo at vger.kernel.org\n" "> More majordomo info at http://vger.kernel.org/majordomo-info.html\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 + > -28bae7a6f9ebbab5f591e229f8eb503224ea79a642680c40ede7f2a333cedab8 +1374a8aad0fcec593ed3db7f3b62e094c4ada044c1dee0c689759b93a13df480
diff --git a/a/1.txt b/N2/1.txt index 9884c39..6ab39cb 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -3,10 +3,10 @@ Thomas, Any comments on the patch below? Let me know if you want to keep the devm stuff out of kernel/irq/manage.c. -* Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> [141001 20:45]: +* Tony Lindgren <tony@atomide.com> [141001 20:45]: > Hi Thomas, > -> * Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org> [140919 12:47]: +> * Thomas Gleixner <tglx@linutronix.de> [140919 12:47]: > > > > The wakeup handler is supposed to bring the thing out of deep sleep > > and nothing else. All you want it to do is to mask itself and save the @@ -39,7 +39,7 @@ devm stuff out of kernel/irq/manage.c. > Tony > > 8<----------- -> From: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> +> From: Tony Lindgren <tony@atomide.com> > Date: Wed, 1 Oct 2014 14:56:35 -0700 > Subject: [PATCH] genirq: Add support for wake-up interrupts to fix irq reentry issues in drivers > @@ -58,7 +58,7 @@ devm stuff out of kernel/irq/manage.c. > that it should be avoided because of the issues listed in the comments of > this patch. > -> Signed-off-by: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> +> Signed-off-by: Tony Lindgren <tony@atomide.com> > > --- a/include/linux/interrupt.h > +++ b/include/linux/interrupt.h @@ -215,10 +215,6 @@ devm stuff out of kernel/irq/manage.c. > unsigned int cpu = smp_processor_id(); > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in -> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +> the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -> --- -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/N2/content_digest index c027bb2..07f860d 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -8,21 +8,20 @@ "ref\020140919191649.GQ14505@atomide.com\0" "ref\0alpine.DEB.2.10.1409191233590.4213@nanos\0" "ref\020141002034345.GH3122@atomide.com\0" - "ref\020141002034345.GH3122-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org\0" - "From\0Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\0" + "From\0Tony Lindgren <tony@atomide.com>\0" "Subject\0Re: [PATCH V3 3/3] mfd: palmas: Add support for optional wakeup\0" "Date\0Thu, 6 Nov 2014 12:46:30 -0800\0" - "To\0Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>\0" - "Cc\0Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>" - lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org - LKML <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org> - Mark Brown <broonie-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> - Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> - linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - LAK <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> - " Kevin Hilman <khilman-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "To\0Thomas Gleixner <tglx@linutronix.de>\0" + "Cc\0Nishanth Menon <nm@ti.com>" + lee.jones@linaro.org + LKML <linux-kernel@vger.kernel.org> + devicetree@vger.kernel.org + Keerthy <j-keerthy@ti.com> + Mark Brown <broonie@linaro.org> + Samuel Ortiz <sameo@linux.intel.com> + linux-omap@vger.kernel.org + LAK <linux-arm-kernel@lists.infradead.org> + " Kevin Hilman <khilman@linaro.org>\0" "\00:1\0" "b\0" "Thomas,\n" @@ -30,10 +29,10 @@ "Any comments on the patch below? Let me know if you want to keep the\n" "devm stuff out of kernel/irq/manage.c.\n" "\n" - "* Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> [141001 20:45]:\n" + "* Tony Lindgren <tony@atomide.com> [141001 20:45]:\n" "> Hi Thomas,\n" "> \n" - "> * Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org> [140919 12:47]:\n" + "> * Thomas Gleixner <tglx@linutronix.de> [140919 12:47]:\n" "> > \n" "> > The wakeup handler is supposed to bring the thing out of deep sleep\n" "> > and nothing else. All you want it to do is to mask itself and save the\n" @@ -66,7 +65,7 @@ "> Tony\n" "> \n" "> 8<-----------\n" - "> From: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\n" + "> From: Tony Lindgren <tony@atomide.com>\n" "> Date: Wed, 1 Oct 2014 14:56:35 -0700\n" "> Subject: [PATCH] genirq: Add support for wake-up interrupts to fix irq reentry issues in drivers\n" "> \n" @@ -85,7 +84,7 @@ "> that it should be avoided because of the issues listed in the comments of\n" "> this patch.\n" "> \n" - "> Signed-off-by: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\n" + "> Signed-off-by: Tony Lindgren <tony@atomide.com>\n" "> \n" "> --- a/include/linux/interrupt.h\n" "> +++ b/include/linux/interrupt.h\n" @@ -242,12 +241,8 @@ "> \tunsigned int cpu = smp_processor_id();\n" "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe linux-omap\" in\n" - "> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + "> the body of a message to majordomo@vger.kernel.org\n" "> More majordomo info at http://vger.kernel.org/majordomo-info.html\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 + > -28bae7a6f9ebbab5f591e229f8eb503224ea79a642680c40ede7f2a333cedab8 +d284a6be0dbfe9f15e4e4eebb1344788f6781167e03a94eaf42e424dda079792
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.