linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: mike.rapoport@gmail.com
To: Greg Kroah-Hartman <gregkh@suse.de>
Cc: Brett Rudley <brudley@broadcom.com>,
	Henry Ptasinski <henryp@broadcom.com>,
	Nohee Ko <noheek@broadcom.com>,
	linux-wireless@vger.kernel.org,
	Mike Rapoport <mike.rapoport@gmail.com>
Subject: [PATCH 0/7] staging: brcm80211: linus_osl.c cleanups
Date: Wed, 13 Oct 2010 00:09:06 +0200	[thread overview]
Message-ID: <cover.1286920620.git.mike.rapoport@gmail.com> (raw)

These patches replace part of proprietary utility functions with
public kernel versions.

The following changes since commit 0f0881b09078fe3a6bc70f05e8ba49a52b2478a2:
  Greg Kroah-Hartman (1):                                                   
        Staging: brcm80211: remove TRUE #define                             

Mike Rapoport (7):
  staging: brcm80211: remove OSL_DELAY
  staging: brcm80211: remove DHD_USE_STATIC_BUF
  staging: brcm80211: remove osl_malloced()/MALLOCED()
  staging: brcm80211: replace MALLOC() with k[zm]alloc
  staging: brcm80211: remove unused NATIVE_{MALLOC,MFREE}
  staging: brcm80211: replace MFREE with kfree
  staging: brcm80211: remove unrefrenced malloced field

 drivers/staging/brcm80211/brcmfmac/bcmsdh.c        |   16 +-
 drivers/staging/brcm80211/brcmfmac/bcmsdh_linux.c  |   20 +-
 drivers/staging/brcm80211/brcmfmac/bcmsdh_sdmmc.c  |   27 +--
 .../brcm80211/brcmfmac/bcmsdh_sdmmc_linux.c        |    4 +-
 drivers/staging/brcm80211/brcmfmac/dhd.h           |    6 +-
 drivers/staging/brcm80211/brcmfmac/dhd_cdc.c       |   20 +--
 drivers/staging/brcm80211/brcmfmac/dhd_common.c    |   18 +-
 .../staging/brcm80211/brcmfmac/dhd_custom_gpio.c   |    2 +-
 drivers/staging/brcm80211/brcmfmac/dhd_linux.c     |   53 ++----
 drivers/staging/brcm80211/brcmfmac/dhd_sdio.c      |   98 +++------
 drivers/staging/brcm80211/include/bcmutils.h       |    2 +-
 drivers/staging/brcm80211/include/linux_osl.h      |   18 --
 drivers/staging/brcm80211/phy/wlc_phy_cmn.c        |   20 +-
 drivers/staging/brcm80211/phy/wlc_phy_lcn.c        |   87 ++++----
 drivers/staging/brcm80211/phy/wlc_phy_n.c          |   88 ++++----
 drivers/staging/brcm80211/sys/wl_mac80211.c        |   33 ++--
 drivers/staging/brcm80211/sys/wlc_alloc.c          |   57 ++---
 drivers/staging/brcm80211/sys/wlc_ampdu.c          |   12 +-
 drivers/staging/brcm80211/sys/wlc_antsel.c         |    8 +-
 drivers/staging/brcm80211/sys/wlc_bmac.c           |   32 ++--
 drivers/staging/brcm80211/sys/wlc_channel.c        |    8 +-
 drivers/staging/brcm80211/sys/wlc_event.c          |   13 +-
 drivers/staging/brcm80211/sys/wlc_mac80211.c       |   19 +-
 drivers/staging/brcm80211/sys/wlc_phy_shim.c       |    8 +-
 drivers/staging/brcm80211/util/aiutils.c           |    8 +-
 drivers/staging/brcm80211/util/bcmotp.c            |    6 +-
 drivers/staging/brcm80211/util/bcmsrom.c           |   36 ++--
 drivers/staging/brcm80211/util/hnddma.c            |   43 ++---
 drivers/staging/brcm80211/util/hndpmu.c            |   14 +-
 drivers/staging/brcm80211/util/linux_osl.c         |  228 --------------------
 drivers/staging/brcm80211/util/nicpci.c            |   15 +-
 drivers/staging/brcm80211/util/nvram/nvram_ro.c    |    9 +-
 drivers/staging/brcm80211/util/sbutils.c           |   14 +-
 drivers/staging/brcm80211/util/siutils.c           |   21 +-
 34 files changed, 335 insertions(+), 728 deletions(-)


             reply	other threads:[~2010-10-12 22:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-12 22:09 mike.rapoport [this message]
2010-10-12 22:09 ` [PATCH 1/7] staging: brcm80211: remove OSL_DELAY mike.rapoport
2010-10-12 22:09 ` [PATCH 2/7] staging: brcm80211: remove DHD_USE_STATIC_BUF mike.rapoport
2010-10-12 22:09 ` [PATCH 3/7] staging: brcm80211: remove osl_malloced()/MALLOCED() mike.rapoport
2010-10-12 22:09 ` [PATCH 4/7] staging: brcm80211: replace MALLOC() with k[zm]alloc mike.rapoport
2010-10-12 22:09 ` [PATCH 5/7] staging: brcm80211: remove unused NATIVE_{MALLOC,MFREE} mike.rapoport
2010-10-12 22:09 ` [PATCH 6/7] staging: brcm80211: replace MFREE with kfree mike.rapoport
2010-10-12 22:09 ` [PATCH 7/7] staging: brcm80211: remove unrefrenced malloced field mike.rapoport
2010-10-14 19:30 ` [PATCH 0/7] staging: brcm80211: linus_osl.c cleanups Greg KH

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=cover.1286920620.git.mike.rapoport@gmail.com \
    --to=mike.rapoport@gmail.com \
    --cc=brudley@broadcom.com \
    --cc=gregkh@suse.de \
    --cc=henryp@broadcom.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=noheek@broadcom.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).