summaryrefslogtreecommitdiff
path: root/drivers/video/omap2
AgeCommit message (Expand)AuthorFilesLines
2013-09-26OMAPDSS: Add missing dependency on backlight for DSI-CM panel drierMark Brown1-0/+1
2013-09-19OMAPDSS: DISPC: set irq_safe for runtime PMTomi Valkeinen1-0/+1
2013-09-19OMAPDSS: Return right error during connector probeSathya Prakash M R3-3/+3
2013-09-05Merge tag 'fbdev-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds3-27/+28
2013-09-05Merge tag 'fbdev-3.12-omap-legacy-removal' of git://git.kernel.org/pub/scm/li...Linus Torvalds30-8085/+180
2013-09-05Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2013-08-30OMAPDSS: rename omap_dss_device's 'device' field to 'dst'Tomi Valkeinen9-30/+30
2013-08-30OMAPDSS: rename omap_dss_device's 'output' to 'src'Tomi Valkeinen3-8/+8
2013-08-30OMAPDSS: DSS: remove legacy dss bus supportTomi Valkeinen2-296/+4
2013-08-29OMAPDSS: fix WARN_ON in 'alpha_blending_enabled' sysfs fileTomi Valkeinen1-3/+5
2013-08-29OMAPDSS: HDMI: Fix possible NULL referenceTomi Valkeinen1-2/+3
2013-08-29OMAPDSS: RFBI: remove code related to old panel modelTomi Valkeinen1-116/+19
2013-08-29OMAPDSS: VENC: remove code related to old panel modelTomi Valkeinen3-117/+17
2013-08-29OMAPDSS: SDI: remove code related to old panel modelTomi Valkeinen1-97/+8
2013-08-29OMAPDSS: DSI: remove code related to old panel modelTomi Valkeinen1-236/+35
2013-08-29OMAPDSS: HDMI: remove code related to old panel modelTomi Valkeinen4-696/+44
2013-08-29OMAPDSS: DPI: remove code related to old panel modelTomi Valkeinen1-98/+9
2013-08-29OMAPDSS: remove all old panel driversTomi Valkeinen15-6343/+0
2013-08-29OMAPDSS: DPI: change regulator handlingTomi Valkeinen3-26/+3
2013-08-29OMAPDSS: SDI: change regulator handlingTomi Valkeinen3-23/+3
2013-08-29OMAPDSS: RFBI: Mark RFBI as brokenTomi Valkeinen1-0/+1
2013-08-06OMAPDSS: HDMI: Fix AVI infoframe bugMythri P K1-22/+20
2013-08-02OMAPDSS: analog-tv-connector: compile fixTomi Valkeinen1-2/+16
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell1-1/+1
2013-07-10Merge tag 'fbdev-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds52-867/+7514
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-06-28Merge tag 'fbdev-3.11-2' of git://gitorious.org/linux-omap-dss2/linux into fb...Jean-Christophe PLAGNIOL-VILLARD2-5/+5
2013-06-26OMAPDSS: DPI: Fix wrong pixel clock limitTomi Valkeinen1-2/+2
2013-06-26video: replace strict_strtoul() with kstrtoul()Jingoo Han1-3/+3
2013-06-17OMAPDSS: panels: add Kconfig commentTomi Valkeinen2-2/+2
2013-06-17OMAPDSS: Add NEC NL8048HL11 panel driverTomi Valkeinen3-0/+403
2013-06-17OMAPDSS: Add TPO TD043MTEA1 panel driverTomi Valkeinen3-0/+654
2013-06-17OMAPDSS: Add Sharp LS037V7DW01 panel driverTomi Valkeinen3-0/+331
2013-06-17OMAPDSS: Add LG.Philips LB035Q02 panel driverTomi Valkeinen3-0/+364
2013-06-17OMAPDSS: Add Sony ACX565AKM panel driverTomi Valkeinen3-0/+872
2013-06-17OMAPDSS: Add new DSI Command Mode panel driverTomi Valkeinen3-0/+1342
2013-06-17OMAPDSS: Add new simple DPI panel driverTomi Valkeinen3-0/+276
2013-06-17OMAPDSS: Add new Analog TV Connector driverTomi Valkeinen3-0/+271
2013-06-17OMAPDSS: Add new HDMI Connector driverTomi Valkeinen3-0/+381
2013-06-17OMAPDSS: Add new DVI Connector driverTomi Valkeinen3-0/+358
2013-06-17OMAPDSS: Add new TPD12S015 Encoder driverTomi Valkeinen3-0/+402
2013-06-17OMAPDSS: Add new TFP410 Encoder driverTomi Valkeinen5-0/+279
2013-06-17OMAPDSS: DSI: Add opsTomi Valkeinen1-0/+93
2013-06-17OMAPDSS: HDMI: Add opsTomi Valkeinen1-6/+228
2013-06-17OMAPDSS: AnalogTV: Add opsTomi Valkeinen1-0/+72
2013-06-17OMAPDSS: SDI: Add opsTomi Valkeinen1-0/+78
2013-06-17OMAPDSS: DPI: Add opsTomi Valkeinen1-0/+70
2013-06-17OMAPDSS: add OMAP_DISPLAY_TYPE_DVITomi Valkeinen1-0/+1
2013-06-17OMAPDSS: modify get/find functions to go through the device chainTomi Valkeinen2-2/+20
2013-06-17OMAPDSS: public omapdss_register_output()Tomi Valkeinen8-18/+17