From: Florian Tobias Schandinat on
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/