[PATCH v5 0/4] drm/tinydrm: drm_of_find_backlight helper
Meghana Madhyastha
meghana.madhyastha at gmail.com
Sat Sep 30 09:03:39 UTC 2017
This patchset introduces some changes such as move
tinydrm_of_find_backlight to drm_of.c and rename it to
drm_of_find_backlight for better organizational structure.
Changes in v5:
-Fix kbuild errors and warnings
Meghana Madhyastha (4):
drm/tinydrm: Move tinydrm_of_find_backlight into drm_of.c
drm/tinydrm: Add devres versions of drm_of_find_backlight
drm/tinydrm: Add the dummy versions of drm_of_find_backlight functions
drm/tinydrm: select BACKLIGHT_LCD_SUPPORT, BACKLIGHT_CLASS_DEVICE
drivers/gpu/drm/Kconfig | 2 +
drivers/gpu/drm/drm_of.c | 91 ++++++++++++++++++++++++++
drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c | 40 -----------
drivers/gpu/drm/tinydrm/mi0283qt.c | 3 +-
include/drm/drm_of.h | 15 +++++
include/drm/tinydrm/tinydrm-helpers.h | 1 -
6 files changed, 110 insertions(+), 42 deletions(-)
--
2.7.4
More information about the dri-devel
mailing list