linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Aaro Koskinen <aaro.koskinen@iki.fi>
To: linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: thomas@winischhofer.net, aaro.koskinen@iki.fi
Subject: [PATCH 0/9] sisfb: remove cruft code
Date: Fri, 19 Nov 2010 21:58:42 +0000	[thread overview]
Message-ID: <1290203931-25188-1-git-send-email-aaro.koskinen@iki.fi> (raw)

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


             reply	other threads:[~2010-11-19 21:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-19 21:58 Aaro Koskinen [this message]
2010-11-19 21:58 ` [PATCH 1/9] sisfb: delete obsolete PCI ROM bug workaround 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 ` [PATCH 3/9] sisfb: delete dead SIS_XORG_XF86 code Aaro Koskinen
2010-11-19 21:58 ` [PATCH 4/9] sisfb: delete redudant #define SIS_LINUX_KERNEL 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 ` [PATCH 6/9] sisfb: remove InPort/OutPort wrappers Aaro Koskinen
2010-11-19 21:58 ` [PATCH 7/9] sisfb: replace SiS_SetMemory with memset_io 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 ` [PATCH 9/9] sisfb: delete osdef.h Aaro Koskinen
2010-11-24  6:26 ` [PATCH 0/9] sisfb: remove cruft code Paul Mundt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1290203931-25188-1-git-send-email-aaro.koskinen@iki.fi \
    --to=aaro.koskinen@iki.fi \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=thomas@winischhofer.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).