Hi Michal, On Thu, Apr 30, 2015 at 11:46 PM, Michal Suchanek <[email protected]> wrote: > My SPI driver does not support DMA so sizes larger than 64 bytes return > an error. Add an option to limit transfer size so m25p80 can be used > with reduced speed with such controller.
I suspect that this will be rejected as the maximum transfer size is a property of the SPI controller, not the device and should be exported to the device driver from the controller, not specified in the device's binding. Thanks, -- Julian Calaby Email: [email protected] Profile: http://www.google.com/profiles/julian.calaby/ -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
