Skip to content

Commit

Permalink
Merge branch 'for-linus' of git://github.com/schandinat/linux-2.6
Browse files Browse the repository at this point in the history
* 'for-linus' of git://github.com/schandinat/linux-2.6:
  drivers/video/via/via-gpio.c: fix warning
  viafb: Depends on X86
  fbdev: section cleanup in viafb driver
  viafb: fix accel_flags check_var bug
  viafb: probe cleanups
  viafb: remove ioctls which break the framebuffer interface
  viafb: update fix before calculating depth
  viafb: PLL value cleanup
  viafb: simplify lcd size "detection"
  viafb: fix PCI table
  viafb: add lcd scaling support for some IGPs
  viafb: improve lcd code readability
  viafb: remove duplicated scaling code
  MAINTAINERS: update viafb entry
  • Loading branch information
torvalds committed Aug 8, 2010
2 parents 537d847 + f270983 commit c5f3475
Show file tree
Hide file tree
Showing 12 changed files with 449 additions and 902 deletions.
5 changes: 4 additions & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -6178,9 +6178,12 @@ F: drivers/mmc/host/via-sdmmc.c

VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
M: Joseph Chan <[email protected]>
M: Scott Fang <[email protected]>
M: Florian Tobias Schandinat <[email protected]>
L: [email protected]
S: Maintained
F: include/linux/via-core.h
F: include/linux/via-gpio.h
F: include/linux/via_i2c.h
F: drivers/video/via/

VIA VELOCITY NETWORK DRIVER
Expand Down
2 changes: 1 addition & 1 deletion drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,7 @@ config FB_SIS_315

config FB_VIA
tristate "VIA UniChrome (Pro) and Chrome9 display support"
depends on FB && PCI
depends on FB && PCI && X86
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
Expand Down
1 change: 0 additions & 1 deletion drivers/video/via/chip.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ struct lvds_setting_information {
int v_active;
int bpp;
int refresh_rate;
int get_lcd_size_method;
int lcd_panel_id;
int lcd_panel_hres;
int lcd_panel_vres;
Expand Down
Loading

0 comments on commit c5f3475

Please sign in to comment.