
26 Aug
2015
26 Aug
'15
4:56 p.m.
On 24 August 2015 at 01:00, Bin Meng bmeng.cn@gmail.com wrote:
- Rename CamelCase variables to conform U-Boot coding convention
- Rename wait_until_kbd_output_full() to kbd_output_full()
- Change to use macros for i8042 command and control register bits
Signed-off-by: Bin Meng bmeng.cn@gmail.com Acked-by: Simon Glass sjg@chromium.org
Changes in v3: None Changes in v2:
- Split the original single patch into 3 patches
drivers/input/i8042.c | 230 ++++++++++++++++++++++++++------------------------ include/i8042.h | 103 ++++++++++++---------- 2 files changed, 177 insertions(+), 156 deletions(-)
Applied to u-boot-x86, thanks!