public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
To: "Greg Kroah-Hartman" <gregkh@suse.de>
Cc: devel@driverdev.osuosl.org,
	Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>,
	linux-kernel@vger.kernel.org
Subject: [PATCH 00/12] Staging: rt28x0 cleanups
Date: Wed, 21 Oct 2009 22:43:44 +0200	[thread overview]
Message-ID: <20091021204344.4593.99070.sendpatchset@localhost.localdomain> (raw)


Cleanups for rt28x0 drivers (almost 8 KLOC gone) removing private
driver parameters, ioctls, WEXT handlers and unused features..

Tested with RT2860 and RT3070 (both still work for me :).

diffstat:
 drivers/staging/rt2860/Makefile             |    2 
 drivers/staging/rt2860/chip/rtmp_phy.h      |   36 
 drivers/staging/rt2860/chips/rt30xx.c       |    2 
 drivers/staging/rt2860/common/cmm_asic.c    |    6 
 drivers/staging/rt2860/common/cmm_info.c    | 4039 +++++-----------------------
 drivers/staging/rt2860/common/cmm_mac_pci.c |    7 
 drivers/staging/rt2860/common/cmm_profile.c | 1779 ------------
 drivers/staging/rt2860/common/crypt_hmac.c  |   85 
 drivers/staging/rt2860/common/crypt_sha2.c  |  257 -
 drivers/staging/rt2860/common/ee_efuse.c    | 1145 -------
 drivers/staging/rt2860/common/ee_prom.c     |   48 
 drivers/staging/rt2860/common/eeprom.c      |    6 
 drivers/staging/rt2860/common/mlme.c        |    1 
 drivers/staging/rt2860/common/rtmp_init.c   |   21 
 drivers/staging/rt2860/common/rtmp_mcu.c    |    2 
 drivers/staging/rt2860/crypt_hmac.h         |   11 
 drivers/staging/rt2860/crypt_sha2.h         |   28 
 drivers/staging/rt2860/eeprom.h             |   15 
 drivers/staging/rt2860/oid.h                |   19 
 drivers/staging/rt2860/pci_main_dev.c       |   35 
 drivers/staging/rt2860/rt_config.h          |    8 
 drivers/staging/rt2860/rt_linux.c           |   30 
 drivers/staging/rt2860/rt_linux.h           |   10 
 drivers/staging/rt2860/rt_main_dev.c        |    6 
 drivers/staging/rt2860/rt_profile.c         |   95 
 drivers/staging/rt2860/rtmp.h               |  300 --
 drivers/staging/rt2860/rtmp_chip.h          |    4 
 drivers/staging/rt2860/rtmp_def.h           |    9 
 drivers/staging/rt2860/sta/connect.c        |    1 
 drivers/staging/rt2860/sta_ioctl.c          | 1315 ---------
 drivers/staging/rt2860/usb_main_dev.c       |    7 
 drivers/staging/rt2870/Makefile             |    2 
 drivers/staging/rt2870/common/rtusb_io.c    |   11 
 33 files changed, 819 insertions(+), 8523 deletions(-)

             reply	other threads:[~2009-10-21 20:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-21 20:43 Bartlomiej Zolnierkiewicz [this message]
2009-10-21 20:43 ` [PATCH 01/12] Staging: rt28x0: remove unused ->eewrite methods Bartlomiej Zolnierkiewicz
2009-10-21 20:43 ` [PATCH 02/12] Staging: rt28x0: remove unused code from common/ee_efuse-c Bartlomiej Zolnierkiewicz
2009-10-21 20:44 ` [PATCH 03/12] Staging: rt28x0: remove private RTPRIV_IOCTL_SET ioctl Bartlomiej Zolnierkiewicz
2009-10-21 20:44 ` [PATCH 04/12] Staging: rt28x0: remove private RTPRIV_IOCTL_GSITESURVEY ioctl Bartlomiej Zolnierkiewicz
2009-10-21 20:44 ` [PATCH 05/12] Staging: rt28x0: remove private WEXT handlers Bartlomiej Zolnierkiewicz
2009-10-21 20:44 ` [PATCH 06/12] Staging: rt28x0: remove support for private driver parameters Bartlomiej Zolnierkiewicz
2009-10-21 20:44 ` [PATCH 07/12] Staging: rt28x0: remove optional loading of EEPROM from file in eFuse mode Bartlomiej Zolnierkiewicz
2009-10-21 20:44 ` [PATCH 08/12] Staging: rt28x0: fix some build warnings Bartlomiej Zolnierkiewicz
2009-10-21 20:44 ` [PATCH 09/12] Staging: rt28x0: remove optional cmm profile parameters Bartlomiej Zolnierkiewicz
2009-10-21 20:44 ` [PATCH 10/12] Staging: rt28x0: remove dead code from rtmp_phy.h Bartlomiej Zolnierkiewicz
2009-10-21 20:45 ` [PATCH 11/12] Staging: rt28x0: remove unused SHA256 code Bartlomiej Zolnierkiewicz
2009-10-21 20:45 ` [PATCH 12/12] Staging: rt28x0: remove dead code Bartlomiej Zolnierkiewicz

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=20091021204344.4593.99070.sendpatchset@localhost.localdomain \
    --to=bzolnier@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@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