public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] staging: xgifb: misc cleanups
@ 2011-03-08 20:16 Aaro Koskinen
  2011-03-08 20:16 ` [PATCH 01/15] staging: xgifb: delete HW cursor memory allocation Aaro Koskinen
                   ` (14 more replies)
  0 siblings, 15 replies; 19+ messages in thread
From: Aaro Koskinen @ 2011-03-08 20:16 UTC (permalink / raw)
  To: gregkh, devel, linux-kernel, arnaud.patard

Hello,

Here's again some miscellaneous xgifb cleanups mainly to remove unused
code.

No compilation warnings from GCC 4.5.2, also checked that framebuffer
console works with Z9 on ARM.

Aaro Koskinen (15):
  staging: xgifb: delete HW cursor memory allocation
  staging: xgifb: delete command queue selection/init
  staging: xgifb: delete offscreen memory management
  staging: xgifb: delete unused fields from xgi_hw_device_info
  staging: xgifb: delete bSkipSense
  staging: xgifb: delete bIntegratedMMEnabled
  staging: xgifb: delete nomax module parameter
  staging: xgifb: vb_setmode: make internal functions static
  staging: xgifb: vb_setmode: include the .h file
  staging: xgifb: vb_ext: delete redundant declarations
  staging: xgifb: vb_ext: delete unused functions
  staging: xgifb: vb_ext: make internal functions static
  staging: xgifb: vb_init: delete redundant declarations
  staging: xgifb: vb_init: delete unused functions
  staging: xgifb: vb_init: make internal functions static

 drivers/staging/xgifb/XGI_main.h    |  104 ----
 drivers/staging/xgifb/XGI_main_26.c |  573 ------------------
 drivers/staging/xgifb/XGIfb.h       |    1 -
 drivers/staging/xgifb/vb_ext.c      |  472 +--------------
 drivers/staging/xgifb/vb_ext.h      |    6 -
 drivers/staging/xgifb/vb_init.c     | 1135 ++---------------------------------
 drivers/staging/xgifb/vb_setmode.c  |  417 ++++++--------
 drivers/staging/xgifb/vb_setmode.h  |    4 -
 drivers/staging/xgifb/vgatypes.h    |   33 -
 9 files changed, 235 insertions(+), 2510 deletions(-)


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

end of thread, other threads:[~2011-03-09 11:09 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-08 20:16 [PATCH 00/15] staging: xgifb: misc cleanups Aaro Koskinen
2011-03-08 20:16 ` [PATCH 01/15] staging: xgifb: delete HW cursor memory allocation Aaro Koskinen
2011-03-08 20:16 ` [PATCH 02/15] staging: xgifb: delete command queue selection/init Aaro Koskinen
2011-03-08 20:16 ` [PATCH 03/15] staging: xgifb: delete offscreen memory management Aaro Koskinen
2011-03-08 20:16 ` [PATCH 04/15] staging: xgifb: delete unused fields from xgi_hw_device_info Aaro Koskinen
2011-03-08 20:16 ` [PATCH 05/15] staging: xgifb: delete bSkipSense Aaro Koskinen
2011-03-08 20:16 ` [PATCH 06/15] staging: xgifb: delete bIntegratedMMEnabled Aaro Koskinen
2011-03-08 22:36   ` Dan Carpenter
2011-03-09  8:23     ` Aaro Koskinen
2011-03-09 11:08       ` Dan Carpenter
2011-03-08 20:16 ` [PATCH 07/15] staging: xgifb: delete nomax module parameter Aaro Koskinen
2011-03-08 20:16 ` [PATCH 08/15] staging: xgifb: vb_setmode: make internal functions static Aaro Koskinen
2011-03-08 20:16 ` [PATCH 09/15] staging: xgifb: vb_setmode: include the .h file Aaro Koskinen
2011-03-08 20:16 ` [PATCH 10/15] staging: xgifb: vb_ext: delete redundant declarations Aaro Koskinen
2011-03-08 20:16 ` [PATCH 11/15] staging: xgifb: vb_ext: delete unused functions Aaro Koskinen
2011-03-08 20:16 ` [PATCH 12/15] staging: xgifb: vb_ext: make internal functions static Aaro Koskinen
2011-03-08 20:16 ` [PATCH 13/15] staging: xgifb: vb_init: delete redundant declarations Aaro Koskinen
2011-03-08 20:16 ` [PATCH 14/15] staging: xgifb: vb_init: delete unused functions Aaro Koskinen
2011-03-08 20:16 ` [PATCH 15/15] staging: xgifb: vb_init: make internal functions static Aaro Koskinen

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