Re: [PATCH v4 1/2] platform/chrome: wilco_ec: Remove 256 byte transfers

2019-05-15 Thread Enric Balletbo i Serra
Hi, On 8/5/19 23:38, Nick Crews wrote: > 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 Cr

[PATCH v4 1/2] platform/chrome: wilco_ec: Remove 256 byte transfers

2019-05-08 Thread Nick Crews
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 --- v4 changes: - Fix debug format string to us