summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
...
* tridentfb: use mmio access for clock settingKrzysztof Helt2008-07-241-2/+2
* tridentfb: fix timing calculationsKrzysztof Helt2008-07-241-17/+18
* tridentfb: make use of functions and constants from the vga.hKrzysztof Helt2008-07-241-83/+61
* tridentfb: move global acceleration hooks into structureKrzysztof Helt2008-07-241-39/+24
* tridentfb: convert is_blade and is_xp macros into functionsKrzysztof Helt2008-07-241-0/+19
* tridentfb: move global flat panel variable into structureKrzysztof Helt2008-07-241-21/+23
* tridentfb: move global chip_id into structureKrzysztof Helt2008-07-241-14/+13
* tridentfb: move global pseudo palette into structureKrzysztof Helt2008-07-241-14/+7
* tridentfb: convert fb_info into allocated oneKrzysztof Helt2008-07-241-36/+46
* tridentfb: replace macros with functionsKrzysztof Helt2008-07-241-243/+283
* fbdev: add the carmine FB driverSebastian Siewior2008-07-245-0/+1040
* PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-246-0/+6
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-231-3/+61
|\
| * Merge branch 'pxa' into develRussell King2008-07-134-3/+298
| |\
| | *-. Merge branches 'pxa-ezx', 'pxa-magician' and 'pxa-palm' into pxaRussell King2008-07-1015-170/+115
| | |\ \
| | | | * Merge branch 'machtypes' into pxa-palmRussell King2008-07-0915-170/+115
| | | | |\ | | | |/ /
| | * | | [ARM] 5164/1: pxafb: Support for RGB666, RGBT666, RGB888 and RGBT888Stefan Schmidt2008-07-101-3/+61
| | |/ /
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2008-07-222-50/+143
|\ \ \ \
| * \ \ \ Merge commit 'origin/master'Benjamin Herrenschmidt2008-07-223-1/+10
| |\ \ \ \
| * | | | | fbdev: Teaches offb about palette on radeon r5xx/r6xxBenjamin Herrenschmidt2008-07-221-50/+142
| * | | | | powerpc/ps3: Add a sub-match id to ps3_system_busMasakazu Mokuno2008-07-221-0/+1
* | | | | | driver core: remove DEVICE_NAME_SIZE defineKay Sievers2008-07-212-2/+2
* | | | | | device create: framebuffer: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-212-3/+5
| |/ / / / |/| | | |
* | | | | export c2pAdrian Bunk2008-07-201-0/+1
* | | | | drivers/video/c2p.c: add MODULE_LICENSEAdrian Bunk2008-07-201-0/+2
* | | | | atafb: Register Atari-specific video modes with sysfsGeert Uytterhoeven2008-07-201-0/+3
* | | | | amifb: Register Amiga-specific video modes with sysfsGeert Uytterhoeven2008-07-201-0/+3
* | | | | m68k: Return -ENODEV if no device is foundGeert Uytterhoeven2008-07-201-1/+1
|/ / / /
* | | | Merge commit 'origin/master'Benjamin Herrenschmidt2008-07-163-10/+23
|\ \ \ \
| * \ \ \ Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-07-153-10/+23
| |\ \ \ \
| | * | | | i2c: Let framebuffer drivers set their I2C bus class to DDCJean Delvare2008-07-143-10/+23
* | | | | | Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt2008-07-158-36/+432
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-144-0/+237
| |\ \ \ \ \
| | * \ \ \ \ [ARM] Merge most of the PXA work for initial mergeRussell King2008-07-144-0/+237
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | / / | | | | |/ / | | | |/| |
| | | | | |
| | | | \ \
| | | *-. \ \ Merge branches 'pxa-misc', 'pxa-pwm' and 'pxa-multi' into pxaRussell King2008-07-093-0/+193
| | | |\ \ \ \
| | | | * | | | [ARM] 5141/1: PWM: pwm_request() should return an PTR_ERR() instead of NULL.Ben Dooks2008-07-031-2/+2
| | | | * | | | [ARM] 5044/1: pwm_bl: add init/notify/exit callbacksPhilipp Zabel2008-07-031-7/+32
| | | | * | | | [ARM] pxa: add generic PWM backlight drivereric miao2008-07-033-0/+168
| | | | |/ / /
| | | * | | | [ARM] 5118/1: pxafb: add exit and remove handlersJaya Kumar2008-07-071-0/+44
| | | |/ / /
| * | | | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-07-141-4/+11
| |\ \ \ \ \
| | * \ \ \ \ Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-1418-203/+183
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | fbmem: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-4/+11
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-07-142-31/+183
| |\ \ \ \ \
| | * \ \ \ \ Merge commit 'v2.6.26' into x86/coreIngo Molnar2008-07-141-1/+19
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | Merge branch 'linus' into x86/coreIngo Molnar2008-07-121-2/+2
| | |\ \ \ \ \
| | * | | | | | x86, VisWS: turn into generic arch, move definitionsIngo Molnar2008-07-101-2/+1
| | | | | | | |
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | *-------. \ \ \ \ \ Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar2008-07-0818-233/+348
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | / | | | | | | | |_|_|_|/ | | | | | | |/| | | |
| | | | | | | * | | | Merge branch 'linus' into x86/xenIngo Molnar2008-06-1614-167/+108
| | | | | | | |\ \ \ \ | | | | | | | |/ / / / | | | | | | |/| | | |
| | | | | | | * | | | xen pvfb: Dynamic mode support (screen resizing)Markus Armbruster2008-05-271-29/+154
| | | | | | | * | | | xen pvfb: Zero unused bytes in events sent to backendMarkus Armbruster2008-05-271-0/+1
OpenPOWER on IntegriCloud