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)
commit2ad1f7a91449de48d4bd5d1ec361ba7bb9026505
treead401ffdcca8ad1fa4cca0f6ab175058bb8bc846
parent4c1ca625c622b7a9f04c2949fd1ffdc6effa86de
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