summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* video: Kconfig: move drm and fb into separate menusTomi Valkeinen2014-04-171-0/+4
* fbdev: move fbdev core files to separate directoryTomi Valkeinen2014-04-1722-19/+21
* video: move fbdev to drivers/video/fbdevTomi Valkeinen2014-04-17476-2651/+2661
* video: bf54x-lq043fb: fix build errorSteven Miao2014-04-151-1/+1
* OMAPDSS: Change struct reg_field to dispc_reg_fieldJyri Sarha2014-04-142-9/+9
* OMAPDSS: Take pixelclock unit change into account in hdmi_compute_acr()Jyri Sarha2014-04-141-4/+4
* OMAPDSS: fix shared irq handlersTomi Valkeinen2014-04-142-7/+68
* video: imxfb: Select LCD_CLASS_DEVICE unconditionallyAlexander Shiyan2014-04-141-0/+2
* OMAPDSS: fix rounding when calculating fclk rateTomi Valkeinen2014-04-141-2/+2
* video: da8xx-fb: Fix casting of info->pseudo_paletteJon Ringle2014-04-141-9/+1Star
* Merge tag 'backlight-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-103-18/+59
|\
| * backlight: lm3639: Use devm_backlight_device_register()Daniel Jeong2014-04-081-10/+7Star
| * backlight: gpio-backlight: Add DT supportDenis Carikli2014-04-081-7/+51
| * backlight: core: Replace kfree with put_deviceLevente Kurusa2014-04-081-1/+1
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-04-086-3093/+0Star
|\ \
| * | drm/exynos: Move dp driver from video/ to drm/Sean Paul2014-03-236-3092/+0Star
| * | drm/exynos: Remove useless slab.h includeStephane Marchesin2014-03-231-1/+0Star
| |/
* | Merge tag 'fbdev-omap-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-0720-42/+923
|\ \
| * | OMAPDSS: HDMI: fix interlace outputTomi Valkeinen2014-04-041-0/+2
| * | OMAPDSS: add missing __init for dss_init_portsTomi Valkeinen2014-04-041-1/+1
| * | OMAPDSS: remove DT hacks for regulatorsTomi Valkeinen2014-04-042-18/+4Star
| * | Merge branch '3.15/dss-dt' into 3.15/fbdevTomi Valkeinen2014-03-2021-44/+938
| |\ \
| | * | OMAPDSS: acx565akm: Add DT supportSebastian Reichel2014-03-191-1/+32
| | * | OMAPDSS: connector-analog-tv: Add DT supportTomi Valkeinen2014-03-191-2/+41
| | * | OMAPDSS: hdmi-connector: Add DT supportTomi Valkeinen2014-03-191-0/+30
| | * | OMAPDSS: encoder-tpd12s015: Add DT supportTomi Valkeinen2014-03-191-0/+56
| | * | OMAPDSS: connector-dvi: Add DT supportTomi Valkeinen2014-03-191-0/+43
| | * | OMAPDSS: encoder-tfp410: Add DT supportTomi Valkeinen2014-03-191-1/+42
| | * | OMAPDSS: panel-dsi-cm: Add DT supportTomi Valkeinen2014-03-191-4/+56
| | * | OMAPDSS: Add DT support to DSITomi Valkeinen2014-03-191-1/+138
| | * | OMAPDSS: Add DT support to VENCTomi Valkeinen2014-03-191-0/+61
| | * | OMAPDSS: Add DT support to HDMITomi Valkeinen2014-03-191-0/+6
| | * | OMAPDSS: Add DT support to DISPCTomi Valkeinen2014-03-191-0/+8
| | * | OMAPDSS: Add DT support to DSSTomi Valkeinen2014-03-194-0/+164
| | * | OMAPDSS: Improve regulator names for DTTomi Valkeinen2014-03-193-3/+12
| | * | OMAPDSS: add of helpersTomi Valkeinen2014-03-192-1/+160
| | * | OMAPFB: search for default display with DT aliasTomi Valkeinen2014-03-191-1/+22
| | * | OMAPFB: clean up default display searchTomi Valkeinen2014-03-191-17/+29
| | * | OMAPDSS: get dssdev->alias from DT aliasTomi Valkeinen2014-03-191-2/+17
| | * | OMAPDSS: add 'label' support for DTTomi Valkeinen2014-03-191-0/+9
| | |/
* | | Merge tag 'fbdev-main-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-0545-819/+635Star
|\ \ \
| * | | fbdev: Make the switch from generic to native driver less alarmingAdam Jackson2014-04-031-2/+1Star
| |/ /
| * | Video: atmel: avoid the id of fix screen info is overwrittenBo Shen2014-03-191-1/+1
| * | video: imxfb: Add DT default contrast control register property.Denis Carikli2014-03-171-0/+3
| * | video: atmel_lcdfb: ensure the hardware is initialized with the correct modeAntoine Ténart2014-03-121-0/+6
| * | fbdev: vesafb: add dev->remove() callbackDavid Herrmann2014-03-071-1/+12
| * | fbdev: efifb: add dev->remove() callbackDavid Herrmann2014-03-071-1/+12
| * | video: pxa3xx-gcu: switch to devres functionsDaniel Mack2014-03-071-74/+39Star
| * | video: pxa3xx-gcu: provide an empty .open callDaniel Mack2014-03-071-0/+10
| * | video: pxa3xx-gcu: pass around struct device *Daniel Mack2014-03-071-27/+29