summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2
Commit message (Expand)AuthorAgeFilesLines
...
| | * OMAP: DSS2: DSI: print errors in dsi_vc_flush_receive_data()Tomi Valkeinen2010-08-031-4/+4
| | * OMAP: DSS2: OMAPFB: Add some locking debug checksVille Syrjälä2010-08-034-0/+13
| | * OMAP: DSS2: OMAPFB: Make lockdep happyVille Syrjälä2010-08-033-13/+36
| | * OMAP: DSS2: OMAPFB: Convert the memory region locking to rwsemVille Syrjälä2010-08-034-25/+10
| | * OMAP: DSS2: OMAPFB: Add locking for memory regionsVille Syrjälä2010-08-034-21/+140
| | * OMAP: DSS2: OMAPFB: Add support for switching memory regionsVille Syrjälä2010-08-034-63/+179
| | * OMAP: DSS2: OMAPFB: Skip unnecessary set_overlay_info()Ville Syrjälä2010-08-031-0/+2
| | * OMAP: DSS2: OMAPFB: Check var even if there isn't memoryVille Syrjälä2010-08-031-6/+5
| | * OMAP: DSS2: OMAPFB: Refactor overlay address calculationsVille Syrjälä2010-08-031-25/+38
| | * OMAP: DSS2: Fix update area calculations with multiple scaled overlaysTomi Valkeinen2010-08-031-63/+78
| | * OMAP: DSS2: clear spurious SYNC_LOST_DIGIT interruptsVille Syrjälä2010-08-031-1/+10
| | * OMAP: DSS2: Make wait_for_go() succeed for disabled displaysVille Syrjälä2010-08-031-2/+5
| | * OMAP: DSS2: Check if display supports update mode changesVille Syrjälä2010-08-031-0/+3
| | * OMAP: DSS2: DSI: Increase HS TX timeoutTomi Valkeinen2010-08-031-1/+1
| * | Merge branch 'v4l_for_2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-08-041-1/+3
| |\ \
| | * | V4L/DVB: drivers/video/omap2/displays: add missing mutex_unlockJulia Lawall2010-08-021-1/+3
| | |/
* | | memblock/arm: Use memblock_region_is_memory() for omap fbBenjamin Herrenschmidt2010-08-041-6/+2
* | | memblock: Rename memblock_region to memblock_type and memblock_property to me...Benjamin Herrenschmidt2010-08-041-1/+1
|/ /
* | ARM: OMAP: Convert OMAPFB and VRAM SDRAM reservation to LMBRussell King2010-07-271-18/+15
|/
* OMAP: DSS2: Fix omap_dss_probe() error pathJani Nikula2010-05-181-13/+41
* OMAP: DSS2: omap_dss_probe() conditional compilation cleanupJani Nikula2010-05-182-24/+61
* OMAP2: DSS: Add missing line for update bg colorCarlos Lopez2010-05-181-0/+1
* OMAP3630: DSS2: Updating MAX divider valueKishore Y2010-05-181-5/+19
* OMAP: DSS2: Add ACX565AKM Panel DriverRoger Quadros2010-05-183-0/+826
* OMAP: DSS2: TPO-TD03MTEA1: fix Kconfig dependencyGrazvydas Ignotas2010-05-181-1/+1
* OMAP: LCD LS037V7DW01: Add Backlight driver supportVaibhav Hiremath2010-05-182-0/+79
* OMAP: DSS2: Taal: Fix DSI bus locking problemVille Syrjälä2010-05-181-2/+1
* OMAP: DSS2: Taal: add mutex to protect panel dataTomi Valkeinen2010-05-181-21/+119
* OMAP: DSS2: Make partial update width evenTomi Valkeinen2010-05-181-0/+20
* OMAP: DSS2: Fix device disable when driver is not loadedJani Nikula2010-05-181-1/+4
* OMAP: DSS2: VENC: don't call platform_enable/disable() twiceJani Nikula2010-05-181-14/+1
* OMAP: DSS2: check lock_fb_info() return valueJani Nikula2010-05-182-8/+16
* OMAP: DSS2: fix lock_fb_info() and omapfb_lock() locking orderJani Nikula2010-05-182-6/+6
* OMAP: DSS2: Use vdds_sdi regulator supply in SDIRoger Quadros2010-05-181-0/+15
* OMAP: DSS2: Remove redundant enable/disable calls from SDIRoger Quadros2010-05-181-11/+0
* OMAP: DSS2: Add Kconfig option for DPI display typeRoger Quadros2010-05-184-1/+16
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-306-0/+6
* Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds2010-03-243-5/+31
|\
| * OMAP: DSS2: panel-generic: re-implement mode changingTomi Valkeinen2010-03-151-0/+22
| * OMAP: DSS2: initialize dss clk sources properlyTomi Valkeinen2010-03-151-0/+3
| * OMAP: DSS2: VRAM: Fix early_param for vramThomas Weber2010-03-101-5/+6
* | backlight: Allow properties to be passed at registrationMatthew Garrett2010-03-161-6/+9
|/
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-072-2/+2
* OMAP: DSS2: Taal: Fix TE when resumingTomi Valkeinen2010-03-021-3/+18
* OMAP: DSS2: Taal: Fix ESD checkTomi Valkeinen2010-03-011-2/+5
* OMAP: DSS2: OMAPFB: Constify some function parametersVille Syrjälä2010-03-011-9/+9
* OMAP: DSS2: DSI: add error printsTomi Valkeinen2010-02-261-13/+34
* OMAP: DSS2: TPO-TD03MTEA1: fix function namesTomi Valkeinen2010-02-261-6/+6
* OMAP: DSS2: DSI: add dsi_vc_dcs_read_2() helperTomi Valkeinen2010-02-251-0/+16
* OMAP: DSS2: OMAPFB: Remove FB_OMAP2_FORCE_AUTO_UPDATETomi Valkeinen2010-02-242-23/+3
OpenPOWER on IntegriCloud