All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] Further sisfb cleanups
@ 2010-12-20 21:50 ` Aaro Koskinen
  0 siblings, 0 replies; 30+ messages in thread
From: Aaro Koskinen @ 2010-12-20 21:50 UTC (permalink / raw)
  To: linux-fbdev, linux-kernel, thomas; +Cc: aaro.koskinen

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


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

end of thread, other threads:[~2010-12-22  4:01 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-20 21:50 [PATCH 00/13] Further sisfb cleanups Aaro Koskinen
2010-12-20 21:50 ` Aaro Koskinen
2010-12-20 21:50 ` [PATCH 01/13] sisfb: eliminate unused variable compiler warning Aaro Koskinen
2010-12-20 21:50   ` Aaro Koskinen
2010-12-20 21:50 ` [PATCH 02/13] sisfb: delete HAVE_CONFIG_H checks Aaro Koskinen
2010-12-20 21:50   ` Aaro Koskinen
2010-12-20 21:50 ` [PATCH 03/13] sisfb: remove duplicate function declarations Aaro Koskinen
2010-12-20 21:50   ` Aaro Koskinen
2010-12-20 21:50 ` [PATCH 04/13] sisfb: change register I/O functions to use fixed size types Aaro Koskinen
2010-12-20 21:50   ` Aaro Koskinen
2010-12-20 21:50 ` [PATCH 05/13] sisfb: replace inSISREG with SiS_GetRegByte Aaro Koskinen
2010-12-20 21:50   ` Aaro Koskinen
2010-12-20 21:50 ` [PATCH 06/13] sisfb: replace outSISREG with SiS_SetRegByte Aaro Koskinen
2010-12-20 21:50   ` Aaro Koskinen
2010-12-20 21:50 ` [PATCH 07/13] sisfb: replace inSISIDXREG with SiS_GetReg Aaro Koskinen
2010-12-20 21:50   ` Aaro Koskinen
2010-12-20 21:50 ` [PATCH 08/13] sisfb: replace outSISIDXREG with SiS_SetReg Aaro Koskinen
2010-12-20 21:50   ` Aaro Koskinen
2010-12-20 21:50 ` [PATCH 09/13] sisfb: replace orSISIDXREG with SiS_SetRegOR Aaro Koskinen
2010-12-20 21:50   ` Aaro Koskinen
2010-12-20 21:50 ` [PATCH 10/13] sisfb: replace andSISIDXREG with SiS_SetRegAND Aaro Koskinen
2010-12-20 21:50   ` Aaro Koskinen
2010-12-20 21:50 ` [PATCH 11/13] sisfb: replace setSISIDXREG with SiS_SetRegANDOR Aaro Koskinen
2010-12-20 21:50   ` Aaro Koskinen
2010-12-20 21:50 ` [PATCH 12/13] sisfb: delete unused register I/O macros Aaro Koskinen
2010-12-20 21:50   ` Aaro Koskinen
2010-12-20 21:50 ` [PATCH 13/13] sisfb: eliminate compiler warnings Aaro Koskinen
2010-12-20 21:50   ` Aaro Koskinen
2010-12-22  4:00 ` [PATCH 00/13] Further sisfb cleanups Paul Mundt
2010-12-22  4:00   ` Paul Mundt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.