summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-05-0855-687/+213
|\
| * Merge branch 'linux-2.6'Paul Mackerras2007-05-08599-22011/+34884
| |\
| * | [POWERPC] Generalize tsi108 PHY typesJosh Boyer2007-05-082-14/+7
| * | [POWERPC] via-pmu: remove LED sleep notifierJohannes Berg2007-05-082-33/+4
| * | [POWERPC] Don't shutdown TX on mpc5200 serial port if it is a consoleGrant Likely2007-05-071-2/+3
| * | [POWERPC] macintosh: Use common modalias generation for macio_sysfsSylvain Munaut2007-05-071-20/+7
| * | [POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell2007-05-0716-31/+31
| * | [POWERPC] Rename get_property to of_get_property: driversStephen Rothwell2007-05-0233-85/+87
| * | [POWERPC] get_property returns constStephen Rothwell2007-05-021-7/+6
| * | [POWERPC] PS3: Interrupt routine fixups.Geoff Levand2007-05-024-14/+14
| * | [POWERPC] Use menuconfig objects II - MacintoshJan Engelhardt2007-05-021-2/+6
| * | [POWERPC] apm_emu: Use generic apm-emulationJohannes Berg2007-05-022-478/+47
| * | [POWERPC] drivers/macintosh/mac_hid.c: Make code staticAdrian Bunk2007-05-021-4/+4
* | | sm501fb printk warning fixesAndrew Morton2007-05-081-1/+1
* | | xilinxfb: xilinx framebuffer device driverAndrei Konovalov2007-05-083-0/+393
* | | pm2fb: fix of jumps in pm2fb_probeKrzysztof Helt2007-05-081-2/+2
* | | skeletonfb: improvementsKrzysztof Helt2007-05-081-2/+4
* | | pm2fb: removal of pm2fb_par fieldsKrzysztof Helt2007-05-081-10/+7
* | | skeletonfb: more correctionsKrzysztof Helt2007-05-081-21/+5
* | | vga16fb: actually support widths in multiples of 8Antonino A. Daplas2007-05-081-2/+2
* | | vgacon: disallow console operations when in KD_GRAPHICS modeAntonino A. Daplas2007-05-081-1/+4
* | | Use menuconfig objects II: video/logoJan Engelhardt2007-05-081-17/+13
* | | pm2fb: accelerated fillrect and copyareaKrzysztof Helt2007-05-081-4/+128
* | | s3fb: updatesOndrej Zajicek2007-05-082-9/+12
* | | pm2fb: memclock setting correctionsKrzysztof Helt2007-05-081-2/+2
* | | pm2fb: reset transparency settingskrzysztof.h1@wp.pl2007-05-081-0/+2
* | | fbcon: check console-fb mapping in fbcon_get_requirementAntonino A. Daplas2007-05-081-9/+8
* | | fbdev: clean up exit patch of fb_set_varAntonino A. Daplas2007-05-081-14/+15
* | | drivers/video/sis/: remove more kernel 2.4 codeAdrian Bunk2007-05-083-138/+22
* | | use mutex instead of semaphore in virtual console driverMatthias Kaehlcke2007-05-082-10/+13
* | | atyfb: halve XCLK with Mobility and 32bit memoryVille Syrjala2007-05-081-0/+3
* | | atyfb: reorganize clock initVille Syrjala2007-05-081-14/+18
* | | atyfb: increase SPLL delayVille Syrjala2007-05-081-5/+3
* | | nvidiafb: fix return value of nvidiafb_open()Antonino A. Daplas2007-05-081-1/+1
* | | vga: vgastate fixOndrej Zajicek2007-05-081-15/+11
* | | s3fb: implement fb_get_capsAntonino A. Daplas2007-05-081-0/+18
* | | fbdev: fbcon: check if mode can handle new screenAntonino A. Daplas2007-05-082-0/+75
* | | nvidiafb: prevent triggering of softlockupDave Jones2007-05-082-32/+48
* | | pm2fb: pixclock setting restrictionKrzysztof Helt2007-05-081-3/+3
* | | pm2fb: Permedia 2V memory clock settingKrzysztof Helt2007-05-081-15/+37
* | | pm2fb: 3dlabs Permedia 2V reference board addedKrzysztof Helt2007-05-081-10/+23
* | | nvidiafb/rivafb: switch to pci_get refcountingAlan Cox2007-05-084-13/+23
* | | vmlfb: framebuffer driver for Intel Vermilion RangeAlan Hourihane2007-05-089-0/+1981
* | | s3fb: driver fixesOndrej Zajicek2007-05-081-11/+10
* | | fbdev: save the activate field before calling fb_check_var()Antonino A. Daplas2007-05-081-1/+3
* | | fbcon: check if the character count can be handledAntonino A. Daplas2007-05-081-0/+21
* | | s3fb: implement fb_get_tilemax()Antonino A. Daplas2007-05-081-1/+6
* | | s3fb: limit 8x16 rectangles when tileblitting is enabledAntonino A. Daplas2007-05-082-0/+7
* | | vga16fb: restrict to blit rectangles with widths of multiples of 8 pixelsAntonino A. Daplas2007-05-082-0/+3
* | | fbcon: font setting should check limitation of driverAntonino A. Daplas2007-05-083-5/+24