summaryrefslogtreecommitdiffstats
path: root/drivers/thermal (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-11OMAP: DSS2: DSI: fix _dsi_print_reset_statusTomi Valkeinen1-2/+15
2011-05-11OMAP: DSS2: Add FEAT_DSI_REVERSE_TXCLKESCTomi Valkeinen2-1/+2
2011-05-11OMAP: DSS2: DSI: rename complexio related functionsTomi Valkeinen1-19/+19
2011-05-11OMAP: DSS2: DSI: add option to leave DSI lanes powered onTomi Valkeinen5-17/+31
2011-05-11OMAP: DSS2: DSI: implement ULPS enter and exitTomi Valkeinen1-18/+123
2011-05-11OMAP: DSS2: DSI: Remove CIO LDO status checkTomi Valkeinen3-13/+4
2011-05-11OMAP: DSS2: DSI: Add lane override functionsTomi Valkeinen1-0/+58
2011-05-11OMAP2PLUS: DSS2: Clean up omap_display_init()Archit Taneja1-26/+49
2011-05-11OMAP: DSS2: improve clock debugfs outputTomi Valkeinen1-1/+12
2011-05-11OMAP: DSS2: Convert simple/strict_strto* to kstrto*Tomi Valkeinen4-29/+66
2011-05-11OMAP2PLUS: DSS2: Remove hack config "CONFIG_OMAP2_DSS_USE_DSI_PLL"Archit Taneja3-54/+42
2011-05-11OMAP: DSS2: HDMI: Use dss_device clock configuration for HDMI PLL parametersArchit Taneja3-14/+27
2011-05-11OMAP2PLUS: DSS2: Add clock sources to dss device clock configurationArchit Taneja3-8/+14
2011-05-11OMAP2PLUS: DSS2: Change enum "dss_clk_source" to "omap_dss_clk_source"Archit Taneja9-80/+80
2011-05-11OMAP: DSS2: use __exit for selected panel driversTomi Valkeinen3-6/+6
2011-05-11OMAP: DSS2: make omap_dss_(un)register_device staticTomi Valkeinen2-5/+5
2011-05-11OMAP: DSS2: VENC: Add missing start/stop_device callsTomi Valkeinen1-0/+12
2011-05-11OMAP: DSS2: OMAPFB: Remove implicit display update on unblankJani Nikula1-13/+0
2011-05-11OMAP: DSS2: OMAPFB: Handle errors when initializing panelTomi Valkeinen1-21/+59
2011-05-11OMAP: DSS2: Add method for querying display dimensions from DSS driversJani Nikula3-4/+22
2011-05-11OMAP: DSS2: VENC: Remove sleeps at venc enable/disableTomi Valkeinen1-6/+0
2011-05-11OMAP: DSS2: VENC: make 20ms venc bug-fix sleep optionalTomi Valkeinen2-0/+15
2011-05-11OMAP: DSS2: make 50ms bug-fix sleep optionalTomi Valkeinen2-0/+16
2011-05-11OMAP: DSS2: remove non-working msleep(40) workaroundTomi Valkeinen1-7/+12
2011-05-11OMAP: DSS2: move dss device clock configurationTomi Valkeinen2-19/+23
2011-05-11OMAP: DSS2: DSI: Introduce sync_vc functionsArchit Taneja1-63/+117
2011-05-11OMAP4: DSS2: Register configuration changes for DSIArchit Taneja3-38/+63
2011-05-11OMAP: DSS2: fix panel Kconfig dependenciesTomi Valkeinen1-4/+5
2011-05-11OMAP: DSS2: DSI: Fix DSI PLL power bugTomi Valkeinen3-1/+8
2011-05-11OMAP: DSS2: Fix: Return correct lcd clock source for OMAP2/3Archit Taneja1-2/+8
2011-05-11OMAP: DSS2: DSI: fix dsi_dump_clocks()Tomi Valkeinen1-5/+1
2011-05-11OMAP: DSS2: DSI: fix use_sys_clk & highfreqTomi Valkeinen1-0/+3
2011-05-11OMAP: DSS2: Move nokia-dsi-panel.h to include/video/Tomi Valkeinen2-4/+4
2011-05-11OMAP: DSS2: Move panel-generic-dpi.h to include/video/Tomi Valkeinen12-14/+14
2011-05-11OMAP: DSS2: Move display.h to include/video/Tomi Valkeinen47-49/+48
2011-05-10Linux 2.6.39-rc7v2.6.39-rc7Linus Torvalds1-1/+1
2011-05-10vm: fix vm_pgoff wrap in upward expansionHugh Dickins1-4/+7
2011-05-10Don't lock guardpage if the stack is growing upMikulas Patocka3-15/+37
2011-05-09drm/i915/lvds: Only act on lid notify when the device is onAlex Williamson1-0/+3
2011-05-09drm/i915: fix intel_crtc_clock_get pipe reads after "cleanup cleanup"Chris Wilson1-2/+2
2011-05-09drm/i915: Only enable the plane after setting the fb base (pre-ILK)Chris Wilson1-2/+0
2011-05-09HPFS: Remove unused variableMikulas Patocka1-4/+0
2011-05-09HPFS: Move declaration up, so that there are no out-of-scope pointersMikulas Patocka1-1/+1
2011-05-09HPFS: Fix some unaligned accessesMikulas Patocka3-24/+32
2011-05-09HPFS: Fix endianity. Make hpfs work on big-endian machinesMikulas Patocka11-418/+498
2011-05-09HPFS: Implement fsync for hpfsMikulas Patocka1-2/+2
2011-05-09HPFS: Fix a bug that filesystem was not marked dirty when remounting itMikulas Patocka1-8/+8
2011-05-09HPFS: Restrict uid and gid to 16-bit valuesMikulas Patocka1-0/+4
2011-05-09HPFS: When marking or clearing the dirty bit, sync the filesystemMikulas Patocka1-0/+3
2011-05-09HPFS: Use types with defined widthMikulas Patocka1-112/+107