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.