summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-08-0155-1138/+2621
|\
| * da8xx-fb: fix compile issue due to missing includeFlorian Tobias Schandinat2012-07-291-0/+1
| * fbdev: Make pixel_to_pat() failure mode more friendlyBenjamin Herrenschmidt2012-07-291-2/+5
| * da8xx-fb: do not turn ON LCD backlight unless LCDC is enabledManjunathappa, Prakash2012-07-291-4/+5
| * fbdev: sh_mobile_lcdc: Fix vertical panning stepLaurent Pinchart2012-07-291-6/+6
| * video: exynos mipi dsi: Fix mipi dsi regulators handling issueDonghwa Lee2012-07-291-1/+1
| * video: da8xx-fb: do clock reset of revision 2 LCDC before enablingManjunathappa, Prakash2012-07-291-4/+8
| * arm: da850: configure LCDC fifo thresholdManjunathappa, Prakash2012-07-291-0/+1
| * video: da8xx-fb: configure FIFO threshold to reduce underflow errorsManjunathappa, Prakash2012-07-292-4/+10
| * video: da8xx-fb: fix flicker due to 1 frame delay in updated frameManjunathappa, Prakash2012-07-291-0/+30
| * video: da8xx-fb rev2: fix disabling of palette completion interruptManjunathappa, Prakash2012-07-291-5/+2
| * da8xx-fb: add missing FB_BLANK operationsYegor Yefremov2012-07-291-0/+3
| * Merge branch 'for-florian' of git://gitorious.org/linux-omap-dss2/linux into ...Florian Tobias Schandinat2012-07-2532-663/+1132
| |\
| | * Merge "Apply LCD manager related parameters" from ArchitTomi Valkeinen2012-06-2910-146/+271
| | |\
| | | * OMAPDSS: OVERLAY: Clean up replication checkingArchit Taneja2012-06-294-37/+16
| | | * OMAPDSS: RFBI: Use dss_mgr_enable to enable the overlay managerArchit Taneja2012-06-291-4/+12
| | | * OMAPDSS: DISPC: Remove a redundant functionArchit Taneja2012-06-291-16/+6
| | | * OMAPDSS: APPLY: Remove usage of omap_dss_device from manual/auto update checksArchit Taneja2012-06-291-2/+11
| | | * OMAPDSS: MANAGER: Check LCD related overlay manager parametersArchit Taneja2012-06-293-1/+37
| | | * OMAPDSS: APPLY: Remove DISPC writes to manager's lcd parameters in interface ...Archit Taneja2012-06-296-57/+83
| | | * OMAPDSS: SDI: Configure dss_lcd_mgr_config struct with lcd manager parametersArchit Taneja2012-06-291-16/+26
| | | * OMAPDSS: DSI: Configure dss_lcd_mgr_config struct with lcd manager parametersArchit Taneja2012-06-291-36/+64
| | | * OMAPDSS: RFBI: Configure dss_lcd_mgr_config struct with lcd manager parametersArchit Taneja2012-06-291-6/+28
| | | * OMAPDSS: DPI: Configure dss_lcd_mgr_config struct with lcd manager parametersArchit Taneja2012-06-291-9/+28
| | | * OMAPDSS: Add struct to hold LCD overlay manager configurationArchit Taneja2012-06-291-0/+13
| | | * OMAPDSS: DISPC: Change return type of dispc_mgr_set_clock_div()Archit Taneja2012-06-295-21/+6
| | |/
| | * ARM: OMAP2PLUS: DSS: Disable LCD3 output when resetting DSSChandrabhanu Mahapatra2012-06-291-4/+21
| | * Merge Misc DSS clean ups from ArchitTomi Valkeinen2012-06-2926-319/+568
| | |\
| | | * OMAPDSS: DSI: Fix HSYNC, VSYNC and DE polarities between DISPC and DSIArchit Taneja2012-06-292-21/+26
| | | * OMAPDSS: HDMI: Remove custom hdmi_video_timings structArchit Taneja2012-06-293-55/+213
| | | * OMAPFB: Map interlace field in omap_video_timings with fb vmode flagsArchit Taneja2012-06-291-3/+5
| | | * OMAPDSS: DISPC/APPLY: Use interlace info in manager timings for dispc_ovl_set...Archit Taneja2012-06-293-8/+5
| | | * OMAPDSS: Add interlace parameter to omap_video_timingsArchit Taneja2012-06-294-5/+8
| | | * OMAPDSS: Remove omap_panel_config enum from omap_dss_deviceArchit Taneja2012-06-2910-53/+0
| | | * OMAPFB: Map the newly added omap_video_timings fields with fb sync flagsArchit Taneja2012-06-291-4/+39
| | | * OMAPDSS: DISPC: Remove dispc_mgr_set_pol_freq()Archit Taneja2012-06-294-35/+0
| | | * OMAPDSS: DISPC: Configure newly added omap_video_timing fieldsArchit Taneja2012-06-291-3/+52
| | | * OMAPDSS: DISPLAY: Ignore newly added omap_video_timings fields for display ti...Archit Taneja2012-06-291-1/+1
| | | * OMAPDSS: Add some new fields to omap_video_timingsArchit Taneja2012-06-2911-1/+186
| | | * OMAPDSS: Remove passive matrix LCD support (part 4)Archit Taneja2012-06-297-39/+8
| | | * OMAPDSS: Remove passive matrix LCD support (part 3)Archit Taneja2012-06-297-36/+12
| | | * OMAPDSS: Remove passive matrix LCD support (part 2)Archit Taneja2012-06-2914-67/+37
| | | * OMAPDSS: Remove passive matrix LCD support (part 1)Archit Taneja2012-06-296-36/+24
| | |/
| | * OMAPDSS: HDMI: Replace spinlock with mutex in hdmi_check_hpd_stateJassi Brar2012-06-293-5/+4
| | * OMAPDSS: HDMI: Discard phy_tx_enabled memberJassi Brar2012-06-292-8/+4
| | * OMAPDSS: Add dump and debug support for LCD3Chandrabhanu Mahapatra2012-06-291-30/+40
| | * OMAPDSS: Add LCD3 overlay manager and Clock and IRQ supportChandrabhanu Mahapatra2012-06-297-9/+78
| | * OMAPDSS: Add support for LCD3 channelChandrabhanu Mahapatra2012-06-292-0/+27
| | * OMAPDSS: Cleanup implementation of LCD channelsChandrabhanu Mahapatra2012-06-294-136/+120
| | * OMAPDSS: fix warnings if CONFIG_PM_RUNTIME=nTomi Valkeinen2012-06-296-6/+6
OpenPOWER on IntegriCloud