]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 09:29:47 +0000 (11:29 +0200)
commitb237eee607f1000a9821a0df58cddcaf04c1930e
tree88e58b2739fd58ebd12ffda1dc4488ae6ca0fcb1
parent3c4cfaccbbc1125960de1f111d61066229f83cb7
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