linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Amitkumar Karwar <amitkarwar@gmail.com>
To: Kalle Valo <kvalo@codeaurora.org>
Cc: linux-wireless@vger.kernel.org,
	Amitkumar Karwar <amit.karwar@redpinesignals.com>,
	Prameela Rani Garnepudi <prameela.j04cs@gmail.com>
Subject: [v3 0/3] rsi: WOWLAN support
Date: Fri, 27 Oct 2017 16:55:54 +0530	[thread overview]
Message-ID: <1509103557-6215-1-git-send-email-amitkarwar@gmail.com> (raw)

From: Amitkumar Karwar <amit.karwar@redpinesignals.com>

This patch series adds WOWLAN support for system's S3, S4 and
S5 power states. wakeup through magic packet has been verified
in these power states.

Changes since v2:
  Rebased the patch series to the latest code. Recently below patch
  got accepted which causes some conflicts.
	"drivers/wireless: rsi: Convert timers to use timer_setup()"

Changes since v1:
  1/3 Get rid of CONFIG_RSI_WOW compiler flag (Kalle Valo)
  2/3 Use ieee80211_restart_hw() instead of re-registering with mac80211 (Kalle Valo/Brian Norris)
  3/3 Get rid of CONFIG_RSI_WOW compiler flag

Karun Eagalapati (3):
  rsi: sdio: add WOWLAN support for S3 suspend state
  rsi: sdio: Add WOWLAN support for S4 hibernate state
  rsi: sdio: Add WOWLAN support for S5 shutdown state

 drivers/net/wireless/rsi/rsi_91x_core.c     |   8 ++
 drivers/net/wireless/rsi/rsi_91x_mac80211.c | 128 +++++++++++++++++++++++++
 drivers/net/wireless/rsi/rsi_91x_main.c     |   1 +
 drivers/net/wireless/rsi/rsi_91x_mgmt.c     |  67 +++++++++++--
 drivers/net/wireless/rsi/rsi_91x_sdio.c     | 141 ++++++++++++++++++++++++++++
 drivers/net/wireless/rsi/rsi_common.h       |   1 +
 drivers/net/wireless/rsi/rsi_main.h         |  12 ++-
 drivers/net/wireless/rsi/rsi_mgmt.h         |  31 +++++-
 drivers/net/wireless/rsi/rsi_sdio.h         |   1 +
 9 files changed, 378 insertions(+), 12 deletions(-)

-- 
2.7.4

             reply	other threads:[~2017-10-27 11:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-27 11:25 Amitkumar Karwar [this message]
2017-10-27 11:25 ` [v3 1/3] rsi: sdio: add WOWLAN support for S3 suspend state Amitkumar Karwar
2017-10-30 10:50   ` [v3,1/3] " Kalle Valo
2017-10-31 15:24     ` Kalle Valo
2017-10-31 18:05       ` Amitkumar Karwar
2017-10-27 11:25 ` [v3 2/3] rsi: sdio: Add WOWLAN support for S4 hibernate state Amitkumar Karwar
2017-10-27 11:25 ` [v3 3/3] rsi: sdio: Add WOWLAN support for S5 shutdown state Amitkumar Karwar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1509103557-6215-1-git-send-email-amitkarwar@gmail.com \
    --to=amitkarwar@gmail.com \
    --cc=amit.karwar@redpinesignals.com \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=prameela.j04cs@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).