summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-12-091-8/+21
|\
| * offb: Add palette hack for little endianCedric Le Goater2013-12-101-1/+10
| * offb: Little endian fixesCedric Le Goater2013-12-101-7/+11
* | video: vt8500: fix error handling in probe()Dan Carpenter2013-12-041-14/+11
* | atmel_lcdfb: fix module autoloadJohan Hovold2013-12-041-0/+1
* | fbdev: sh_mobile_meram: Fix defined but not used compiler warningsGeert Uytterhoeven2013-11-261-0/+2
* | video: kyro: fix incorrect sizes when copying to userspaceSasha Levin2013-11-261-3/+3
* | ARM: OMAPFB: panel-sony-acx565akm: fix bad unlock balanceAaro Koskinen2013-11-261-3/+2
|/
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-161-1/+0
|\
| * Merge tag 'omap-for-v3.13/fixes-for-merge-window-take2' of git://git.kernel.o...Olof Johansson2013-11-152-3/+4
| |\
| * | video: exynos_mipi_dsim: Remove unused variableOlof Johansson2013-11-141-1/+0
* | | Merge tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-161-36/+130
|\ \ \
| * | | pwm-backlight: Remove unused variableThierry Reding2013-10-221-1/+1
| * | | pwm_backlight: avoid short blank screen while doing hibernationHuayi Li2013-10-221-2/+8
| * | | pwm-backlight: Fix brightness adjustmentThierry Reding2013-10-181-12/+18
| * | | pwm-backlight: Allow for non-increasing brightness levelsMike Dunn2013-10-161-14/+15
| * | | pwm-backlight: Add power supply supportThierry Reding2013-10-161-0/+13
| * | | pwm-backlight: Use new enable_gpio fieldThierry Reding2013-10-161-7/+50
| * | | pwm-backlight: Track enable stateThierry Reding2013-10-161-0/+11
| * | | pwm-backlight: Refactor backlight power on/offThierry Reding2013-10-161-22/+31
| * | | pwm-backlight: Improve readabilityThierry Reding2013-10-161-1/+6
* | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-11-151-2/+2
|\ \ \ \
| * \ \ \ Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danve...Dave Airlie2013-11-082-47/+2
| |\ \ \ \
| * | | | | drm/tegra: Move driver to DRM treeThierry Reding2013-10-311-2/+2
* | | | | | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-152-3/+3
* | | | | | Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds2013-11-14150-3031/+3791
|\ \ \ \ \ \
| * | | | | | fb: reorder the lock sequence to fix potential dead lockGu Zheng2013-11-113-28/+51
| * | | | | | fbdev: shmobile-lcdcfb: Convert to clk_prepare/unprepareLaurent Pinchart2013-11-111-2/+2
| * | | | | | fbdev: shmobile-hdmi: Convert to clk_prepare/unprepareLaurent Pinchart2013-11-111-3/+3
| * | | | | | omapdss: Add new panel driver for Topolly td028ttec1 LCD.Marek Belisko2013-10-313-0/+487
| * | | | | | video: exynos_mipi_dsi: Unlock the mutex before returningSachin Kamat2013-10-301-0/+1
| * | | | | | video: da8xx-fb: remove unwanted defineManish Badarkhe2013-10-301-1/+0
| * | | | | | video: Remove unnecessary semicolonsJoe Perches2013-10-3016-19/+19
| * | | | | | simplefb: use write-combined remappingDavid Herrmann2013-10-301-2/+2
| * | | | | | simplefb: fix unmapping fb during destructionDavid Herrmann2013-10-301-2/+10
| * | | | | | OMAPDSS: connector-dvi: fix releasing i2c_adapterTomi Valkeinen2013-10-291-0/+7
| * | | | | | OMAPDSS: DSI: fix perf measuring ifdefsTomi Valkeinen2013-10-291-5/+5
| * | | | | | framebuffer: Use fb_<level>Joe Perches2013-10-2958-222/+185
| * | | | | | efifb: prevent null-deref when iterating dmi_listJames Bates2013-10-291-2/+2
| * | | | | | fbdev: fix error return code in metronomefb_probe()Wei Yongjun2013-10-291-1/+2
| * | | | | | video: xilinxfb: Fix for "Use standard variable name convention"Stephen Rothwell2013-10-291-4/+4
| * | | | | | OMAPDSS: Fix de_level in videomode_to_omap_video_timings()Roel Kluin2013-10-181-1/+1
| * | | | | | video: xilinxfb: Simplify error pathMichal Simek2013-10-111-18/+6
| * | | | | | video: xilinxfb: Use devm_kzalloc instead of kzallocMichal Simek2013-10-111-9/+2
| * | | | | | video: xilinxfb: Use standard variable name conventionMichal Simek2013-10-111-9/+9
| * | | | | | hyperv-fb: add blanking supportGerd Hoffmann2013-10-091-0/+5
| * | | | | | hyperv-fb: add pci stubGerd Hoffmann2013-10-091-1/+39
| * | | | | | OMAPDSS: HDMI: Correctly compare timingsRichard Röjfors2013-10-091-1/+1
| * | | | | | omapdss: HDMI: move common functions to a separate fileArchit Taneja2013-10-096-435/+447
| * | | | | | omapdss: OMAP4: HDMI: remove unnecessary edid macrosArchit Taneja2013-10-091-8/+0
OpenPOWER on IntegriCloud