public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] staging: xgifb: misc cleanups
@ 2011-08-19 19:40 Aaro Koskinen
  2011-08-19 19:40 ` [PATCH 01/12] staging: xgifb: eliminate #ifdef NewScratch Aaro Koskinen
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: Aaro Koskinen @ 2011-08-19 19:40 UTC (permalink / raw)
  To: apatard, gregkh, devel, linux-kernel

Hi,

Here's some miscellaneous cleanups for the xgifb staging driver. There
are no functional changes, except one printk() message is gone.

The patch number 8 will give you checkpatch warnings, but those are not
introduced by these changes. The actual change is very simple as can be
seen with "diff -w".

Testing:
	- compile-tested with GCC 4.6.1, no warnings.
	- tested with Z9 (XG21) on ARM, framebuffer console works

Aaro Koskinen (12):
  staging: xgifb: eliminate #ifdef NewScratch
  staging: xgifb: eliminate XGIINITSTATIC
  staging: xgifb: delete duplicate #defines
  staging: xgifb: delete unused definitions
  staging: xgifb: vb_table: delete unused data
  staging: xgifb: delete unused structs
  staging: xgifb: eliminate #ifdef XGIFB_PAN
  staging: xgifb: probe: delete checks for mode "none"
  staging: xgifb: replace video_type with FB_TYPE_PACKED_PIXELS
  staging: xgifb: delete write-only variables
  staging: xgifb: delete driver version information
  staging: xgifb: delete an empty string

 drivers/staging/xgifb/XGI_main.h    |  110 ------
 drivers/staging/xgifb/XGI_main_26.c |  518 ++++++++++++-------------
 drivers/staging/xgifb/XGIfb.h       |   12 -
 drivers/staging/xgifb/vb_def.h      |  590 +----------------------------
 drivers/staging/xgifb/vb_ext.h      |   20 -
 drivers/staging/xgifb/vb_setmode.c  |    3 -
 drivers/staging/xgifb/vb_struct.h   |   71 ----
 drivers/staging/xgifb/vb_table.h    |  729 -----------------------------------
 drivers/staging/xgifb/vgatypes.h    |    5 -
 9 files changed, 242 insertions(+), 1816 deletions(-)

-- 
1.7.2.5


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

end of thread, other threads:[~2011-08-23 21:28 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-19 19:40 [PATCH 00/12] staging: xgifb: misc cleanups Aaro Koskinen
2011-08-19 19:40 ` [PATCH 01/12] staging: xgifb: eliminate #ifdef NewScratch Aaro Koskinen
2011-08-20 16:50   ` Dan Carpenter
2011-08-19 19:40 ` [PATCH 02/12] staging: xgifb: eliminate XGIINITSTATIC Aaro Koskinen
2011-08-19 19:40 ` [PATCH 03/12] staging: xgifb: delete duplicate #defines Aaro Koskinen
2011-08-19 19:40 ` [PATCH 04/12] staging: xgifb: delete unused definitions Aaro Koskinen
2011-08-19 19:40 ` [PATCH 05/12] staging: xgifb: vb_table: delete unused data Aaro Koskinen
2011-08-19 19:40 ` [PATCH 06/12] staging: xgifb: delete unused structs Aaro Koskinen
2011-08-19 19:40 ` [PATCH 07/12] staging: xgifb: eliminate #ifdef XGIFB_PAN Aaro Koskinen
2011-08-19 19:40 ` [PATCH 08/12] staging: xgifb: probe: delete checks for mode "none" Aaro Koskinen
2011-08-19 19:40 ` [PATCH 09/12] staging: xgifb: replace video_type with FB_TYPE_PACKED_PIXELS Aaro Koskinen
2011-08-19 19:40 ` [PATCH 10/12] staging: xgifb: delete write-only variables Aaro Koskinen
2011-08-19 19:40 ` [PATCH 11/12] staging: xgifb: delete driver version information Aaro Koskinen
2011-08-19 19:40 ` [PATCH 12/12] staging: xgifb: delete an empty string Aaro Koskinen
2011-08-23 21:24   ` Greg KH
2011-08-20 16:51 ` [PATCH 00/12] staging: xgifb: misc cleanups Dan Carpenter
2011-08-23 21:20 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox