Hi
To clarify, I am right in thinking that we can have a maximum of one device 'fopen'ed against spi0 at a time? And to access multiple devices on the SPI, we have to ioctl each device's SPI definition (if they differ) for the phyical device we were going to talk to each time we're about to talk?
I'd erroneously expected the ability to allow multiple fopens, each with a different CS number... and the handling of multi-device read/write clashes using a mutex internal to the driver.
Could you let me know whether I'm now looking at the driver the right way up?
Thanks
Joe