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

2015-10-22 Thread Bin Meng
On Mon, Oct 19, 2015 at 11:17 AM, 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 rename the stdi

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

2015-10-18 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