All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <cover.1536736872.git.viresh.kumar@linaro.org>

diff --git a/a/1.txt b/N1/1.txt
index 2a3e46d..a417532 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -14,3 +14,31 @@ redesign has simplified the core itself though.
 
 @Niklas: Can you please confirm that this series fixes the issues you
 have reported ? I have already tested it on Hikey960.
+
+--
+viresh
+
+Viresh Kumar (11):
+  OPP: Free OPP table properly on performance state irregularities
+  OPP: Protect dev_list with opp_table lock
+  OPP: Pass index to _of_init_opp_table()
+  OPP: Parse OPP table's DT properties from _of_init_opp_table()
+  OPP: Don't take OPP table's kref for static OPPs
+  OPP: Create separate kref for static OPPs list
+  cpufreq: mvebu: Remove OPPs using dev_pm_opp_remove()
+  OPP: Don't remove dynamic OPPs from _dev_pm_opp_remove_table()
+  OPP: Use a single mechanism to free the OPP table
+  OPP: Prevent creating multiple OPP tables for devices sharing OPP
+    nodes
+  OPP: Pass OPP table to _of_add_opp_table_v{1|2}()
+
+ drivers/cpufreq/mvebu-cpufreq.c |   9 +-
+ drivers/opp/core.c              | 147 ++++++++++++++++---------
+ drivers/opp/cpu.c               |  11 +-
+ drivers/opp/of.c                | 186 +++++++++++++++++---------------
+ drivers/opp/opp.h               |  19 ++--
+ include/linux/pm_opp.h          |   6 ++
+ 6 files changed, 221 insertions(+), 157 deletions(-)
+
+-- 
+2.18.0.rc1.242.g61856ae69a2c
diff --git a/a/content_digest b/N1/content_digest
index cd536bd..1039930 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,21 +1,7 @@
- "From\0Viresh Kumar <viresh.kumar@linaro.org>\0"
+ "From\0viresh.kumar@linaro.org (Viresh Kumar)\0"
  "Subject\0[PATCH 00/11] OPP: Don't create multiple OPP tables for devices sharing OPP table\0"
  "Date\0Wed, 12 Sep 2018 13:58:39 +0530\0"
- "To\0niklas.cassel@linaro.org"
-  Andrew Lunn <andrew@lunn.ch>
-  Gregory Clement <gregory.clement@bootlin.com>
-  Jason Cooper <jason@lakedaemon.net>
-  Nishanth Menon <nm@ti.com>
-  Rafael J. Wysocki <rjw@rjwysocki.net>
-  Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
-  Stephen Boyd <sboyd@kernel.org>
- " Viresh Kumar <vireshk@kernel.org>\0"
- "Cc\0Viresh Kumar <viresh.kumar@linaro.org>"
-  linux-pm@vger.kernel.org
-  Vincent Guittot <vincent.guittot@linaro.org>
-  4.18 <stable@vger.kernel.org>
-  linux-arm-kernel@lists.infradead.org
- " linux-kernel@vger.kernel.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hello,\n"
@@ -33,6 +19,34 @@
  "redesign has simplified the core itself though.\n"
  "\n"
  "@Niklas: Can you please confirm that this series fixes the issues you\n"
- have reported ? I have already tested it on Hikey960.
+ "have reported ? I have already tested it on Hikey960.\n"
+ "\n"
+ "--\n"
+ "viresh\n"
+ "\n"
+ "Viresh Kumar (11):\n"
+ "  OPP: Free OPP table properly on performance state irregularities\n"
+ "  OPP: Protect dev_list with opp_table lock\n"
+ "  OPP: Pass index to _of_init_opp_table()\n"
+ "  OPP: Parse OPP table's DT properties from _of_init_opp_table()\n"
+ "  OPP: Don't take OPP table's kref for static OPPs\n"
+ "  OPP: Create separate kref for static OPPs list\n"
+ "  cpufreq: mvebu: Remove OPPs using dev_pm_opp_remove()\n"
+ "  OPP: Don't remove dynamic OPPs from _dev_pm_opp_remove_table()\n"
+ "  OPP: Use a single mechanism to free the OPP table\n"
+ "  OPP: Prevent creating multiple OPP tables for devices sharing OPP\n"
+ "    nodes\n"
+ "  OPP: Pass OPP table to _of_add_opp_table_v{1|2}()\n"
+ "\n"
+ " drivers/cpufreq/mvebu-cpufreq.c |   9 +-\n"
+ " drivers/opp/core.c              | 147 ++++++++++++++++---------\n"
+ " drivers/opp/cpu.c               |  11 +-\n"
+ " drivers/opp/of.c                | 186 +++++++++++++++++---------------\n"
+ " drivers/opp/opp.h               |  19 ++--\n"
+ " include/linux/pm_opp.h          |   6 ++\n"
+ " 6 files changed, 221 insertions(+), 157 deletions(-)\n"
+ "\n"
+ "-- \n"
+ 2.18.0.rc1.242.g61856ae69a2c
 
-4aaac55bff4c1b5c27f551df4e204231b293eb79f42125b051805f7be17edcaa
+c5369b941bb6b96ee5b4a3fa37ef7dd3d488799c85be1777f09088ac90453558

diff --git a/a/1.txt b/N2/1.txt
index 2a3e46d..a417532 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -14,3 +14,31 @@ redesign has simplified the core itself though.
 
 @Niklas: Can you please confirm that this series fixes the issues you
 have reported ? I have already tested it on Hikey960.
+
+--
+viresh
+
+Viresh Kumar (11):
+  OPP: Free OPP table properly on performance state irregularities
+  OPP: Protect dev_list with opp_table lock
+  OPP: Pass index to _of_init_opp_table()
+  OPP: Parse OPP table's DT properties from _of_init_opp_table()
+  OPP: Don't take OPP table's kref for static OPPs
+  OPP: Create separate kref for static OPPs list
+  cpufreq: mvebu: Remove OPPs using dev_pm_opp_remove()
+  OPP: Don't remove dynamic OPPs from _dev_pm_opp_remove_table()
+  OPP: Use a single mechanism to free the OPP table
+  OPP: Prevent creating multiple OPP tables for devices sharing OPP
+    nodes
+  OPP: Pass OPP table to _of_add_opp_table_v{1|2}()
+
+ drivers/cpufreq/mvebu-cpufreq.c |   9 +-
+ drivers/opp/core.c              | 147 ++++++++++++++++---------
+ drivers/opp/cpu.c               |  11 +-
+ drivers/opp/of.c                | 186 +++++++++++++++++---------------
+ drivers/opp/opp.h               |  19 ++--
+ include/linux/pm_opp.h          |   6 ++
+ 6 files changed, 221 insertions(+), 157 deletions(-)
+
+-- 
+2.18.0.rc1.242.g61856ae69a2c
diff --git a/a/content_digest b/N2/content_digest
index cd536bd..6cf3a5b 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -33,6 +33,34 @@
  "redesign has simplified the core itself though.\n"
  "\n"
  "@Niklas: Can you please confirm that this series fixes the issues you\n"
- have reported ? I have already tested it on Hikey960.
+ "have reported ? I have already tested it on Hikey960.\n"
+ "\n"
+ "--\n"
+ "viresh\n"
+ "\n"
+ "Viresh Kumar (11):\n"
+ "  OPP: Free OPP table properly on performance state irregularities\n"
+ "  OPP: Protect dev_list with opp_table lock\n"
+ "  OPP: Pass index to _of_init_opp_table()\n"
+ "  OPP: Parse OPP table's DT properties from _of_init_opp_table()\n"
+ "  OPP: Don't take OPP table's kref for static OPPs\n"
+ "  OPP: Create separate kref for static OPPs list\n"
+ "  cpufreq: mvebu: Remove OPPs using dev_pm_opp_remove()\n"
+ "  OPP: Don't remove dynamic OPPs from _dev_pm_opp_remove_table()\n"
+ "  OPP: Use a single mechanism to free the OPP table\n"
+ "  OPP: Prevent creating multiple OPP tables for devices sharing OPP\n"
+ "    nodes\n"
+ "  OPP: Pass OPP table to _of_add_opp_table_v{1|2}()\n"
+ "\n"
+ " drivers/cpufreq/mvebu-cpufreq.c |   9 +-\n"
+ " drivers/opp/core.c              | 147 ++++++++++++++++---------\n"
+ " drivers/opp/cpu.c               |  11 +-\n"
+ " drivers/opp/of.c                | 186 +++++++++++++++++---------------\n"
+ " drivers/opp/opp.h               |  19 ++--\n"
+ " include/linux/pm_opp.h          |   6 ++\n"
+ " 6 files changed, 221 insertions(+), 157 deletions(-)\n"
+ "\n"
+ "-- \n"
+ 2.18.0.rc1.242.g61856ae69a2c
 
-4aaac55bff4c1b5c27f551df4e204231b293eb79f42125b051805f7be17edcaa
+8043524c4fb0c585dd049295db1fbd639050e4cb5eec693b8a8e4a0bccc8fc3e

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.