Re: [U-Boot] [PATCH v3 10/12] i8042: Handle a duplicate power-on-reset response

2015-11-13 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 v3 10/12] i8042: Handle a duplicate power-on-reset response

2015-11-11 Thread Simon Glass
Sometimes we seem to get 0xaa twice which causes the config read to fail. This causes chromebook_link to fail to set up the keyboard. Add a check for this and read the config again when detected. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v3: - Fix 'QUICK' typo Changes in