From: Vitaly W. <vw...@ru...> - 2005-12-15 09:57:32
|
Greetings, this message fill be followed by the following three ones: 1) updated SPI core from Dmitry Pervushin/Vitaly Wool 2) Atmel MTD dataflash driver port for this core 3) SPI controller driver for Philips SPI controller This SPI core features: * multiple SPI controller support * multiple devices on the same bus support * DMA support * DMA-unsafety check * synchronous and asynchronous transfers * library for asynchronous transfers on the bus using kernel threads * character device interface * custom lightweight SPI message allocation mechanism * ability to call transfer function from the interrupt context * no more explicit redundant memory allocations/copys. The main differences between the previous version and this one: * handling DMA-unsafe buffer is now completely up to the bus driver * spi-dev compilation error fixed * redundant non-NULL check in bus_suspend/bus_resume removed * mutexes changed to spinlocks in queueing function for spi-thread to make it callable from the interrupt context. I'd also like to encourage those who interested to use CVS on SourceForge to get the latest updates of the SPI core. The CVS root is ':pserver:ano...@cv...:/cvsroot/spi-devel', the module to checkout is spi-core. Hope that helps. Vitaly |