linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Arend van Spriel" <arend@broadcom.com>
To: gregkh@suse.de
Cc: "Arend van Spriel" <arend@broadcom.com>,
	devel@linuxdriverproject.org, linux-wireless@vger.kernel.org
Subject: [PATCH 00/29] staging: brcm80211: cleanup checkpatch warnings
Date: Fri, 22 Jul 2011 20:56:47 +0200	[thread overview]
Message-ID: <1311361036-3175-1-git-send-email-arend@broadcom.com> (raw)

This series contains several patches getting rid of the last checkpatch
warnings on the brcm80211 folder. Also several cleanup patches for
brcmfmac driver are in this series.

This series applies to staging-next and depends on the following patch sets:

Message-ID:<1310678971-28952-1-git-send-email-frankyl@broadcom.com>
*excluding* Message-ID:<1310678971-28952-36-git-send-email-frankyl@broadcom.com>
Message-ID: <1310999405-10062-1-git-send-email-arend@broadcom.com>

Cc: devel@linuxdriverproject.org
Cc: linux-wireless@vger.kernel.org

Arend van Spriel (9):
  staging: brcm80211: use PCI_DEVICE() macro in device table
  staging: brcm80211: remove unused rx status definitions
  staging: brcm80211: reformat long lines in brcmsmac to 80 columns
  staging: brcm80211: remove wl_alloc_dma_resources() function
  staging: brcm80211: remove dma_addrwidth() function
  staging: brcm80211: revisited END_FOREACH_BSS macro
  staging: brcm80211: cleanup to get rid of 'over 80 character' line
  staging: brcm80211: remove target platform limitations for drivers
  staging: brcm80211: updated TODO file

Franky Lin (8):
  staging: brcm80211: remove code for unsupported chip
  staging: brcm80211: placed suspend flag in gInstance in brcmfmac
  staging: brcm80211: remove struct brcmf_sdioh_driver from brcmfmac
  staging: brcm80211: remove vendor and device id check from brcmfmac
  staging: brcm80211: remove struct brcmf_sdio_card from brcmfmac
  staging: brcm80211: remove dead code from brcmfmac
  staging: brcm80211: remove dead client interrupt code from brcmfmac
  staging: brcm80211: remove function pointer of interrupt isr in
    brcmfmac

Pieter-Paul Giesberts (1):
  staging: brcm80211: SPARC build error fix

Roland Vossen (11):
  staging: brcm80211: fixed checkpatch warnings for fullmac
  staging: brcm80211: fixed checkpatch warnings for brcmutil dir
  staging: brcm80211: fixed checkpatch warnings for 'include' dir
  staging: brcm80211: cleaned up softmac DMA layer
  staging: brcm80211: removed void * from softmac phy
  staging: brcm80211: simplified register access macro's in softmac
  staging: brcm80211: removed unused bus code from softmac
  staging: brcm80211: replaced void *btparam into struct pci_dev
    *btparam
  staging: brcm80211: removed void * from ai_ functions
  staging: brcm80211: removed brcms_c_module_unregister() call in
    ampdu.c
  staging: brcm80211: removed watchdog function from softmac

 drivers/staging/brcm80211/Kconfig                 |    2 -
 drivers/staging/brcm80211/TODO                    |    4 -
 drivers/staging/brcm80211/brcmfmac/bcmsdh.c       |  196 ++----
 drivers/staging/brcm80211/brcmfmac/bcmsdh_sdmmc.c |  161 +----
 drivers/staging/brcm80211/brcmfmac/dhd.h          |  115 ++--
 drivers/staging/brcm80211/brcmfmac/dhd_common.c   |   23 +-
 drivers/staging/brcm80211/brcmfmac/dhd_linux.c    |   27 +-
 drivers/staging/brcm80211/brcmfmac/dhd_sdio.c     |  687 ++++++++---------
 drivers/staging/brcm80211/brcmfmac/sdio_host.h    |  189 +++---
 drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c  |   23 +-
 drivers/staging/brcm80211/brcmfmac/wl_cfg80211.h  |    3 +-
 drivers/staging/brcm80211/brcmsmac/aiutils.c      |  701 +++++++----------
 drivers/staging/brcm80211/brcmsmac/aiutils.h      |   40 +-
 drivers/staging/brcm80211/brcmsmac/ampdu.c        |  197 +++--
 drivers/staging/brcm80211/brcmsmac/antsel.c       |   15 +-
 drivers/staging/brcm80211/brcmsmac/channel.c      |  151 +++--
 drivers/staging/brcm80211/brcmsmac/channel.h      |   15 +-
 drivers/staging/brcm80211/brcmsmac/d11.h          |  617 +++++++++------
 drivers/staging/brcm80211/brcmsmac/dma.c          |  726 +++++-------------
 drivers/staging/brcm80211/brcmsmac/dma.h          |  133 +---
 drivers/staging/brcm80211/brcmsmac/mac80211_if.c  |   78 +--
 drivers/staging/brcm80211/brcmsmac/mac80211_if.h  |   13 +-
 drivers/staging/brcm80211/brcmsmac/main.c         |  869 +++++++++++++--------
 drivers/staging/brcm80211/brcmsmac/main.h         |  694 ++++++++++-------
 drivers/staging/brcm80211/brcmsmac/nicpci.c       |    4 +-
 drivers/staging/brcm80211/brcmsmac/otp.c          |   33 +-
 drivers/staging/brcm80211/brcmsmac/otp.h          |    3 +-
 drivers/staging/brcm80211/brcmsmac/phy/phy_cmn.c  |   30 +-
 drivers/staging/brcm80211/brcmsmac/phy/phy_hal.h  |   12 +-
 drivers/staging/brcm80211/brcmsmac/phy/phy_int.h  |    8 +-
 drivers/staging/brcm80211/brcmsmac/phy/phy_lcn.c  |    7 +-
 drivers/staging/brcm80211/brcmsmac/phy/phy_n.c    |   47 +-
 drivers/staging/brcm80211/brcmsmac/phy_shim.c     |   16 +-
 drivers/staging/brcm80211/brcmsmac/phy_shim.h     |   66 +-
 drivers/staging/brcm80211/brcmsmac/pmu.c          |   14 +-
 drivers/staging/brcm80211/brcmsmac/pub.h          |  228 +++---
 drivers/staging/brcm80211/brcmsmac/rate.c         |  104 ++--
 drivers/staging/brcm80211/brcmsmac/rate.h         |  141 +++-
 drivers/staging/brcm80211/brcmsmac/scb.h          |   35 +-
 drivers/staging/brcm80211/brcmsmac/srom.c         |   75 +-
 drivers/staging/brcm80211/brcmsmac/srom.h         |    4 +-
 drivers/staging/brcm80211/brcmsmac/stf.c          |   54 +-
 drivers/staging/brcm80211/brcmsmac/types.h        |  268 ++++---
 drivers/staging/brcm80211/brcmutil/utils.c        |    9 +-
 drivers/staging/brcm80211/brcmutil/wifi.c         |   23 +-
 drivers/staging/brcm80211/include/brcmu_utils.h   |    3 +-
 drivers/staging/brcm80211/include/brcmu_wifi.h    |  103 ++-
 drivers/staging/brcm80211/include/chipcommon.h    |    9 +-
 drivers/staging/brcm80211/include/defs.h          |   14 +-
 drivers/staging/brcm80211/include/soc.h           |    5 +-
 50 files changed, 3491 insertions(+), 3503 deletions(-)

-- 
1.7.4.1



             reply	other threads:[~2011-07-22 18:57 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-22 18:56 Arend van Spriel [this message]
2011-07-22 18:56 ` [PATCH 01/29] staging: brcm80211: fixed checkpatch warnings for fullmac Arend van Spriel
2011-07-22 18:56 ` [PATCH 02/29] staging: brcm80211: fixed checkpatch warnings for brcmutil dir Arend van Spriel
2011-07-22 18:56 ` [PATCH 03/29] staging: brcm80211: fixed checkpatch warnings for 'include' dir Arend van Spriel
2011-07-22 18:56 ` [PATCH 04/29] staging: brcm80211: use PCI_DEVICE() macro in device table Arend van Spriel
2011-07-22 18:56 ` [PATCH 05/29] staging: brcm80211: remove unused rx status definitions Arend van Spriel
2011-07-22 18:56 ` [PATCH 06/29] staging: brcm80211: reformat long lines in brcmsmac to 80 columns Arend van Spriel
2011-07-22 18:56 ` [PATCH 07/29] staging: brcm80211: remove wl_alloc_dma_resources() function Arend van Spriel
2011-07-22 18:56 ` [PATCH 09/29] staging: brcm80211: remove code for unsupported chip Arend van Spriel
2011-07-26  8:12   ` Dan Carpenter
2011-07-22 18:56 ` [PATCH 10/29] staging: brcm80211: cleaned up softmac DMA layer Arend van Spriel
2011-07-22 18:56 ` [PATCH 11/29] staging: brcm80211: removed void * from softmac phy Arend van Spriel
2011-07-22 18:56 ` [PATCH 12/29] staging: brcm80211: simplified register access macro's in softmac Arend van Spriel
2011-07-22 18:57 ` [PATCH 13/29] staging: brcm80211: revisited END_FOREACH_BSS macro Arend van Spriel
2011-07-26  8:26   ` Dan Carpenter
2011-07-26 16:34     ` Joe Perches
2011-07-22 18:57 ` [PATCH 14/29] staging: brcm80211: placed suspend flag in gInstance in brcmfmac Arend van Spriel
2011-07-22 18:57 ` [PATCH 15/29] staging: brcm80211: remove struct brcmf_sdioh_driver from brcmfmac Arend van Spriel
2011-07-22 18:57 ` [PATCH 16/29] staging: brcm80211: remove vendor and device id check " Arend van Spriel
2011-07-22 18:57 ` [PATCH 17/29] staging: brcm80211: remove struct brcmf_sdio_card " Arend van Spriel
2011-07-22 18:57 ` [PATCH 18/29] staging: brcm80211: remove dead code " Arend van Spriel
2011-07-22 18:57 ` [PATCH 19/29] staging: brcm80211: remove dead client interrupt " Arend van Spriel
2011-07-22 18:57 ` [PATCH 20/29] staging: brcm80211: remove function pointer of interrupt isr in brcmfmac Arend van Spriel
2011-07-22 18:57 ` [PATCH 21/29] staging: brcm80211: cleanup to get rid of 'over 80 character' line Arend van Spriel
2011-07-22 18:57 ` [PATCH 22/29] staging: brcm80211: removed unused bus code from softmac Arend van Spriel
2011-07-22 18:57 ` [PATCH 23/29] staging: brcm80211: replaced void *btparam into struct pci_dev *btparam Arend van Spriel
2011-07-22 18:57 ` [PATCH 24/29] staging: brcm80211: removed void * from ai_ functions Arend van Spriel
2011-07-22 18:57 ` [PATCH 25/29] staging: brcm80211: removed brcms_c_module_unregister() call in ampdu.c Arend van Spriel
2011-07-22 18:57 ` [PATCH 26/29] staging: brcm80211: removed watchdog function from softmac Arend van Spriel
2011-07-22 18:57 ` [PATCH 27/29] staging: brcm80211: SPARC build error fix Arend van Spriel
2011-07-22 18:57 ` [PATCH 28/29] staging: brcm80211: remove target platform limitations for drivers Arend van Spriel
2011-07-22 18:57 ` [PATCH 29/29] staging: brcm80211: updated TODO file Arend van Spriel

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=1311361036-3175-1-git-send-email-arend@broadcom.com \
    --to=arend@broadcom.com \
    --cc=devel@linuxdriverproject.org \
    --cc=gregkh@suse.de \
    --cc=linux-wireless@vger.kernel.org \
    /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).