Re: [U-Boot] [PATCH 06/28] dm: stdio: Plumb in the new keyboard uclass

2015-10-30 Thread Simon Glass
Applied to u-boot-dm. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 06/28] dm: stdio: Plumb in the new keyboard uclass

2015-10-18 Thread Simon Glass
Hi Bin, On 15 September 2015 at 00:11, Bin Meng wrote: > Hi Simon, > > On Wed, Sep 9, 2015 at 12:32 PM, Simon Glass wrote: >> When driver model is used for keyboards we must scan the available keyboards >> and register them with stdio. Add code to do this. >> >> At some point (once LCD/video is

Re: [U-Boot] [PATCH 06/28] dm: stdio: Plumb in the new keyboard uclass

2015-09-14 Thread Bin Meng
Hi Simon, On Wed, Sep 9, 2015 at 12:32 PM, Simon Glass wrote: > When driver model is used for keyboards we must scan the available keyboards > and register them with stdio. Add code to do this. > > At some point (once LCD/video is converted) we should be able to convert > stdio to driver model an

[U-Boot] [PATCH 06/28] dm: stdio: Plumb in the new keyboard uclass

2015-09-08 Thread Simon Glass
When driver model is used for keyboards we must scan the available keyboards and register them with stdio. Add code to do this. At some point (once LCD/video is converted) we should be able to convert stdio to driver model and avoid these dual data structures. Signed-off-by: Simon Glass --- co