Reuse of spi_transfer and spi_message structures for cyclic communication with SPI devices?

Hi,

I'm writing a device driver for data acquisition system using A/D converters connected via SPI interface. To allow flexible ordering of received data, the content of spi_transfer structures ans spi_message structures must be set-up in quite sophisticate way before the transfer may be started. Refilling of those structures in each sampling cycle will be very time consuming. I'd prefer to reuse the same structures again and again, but I can't find any info in the kernel if I'm allowed to.

The documentation suggests to zero spi_transfer ans spi_message before filling, but doesn't state if they may be used multiple times with the same I/O buffers without zeroing and refilling.

-- TIA & Regards, Wojtek Zabolotny

Reply to
wzab
Loading thread data ...

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.