spi can't read more than 64 bytes

2016-07-11 Thread Moti Cohen
Hi all, I'm trying to write a kernel device driver for a Freescale imx6 processor based board. This driver is using spi to communicate with a radio module (using linux spi.c). I managed to wr/rd from the module, however once I'm trying to read more than 64 bytes I'm getting coruppted data. her

Re: spi can't read more than 64 bytes

2016-07-07 Thread Moti Cohen
completion_handler is called, and because of this calling > spi_message_init on a spi_message that is in spi queue yet? > > 2016-07-06 10:25 GMT-03:00 Moti Cohen : > > Hi all, > > > > > > > > I'm trying to write a kernel device driver for a Freescale im

spi can't read more than 64 bytes

2016-07-06 Thread Moti Cohen
Hi all, I'm trying to write a kernel device driver for a Freescale imx6 processor based board. This driver is using spi to communicate with a radio module (using linux spi.c). I managed to wr/rd from the module, however once I'm trying to read more than 64 bytes I'm getting coruppted data. her