Re: [U-Boot] [PATCH v2 10/28] i8042: Use functions to handle register access

2015-10-30 Thread Simon Glass
Applied to u-boot-dm. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v2 10/28] i8042: Use functions to handle register access

2015-10-18 Thread Simon Glass
At present the register access in kbd_reset() is quite primitive. This makes it hard to follow. Create functions to read and write data, both to a single register, and via the command/data approach. Signed-off-by: Simon Glass Reviewed-by: Bin Meng