[U-Boot] [PATCH v3 3/7] x86: i8042: Clean up the driver per coding convention

Simon Glass sjg at chromium.org
Wed Aug 26 16:56:16 CEST 2015


On 24 August 2015 at 01:00, Bin Meng <bmeng.cn at 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 at gmail.com>
> Acked-by: Simon Glass <sjg at 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!


More information about the U-Boot mailing list