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

2017-03-09 Thread David Miller
From: Sergey Shcherbakov 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 f

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

2017-03-08 Thread Sergey Shcherbakov
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