All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180521224339.GD98604@atomide.com>

diff --git a/a/1.txt b/N1/1.txt
index 6873ef5..9ad4780 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,5 +1,5 @@
-* Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> [180521 16:40]:
-> * Reizer, Eyal <eyalr-l0cyMroinI0@public.gmane.org> [180521 07:31]:
+* Tony Lindgren <tony@atomide.com> [180521 16:40]:
+> * Reizer, Eyal <eyalr@ti.com> [180521 07:31]:
 > > > Here's a series of patches to add runtime PM support for wlcore. It does not
 > > > yet implement autosuspend support, but let's get this tested first as the
 > > > autosuspend can mask enable/disable issues easily.
@@ -51,3 +51,17 @@ diff --git a/drivers/net/wireless/ti/wlcore/main.c b/drivers/net/wireless/ti/wlc
  			if (ret)
  				wl12xx_queue_recovery_work(wl);
  		}
+-
+-		wlcore_enable_interrupts(wl);
+ 	}
+ 
+ 	if (pending_recovery) {
+@@ -1877,6 +1875,8 @@ static int __maybe_unused wl1271_op_resume(struct ieee80211_hw *hw)
+ 		goto out_sleep;
+ 	}
+ 
++	wlcore_enable_interrupts(wl);
++
+ 	ret = pm_runtime_get_sync(wl->dev);
+ 	if (ret < 0) {
+ 		pm_runtime_put_noidle(wl->dev);
diff --git a/a/content_digest b/N1/content_digest
index 5f2db3f..a565aa1 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,30 +1,29 @@
  "ref\020180517185029.71716-1-tony@atomide.com\0"
  "ref\0bff51dcc6fd441d9ab42db273219aaf4@ti.com\0"
  "ref\020180521163830.GZ98604@atomide.com\0"
- "ref\020180521163830.GZ98604-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org\0"
- "From\0Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\0"
+ "From\0Tony Lindgren <tony@atomide.com>\0"
  "Subject\0Re: [EXTERNAL] [PATCHv2 0/5] Runtime PM support for wlcore\0"
  "Date\0Mon, 21 May 2018 15:43:39 -0700\0"
  "To\0Reizer"
- " Eyal <eyalr-l0cyMroinI0@public.gmane.org>\0"
- "Cc\0Kalle Valo <kvalo-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>"
-  KISHON VIJAY ABRAHAM <kishon-l0cyMroinI0@public.gmane.org>
+ " Eyal <eyalr@ti.com>\0"
+ "Cc\0Kalle Valo <kvalo@codeaurora.org>"
+  KISHON VIJAY ABRAHAM <kishon@ti.com>
   Mishol
-  Guy <guym-l0cyMroinI0@public.gmane.org>
-  Luca Coelho <luciano.coelho-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+  Guy <guym@ti.com>
+  Luca Coelho <luciano.coelho@intel.com>
   Hahn
-  Maital <maitalm-l0cyMroinI0@public.gmane.org>
+  Maital <maitalm@ti.com>
   Altshul
-  Maxim <maxim.altshul-l0cyMroinI0@public.gmane.org>
-  Shahar Patury <shaharp-l0cyMroinI0@public.gmane.org>
-  linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
+  Maxim <maxim.altshul@ti.com>
+  Shahar Patury <shaharp@ti.com>
+  linux-wireless@vger.kernel.org <linux-wireless@vger.kernel.org>
+  linux-omap@vger.kernel.org <linux-omap@vger.kernel.org>
   Loewy
- " Chen <c-loewy-l0cyMroinI0@public.gmane.org>\0"
+ " Chen <c-loewy@ti.com>\0"
  "\00:1\0"
  "b\0"
- "* Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> [180521 16:40]:\n"
- "> * Reizer, Eyal <eyalr-l0cyMroinI0@public.gmane.org> [180521 07:31]:\n"
+ "* Tony Lindgren <tony@atomide.com> [180521 16:40]:\n"
+ "> * Reizer, Eyal <eyalr@ti.com> [180521 07:31]:\n"
  "> > > Here's a series of patches to add runtime PM support for wlcore. It does not\n"
  "> > > yet implement autosuspend support, but let's get this tested first as the\n"
  "> > > autosuspend can mask enable/disable issues easily.\n"
@@ -75,6 +74,20 @@
  "@@ -1867,8 +1867,6 @@ static int __maybe_unused wl1271_op_resume(struct ieee80211_hw *hw)\n"
  " \t\t\tif (ret)\n"
  " \t\t\t\twl12xx_queue_recovery_work(wl);\n"
- " \t\t}"
+ " \t\t}\n"
+ "-\n"
+ "-\t\twlcore_enable_interrupts(wl);\n"
+ " \t}\n"
+ " \n"
+ " \tif (pending_recovery) {\n"
+ "@@ -1877,6 +1875,8 @@ static int __maybe_unused wl1271_op_resume(struct ieee80211_hw *hw)\n"
+ " \t\tgoto out_sleep;\n"
+ " \t}\n"
+ " \n"
+ "+\twlcore_enable_interrupts(wl);\n"
+ "+\n"
+ " \tret = pm_runtime_get_sync(wl->dev);\n"
+ " \tif (ret < 0) {\n"
+ " \t\tpm_runtime_put_noidle(wl->dev);"
 
-648f43c1254ad4950e33dfb200d1bef2d5968d74773b1104e4ef218c388d4298
+b7d6a6a54a4c361bd67beb79e50ed06d7e740af8cca63d882e4977d01bcc4138

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.