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

2018-05-25 Thread Mario Six
Hi Simon, On Wed, May 23, 2018 at 6:33 PM, Simon Glass wrote: > On 23 May 2018 at 06:09, 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-b

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

2018-05-23 Thread Simon Glass
On 23 May 2018 at 06:09, 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 > > --- > > v1 -> v2: > * Use singular case for UCLASS_VID