All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] Allow the user to define suspend mode
@ 2012-01-20 13:35 rmani
  2012-01-20 13:35 ` [PATCH v2 1/8] ath6kl: Re-architect suspend mode handling in ath6kl_sdio_suspend rmani
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: rmani @ 2012-01-20 13:35 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, ath6kl-devel, Raja Mani

From: Raja Mani <rmani@qca.qualcomm.com>

This series of patch enables the user to specify the suspend mode 
via module parameter (suspend_mode) while doing insmod of the driver.

   To select Cut Power mode:
      insmod ath6kl_sdio.ko suspend_mode = 1

   To select Deep Sleep mode:
      insmod ath6kl_sdio.ko suspend_mode = 2

   To select WOW suspend mode:
      insmod ath6kl_sdio.ko suspend_mode = 3

Existing module param 'suspend_cutpower' variable is renamed to 
'suspend_mode' for this purspose.

Additionally, If the user doesn't provide any WOW patterns, 
the default WOW patterns will be configured while going to
WOW suspend mode.

V2 changes:
 
 * Existing automatic suspend mode selection logic is retained.
 * Suspend mode retry logic is improved without using loop.
 * Small patches are folded with appropriate patches as per Kalle's comments.
 * New wmi function is added to process set host sleep mode cmd processed event.

Raja Mani (8):
  ath6kl: Re-architect suspend mode handling in ath6kl_sdio_suspend
  ath6kl: Add a new func to configure default WOW patterns for AP mode
  ath6kl: Add a new func to config default WOW patterns for non AP mode
  ath6kl: Move WOW patterns config code to a separate function.
  ath6kl: Configure WOW patterns while going to wow_suspend
  ath6kl: Return a proper error code when not in connected state
  ath6kl: Add a support to handle the host sleep mode cmd processed
    event
  ath6kl: Wait for host sleep mode cmd processed event during WOW
    suspend

 drivers/net/wireless/ath/ath6kl/cfg80211.c |  238 +++++++++++++++++++++++-----
 drivers/net/wireless/ath/ath6kl/core.c     |   12 +-
 drivers/net/wireless/ath/ath6kl/core.h     |    5 +-
 drivers/net/wireless/ath/ath6kl/sdio.c     |   86 +++++++----
 drivers/net/wireless/ath/ath6kl/wmi.c      |   20 +++-
 drivers/net/wireless/ath/ath6kl/wmi.h      |    5 +-
 6 files changed, 288 insertions(+), 78 deletions(-)


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2012-01-30  6:12 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-20 13:35 [PATCH v2 0/8] Allow the user to define suspend mode rmani
2012-01-20 13:35 ` [PATCH v2 1/8] ath6kl: Re-architect suspend mode handling in ath6kl_sdio_suspend rmani
2012-01-24 11:30   ` Kalle Valo
2012-01-20 13:35 ` [PATCH v2 2/8] ath6kl: Add a new func to configure default WOW patterns for AP mode rmani
2012-01-24 11:36   ` Kalle Valo
2012-01-20 13:35 ` [PATCH v2 3/8] ath6kl: Add a new func to config default WOW patterns for non " rmani
2012-01-24 11:39   ` Kalle Valo
2012-01-20 13:35 ` [PATCH v2 4/8] ath6kl: Move WOW patterns config code to a separate function rmani
2012-01-24 11:44   ` Kalle Valo
2012-01-20 13:35 ` [PATCH v2 5/8] ath6kl: Configure WOW patterns while going to wow_suspend rmani
2012-01-20 13:35 ` [PATCH v2 6/8] ath6kl: Return a proper error code when not in connected state rmani
2012-01-24 11:45   ` Kalle Valo
2012-01-20 13:35 ` [PATCH v2 7/8] ath6kl: Add a support to handle the host sleep mode cmd processed event rmani
2012-01-24 11:46   ` Kalle Valo
2012-01-20 13:35 ` [PATCH v2 8/8] ath6kl: Wait for host sleep mode cmd processed event during WOW suspend rmani
2012-01-24 11:47 ` [PATCH v2 0/8] Allow the user to define suspend mode Kalle Valo
2012-01-30  6:12   ` Raja Mani

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.