diff for duplicates of <54C5AA8C.4010005@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index 583e4bd..e01ed06 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,5 +1,5 @@ >From ff39ed4af9f1c50358fe92ec4c8eaac9db183e00 Mon Sep 17 00:00:00 2001 -From: Zhonghui Fu <zhonghui.fu@linux.intel.com> +From: Zhonghui Fu <zhonghui.fu-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> Date: Mon, 26 Jan 2015 10:13:21 +0800 Subject: [PATCH] brcmfmac: avoid duplicated suspend/resume operation @@ -7,8 +7,8 @@ WiFi chip has 2 SDIO functions, and PM core will trigger twice suspend/resume operations for one WiFi chip to do the same things. This patch avoid this case. -Acked-by: Arend van Spriel<arend@broadcom.com> -Signed-off-by: Zhonghui Fu <zhonghui.fu@linux.intel.com> +Acked-by: Arend van Spriel<arend-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> +Signed-off-by: Zhonghui Fu <zhonghui.fu-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> --- drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) @@ -55,3 +55,8 @@ index 9880dae..618b545 100644 disable_irq_wake(sdiodev->pdata->oob_irq_nr); brcmf_sdio_wd_timer(sdiodev->bus, BRCMF_WD_POLL_MS); -- 1.7.1 + +-- +To unsubscribe from this list: send the line "unsubscribe linux-wireless" 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 12bd0f8..1a2fade 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,23 +1,23 @@ - "From\0Fu, Zhonghui <zhonghui.fu@linux.intel.com>\0" + "From\0Fu, Zhonghui <zhonghui.fu-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\0" "Subject\0[PATCH] brcmfmac: avoid duplicated suspend/resume operation\0" "Date\0Mon, 26 Jan 2015 10:46:36 +0800\0" - "To\0brudley@broadcom.com" - Arend van Spriel <arend@broadcom.com> - Franky Lin <frankyl@broadcom.com> - meuleman@broadcom.com - Kalle Valo <kvalo@codeaurora.org> - linville@tuxdriver.com - pieterpg@broadcom.com - hdegoede@redhat.com - wens@csie.org - linux-wireless@vger.kernel.org - brcm80211-dev-list@broadcom.com - netdev@vger.kernel.org - " linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>\0" + "To\0brudley-dY08KVG/lbpWk0Htik3J/w@public.gmane.org" + Arend van Spriel <arend-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> + Franky Lin <frankyl-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> + meuleman-dY08KVG/lbpWk0Htik3J/w@public.gmane.org + Kalle Valo <kvalo-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> + linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org + pieterpg-dY08KVG/lbpWk0Htik3J/w@public.gmane.org + hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org + wens-jdAy2FN1RRM@public.gmane.org + linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + brcm80211-dev-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org + netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0" "\00:1\0" "b\0" ">From ff39ed4af9f1c50358fe92ec4c8eaac9db183e00 Mon Sep 17 00:00:00 2001\n" - "From: Zhonghui Fu <zhonghui.fu@linux.intel.com>\n" + "From: Zhonghui Fu <zhonghui.fu-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n" "Date: Mon, 26 Jan 2015 10:13:21 +0800\n" "Subject: [PATCH] brcmfmac: avoid duplicated suspend/resume operation\n" "\n" @@ -25,8 +25,8 @@ "twice suspend/resume operations for one WiFi chip to do\n" "the same things. This patch avoid this case.\n" "\n" - "Acked-by: Arend van Spriel<arend@broadcom.com>\n" - "Signed-off-by: Zhonghui Fu <zhonghui.fu@linux.intel.com>\n" + "Acked-by: Arend van Spriel<arend-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>\n" + "Signed-off-by: Zhonghui Fu <zhonghui.fu-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n" "---\n" " drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c | 17 +++++++++++++++--\n" " 1 files changed, 15 insertions(+), 2 deletions(-)\n" @@ -72,6 +72,11 @@ " \tif (sdiodev->pdata && sdiodev->pdata->oob_irq_supported)\n" " \t\tdisable_irq_wake(sdiodev->pdata->oob_irq_nr);\n" " \tbrcmf_sdio_wd_timer(sdiodev->bus, BRCMF_WD_POLL_MS);\n" - -- 1.7.1 + "-- 1.7.1\n" + "\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-wireless\" 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 -8971c5949f3b7e53f91c1e105f5ff9bbf034d731d32c5a2c864cb496f1e16e8c +008cda73d763033c22da6d0418b1f737c94d73ae2456457024621cf106d4501a
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.