Re: [U-Boot] [PATCH 24/28] x86: Add an i8042 device for boards that have it

2015-10-18 Thread Simon Glass
Hi Bin, On 15 September 2015 at 00:12, Bin Meng wrote: > Hi Simon, > > On Wed, Sep 9, 2015 at 12:32 PM, Simon Glass wrote: >> Some boards have an i8042 device. Enable the driver for all x86 boards, and >> add a device tree node for those which may have this keyboard. >> >> Also adjust the config

Re: [U-Boot] [PATCH 24/28] x86: Add an i8042 device for boards that have it

2015-09-14 Thread Bin Meng
Hi Simon, On Wed, Sep 9, 2015 at 12:32 PM, Simon Glass wrote: > Some boards have an i8042 device. Enable the driver for all x86 boards, and > add a device tree node for those which may have this keyboard. > > Also adjust the configuration so that i8042 is always separate from the VGA, > and renam

[U-Boot] [PATCH 24/28] x86: Add an i8042 device for boards that have it

2015-09-08 Thread Simon Glass
Some boards have an i8042 device. Enable the driver for all x86 boards, and add a device tree node for those which may have this keyboard. Also adjust the configuration so that i8042 is always separate from the VGA, and rename the stdin driver accordingly. With this commit the keyboard will not wo