drivers: Add OSD uclass
authorMario Six <mario.six@gdsys.cc>
Thu, 27 Sep 2018 07:19:29 +0000 (09:19 +0200)
committerAnatolij Gustschin <agust@denx.de>
Fri, 28 Sep 2018 16:26:32 +0000 (18:26 +0200)
commit39a336f116e97d936268b1d317f22a007a01528d
treed7e3a91fe0a0fab6447405114eb3b728602baa8e
parent662f381aad11246109b660a36b9028fd76714be0
drivers: Add OSD uclass

Some devices offer a text-based OSD (on-screen display) that can be
programmatically controlled (i.e. text displayed on).

Add a uclass to support such devices.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/video_osd-uclass.c [new file with mode: 0644]
include/dm/uclass-id.h
include/video_osd.h [new file with mode: 0644]