]> git.dujemihanovic.xyz Git - u-boot.git/commit
cros_ec: spi: disable annoying key echo on console
authorMilan P. Stanić <mps@arvanta.net>
Wed, 18 Oct 2023 13:40:12 +0000 (15:40 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 3 Nov 2023 02:38:01 +0000 (22:38 -0400)
commit1f46e8af429483e19fb337c9fcc2f443ae29a908
treed8f792661d034842519ef33586b55ad8db7991e7
parentce0e9e3990e051b2d79f89771e6253fc095d1ca1
cros_ec: spi: disable annoying key echo on console

on Peach-pi console every key press is echoed with message
'cros_ec_command: Returned status 1'

this is not proper fix, just hack to disable this message

Signed-off-by: Milan P. Stanić <mps@arvanta.net>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/misc/cros_ec_spi.c