summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2014-09-30arm, fbdev, omap2, LLVMLinux: Remove nested function from omapfbBehan Webster1-7/+7
2014-09-30arm, fbdev, omap2, LLVMLinux: Remove nested function from omap2 dssBehan Webster2-11/+14
2014-09-30video: fbdev: valkyriefb.c: use container_of to resolve fb_info_valkyrie from...Fabian Frederick1-4/+8
2014-09-30video: fbdev: pxafb.c: use container_of to resolve pxafb_info/layer from fb_infoFabian Frederick1-10/+10
2014-09-30video: fbdev: cyber2000fb.c: use container_of to resolve cfb_info from fb_infoFabian Frederick1-8/+8
2014-09-30video: fbdev: controlfb.c: use container_of to resolve fb_info_control from f...Fabian Frederick1-5/+10
2014-09-30video: fbdev: sa1100fb.c: use container_of to resolve sa1100fb_info from fb_infoFabian Frederick1-6/+12
2014-09-30video: fbdev: stifb.c: use container_of to resolve stifb_info from fb_infoFabian Frederick1-2/+2
2014-09-30video: fbdev: sis: sis_main.c: Cleaning up missing null-terminate in conjunct...Rickard Strandqvist1-1/+1
2014-09-30video: valkyriefb: Fix unused variable warning in set_valkyrie_clock()Geert Uytterhoeven1-1/+1
2014-09-09video: fbdev: use %*ph specifier to dump small buffersAndy Shevchenko2-15/+4
2014-09-09video: mx3fb: always enable BACKLIGHT_LCD_SUPPORTArnd Bergmann1-1/+2
2014-08-26video: fbdev: au1200fb: delete double assignmentJulia Lawall1-1/+0
2014-08-26video: fbdev: sis: delete double assignmentJulia Lawall1-1/+1
2014-08-26video: fbdev: intelfb: delete double assignmentJulia Lawall1-2/+1
2014-08-26video: fbdev: riva: delete double assignmentJulia Lawall1-1/+0
2014-08-26msm: msm_fb: Move to using managed resources of kzallocPramod Gurav1-2/+7
2014-08-26msm: msm_fb: Add remove function for platform driver for clean unloadingPramod Gurav1-0/+16
2014-08-26video: mx3fb: Update comment for dmaengine_prep_slave_sg() APIGeert Uytterhoeven1-1/+1
2014-08-26video: vermilion: remove unnecessary break after gotoFabian Frederick1-1/+0
2014-08-26video: fbdev: aty: use c99 initializers in structuresJulia Lawall1-8/+55
2014-08-26OMAPDSS: DSI: use c99 initializers in structuresJulia Lawall1-2/+8
2014-08-26video: fbdev: matrox: use c99 initializers in structuresJulia Lawall2-16/+56
2014-08-26video: of: display_timing: delete unneeded test before of_node_putJulia Lawall1-2/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2-2/+2
2014-08-10Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2014-08-08Merge tag 'fbdev-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds26-751/+950
2014-08-08Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-235/+0
2014-08-08Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-67/+191
2014-08-08OMAPDSS: DSI: fix depopulating dsi peripheralsTomi Valkeinen1-8/+1
2014-08-07Merge tag 'backlight-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds23-131/+116
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-58/+63
2014-08-06drivers/video/fbdev/s3c2410fb.c: don't make debug world-writable.Rusty Russell1-1/+1
2014-08-04Merge tag 'pci-v3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-39/+0
2014-08-04Merge branch '3.17/hdmi-infoframe' into for-nextTomi Valkeinen12-692/+193
2014-08-04video: hyperv: hyperv_fb: refresh the VM screen by force on VM panicDexuan Cui1-3/+59
2014-08-04video: ARM CLCD: Fix DT-related build problemsPawel Moll2-1/+2
2014-07-31backlight: ipaq_micro: Fix sparse non static symbol warningWei Yongjun1-1/+1
2014-07-30MIPS: Alchemy: au1200fb: use clk frameworkManuel Lauss1-27/+23
2014-07-30MIPS: Alchemy: au1100fb: use clk frameworkManuel Lauss2-14/+23
2014-07-30MIPS: Alchemy: remove au_read/write/syncManuel Lauss2-18/+17
2014-07-30MIPS: Alchemy: introduce helpers to access SYS register block.Manuel Lauss2-8/+9
2014-07-30drivers: video: fbdev: atmel_lcdfb.c: Add ability to inverted backlight PWM.Michael Welling1-1/+2
2014-07-29video: ARM CLCD: Add DT supportPawel Moll2-0/+264
2014-07-28video: clcd-versatile: Depend on ARMMark Brown1-0/+1
2014-07-25backlight: Add driver for iPAQ micro backlightLinus Walleij3-0/+93
2014-07-23video: fix up versatile CLCD helper moveArnd Bergmann1-4/+2
2014-07-18backlight: pwm-backlight: Use devm_gpiod_get_optional()Alexandre Courbot1-5/+2
2014-07-18backlight: jornada720: Minimise code duplication and handle errors betterLee Jones1-18/+19
2014-07-12Merge tag 'ux500-core-for-v3.17-1' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson4-6/+8