Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6
* 'viafb-next' of git://github.com/schandinat/linux-2.6: (24 commits) viafb: Automatic OLPC XO-1.5 configuration viafb: remove unused CEA mode viafb: try to map less memory in case of failure viafb: use write combining for video ram viafb: add X server compatibility mode viafb: reduce OLPC refresh a bit viafb: fix OLPC XO 1.5 device connection viafb: fix OLPC DCON refresh rate viafb: delete clock and PLL initialization viafb: replace custom return values viafb: some small cleanup for global variables viafb: gather common good, old VGA initialization in one place viafb: add engine clock support viafb: add VIA slapping capability viafb: split clock and PLL code to an extra file viafb: add primary/secondary clock on/off switches viafb: add clock source selection and PLL power management support viafb: prepare for PLL separation viafb: call viafb_get_clk_value only in viafb_set_vclock viafb: remove unused max_hres/vres ...
Showing
- drivers/video/Kconfig 11 additions, 0 deletionsdrivers/video/Kconfig
- drivers/video/via/Makefile 1 addition, 1 deletiondrivers/video/via/Makefile
- drivers/video/via/chip.h 0 additions, 6 deletionsdrivers/video/via/chip.h
- drivers/video/via/dvi.c 12 additions, 148 deletionsdrivers/video/via/dvi.c
- drivers/video/via/dvi.h 1 addition, 1 deletiondrivers/video/via/dvi.h
- drivers/video/via/global.c 0 additions, 4 deletionsdrivers/video/via/global.c
- drivers/video/via/global.h 0 additions, 2 deletionsdrivers/video/via/global.h
- drivers/video/via/hw.c 210 additions, 420 deletionsdrivers/video/via/hw.c
- drivers/video/via/hw.h 3 additions, 12 deletionsdrivers/video/via/hw.h
- drivers/video/via/lcd.c 8 additions, 15 deletionsdrivers/video/via/lcd.c
- drivers/video/via/lcd.h 1 addition, 1 deletiondrivers/video/via/lcd.h
- drivers/video/via/share.h 1 addition, 16 deletionsdrivers/video/via/share.h
- drivers/video/via/via-core.c 8 additions, 1 deletiondrivers/video/via/via-core.c
- drivers/video/via/via_clock.c 349 additions, 0 deletionsdrivers/video/via/via_clock.c
- drivers/video/via/via_clock.h 76 additions, 0 deletionsdrivers/video/via/via_clock.h
- drivers/video/via/viafbdev.c 39 additions, 23 deletionsdrivers/video/via/viafbdev.c
- drivers/video/via/viafbdev.h 0 additions, 4 deletionsdrivers/video/via/viafbdev.h
- drivers/video/via/viamode.c 3 additions, 43 deletionsdrivers/video/via/viamode.c
- drivers/video/via/viamode.h 0 additions, 9 deletionsdrivers/video/via/viamode.h
Loading
Please register or sign in to comment