summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fbdev-for-linus' into fbdev-nextFlorian Tobias Schandinat2012-02-292-1/+7
|\
| * OMAPDSS: APPLY: make ovl_enable/disable synchronousTomi Valkeinen2012-02-291-0/+6
| * OMAPDSS: panel-dvi: Add Kconfig dependency on I2CTomi Valkeinen2012-02-291-1/+1
* | Merge branch 'fbdev-for-linus' into fbdev-nextFlorian Tobias Schandinat2012-02-243-9/+29
|\ \ | |/
| * Merge branch 'for-3.3-rc' of git://gitorious.org/linux-omap-dss2/linux into f...Florian Tobias Schandinat2012-02-242-9/+24
| |\
| | * OMAPDSS: HDMI: hot plug detect fixRob Clark2012-02-231-8/+1
| | * OMAPDSS: HACK: Ensure DSS clock domain gets out of idle when HDMI is enabledArchit Taneja2012-02-231-1/+23
| * | ARM: omap: fix oops in drivers/video/omap2/dss/dpi.cRussell King2012-02-091-0/+5
| |/
| * Merge tag 'fbdev-fixes-for-3.3-1' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-02-078-10/+77
| |\
* | | video: convert drivers/video/* to use module_spi_driver()Axel Lin2012-01-284-46/+4
* | | video: use gpio_request_oneJingoo Han2012-01-282-12/+3
* | | Merge commit 'v3.3-rc1' into fbdev-nextFlorian Tobias Schandinat2012-01-286-10/+10
|\ \ \ | |/ / | | / | |/ |/|
| * Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-01-1431-2062/+2760
| |\
| * | module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-135-9/+9
| * | Merge 3.2-rc5 into staging-nextGreg Kroah-Hartman2011-12-091-1/+1
| |\ \
| | * | staging: add omapdrm DRM/KMS driver for TI OMAP platformsRob Clark2011-11-261-1/+1
* | | | OMAPDSS: HDMI: PHY burnout fixTomi Valkeinen2012-01-263-4/+71
* | | | OMAPDSS: use sync versions of pm_runtime_putTomi Valkeinen2012-01-266-6/+6
| |_|/ |/| |
* | | Merge branch 'for-florian' of git://gitorious.org/linux-omap-dss2/linux into ...Florian Tobias Schandinat2012-01-0828-2058/+2760
|\ \ \
| * | | OMAPDSS: add OrtusTech COM43H4M10XTC display supportIlya Yanok2012-01-051-0/+21
| * | | OMAP: DSS2: Support for UMSH-8173MD TFT panelDaniel Mack2012-01-051-0/+25
| * | | ASoC: OMAP: HDMI: Move HDMI codec trigger function to generic HDMI driverRicardo Neri2012-01-053-34/+31
| * | | OMAPDSS: HDMI: Create function to enable HDMI audioRicardo Neri2012-01-053-13/+31
| * | | ASoC: OMAP: HDMI: Correct signature of ASoC functionsRicardo Neri2012-01-053-6/+10
| * | | ASoC: OMAP: HDMI: Introduce driver data for audio codecRicardo Neri2012-01-051-0/+9
| * | | OMAPDSS: DISPC: Update Scaling Clock LogicChandrabhanu Mahapatra2012-01-023-20/+54
| * | | OMAPDSS: DISPC: Update Fir CoefficientsChandrabhanu Mahapatra2012-01-024-120/+358
| * | | OMAPDSS: APPLY: fix NULL pointer deref when mgr is not setRob Clark2012-01-021-0/+3
| * | | OMAPDSS: Displays: Make PICODLP driver depend on DPIArchit Taneja2012-01-021-1/+1
| * | | OMAPDSS: Panel NEC: Set omap_dss_device states correctlyArchit Taneja2012-01-021-9/+52
| * | | OMAPDSS: DSI: Fix HSDIV related PLL info in dsi_dump_clocks()Archit Taneja2012-01-021-6/+8
| * | | OMAPDSS: APPLY: move simple_check functionsTomi Valkeinen2012-01-024-55/+59
| * | | OMAPDSS: fix potential NULL pointer ref in OCP_ERR handling pathRob Clark2012-01-021-1/+2
| * | | OMAPDSS: APPLY: move check functionsTomi Valkeinen2012-01-024-107/+111
| * | | OMAPDSS: APPLY: remove unused variablesTomi Valkeinen2012-01-021-3/+0
| * | | OMAPDSS: APPLY: write fifo thresholds only if changedTomi Valkeinen2011-12-021-3/+14
| * | | OMAPDSS: APPLY: add dss_setup_fifosTomi Valkeinen2011-12-021-8/+16
| * | | OMAPDSS: APPLY: simplify dss_mgr_enableTomi Valkeinen2011-12-021-3/+2
| * | | OMAPDSS: APPLY: add op->enablingTomi Valkeinen2011-12-021-6/+14
| * | | OMAPDSS: APPLY: cleanup extra_info_update_ongoingTomi Valkeinen2011-12-021-8/+3
| * | | OMAPDSS: APPLY: add dss_set_go_bits()Tomi Valkeinen2011-12-021-7/+30
| * | | OMAPDSS: APPLY: clear shadow dirty flags only if GO had been setTomi Valkeinen2011-12-021-2/+5
| * | | OMAPDSS: APPLY: fix need_isrTomi Valkeinen2011-12-021-1/+23
| * | | OMAPDSS: APPLY: fix extra_info_update_ongoingTomi Valkeinen2011-12-021-3/+0
| * | | OMAPDSS: check the return value of dss_mgr_enable()Tomi Valkeinen2011-12-025-7/+50
| * | | OMAPDSS: APPLY: add return value to dss_mgr_enable()Tomi Valkeinen2011-12-022-4/+10
| * | | OMAPDSS: APPLY: add checking of ovls/mgrs settingsTomi Valkeinen2011-12-021-3/+212
| * | | OMAPDSS: APPLY: add dss_mgr_simple_check()Tomi Valkeinen2011-12-021-0/+24
| * | | OMAPDSS: APPLY: add dss_ovl_simple_check()Tomi Valkeinen2011-12-021-0/+40
| * | | OMAPDSS: APPLY: remove runtime_getTomi Valkeinen2011-12-021-8/+1
OpenPOWER on IntegriCloud