linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Franky Lin" <frankyl@broadcom.com>
To: linville@tuxdriver.com
Cc: linux-wireless@vger.kernel.org
Subject: [PATCH 00/11] brcmfmac: unify register access interface
Date: Fri, 4 May 2012 18:27:27 -0700	[thread overview]
Message-ID: <1336181258-7305-1-git-send-email-frankyl@broadcom.com> (raw)

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



             reply	other threads:[~2012-05-05  1:27 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-05  1:27 Franky Lin [this message]
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

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=1336181258-7305-1-git-send-email-frankyl@broadcom.com \
    --to=frankyl@broadcom.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.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).