diff for duplicates of <20171013175144.GQ4394@atomide.com> diff --git a/a/1.txt b/N1/1.txt index 7d98864..cef2228 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,4 @@ -* Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> [170929 15:35]: +* Tony Lindgren <tony@atomide.com> [170929 15:35]: > +static struct platform_driver sysc_driver = { > + .probe = sysc_probe, > + .driver = { @@ -18,7 +18,7 @@ Tony 8< ------------------------- >From tony Mon Sep 17 00:00:00 2001 -From: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> +From: Tony Lindgren <tony@atomide.com> Date: Fri, 13 Oct 2017 10:48:40 -0700 Subject: [PATCH] bus: ti-sysc: Fix unbalanced pm_runtime_enable by adding remove @@ -26,7 +26,7 @@ Subject: [PATCH] bus: ti-sysc: Fix unbalanced pm_runtime_enable by adding Looks like we're missing remove() that's needed if a driver instance rebound. Otherwise we will get "Unbalanced pm_runtime_enable!". -Signed-off-by: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> +Signed-off-by: Tony Lindgren <tony@atomide.com> --- drivers/bus/ti-sysc.c | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) @@ -75,7 +75,3 @@ diff --git a/drivers/bus/ti-sysc.c b/drivers/bus/ti-sysc.c .of_match_table = sysc_match, -- 2.14.2 --- -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 5ed7ee7..d423d82 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,26 +1,12 @@ "ref\020170929223411.9691-1-tony@atomide.com\0" "ref\020170929223411.9691-5-tony@atomide.com\0" - "ref\020170929223411.9691-5-tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org\0" - "From\0Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\0" - "Subject\0Re: [PATCH 4/7] bus: ti-sysc: Add minimal TI sysc interconnect target driver\0" + "From\0tony@atomide.com (Tony Lindgren)\0" + "Subject\0[PATCH 4/7] bus: ti-sysc: Add minimal TI sysc interconnect target driver\0" "Date\0Fri, 13 Oct 2017 10:51:44 -0700\0" - "To\0linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" - "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" - " Beno\303\256t Cousson <bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>" - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org> - Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org> - Nishanth Menon <nm-l0cyMroinI0@public.gmane.org> - Matthijs van Duin <matthijsvanduin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - Paul Walmsley <paul-DWxLp4Yu+b8AvxtiuMwx3w@public.gmane.org> - Peter Ujfalusi <peter.ujfalusi-l0cyMroinI0@public.gmane.org> - Sakari Ailus <sakari.ailus-X3B1VOXEql0@public.gmane.org> - Tero Kristo <t-kristo-l0cyMroinI0@public.gmane.org> - Tomi Valkeinen <tomi.valkeinen-l0cyMroinI0@public.gmane.org> - " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" - "* Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> [170929 15:35]:\n" + "* Tony Lindgren <tony@atomide.com> [170929 15:35]:\n" "> +static struct platform_driver sysc_driver = {\n" "> +\t.probe\t\t= sysc_probe,\n" "> +\t.driver = {\n" @@ -40,7 +26,7 @@ "\n" "8< -------------------------\n" ">From tony Mon Sep 17 00:00:00 2001\n" - "From: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\n" + "From: Tony Lindgren <tony@atomide.com>\n" "Date: Fri, 13 Oct 2017 10:48:40 -0700\n" "Subject: [PATCH] bus: ti-sysc: Fix unbalanced pm_runtime_enable by adding\n" " remove\n" @@ -48,7 +34,7 @@ "Looks like we're missing remove() that's needed if a driver instance\n" "rebound. Otherwise we will get \"Unbalanced pm_runtime_enable!\".\n" "\n" - "Signed-off-by: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\n" + "Signed-off-by: Tony Lindgren <tony@atomide.com>\n" "---\n" " drivers/bus/ti-sysc.c | 25 +++++++++++++++++++++++++\n" " 1 file changed, 25 insertions(+)\n" @@ -96,10 +82,6 @@ " \t\t.name = \"ti-sysc\",\n" " \t\t.of_match_table\t= sysc_match,\n" "-- \n" - "2.14.2\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 + 2.14.2 -2ce12b3bf7ab9b989896cf0258454db9ff05529f02afb441d7b71791f47a0485 +dc9a6c40ad6fadaad723bedb5fa2c63ec4165af38af678854c7c90edac448ca6
diff --git a/a/1.txt b/N2/1.txt index 7d98864..cef2228 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,4 +1,4 @@ -* Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> [170929 15:35]: +* Tony Lindgren <tony@atomide.com> [170929 15:35]: > +static struct platform_driver sysc_driver = { > + .probe = sysc_probe, > + .driver = { @@ -18,7 +18,7 @@ Tony 8< ------------------------- >From tony Mon Sep 17 00:00:00 2001 -From: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> +From: Tony Lindgren <tony@atomide.com> Date: Fri, 13 Oct 2017 10:48:40 -0700 Subject: [PATCH] bus: ti-sysc: Fix unbalanced pm_runtime_enable by adding remove @@ -26,7 +26,7 @@ Subject: [PATCH] bus: ti-sysc: Fix unbalanced pm_runtime_enable by adding Looks like we're missing remove() that's needed if a driver instance rebound. Otherwise we will get "Unbalanced pm_runtime_enable!". -Signed-off-by: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> +Signed-off-by: Tony Lindgren <tony@atomide.com> --- drivers/bus/ti-sysc.c | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) @@ -75,7 +75,3 @@ diff --git a/drivers/bus/ti-sysc.c b/drivers/bus/ti-sysc.c .of_match_table = sysc_match, -- 2.14.2 --- -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 5ed7ee7..08f70fc 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,26 +1,25 @@ "ref\020170929223411.9691-1-tony@atomide.com\0" "ref\020170929223411.9691-5-tony@atomide.com\0" - "ref\020170929223411.9691-5-tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org\0" - "From\0Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\0" + "From\0Tony Lindgren <tony@atomide.com>\0" "Subject\0Re: [PATCH 4/7] bus: ti-sysc: Add minimal TI sysc interconnect target driver\0" "Date\0Fri, 13 Oct 2017 10:51:44 -0700\0" - "To\0linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" - "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" - " Beno\303\256t Cousson <bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>" - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org> - Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org> - Nishanth Menon <nm-l0cyMroinI0@public.gmane.org> - Matthijs van Duin <matthijsvanduin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - Paul Walmsley <paul-DWxLp4Yu+b8AvxtiuMwx3w@public.gmane.org> - Peter Ujfalusi <peter.ujfalusi-l0cyMroinI0@public.gmane.org> - Sakari Ailus <sakari.ailus-X3B1VOXEql0@public.gmane.org> - Tero Kristo <t-kristo-l0cyMroinI0@public.gmane.org> - Tomi Valkeinen <tomi.valkeinen-l0cyMroinI0@public.gmane.org> - " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0linux-omap@vger.kernel.org\0" + "Cc\0linux-arm-kernel@lists.infradead.org" + " Beno\303\256t Cousson <bcousson@baylibre.com>" + devicetree@vger.kernel.org + Greg Kroah-Hartman <gregkh@linuxfoundation.org> + Laurent Pinchart <laurent.pinchart@ideasonboard.com> + Nishanth Menon <nm@ti.com> + Matthijs van Duin <matthijsvanduin@gmail.com> + Paul Walmsley <paul@pwsan.com> + Peter Ujfalusi <peter.ujfalusi@ti.com> + Sakari Ailus <sakari.ailus@iki.fi> + Tero Kristo <t-kristo@ti.com> + Tomi Valkeinen <tomi.valkeinen@ti.com> + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" - "* Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> [170929 15:35]:\n" + "* Tony Lindgren <tony@atomide.com> [170929 15:35]:\n" "> +static struct platform_driver sysc_driver = {\n" "> +\t.probe\t\t= sysc_probe,\n" "> +\t.driver = {\n" @@ -40,7 +39,7 @@ "\n" "8< -------------------------\n" ">From tony Mon Sep 17 00:00:00 2001\n" - "From: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\n" + "From: Tony Lindgren <tony@atomide.com>\n" "Date: Fri, 13 Oct 2017 10:48:40 -0700\n" "Subject: [PATCH] bus: ti-sysc: Fix unbalanced pm_runtime_enable by adding\n" " remove\n" @@ -48,7 +47,7 @@ "Looks like we're missing remove() that's needed if a driver instance\n" "rebound. Otherwise we will get \"Unbalanced pm_runtime_enable!\".\n" "\n" - "Signed-off-by: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\n" + "Signed-off-by: Tony Lindgren <tony@atomide.com>\n" "---\n" " drivers/bus/ti-sysc.c | 25 +++++++++++++++++++++++++\n" " 1 file changed, 25 insertions(+)\n" @@ -96,10 +95,6 @@ " \t\t.name = \"ti-sysc\",\n" " \t\t.of_match_table\t= sysc_match,\n" "-- \n" - "2.14.2\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 + 2.14.2 -2ce12b3bf7ab9b989896cf0258454db9ff05529f02afb441d7b71791f47a0485 +ed90eb3d042be65b15bc6a9fb95f4e1670fe4e50e0b5d2bdb3c80eed75c19e98
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.