Lluís Batlle i Rossell wrote: > It's not about general SPI. spi-jz4740-gpio.c is actually a fairly generic SPI master. It has only these constraints:
- as the name suggests, the CPU must be a Jz4740, - MOSI, MISO, and SCLK must be on the same port, - there's a little extra delay for the AT86RF23x (which other slaves would simply not notice). So yes, if you need a kernel SPI master and are using UBB or some similar Jz4740 setup, then you could use this one. - Werner _______________________________________________ Qi Hardware Discussion List Mail to list (members only): [email protected] Subscribe or Unsubscribe: http://lists.en.qi-hardware.com/mailman/listinfo/discussion

