Re: [PATCH linux-next v4 4/4] spi: imx: Add support for SPI Slave mode

2017-07-11 Thread Mark Brown
On Thu, Jun 08, 2017 at 02:16:03PM +0900, Jiada Wang wrote: > Previously i.MX SPI controller only works in Master mode. > This patch adds support to i.MX51, i.MX53 and i.MX6 ECSPI > controller to work also in Slave mode. This doesn't apply against current code, please check and resend. signature

[PATCH linux-next v4 4/4] spi: imx: Add support for SPI Slave mode

2017-06-07 Thread Jiada Wang
Previously i.MX SPI controller only works in Master mode. This patch adds support to i.MX51, i.MX53 and i.MX6 ECSPI controller to work also in Slave mode. Currently SPI Slave mode support patch has the following limitations: 1. The stale data in RXFIFO will be dropped when the Slave does any new

Re: [PATCH linux-next v4 4/4] spi: imx: Add support for SPI Slave mode

2017-06-07 Thread Jiada Wang
Hi Sascha On 06/07/2017 01:41 AM, Sascha Hauer wrote: On Mon, Jun 05, 2017 at 12:38:09PM +0900, Jiada Wang wrote: Previously i.MX SPI controller only works in Master mode. This patch adds support to i.MX51, i.MX53 and i.MX6 ECSPI controller to work also in Slave mode. Currently SPI Slave mode

Re: [PATCH linux-next v4 4/4] spi: imx: Add support for SPI Slave mode

2017-06-07 Thread Sascha Hauer
On Mon, Jun 05, 2017 at 12:38:09PM +0900, Jiada Wang wrote: > Previously i.MX SPI controller only works in Master mode. > This patch adds support to i.MX51, i.MX53 and i.MX6 ECSPI > controller to work also in Slave mode. > > Currently SPI Slave mode support patch has the following limitations: > 1

[PATCH linux-next v4 4/4] spi: imx: Add support for SPI Slave mode

2017-06-04 Thread Jiada Wang
Previously i.MX SPI controller only works in Master mode. This patch adds support to i.MX51, i.MX53 and i.MX6 ECSPI controller to work also in Slave mode. Currently SPI Slave mode support patch has the following limitations: 1. The stale data in RXFIFO will be dropped when the Slave does any new