Re: [PATCH] net: ks8851: Added support for half-duplex SPI

From: David Miller
Date: Thu Mar 09 2017 - 21:21:13 EST


From: Sergey Shcherbakov <shchers@xxxxxxxxx>
Date: Thu, 9 Mar 2017 02:58:14 +0200

> In original driver was implemented support for half-
> and full-duplex modes, but it was not enabled. Instead
> of it ks8851_rx_1msg method always returns "true" that
> means "full-duplex" mode.
>
> This patch replaces hard-coded functionality with
> flexible solution that supports both SPI modes.
>
> Signed-off-by: Sergey Shcherbakov <shchers@xxxxxxxxx>

Applied.