On Sat, 09 May 2020, Noralf Trønnes wrote:
Add a way to lookup a backlight device based on its name. Will be used by a USB display gadget getting the name from configfs.
Cc: Lee Jones lee.jones@linaro.org Cc: Daniel Thompson daniel.thompson@linaro.org Cc: Jingoo Han jingoohan1@gmail.com Reviewed-by: Sam Ravnborg sam@ravnborg.org Reviewed-by: Daniel Thompson daniel.thompson@linaro.org Acked-by: Lee Jones lee.jones@linaro.org Signed-off-by: Noralf Trønnes noralf@tronnes.org
drivers/video/backlight/backlight.c | 21 +++++++++++++++++++++ include/linux/backlight.h | 1 + 2 files changed, 22 insertions(+)
Applied, thanks.