On Mon, Dec 3, 2018 at 12:21 PM Andrea Merello <andrea.merello@xxxxxxxxx> wrote: > > We are implementing a Linux SPI controller driver. The target device > has an HW queue that can store up to four SPI transfers, but we > couldn't see how to best deal with the SPI framework in order to take > full advantage of it. One side note nevertheless, check carefully existing drivers and if your new SPI HW has small amount of differences with existing one, better to consider unification (either using old code, or convert old driver to use new code). I'm aware of groing Linux kernel source base with a lot of driver duplication (at least in the past). -- With Best Regards, Andy Shevchenko