linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] staging: brcm80211: linus_osl.c cleanups
@ 2010-10-12 22:09 mike.rapoport
  2010-10-12 22:09 ` [PATCH 1/7] staging: brcm80211: remove OSL_DELAY mike.rapoport
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: mike.rapoport @ 2010-10-12 22:09 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Brett Rudley, Henry Ptasinski, Nohee Ko, linux-wireless,
	Mike Rapoport

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


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

end of thread, other threads:[~2010-10-14 19:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-12 22:09 [PATCH 0/7] staging: brcm80211: linus_osl.c cleanups mike.rapoport
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

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