]> git.baikalelectronics.ru Git - kernel.git/commit
platform/chrome: wilco_ec: Remove 256 byte transfers
authorNick Crews <ncrews@chromium.org>
Wed, 8 May 2019 21:38:09 +0000 (15:38 -0600)
committerEnric Balletbo i Serra <enric.balletbo@collabora.com>
Mon, 20 May 2019 08:18:10 +0000 (10:18 +0200)
commitaece5edd38c59d1399189e709a5cdbd0ab8f3de5
treead401ffdcca8ad1fa4cca0f6ab175058bb8bc846
parent3fc2e01d6ac95c0da0b96ee6dbb1b74effb75db4
platform/chrome: wilco_ec: Remove 256 byte transfers

The 0xF6 command, intended to send and receive 256 byte payloads to
and from the EC, is not needed. The 0xF5 command for 32 byte
payloads is sufficient. This patch removes support for the 0xF6
command and 256 byte payloads.

Signed-off-by: Nick Crews <ncrews@chromium.org>
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Documentation/ABI/testing/debugfs-wilco-ec
drivers/platform/chrome/wilco_ec/core.c
drivers/platform/chrome/wilco_ec/debugfs.c
drivers/platform/chrome/wilco_ec/mailbox.c
include/linux/platform_data/wilco-ec.h