Re: [U-Boot] [PATCH V4 3/3] api: export LCD device to external apps

2011-10-20 Thread Mike Frysinger
On Thursday 20 October 2011 01:38:46 Che-Liang Chiou wrote: > --- a/api/api.c > +++ b/api/api.c > > +/* > + * pseudo signature: > + * > + * int API_display_get_info(int type, struct display_info *di) > + */ > +static int API_display_get_info(va_list ap) > +{ > + int type; > + struct displa

[U-Boot] [PATCH V4 3/3] api: export LCD device to external apps

2011-10-19 Thread Che-Liang Chiou
This patch exports LCD info-query and bitmap-rendering functions to external apps. This patch is tested on a Seaboard. Because the LCD driver is not yet upstreamed, the test was done in a local downstream repo. Signed-off-by: Che-Liang Chiou --- Changes in V4 Remove support of video device,