diff for duplicates of <20180521223232.GC98604@atomide.com> diff --git a/a/1.txt b/N1/1.txt index eca03fe..a63b0af 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,4 @@ -* Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> [180517 18:53]: +* Tony Lindgren <tony@atomide.com> [180517 18:53]: > We may get -EBUSY from runtime PM and that most likely means some > earlier wlcore command did not complete yet and further calls may > fail. Let's add a warning to make it easier to track down and fix @@ -14,7 +14,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: Wed, 16 May 2018 14:14:47 -0700 Subject: [PATCH] wclore: Fix timout errors after recovery @@ -35,8 +35,8 @@ And let's use the sync version to make sure we're done before we restart. Note that we still will get -EBUSY warning from wl12xx_sdio_set_power() but let's fix that separately once we know exactly why we get the warning. -Reported-by: Eyal Reizer <eyalr-l0cyMroinI0@public.gmane.org> -Signed-off-by: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> +Reported-by: Eyal Reizer <eyalr@ti.com> +Signed-off-by: Tony Lindgren <tony@atomide.com> --- drivers/net/wireless/ti/wlcore/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) @@ -57,3 +57,9 @@ diff --git a/drivers/net/wireless/ti/wlcore/main.c b/drivers/net/wireless/ti/wlc wlcore_wake_queues(wl, WLCORE_QUEUE_STOP_REASON_FW_RESTART); - pm_runtime_put(wl->dev); +- + out_unlock: + wl->watchdog_recovery = false; + clear_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags); +-- +2.17.0 diff --git a/a/content_digest b/N1/content_digest index 8d49b35..dc29931 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,22 +1,21 @@ "ref\020180517185029.71716-1-tony@atomide.com\0" "ref\020180517185029.71716-6-tony@atomide.com\0" - "ref\020180517185029.71716-6-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 5/5] wlcore: sdio: Warn about runtime PM suspend errors\0" "Date\0Mon, 21 May 2018 15:32:32 -0700\0" - "To\0Kalle Valo <kvalo-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0" - "Cc\0Eyal Reizer <eyalr-l0cyMroinI0@public.gmane.org>" - Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org> - Guy Mishol <guym-l0cyMroinI0@public.gmane.org> - Luca Coelho <luciano.coelho-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> - Maital Hahn <maitalm-l0cyMroinI0@public.gmane.org> - Maxim Altshul <maxim.altshul-l0cyMroinI0@public.gmane.org> - Shahar Patury <shaharp-l0cyMroinI0@public.gmane.org> - linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0Kalle Valo <kvalo@codeaurora.org>\0" + "Cc\0Eyal Reizer <eyalr@ti.com>" + Kishon Vijay Abraham I <kishon@ti.com> + Guy Mishol <guym@ti.com> + Luca Coelho <luciano.coelho@intel.com> + Maital Hahn <maitalm@ti.com> + Maxim Altshul <maxim.altshul@ti.com> + Shahar Patury <shaharp@ti.com> + linux-wireless@vger.kernel.org + " linux-omap@vger.kernel.org\0" "\00:1\0" "b\0" - "* Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> [180517 18:53]:\n" + "* Tony Lindgren <tony@atomide.com> [180517 18:53]:\n" "> We may get -EBUSY from runtime PM and that most likely means some\n" "> earlier wlcore command did not complete yet and further calls may\n" "> fail. Let's add a warning to make it easier to track down and fix\n" @@ -32,7 +31,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: Wed, 16 May 2018 14:14:47 -0700\n" "Subject: [PATCH] wclore: Fix timout errors after recovery\n" "\n" @@ -53,8 +52,8 @@ "Note that we still will get -EBUSY warning from wl12xx_sdio_set_power() but let's\n" "fix that separately once we know exactly why we get the warning.\n" "\n" - "Reported-by: Eyal Reizer <eyalr-l0cyMroinI0@public.gmane.org>\n" - "Signed-off-by: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\n" + "Reported-by: Eyal Reizer <eyalr@ti.com>\n" + "Signed-off-by: Tony Lindgren <tony@atomide.com>\n" "---\n" " drivers/net/wireless/ti/wlcore/main.c | 3 +--\n" " 1 file changed, 1 insertion(+), 2 deletions(-)\n" @@ -74,6 +73,12 @@ " \t */\n" " \twlcore_wake_queues(wl, WLCORE_QUEUE_STOP_REASON_FW_RESTART);\n" " \n" - "-\tpm_runtime_put(wl->dev);" + "-\tpm_runtime_put(wl->dev);\n" + "-\n" + " out_unlock:\n" + " \twl->watchdog_recovery = false;\n" + " \tclear_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags);\n" + "-- \n" + 2.17.0 -9eac69e67545c1727d1d2c24925ec451ca707c1419333bf5fdfcc4287d061863 +0550192baf07e8cb1092e76a213953b002fbf0eb7384867b54a019fc353879f9
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.