Re: [U-Boot] [PATCH v3 2/6] video_osd: Add ihs_video_out driver

2018-08-01 Thread Anatolij Gustschin
On Tue, 26 Jun 2018 13:28:50 +0200 Mario Six mario@gdsys.cc wrote: ... > --- > .../video/osd/gdsys,ihs_video_out.txt | 23 ++ > drivers/video/Kconfig | 9 + > drivers/video/Makefile | 1 + > drivers/video/ihs_video_out.

[U-Boot] [PATCH v3 2/6] video_osd: Add ihs_video_out driver

2018-06-26 Thread Mario Six
Add a driver for IHS OSDs on IHS FPGAs. Reviewed-by: Simon Glass Signed-off-by: Mario Six --- v2 -> v3: * Replace dev_read_prop with dev_read_string * Fixed binding file * Improved error handling and reporting * Use static const variables instead of #defines * Use named constant for some magic