lkml.org 
[lkml]   [2013]   [Apr]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectAtmel SPI master doesn't work in 3.9-rc8
Hi Nicolas,

I just tried 3.9-rc8 with my board. SPI doesn't work, since in spi.c in __spi_async() was inserted new checking that initiate now xfer->speed_hz:
if (!xfer->speed_hz)
xfer->speed_hz = spi->max_speed_hz;


And in atmel-spi.c there are another checking that allows SPI work only for speed_hz == 0:

/* FIXME implement these protocol options!! */
if (xfer->speed_hz) {
dev_dbg(&spi->dev, "no protocol options yet\n");
return -ENOPROTOOPT;
}


Best regards,
Sergey



\
 
 \ /
  Last update: 2013-04-24 14:01    [W:0.036 / U:0.232 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site