All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: devel@driverdev.osuosl.org
Cc: Simon Horman <horms@verge.net.au>,
	Jason Baldus <jason.baldus@gmail.com>, Greg KH <gregkh@suse.de>,
	Scott Smedley <ss@aao.gov.au>,
	Harley Sweeten <hsweeten@visionengravers.com>,
	linux-kernel@vger.kernel.org
Subject: [PATCH 0/3] drivers/staging/dt3155: Large cleanups
Date: Mon, 29 Mar 2010 00:34:27 -0700	[thread overview]
Message-ID: <cover.1269847733.git.joe@perches.com> (raw)
In-Reply-To: <20100329032301.GC27607@verge.net.au>

A large set of cleanups to dt3155.
Integrated separate files into a single file
Made most functions and variables static
Checkpatch cleanups

Compile tested only

Joe Perches (3):
  drivers/staging/dt3155: Integrate 3 badly styled files into 1 clean file
  drivers/staging/dt3155/allocator: sparse cleanups
  drivers/staging/dt3155: Remove old files

 drivers/staging/dt3155/Makefile      |    5 +-
 drivers/staging/dt3155/allocator.c   |   15 +-
 drivers/staging/dt3155/allocator.h   |    4 +-
 drivers/staging/dt3155/dt3155_drv.c  | 1095 ------------------------
 drivers/staging/dt3155/dt3155_drv.h  |   45 -
 drivers/staging/dt3155/dt3155_io.c   |  175 ----
 drivers/staging/dt3155/dt3155_io.h   |   51 --
 drivers/staging/dt3155/dt3155_isr.c  |  516 ------------
 drivers/staging/dt3155/dt3155_isr.h  |   77 --
 drivers/staging/dt3155/dt3155_main.c | 1524 ++++++++++++++++++++++++++++++++++
 10 files changed, 1535 insertions(+), 1972 deletions(-)
 delete mode 100644 drivers/staging/dt3155/dt3155_drv.c
 delete mode 100644 drivers/staging/dt3155/dt3155_drv.h
 delete mode 100644 drivers/staging/dt3155/dt3155_io.c
 delete mode 100644 drivers/staging/dt3155/dt3155_isr.c
 delete mode 100644 drivers/staging/dt3155/dt3155_isr.h
 create mode 100644 drivers/staging/dt3155/dt3155_main.c


  reply	other threads:[~2010-03-29  7:34 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-28 15:26 Staging: dt3155: fixed some checkpatch.pl warnings and errors in dt3155_drv.c Olimpiu Pascariu
2010-03-29  3:23 ` Simon Horman
2010-03-29  7:34   ` Joe Perches [this message]
2010-03-29  7:34     ` [PATCH 1/3] drivers/staging/dt3155: Integrate 3 badly styled files into 1 clean file Joe Perches
2010-04-27 23:02       ` Greg KH
2010-04-28  5:30         ` Joe Perches
2010-04-28  5:34           ` Greg KH
2010-04-28  5:44             ` Joe Perches
2010-04-28  5:52               ` Greg KH
2010-04-28  6:00                 ` Joe Perches
2010-04-28 16:12                   ` Valdis.Kletnieks
2010-04-28 16:33                     ` Joe Perches
2010-04-28 17:22                       ` Greg KH
2010-04-28 12:18         ` Dan Carpenter
2010-03-29  7:34     ` [PATCH 2/3] drivers/staging/dt3155/allocator: sparse cleanups Joe Perches
2010-03-29  7:34     ` [PATCH 3/3] drivers/staging/dt3155: Remove old files Joe Perches
2010-03-29 17:35   ` Staging: dt3155: fixed some checkpatch.pl warnings and errors in dt3155_drv.c Olimpiu Pascariu

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.1269847733.git.joe@perches.com \
    --to=joe@perches.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@suse.de \
    --cc=horms@verge.net.au \
    --cc=hsweeten@visionengravers.com \
    --cc=jason.baldus@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ss@aao.gov.au \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.