Re: [U-Boot] [PATCH 6/6] x86: qemu: Convert to use driver model keyboard

2015-11-13 Thread Simon Glass
Applied to u-boot-dm, thanks! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 6/6] x86: qemu: Convert to use driver model keyboard

2015-11-12 Thread Simon Glass
On 12 November 2015 at 06:33, Bin Meng wrote: > Convert to use driver model keyboard on QEMU. > > Signed-off-by: Bin Meng > --- > > arch/x86/dts/qemu-x86_i440fx.dts | 1 + > arch/x86/dts/qemu-x86_q35.dts| 1 + > include/configs/qemu-x86.h | 2 +-

[U-Boot] [PATCH 6/6] x86: qemu: Convert to use driver model keyboard

2015-11-12 Thread Bin Meng
Convert to use driver model keyboard on QEMU. Signed-off-by: Bin Meng --- arch/x86/dts/qemu-x86_i440fx.dts | 1 + arch/x86/dts/qemu-x86_q35.dts| 1 + include/configs/qemu-x86.h | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git