lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 13 Mar 2011 12:26:04 +0200
From:	Aaro Koskinen <aaro.koskinen@....fi>
To:	gregkh@...e.de, devel@...verdev.osuosl.org,
	linux-kernel@...r.kernel.org, arnaud.patard@...-net.org
Subject: [PATCH v2 00/24] staging: xgifb: more cleanups

Hello,

Here's another batch of cleanups. I hope the series is not too big,
most of the changes are just mechanical.

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

v2:
	- Function rename patches included some additional cleanups that
	  should have been in separate patches. Those are now separated.

Aaro Koskinen (24):
  staging: xgifb: vb_ext: move functions to avoid forward declarations
  staging: xgifb: vb_init: move functions to avoid forward declarations
  staging: xgifb: vb_setmode: move functions to avoid forward
    declarations
  staging: xgifb: delete unsupported chip types
  staging: xgifb: delete dead code for chip types < XG40
  staging: xgifb: eliminate redudant chip type >= XG40 checks
  staging: xgifb: delete unused LINUXBIOS code
  staging: xgifb: delete redundant extended register access enable
  staging: xgifb: delete incorrect I/O mapping
  staging: xgifb: use mdelay() for millisecond delays
  staging: xgifb: replace DelayUS() with udelay()
  staging: xgifb: vb_util: include the .h file
  staging: xgifb: vb_util: delete commented-out code
  staging: xgifb: replace XGINew_GetReg2() with inb()
  staging: xgifb: replace XGINew_GetReg3() with inl()
  staging: xgifb: replace XGINew_SetReg3() with outb()
  staging: xgifb: replace XGINew_SetReg4() with outl()
  staging: xgifb: rename XGINew_SetReg1() to xgifb_reg_set()
  staging: xgifb: rename XGINew_GetReg1() to xgifb_reg_get()
  staging: xgifb: rename XGINew_SetRegOR() to xgifb_reg_or()
  staging: xgifb: rename XGINew_SetRegANDOR() to xgifb_reg_and_or()
  staging: xgifb: rename XGINew_SetRegAND() to xgifb_reg_and()
  staging: xgifb: clean up register access types
  staging: xgifb: clean up register function variable names

 drivers/staging/xgifb/XGI_main.h    |    3 -
 drivers/staging/xgifb/XGI_main_26.c |   76 +-
 drivers/staging/xgifb/XGIfb.h       |   18 -
 drivers/staging/xgifb/vb_ext.c      |  354 +--
 drivers/staging/xgifb/vb_init.c     | 1507 +++++-----
 drivers/staging/xgifb/vb_setmode.c  | 5842 ++++++++++++++++-------------------
 drivers/staging/xgifb/vb_table.h    |   23 -
 drivers/staging/xgifb/vb_util.c     |  124 +-
 drivers/staging/xgifb/vb_util.h     |   16 +-
 9 files changed, 3680 insertions(+), 4283 deletions(-)

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ