Age | Commit message (Expand) | Author | Files | Lines |
2019-08-16 | drm/omap: displays: Remove unused panel drivers | Laurent Pinchart | 8 | -2486/+0 |
2019-07-16 | Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 1 | -12/+6 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 7 | -28/+7 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 2 | -24/+2 |
2019-06-19 | Merge v5.2-rc5 into drm-next | Daniel Vetter | 2 | -10/+2 |
2019-06-10 | drm/omap: Use dev_get_drvdata() | Kefeng Wang | 1 | -12/+6 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2 | -10/+2 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-03-18 | drm/omap: panel-tpo-td028ttec1: add backlight support | Andreas Kemnade | 1 | -0/+10 |
2019-03-18 | drm/omap: Remove panel-dpi driver | Laurent Pinchart | 3 | -206/+0 |
2019-03-18 | drm/omap: Remove TFP410 and DVI connector drivers | Laurent Pinchart | 4 | -446/+0 |
2019-03-18 | drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flags | Laurent Pinchart | 7 | -14/+21 |
2019-03-18 | drm/omap: Merge omap_dss_device type and output_type fields | Laurent Pinchart | 14 | -3/+11 |
2019-03-18 | drm/omap: Pass drm_display_mode to .check_timings() and .set_timings() | Laurent Pinchart | 1 | -4/+4 |
2019-03-18 | drm/omap: panel-dsi-cm: Store source pointer internally | Laurent Pinchart | 1 | -26/+29 |
2019-03-18 | drm/omap: Add a dss device operation flag for .get_modes() | Laurent Pinchart | 8 | -0/+8 |
2019-03-18 | drm/omap: Merge display .get_modes() and .get_size() operations | Laurent Pinchart | 1 | -11/+3 |
2019-03-18 | drm/omap: Expose DRM modes instead of timings in display devices | Laurent Pinchart | 8 | -32/+34 |
2019-03-18 | drm/omap: Reverse direction of the DSS device enable/disable operations | Laurent Pinchart | 14 | -260/+48 |
2019-03-18 | drm/omap: Remove enable checks from display .enable() and .remove() | Laurent Pinchart | 13 | -58/+25 |
2019-03-18 | drm/omap: Remove connection checks from display .enable() and .remove() | Laurent Pinchart | 3 | -18/+0 |
2019-03-18 | drm/omap: Move common display enable/disable code to encoder | Laurent Pinchart | 11 | -158/+5 |
2018-12-03 | drm/omap: fix bus_flags for panel-dpi | Tomi Valkeinen | 1 | -0/+1 |
2018-09-03 | drm/omap: Don't call .set_timings() operation recursively | Laurent Pinchart | 13 | -122/+0 |
2018-09-03 | drm/omap: panels: Don't modify fixed timings | Laurent Pinchart | 7 | -21/+0 |
2018-09-03 | drm/omap: Remove .get_timings() operation from display connectors | Laurent Pinchart | 3 | -94/+0 |
2018-09-03 | drm/omap: Don't call .check_timings() operation recursively | Laurent Pinchart | 13 | -119/+0 |
2018-09-03 | drm/omap: Store bus flags in the omap_dss_device structure | Laurent Pinchart | 8 | -46/+42 |
2018-09-03 | drm/omap: Don't store video mode internally for external encoders | Laurent Pinchart | 3 | -15/+0 |
2018-09-03 | drm/omap: Remove duplicate calls to .set_timings() operation | Laurent Pinchart | 13 | -28/+0 |
2018-09-03 | drm/omap: Make the video_mode pointer to .set_timings() const | Laurent Pinchart | 13 | -13/+13 |
2018-09-03 | drm/omap: encoder-tfp410: Don't fix timings in .set_timings() handler | Laurent Pinchart | 1 | -2/+0 |
2018-09-03 | drm/omap: Don't call HDMI mode and infoframe operations recursively | Laurent Pinchart | 2 | -41/+0 |
2018-09-03 | drm/omap: Don't call EDID read operation recursively | Laurent Pinchart | 3 | -34/+5 |
2018-09-03 | drm/omap: Move HPD disconnection handling to omap_connector | Laurent Pinchart | 2 | -12/+2 |
2018-09-03 | drm/omap: Merge HPD enable operation with HPD callback registration | Laurent Pinchart | 3 | -76/+2 |
2018-09-03 | drm/omap: Remove unneeded safety checks in the HPD operations | Laurent Pinchart | 3 | -24/+7 |
2018-09-03 | drm/omap: Don't call HPD registration operations recursively | Laurent Pinchart | 3 | -40/+38 |
2018-09-03 | drm/omap: Don't call .detect() operation recursively | Laurent Pinchart | 3 | -5/+7 |
2018-09-03 | drm/omap: Move most omap_dss_driver operations to omap_dss_device_ops | Laurent Pinchart | 12 | -43/+50 |
2018-09-03 | drm/omap: panel-tpo-td043mtea1: Convert to the GPIO descriptors API | Laurent Pinchart | 1 | -38/+14 |
2018-09-03 | drm/omap: panel-tpo-td028ttec1: Drop unneeded linux/gpio.h header | Laurent Pinchart | 1 | -1/+0 |
2018-09-03 | drm/omap: panel-sony-acx565akm: Convert to the GPIO descriptors API | Laurent Pinchart | 1 | -35/+21 |
2018-09-03 | drm/omap: panel-nec-nl8048hl11: Convert to the GPIO descriptors API | Laurent Pinchart | 1 | -43/+11 |
2018-09-03 | drm/omap: encoder-tfp410: Convert to the GPIO descriptors API | Laurent Pinchart | 1 | -38/+13 |
2018-09-03 | drm/omap: connector-hdmi: Convert to the GPIO descriptors API | Laurent Pinchart | 1 | -37/+20 |
2018-09-03 | drm/omap: dss: Remove omap_dss_driver .[gs]et_mirror operations | Laurent Pinchart | 1 | -23/+2 |
2018-09-03 | drm/omap: Reverse direction of DSS device (dis)connect operations | Laurent Pinchart | 14 | -338/+75 |
2018-09-03 | drm/omap: dss: Acquire next dssdev at probe time | Laurent Pinchart | 3 | -0/+27 |
2018-09-03 | drm/omap: displays: Don't cast dssdev to panel data unnecessarily | Laurent Pinchart | 2 | -6/+4 |