x86: i8042: Clean up the driver per coding convention
authorBin Meng <bmeng.cn@gmail.com>
Mon, 24 Aug 2015 08:00:05 +0000 (01:00 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 26 Aug 2015 14:54:16 +0000 (07:54 -0700)
commit835dd000503591d8eb59a191f7220768898737b3
tree57f554d9a4098ffae048b1cf022e9257982307cf
parent3928d66a5e7f55a860f2dd150231f51c8cc9d5fc
x86: i8042: Clean up the driver per coding convention

- 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>
drivers/input/i8042.c
include/i8042.h