aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panel/panel-lvds.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-10drm: use getter/setter functionsJulia Lawall1-1/+1
2020-08-16drm/panel: lvds: Read panel orientationDmitry Osipenko1-0/+9
2020-08-02drm/panel: remove return value of function drm_panel_addBernard Zhao1-3/+1
2019-12-09drm/panel: lvds: use drm_panel backlight supportSam Ravnborg1-35/+5
2019-12-09drm/panel: drop drm_device from drm_panelSam Ravnborg1-1/+1
2019-12-09drm/panel: add drm_connector argument to get_modes()Sam Ravnborg1-2/+2
2019-09-21drm: panel-lvds: Potential Oops in probe error handlingDan Carpenter1-17/+4
2019-09-08drm/panel: Add and fill drm_panel type fieldLaurent Pinchart1-1/+2
2019-08-24drm/panel: Initialise panel dev and funcs through drm_panel_init()Laurent Pinchart1-3/+1
2019-07-26drm: panel-lvds: Spout an error if of_get_display_timing() gives an errorDouglas Anderson1-1/+4
2019-05-28drm/panel: drop drmP.h usageSam Ravnborg1-4/+3
2018-09-14drm: panel-lvds: convert to SPDX identifiersKuninori Morimoto1-5/+1
2018-05-18drm/panel: Remove drm_panel_detach() calls from all panel driversJyri Sarha1-1/+0
2018-03-12drm/panel: lvds: Fix driver description headingBaruch Siach1-1/+1
2018-01-15drm/panel: lvds: Handle the optional regulator case properlyMaxime Ripard1-2/+9
2018-01-05drm/panel: lvds: Add support for the power-supply propertyMaxime Ripard1-0/+23
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring1-8/+8
2017-04-04drm: panels: Add LVDS panel driverLaurent Pinchart1-0/+286