Re: spi, spi_fsl-spi.c not working?

2014-08-04 Thread Scott Wood
On Thu, 2014-07-17 at 11:11 +0200, Heiko Schocher wrote: Hello all, I just tried a mpc83xx based board (similiar to the mpc8313erdb) with linux v3.16-rc4 using the drivers/spi/spi-fsl-spi.c driver. DT nodes for spi are the same as in arch/powerpc/boot/dts/mpc8313erdb.dts:

spi, spi_fsl-spi.c not working?

2014-07-17 Thread Heiko Schocher
Hello all, I just tried a mpc83xx based board (similiar to the mpc8313erdb) with linux v3.16-rc4 using the drivers/spi/spi-fsl-spi.c driver. DT nodes for spi are the same as in arch/powerpc/boot/dts/mpc8313erdb.dts: spi@7000 { cell-index = 0;

Re: spi, spi_fsl-spi.c not working?

2014-07-17 Thread Mark Brown
On Thu, Jul 17, 2014 at 11:11:45AM +0200, Heiko Schocher wrote: Is it maybe the missing support for the SPI subsystem's queue SPI messages? It shouldn't be that, that's still optional (sadly). signature.asc Description: Digital signature ___

Re: spi, spi_fsl-spi.c not working?

2014-07-17 Thread Heiko Schocher
Hello Mark, Am 17.07.2014 13:31, schrieb Mark Brown: On Thu, Jul 17, 2014 at 11:11:45AM +0200, Heiko Schocher wrote: Is it maybe the missing support for the SPI subsystem's queue SPI messages? It shouldn't be that, that's still optional (sadly). Thanks for this info! I digging in it ...