This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

example of SPI DMA

Other Parts Discussed in Thread: OMAP3530

 I want to write Linux SPI driver for OMAP3530. Driver shuold put the data from ADC SPI to large (more than 1MB) DMA buffer in the kernel space and give bloks of sample to the User space (block by block without missing samples). Sample rate is too high for implement my tasks by spidev.

Where I can see the code example for my tasks? Maybe code example for OMAP3530EVM  can help me, but I can find this also.