Hi,
Does the SPI2 driver introduced with 4.0 still have an option for asynchronous data retrieval?
Since read() consumes all the slack, it seems to correspond to the read_sync() command from the old implementation.
From the documentation, it's not clear to me where the input data is stored between the physical transfer and calls to read(), and how much space is available there (i.e. how many bits can I transfer via MISO before I need to retrieve them with read()?)
Thanks,
Jonas