Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OMAP: DSS2: Taal: Implement ULPS functionality | Tomi Valkeinen | 2011-05-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | ULPS is a low power state where the DSI lanes are kept at ground. This patch implements ULPS by having a DSI bus inactivity timer which triggers the entry to ULPS. ULPS exit will happen automatically when the driver needs to do something on the DSI lanes. The ulps_timeout is configurable from board file or via sysfs. Additionally another sysfs file, "ulps", can be used to check the current ULPS state, or to manually enter or exit ULPS. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> | ||||
* | OMAP: DSS2: Taal: Implement configurable ESD interval | Tomi Valkeinen | 2011-05-11 | 1 | -2/+2 |
| | | | | | | | | ESD check in Taal driver is currently on/off feature with hardcoded interval. This patch changes it to a configurable interval, which can be set from the board file. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> | ||||
* | OMAP: DSS2: Move nokia-dsi-panel.h to include/video/ | Tomi Valkeinen | 2011-05-11 | 1 | -0/+31 |
arch/arm/plat-omap/include/plat/nokia-dsi-panel.h is an include for the OMAP DSS panel driver for Nokia's DSI displays. A more logical place for it is in include/video. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> |