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:	Mon, 20 Dec 2010 23:50:09 +0200
From:	Aaro Koskinen <aaro.koskinen@....fi>
To:	linux-fbdev@...r.kernel.org, linux-kernel@...r.kernel.org,
	thomas@...ischhofer.net
Cc:	aaro.koskinen@....fi
Subject: [PATCH 00/13] Further sisfb cleanups

Here's some further cleanups for sisfb. The most visible change is that
sis_main.c is changed to use the same register I/O functions that other
files are using.

Aaro Koskinen (13):
  sisfb: eliminate unused variable compiler warning
  sisfb: delete HAVE_CONFIG_H checks
  sisfb: remove duplicate function declarations
  sisfb: change register I/O functions to use fixed size types
  sisfb: replace inSISREG with SiS_GetRegByte
  sisfb: replace outSISREG with SiS_SetRegByte
  sisfb: replace inSISIDXREG with SiS_GetReg
  sisfb: replace outSISIDXREG with SiS_SetReg
  sisfb: replace orSISIDXREG with SiS_SetRegOR
  sisfb: replace andSISIDXREG with SiS_SetRegAND
  sisfb: replace setSISIDXREG with SiS_SetRegANDOR
  sisfb: delete unused register I/O macros
  sisfb: eliminate compiler warnings

 drivers/video/sis/init.c     |   46 +-
 drivers/video/sis/init.h     |   13 -
 drivers/video/sis/init301.c  |    8 +-
 drivers/video/sis/init301.h  |   11 -
 drivers/video/sis/sis.h      |   65 +--
 drivers/video/sis/sis_main.c | 1196 +++++++++++++++++++++---------------------
 6 files changed, 635 insertions(+), 704 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