Backport version of the linux-dfl (Device Feature List) kernel driver for FPGA devices. This is an out-of-tree driver, designed to be built, packaged, and installed as a stand-alone set of driver modules.
The cherry-picked upstream patches had been applied previously, but spi_alloc_master() was not replaced with spi_alloc_host() since the latter was only added in Linux 6.1.
This follows commit 0809a9ccac4a ("spi: remove {devm_}spi_alloc_master/slave()") to fix building against 6.13.
The cherry-picked upstream patches had been applied previously, but
spi_alloc_master()
was not replaced withspi_alloc_host()
since the latter was only added in Linux 6.1.