commit | bc82308eb4a54f35259cfe0e56d18708cff30f3b | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Aug 24 01:00:05 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 26 07:54:16 2015 -0700 |
tree | 57f554d9a4098ffae048b1cf022e9257982307cf | |
parent | c89f2515b07fb193307d3a32e0e39364fa38ce46 [diff] |
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>