linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] brcmfmac: introducing out of band interrupt support
@ 2012-04-28  1:56 Franky Lin
  2012-04-28  1:56 ` [PATCH 1/4] brcmfmac: stop releasing sdio host in irq handler Franky Lin
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Franky Lin @ 2012-04-28  1:56 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless

Hi John,

This patch series brings the out of band (OOB) interrupt support to
brcmfmac for SDIO dongle. OOB interrupts implementation is intended
to provide a faster interrupt mechanism for SDIO host controllers that 
don't support SDIO interrupt. Also it provides the possibility that
dongle can wake up the application processor in deep sleep. So we
can have more offloading features to improve the overall system power
consumption especially for mobility platform.

Thanks,
Franky

Franky Lin (4):
  brcmfmac: stop releasing sdio host in irq handler
  brcmfmac: check bus state for status
  brcmfmac: postpone interrupt register function
  brcmfmac: add out of band interrupt support

 drivers/net/wireless/brcm80211/Kconfig             |    9 ++
 drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c   |   97 ++++++++++++++++--
 .../net/wireless/brcm80211/brcmfmac/bcmsdh_sdmmc.c |  105 +++++++++++++++++++-
 drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c |   39 ++++++--
 .../net/wireless/brcm80211/brcmfmac/sdio_host.h    |   22 +++-
 5 files changed, 245 insertions(+), 27 deletions(-)

-- 
1.7.9.5



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

end of thread, other threads:[~2012-04-28  1:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-28  1:56 [PATCH 0/4] brcmfmac: introducing out of band interrupt support Franky Lin
2012-04-28  1:56 ` [PATCH 1/4] brcmfmac: stop releasing sdio host in irq handler Franky Lin
2012-04-28  1:56 ` [PATCH 2/4] brcmfmac: check bus state for status Franky Lin
2012-04-28  1:56 ` [PATCH 3/4] brcmfmac: postpone interrupt register function Franky Lin
2012-04-28  1:56 ` [PATCH 4/4] brcmfmac: add out of band interrupt support Franky Lin

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).