aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2013-10-30video: Remove unnecessary semicolonsJoe Perches16-19/+19
2013-10-30simplefb: use write-combined remappingDavid Herrmann1-2/+2
2013-10-30simplefb: fix unmapping fb during destructionDavid Herrmann1-2/+10
2013-10-29Fix a few incorrectly checked [io_]remap_pfn_range() callsLinus Torvalds2-47/+2
2013-10-29OMAPDSS: connector-dvi: fix releasing i2c_adapterTomi Valkeinen1-0/+7
2013-10-29OMAPDSS: DSI: fix perf measuring ifdefsTomi Valkeinen1-5/+5
2013-10-29framebuffer: Use fb_<level>Joe Perches58-222/+185
2013-10-29efifb: prevent null-deref when iterating dmi_listJames Bates1-2/+2
2013-10-29fbdev: fix error return code in metronomefb_probe()Wei Yongjun1-1/+2
2013-10-29video: xilinxfb: Fix for "Use standard variable name convention"Stephen Rothwell1-4/+4
2013-10-28Merge tag 'omap-for-v3.13/cm-scm-cleanup-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanupOlof Johansson10-30/+15
2013-10-22pwm-backlight: Remove unused variableThierry Reding1-1/+1
2013-10-22pwm_backlight: avoid short blank screen while doing hibernationHuayi Li1-2/+8
2013-10-21bitops: Introduce a more generic BITMASK macroChen, Gong1-3/+2
2013-10-18pwm-backlight: Fix brightness adjustmentThierry Reding1-12/+18
2013-10-18OMAPDSS: Fix de_level in videomode_to_omap_video_timings()Roel Kluin1-1/+1
2013-10-16video: exynos_dp: Use the generic PHY driverJingoo Han2-4/+13
2013-10-16video: exynos_dp: remove non-DT support for Exynos Display PortJingoo Han4-94/+135
2013-10-16video: exynos_mipi_dsim: Use the generic PHY driverSylwester Nawrocki2-9/+11
2013-10-16pwm-backlight: Allow for non-increasing brightness levelsMike Dunn1-14/+15
2013-10-16pwm-backlight: Add power supply supportThierry Reding1-0/+13
2013-10-16pwm-backlight: Use new enable_gpio fieldThierry Reding1-7/+50
2013-10-16pwm-backlight: Track enable stateThierry Reding1-0/+11
2013-10-16pwm-backlight: Refactor backlight power on/offThierry Reding1-22/+31
2013-10-16pwm-backlight: Improve readabilityThierry Reding1-1/+6
2013-10-16backlight: introduce backlight_device_registeredAaron Lu1-0/+31
2013-10-11video: xilinxfb: Simplify error pathMichal Simek1-18/+6
2013-10-11video: xilinxfb: Use devm_kzalloc instead of kzallocMichal Simek1-9/+2
2013-10-11video: xilinxfb: Use standard variable name conventionMichal Simek1-9/+9
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2013-10-09hyperv-fb: add blanking supportGerd Hoffmann1-0/+5
2013-10-09hyperv-fb: add pci stubGerd Hoffmann1-1/+39
2013-10-09OMAPDSS: HDMI: Correctly compare timingsRichard Röjfors1-1/+1
2013-10-09omapdss: HDMI: move common functions to a separate fileArchit Taneja6-435/+447
2013-10-09omapdss: OMAP4: HDMI: remove unnecessary edid macrosArchit Taneja1-8/+0
2013-10-09omapdss: HDMI: Rename hdmi driver files to nicer namesArchit Taneja10-33/+25
2013-10-09omapdss: HDMI: add HDMI wrapper IRQ flagsArchit Taneja2-3/+15
2013-10-09omapdss: HDMI: Clean up the header filesArchit Taneja6-264/+171
2013-10-09omapdss: HDMI: remove hdmi_ip_data structArchit Taneja2-58/+47
2013-10-09omapdss: HDMI: Use OMAP4 HDMI core functions directly and remove hdmi_ip_opsArchit Taneja6-184/+162
2013-10-09omapdss: HDMI: create a PHY libraryArchit Taneja6-135/+219
2013-10-09omapdss: HDMI: create a PLL libraryArchit Taneja6-203/+285
2013-10-09omapdss: HDMI: create a Wrapper libraryArchit Taneja7-380/+479
2013-10-09simplefb: print some info about the registered fbTom Gundersen1-0/+8
2013-10-09video: wmt_ge_rops: Fix a trivial typoSachin Kamat1-1/+1
2013-10-09video: wmt_ge_rops: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-09video: wm8505fb: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-09video: ssd1307fb: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-09video: amba-clcd: Remove unnecessary amba_set_drvdata()Michal Simek1-2/+0
2013-10-09fbdev: sh_mobile_hdmi: Use devm_kzalloc()Sangjung Woo1-5/+2