summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* viafb: use new device routingFlorian Tobias Schandinat2010-09-241-63/+38
* viafb: add new output device managementFlorian Tobias Schandinat2010-09-243-0/+114
* viafb: reduce viafb_set_iga_path usageFlorian Tobias Schandinat2010-09-242-1/+2
* viafb: propagate __init and __devinitFlorian Tobias Schandinat2010-09-247-34/+38
* viafb: rework output device routingFlorian Tobias Schandinat2010-09-241-89/+94
* viafb: enable second display channel at central placeFlorian Tobias Schandinat2010-09-241-30/+5
* viafb: unify output path configurationFlorian Tobias Schandinat2010-09-243-7/+17
* viafb: remove stubFlorian Tobias Schandinat2010-09-241-17/+0
* viafb: remove lcdtbl.hFlorian Tobias Schandinat2010-09-242-592/+7
* viafb: reset correct PLLFlorian Tobias Schandinat2010-09-241-2/+2
* drivers/video/via/ioctl.c: prevent reading uninitialized stack memoryDan Rosenberg2010-09-161-0/+2
* drivers/video/via/via-gpio.c: fix warningAndrew Morton2010-08-061-1/+1
* viafb: Depends on X86Ben Hutchings2010-08-051-1/+1
* fbdev: section cleanup in viafb driverHenrik Kretzschmar2010-08-051-3/+3
* viafb: fix accel_flags check_var bugFlorian Tobias Schandinat2010-07-231-2/+2
* viafb: probe cleanupsFlorian Tobias Schandinat2010-07-231-24/+3
* viafb: remove ioctls which break the framebuffer interfaceFlorian Tobias Schandinat2010-07-232-254/+0
* viafb: update fix before calculating depthFlorian Tobias Schandinat2010-07-231-1/+1
* viafb: PLL value cleanupFlorian Tobias Schandinat2010-07-233-489/+412
* viafb: simplify lcd size "detection"Florian Tobias Schandinat2010-07-234-41/+1
* viafb: fix PCI tableFlorian Tobias Schandinat2010-07-231-7/+9
* viafb: add lcd scaling support for some IGPsFlorian Tobias Schandinat2010-07-231-0/+6
* viafb: improve lcd code readabilityFlorian Tobias Schandinat2010-07-231-5/+4
* viafb: remove duplicated scaling codeFlorian Tobias Schandinat2010-07-231-73/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-07-227-13/+30
|\
| * Input: synaptics - relax capability ID checks on newer hardwareDmitry Torokhov2010-07-222-2/+8
| * Input: twl40300-keypad - fix handling of "all ground" rowsDmitry Torokhov2010-07-211-6/+11
| * Input: gamecon - reference correct pad in gc_psx_command()Dmitry Torokhov2010-07-211-1/+1
| * Input: gamecon - reference correct input device in NES modeDmitry Torokhov2010-07-211-2/+1
| * Input: w90p910_keypad - change platfrom driver name to 'nuc900-kpi'Wan ZongShun2010-07-201-1/+1
| * Input: i8042 - add Gigabyte Spring Peak to dmi_noloop_tableKamal Mostafa2010-07-201-0/+7
| * Input: qt2160 - rename kconfig symbol nameChristoph Fritz2010-07-171-1/+1
* | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-07-227-10/+15
|\ \
| * | drm/radeon/kms: add quirk to make HP DV5000 laptop resumeAlex Deucher2010-07-221-0/+8
| * | drm/radeon/kms: fix RADEON_INFO_CRTC_FROM_ID info ioctlAlex Deucher2010-07-221-1/+2
| * | Fix ttm_page_alloc.c build breakageLuck, Tony2010-07-221-3/+3
| * | drm/radeon/kms: fix legacy LVDS dpms sequenceAlex Deucher2010-07-221-0/+1
| * | drm/radeon/kms: drop taking lock around crtc lookup.Dave Airlie2010-07-223-6/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-07-221-1/+5
|\ \ \
| * | | crypto: talitos - fix bug in sg_copy_end_to_bufferLee Nipper2010-07-191-1/+5
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-07-221-1/+1
|\ \ \ \
| * | | | sysrq,kdb: Use __handle_sysrq() for kdb's sysrq functionJason Wessel2010-07-221-1/+1
* | | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2010-07-211-1/+3
|\ \ \ \ \
| * | | | | pcmcia: fix 'driver ... did not release config properly' warningPatrick McHardy2010-07-211-1/+3
* | | | | | Merge branch 'shrinker' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/...Linus Torvalds2010-07-211-1/+1
|\ \ \ \ \ \
| * | | | | | mm: add context argument to shrinker callback to remaining shrinkersDave Chinner2010-07-211-1/+1
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-07-213-7/+14
|\ \ \ \ \ \
| * | | | | | drivers/sbus: Remove unnecessary casts of private_dataJoe Perches2010-07-131-2/+2
| * | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-06-26909-9507/+97776
| |\ \ \ \ \ \
| * | | | | | | sunsu: Fix use after free in su_remove().David S. Miller2010-05-271-4/+9