All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] sisfb: remove cruft code
@ 2010-11-19 21:58 ` Aaro Koskinen
  0 siblings, 0 replies; 22+ messages in thread
From: Aaro Koskinen @ 2010-11-19 21:58 UTC (permalink / raw)
  To: linux-fbdev, linux-kernel; +Cc: thomas, aaro.koskinen

This series deletes unused/unneeded code from sisfb, while not changing
the functionality.

Aaro Koskinen (9):
  sisfb: delete obsolete PCI ROM bug workaround
  sisfb: delete fallback code for pci_map_rom()
  sisfb: delete dead SIS_XORG_XF86 code
  sisfb: delete redudant #define SIS_LINUX_KERNEL
  sisfb: use CONFIG_FB_SIS_301/315 instead of SIS301/315H
  sisfb: remove InPort/OutPort wrappers
  sisfb: replace SiS_SetMemory with memset_io
  sisfb: move the CONFIG warning to sis_main.c
  sisfb: delete osdef.h

 drivers/video/sis/init.c       |  685 +++-------------------------------------
 drivers/video/sis/init.h       |   63 +----
 drivers/video/sis/init301.c    |  467 ++++++++-------------------
 drivers/video/sis/init301.h    |   43 +--
 drivers/video/sis/initextlfb.c |    7 +-
 drivers/video/sis/osdef.h      |  133 --------
 drivers/video/sis/sis.h        |    1 -
 drivers/video/sis/sis_main.c   |   30 +--
 drivers/video/sis/vgatypes.h   |   11 -
 drivers/video/sis/vstruct.h    |   12 -
 10 files changed, 209 insertions(+), 1243 deletions(-)
 delete mode 100644 drivers/video/sis/osdef.h


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

end of thread, other threads:[~2010-11-24  6:27 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-19 21:58 [PATCH 0/9] sisfb: remove cruft code Aaro Koskinen
2010-11-19 21:58 ` Aaro Koskinen
2010-11-19 21:58 ` [PATCH 1/9] sisfb: delete obsolete PCI ROM bug workaround Aaro Koskinen
2010-11-19 21:58   ` Aaro Koskinen
2010-11-19 21:58 ` [PATCH 2/9] sisfb: delete fallback code for pci_map_rom() Aaro Koskinen
2010-11-19 21:58   ` Aaro Koskinen
2010-11-19 21:58 ` [PATCH 3/9] sisfb: delete dead SIS_XORG_XF86 code Aaro Koskinen
2010-11-19 21:58   ` Aaro Koskinen
2010-11-19 21:58 ` [PATCH 4/9] sisfb: delete redudant #define SIS_LINUX_KERNEL Aaro Koskinen
2010-11-19 21:58   ` Aaro Koskinen
2010-11-19 21:58 ` [PATCH 5/9] sisfb: use CONFIG_FB_SIS_301/315 instead of SIS301/315H Aaro Koskinen
2010-11-19 21:58   ` Aaro Koskinen
2010-11-19 21:58 ` [PATCH 6/9] sisfb: remove InPort/OutPort wrappers Aaro Koskinen
2010-11-19 21:58   ` Aaro Koskinen
2010-11-19 21:58 ` [PATCH 7/9] sisfb: replace SiS_SetMemory with memset_io Aaro Koskinen
2010-11-19 21:58   ` Aaro Koskinen
2010-11-19 21:58 ` [PATCH 8/9] sisfb: move the CONFIG warning to sis_main.c Aaro Koskinen
2010-11-19 21:58   ` Aaro Koskinen
2010-11-19 21:58 ` [PATCH 9/9] sisfb: delete osdef.h Aaro Koskinen
2010-11-19 21:58   ` Aaro Koskinen
2010-11-24  6:26 ` [PATCH 0/9] sisfb: remove cruft code Paul Mundt
2010-11-24  6:26   ` 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.