linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] brcmfmac: unify register access interface
@ 2012-05-05  1:27 Franky Lin
  2012-05-05  1:27 ` [PATCH 01/11] brcmfmac: remove unused parameter of brcmf_sdcard_reg_read Franky Lin
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Franky Lin @ 2012-05-05  1:27 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless

Hi John,

This patch series cleans up the WiFi dongle register access by
introducing a unified interface. With the new interface the user
who wants to read/write registers on the dongle only needs to
provide the register address. The helper function will handle
everything else.

Thanks,
Franky

Franky Lin (11):
  brcmfmac: remove unused parameter of brcmf_sdcard_reg_read
  brcmfmac: remove unused parameter of brcmf_sdcard_reg_write
  brcmfmac: decouple set_sbaddr_window from register write interface
  brcmfmac: introduce unified register access interface for SDIO
  brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrb
  brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwb
  brcmfmac: replace brcmf_sdcard_reg_read with brcmf_sdio_regrl
  brcmfmac: replace brcmf_sdcard_reg_write with brcmf_sdio_regwl
  brcmfmac: remove redundant retries for SDIO core register access
  brcmfmac: remove function brcmf_sdcard_regfail
  brcmfmac: replace brcmf_sdioh_card_regread with brcmf_sdio_regrl

 drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c   |  244 +++++++-------
 .../net/wireless/brcm80211/brcmfmac/bcmsdh_sdmmc.c |   32 +-
 drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c |  350 ++++++++------------
 .../net/wireless/brcm80211/brcmfmac/sdio_chip.c    |  265 ++++++++-------
 .../net/wireless/brcm80211/brcmfmac/sdio_host.h    |   37 +--
 5 files changed, 416 insertions(+), 512 deletions(-)

-- 
1.7.9.5



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

end of thread, other threads:[~2012-05-05  1:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-05  1:27 [PATCH 00/11] brcmfmac: unify register access interface Franky Lin
2012-05-05  1:27 ` [PATCH 01/11] brcmfmac: remove unused parameter of brcmf_sdcard_reg_read Franky Lin
2012-05-05  1:27 ` [PATCH 02/11] brcmfmac: remove unused parameter of brcmf_sdcard_reg_write Franky Lin
2012-05-05  1:27 ` [PATCH 03/11] brcmfmac: decouple set_sbaddr_window from register write interface Franky Lin
2012-05-05  1:27 ` [PATCH 04/11] brcmfmac: introduce unified register access interface for SDIO Franky Lin
2012-05-05  1:27 ` [PATCH 05/11] brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrb Franky Lin
2012-05-05  1:27 ` [PATCH 06/11] brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwb Franky Lin
2012-05-05  1:27 ` [PATCH 07/11] brcmfmac: replace brcmf_sdcard_reg_read with brcmf_sdio_regrl Franky Lin
2012-05-05  1:27 ` [PATCH 08/11] brcmfmac: replace brcmf_sdcard_reg_write with brcmf_sdio_regwl Franky Lin
2012-05-05  1:27 ` [PATCH 09/11] brcmfmac: remove redundant retries for SDIO core register access Franky Lin
2012-05-05  1:27 ` [PATCH 10/11] brcmfmac: remove function brcmf_sdcard_regfail Franky Lin
2012-05-05  1:27 ` [PATCH 11/11] brcmfmac: replace brcmf_sdioh_card_regread with brcmf_sdio_regrl 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).