summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorLines
2015-08-10OMAPDSS: Fix node refcount leak in omapdss_of_get_next_port()Jyri Sarha-0/+2
2015-08-10fbdev: select versatile helpers for the integratorLinus Walleij-1/+1
2015-08-07staging: sm7xxfb: merge sm712fb with fbdevSudip Mukherjee-0/+1784
2015-08-07drm: Remove two-level menu in KconfigThierry Reding-2/+0
2015-08-05drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbusJake Oshins-25/+21
2015-08-05drivers:hv: Modify hv_vmbus to search for all MMIO ranges available.Jake Oshins-1/+1
2015-07-21drivers/video/fbdev/atyfb: Use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez-32/+8
2015-07-21drivers/video/fbdev/atyfb: Replace MTRR UC hole with strong UCLuis R. Rodriguez-23/+14
2015-07-21drivers/video/fbdev/atyfb: Clarify ioremap() base and length usedLuis R. Rodriguez-1/+15
2015-07-21drivers/video/fbdev/atyfb: Carve out framebuffer length fudging into a helperLuis R. Rodriguez-8/+15
2015-07-20simplefb: Include clk.hStephen Boyd-0/+1
2015-07-10stifb: Implement hardware accelerated copyareaAlex Ivanov-2/+38
2015-07-03Merge tag 'fbdev-fixes-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+9
2015-07-02OMAPDSS: fix probing if rfbi device is enabledTomi Valkeinen-0/+9
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+3
2015-06-26Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+4
2015-06-24Merge tag 'backlight-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-20/+16
2015-06-23Merge tag 'fbdev-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds-6507/+948
2015-06-23backlight: pwm_bl: Simplify usage of devm_gpiod_get_optionalAxel Lin-4/+2
2015-06-23backlight: lp855x: Don't clear level on suspend/blankSean Paul-12/+6
2015-06-23backlight: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven-3/+5
2015-06-23video: backlight: da9052: Constify platform_device_idKrzysztof Kozlowski-1/+1
2015-06-23gpio-backlight: Discover driver during boot timeArun Bharadwaj-0/+2
2015-06-23module: add per-module param_lockDan Streetman-2/+2
2015-06-22Merge omapdss scaling fixesTomi Valkeinen-16/+116
2015-06-22Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Ingo Molnar-6/+9
2015-06-18msm: msm_fb: Remove dead codeStephen Boyd-5693/+0
2015-06-17OMAPDSS: HDMI: wait for framedone when stopping videoTomi Valkeinen-0/+16
2015-06-17OMAPDSS: HDMI4: fix error handlingTomi Valkeinen-1/+1
2015-06-17OMAPDSS: DISPC: scaler debug printTomi Valkeinen-2/+16
2015-06-17OMAPDSS: DISPC: do only y decimation on OMAP3Tomi Valkeinen-11/+2
2015-06-17OMAPDSS: DISPC: check if scaling setup failedTomi Valkeinen-0/+10
2015-06-17OMAPDSS: DISPC: fix 64 bit issue in 5-tapTomi Valkeinen-3/+3
2015-06-17OMAPDSS: DISPC: fix row_inc for OMAP3Tomi Valkeinen-0/+9
2015-06-17OMAPDSS: DISPC: add check for scaling limitsTomi Valkeinen-0/+15
2015-06-17OMAPDSS: DISPC: fix check_horiz_timing_omap3 argsTomi Valkeinen-2/+2
2015-06-17OMAPDSS: DISPC: fix predecimation for YUV modesTomi Valkeinen-0/+36
2015-06-17OMAPDSS: DISPC: work-around for errata i631Tomi Valkeinen-0/+9
2015-06-17Merge omapdss componentization workTomi Valkeinen-198/+396
2015-06-17OMAPDSS: simplify submodule reg/unreg codeTomi Valkeinen-31/+15
2015-06-17OMAPDSS: componentize omapdssTomi Valkeinen-38/+234
2015-06-17OMAPDSS: reorder uninit callsTomi Valkeinen-12/+12
2015-06-17OMAPDSS: remove uses of __init/__exitTomi Valkeinen-69/+69
2015-06-17OMAPDSS: fix dss_init_ports error handlingTomi Valkeinen-3/+6
2015-06-17OMAPDSS: refactor dss probe functionTomi Valkeinen-56/+69
2015-06-17OMAPDSS: move 'dss_initialized' to dss driverTomi Valkeinen-10/+12
2015-06-16fbdev: propagate result of fb_videomode_from_videomode()Vladimir Murzin-1/+3
2015-06-16video: fbdev: vesafb: use arch_phys_wc_add()Luis R. Rodriguez-21/+8
2015-06-16video: fbdev: vesafb: add missing mtrr_del() for added MTRRLuis R. Rodriguez-7/+26
2015-06-16video: fbdev: vesafb: only support MTRR_TYPE_WRCOMBLuis R. Rodriguez-46/+16