All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
To: torvalds@linux-foundation.org
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] viafb updates
Date: Fri, 06 Aug 2010 03:52:53 +0200	[thread overview]
Message-ID: <4C5B6AF5.2060605@gmx.de> (raw)

Hi Linus,

please pull viafb updates for 2.6.36 from:

   git://github.com/schandinat/linux-2.6.git for-linus

There are some minor bugfixes, cleanups and updates as well as two significant 
changes. Two undocumented ioctls which duplicate the framebuffer interface and 
prevent a clean implementation are removed. The PLL value format change drops 
some bits which looks sane as unichrome X driver does not set those bits as well.


Thanks,

Florian Tobias Schandinat


Andrew Morton (1):
       drivers/video/via/via-gpio.c: fix warning

Ben Hutchings (1):
       viafb: Depends on X86

Florian Tobias Schandinat (11):
       MAINTAINERS: update viafb entry
       viafb: remove duplicated scaling code
       viafb: improve lcd code readability
       viafb: add lcd scaling support for some IGPs
       viafb: fix PCI table
       viafb: simplify lcd size "detection"
       viafb: PLL value cleanup
       viafb: update fix before calculating depth
       viafb: remove ioctls which break the framebuffer interface
       viafb: probe cleanups
       viafb: fix accel_flags check_var bug

Henrik Kretzschmar (1):
       fbdev: section cleanup in viafb driver

  MAINTAINERS                  |    5 +-
  drivers/video/Kconfig        |    2 +-
  drivers/video/via/chip.h     |    1 -
  drivers/video/via/hw.c       |  587 +++++++++++++++++++++++++++++-------------
  drivers/video/via/hw.h       |   14 +-
  drivers/video/via/ioctl.h    |    3 -
  drivers/video/via/lcd.c      |  117 +--------
  drivers/video/via/lcd.h      |    5 -
  drivers/video/via/share.h    |  309 ----------------------
  drivers/video/via/via-core.c |   22 +-
  drivers/video/via/via-gpio.c |    2 +-
  drivers/video/via/viafbdev.c |  284 +--------------------
  12 files changed, 449 insertions(+), 902 deletions(-)

             reply	other threads:[~2010-08-06  1:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-06  1:52 Florian Tobias Schandinat [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-10-27 18:06 [GIT PULL] viafb updates Florian Tobias Schandinat
2011-05-22 18:59 Florian Tobias Schandinat
2011-05-22 19:00 ` Florian Tobias Schandinat

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=4C5B6AF5.2060605@gmx.de \
    --to=florianschandinat@gmx.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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 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.