Age | Commit message (Expand) | Author | Files | Lines |
2010-10-26 | Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux | Linus Torvalds | 17 | -188/+452 |
2010-10-23 | OMAP: DSS2: don't power off a panel twice | Stanley.Miao | 6 | -0/+36 |
2010-10-23 | OMAP: DSS2: OMAPFB: Allow usage of def_vrfb only for omap2,3 | Senthilvadivu Guruswamy | 1 | -0/+10 |
2010-10-23 | OMAP: DSS2: OMAPFB: make VRFB depends on OMAP2,3 | Senthilvadivu Guruswamy | 1 | -1/+1 |
2010-10-23 | OMAP: DSS2: DSI: Remove extra iounmap in error path | Senthilvadivu Guruswamy | 1 | -1/+0 |
2010-10-23 | OMAP: DSS2: Use dss_features framework on DSS2 code | Archit Taneja | 4 | -56/+60 |
2010-10-23 | OMAP: DSS2: Introduce dss_features files | Archit Taneja | 3 | -1/+242 |
2010-10-23 | OMAP: DSS2: OMAPFB: swap front and back porches for both hsync and vsync | Tasslehoff Kjappfot | 1 | -8/+8 |
2010-10-08 | memblock/arm: Fix memblock_region_is_memory() typo | Yinghai Lu | 1 | -1/+1 |
2010-09-29 | OMAP: DSS2: make filter coefficient tables human readable | Grazvydas Ignotas | 1 | -120/+94 |
2010-09-29 | OMAP: DSS2: Add SPI dependency to Kconfig of ACX565AKM panel | Jarkko Nikula | 1 | -1/+1 |
2010-08-31 | Merge commit 'v2.6.36-rc3' into x86/memblock | Ingo Molnar | 15 | -577/+1226 |
2010-08-08 | Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux | Linus Torvalds | 14 | -576/+1223 |
2010-08-05 | OMAP: DSS2: OMAPFB: add support for FBIO_WAITFORVSYNC | Grazvydas Ignotas | 1 | -0/+12 |
2010-08-05 | OMAP: DSS2: Replace strncmp() with sysfs_streq() in overlay_manager_store() | Archit Taneja | 1 | -1/+1 |
2010-08-05 | OMAP: DSS2: Fix error path in omap_dsi_update() | Archit Taneja | 1 | -1/+6 |
2010-08-05 | OMAP: DSS2: TDO35S: fix video signaling | Igor Grinberg | 1 | -2/+6 |
2010-08-05 | OMAP: DSS2: OMAPFB: Fix invalid bpp for PAL and NTSC modes | Maurus Cuelenaere | 1 | -2/+2 |
2010-08-05 | OMAP: DSS2: OMAPFB: Fix probe error path | Afzal Mohammed | 1 | -7/+7 |
2010-08-05 | OMAP: DSS2: Remove extra return statement | Archit Taneja | 1 | -1/+0 |
2010-08-05 | OMAP: DSS2: adjust YUV overlay width to be even | Tomi Valkeinen | 1 | -0/+15 |
2010-08-05 | OMAP: DSS2: OMAPFB: Fix sysfs mirror input check | Jani Nikula | 1 | -1/+1 |
2010-08-05 | OMAP: DSS2: OMAPFB: Remove redundant color register range check | Jani Nikula | 1 | -5/+0 |
2010-08-05 | OMAP: DSS2: OMAPFB: Remove redundant rotate range check | Jani Nikula | 1 | -1/+1 |
2010-08-05 | OMAP: DSS2: OMAPFB: Check fb2display() return value | Jani Nikula | 2 | -1/+4 |
2010-08-05 | OMAP: DSS2: Taal: Optimize enable_te, rotate, mirror when value unchanged | Tomi Valkeinen | 1 | -0/+15 |
2010-08-05 | OMAP: DSS2: DSI: detect unsupported update requests | Tomi Valkeinen | 1 | -0/+6 |
2010-08-05 | OMAP: DSS2: DSI: increase FIFO low threshold | Tomi Valkeinen | 1 | -1/+1 |
2010-08-05 | OMAP: DSS2: DSI: Add error IRQ mask for DSI complexIO | Tomi Valkeinen | 1 | -7/+16 |
2010-08-05 | OMAP: DSS2: DSI: Remove BTA after set_max_rx_packet_size | Tomi Valkeinen | 1 | -9/+1 |
2010-08-05 | OMAP: DSS2: change manual update scaling setup | Tomi Valkeinen | 5 | -34/+48 |
2010-08-05 | OMAP: DSS2: DSI: use BTA to end the frame transfer | Tomi Valkeinen | 2 | -63/+58 |
2010-08-05 | OMAP: DSS2: DSI: change dsi_vc_config_l4/vp() | Tomi Valkeinen | 1 | -6/+16 |
2010-08-05 | OMAP: DSS2: DSI: Disable interface when disabling the display | Ville Syrjälä | 1 | -0/+7 |
2010-08-05 | OMAP: DSS2: DSI: Wait for DSI PLL clocks to be active before selecting them | Tomi Valkeinen | 3 | -0/+26 |
2010-08-05 | OMAP: DSS2: DSI: Print an error message if DSI clock calc fails | Ville Syrjälä | 1 | -1/+3 |
2010-08-05 | OMAP: DSS2: DSI: Disable PCKFREE on error | Ville Syrjälä | 1 | -0/+1 |
2010-08-04 | Merge branch 'v4l_for_2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+3 |
2010-08-04 | memblock/arm: Use memblock_region_is_memory() for omap fb | Benjamin Herrenschmidt | 1 | -6/+2 |
2010-08-04 | memblock: Rename memblock_region to memblock_type and memblock_property to me... | Benjamin Herrenschmidt | 1 | -1/+1 |
2010-08-03 | OMAP: DSS2: Taal: CABC workaround is Taal specific | Jani Nikula | 1 | -2/+3 |
2010-08-03 | OMAP: DSS2: Taal: Add regulator configuration support | Tomi Valkeinen | 1 | -0/+83 |
2010-08-03 | OMAP: DSS2: Taal: Print panel name in addition to revision | Jani Nikula | 1 | -2/+2 |
2010-08-03 | OMAP: DSS2: Taal: Add panel specific configuration structure | Jani Nikula | 1 | -21/+87 |
2010-08-03 | OMAP: DSS2: Taal: Configure ESD check in DSI panel data | Jani Nikula | 1 | -8/+8 |
2010-08-03 | OMAP: DSS2: Taal: Use Nokia DSI panel data | Tomi Valkeinen | 1 | -21/+38 |
2010-08-03 | OMAP: DSS2: Taal: Add proper external TE support | Jani Nikula | 1 | -18/+75 |
2010-08-03 | OMAP: DSS2: Taal: Change probe error handling labels | Jani Nikula | 1 | -12/+12 |
2010-08-03 | OMAP: DSS2: Taal: Change ESD work management | Jani Nikula | 1 | -9/+16 |
2010-08-03 | OMAP: DSS2: Taal: Check taal_power_on() return value in taal_resume() | Jani Nikula | 1 | -1/+4 |