[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1269847733.git.joe@perches.com>
Date: Mon, 29 Mar 2010 00:34:27 -0700
From: Joe Perches <joe@...ches.com>
To: devel@...verdev.osuosl.org
Cc: Simon Horman <horms@...ge.net.au>,
Jason Baldus <jason.baldus@...il.com>,
Greg KH <gregkh@...e.de>, Scott Smedley <ss@....gov.au>,
Harley Sweeten <hsweeten@...ionengravers.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] drivers/staging/dt3155: Large cleanups
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists