lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 06 Aug 2010 03:52:53 +0200
From:	Florian Tobias Schandinat <FlorianSchandinat@....de>
To:	torvalds@...ux-foundation.org
CC:	LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] viafb updates

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ