commit | 835dd000503591d8eb59a191f7220768898737b3 | [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 | 3928d66a5e7f55a860f2dd150231f51c8cc9d5fc [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>