Re: [U-Boot] [PATCH 1/3] drivers: Add OSD uclass

2018-04-10 Thread Mario Six
Hi Simon, On Fri, Mar 30, 2018 at 12:42 AM, Simon Glass wrote: > Hi Mario, > > On 28 March 2018 at 20:39, Mario Six wrote: >> 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. >

Re: [U-Boot] [PATCH 1/3] drivers: Add OSD uclass

2018-03-29 Thread Simon Glass
Hi Mario, On 28 March 2018 at 20:39, Mario Six wrote: > 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. > > Signed-off-by: Mario Six > --- > drivers/video/Kconfig|

[U-Boot] [PATCH 1/3] drivers: Add OSD uclass

2018-03-28 Thread Mario Six
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. Signed-off-by: Mario Six --- drivers/video/Kconfig| 8 +++ drivers/video/Makefile | 2 + drivers/video/video_