bperez77 / xilinx_axidma

A zero-copy Linux driver and a userspace interface library for Xilinx's AXI DMA and VDMA IP blocks. These serve as bridges for communication between the processing system and FPGA programmable logic fabric, through one of the DMA ports on the Zynq processing system. Distributed under the MIT License.
MIT License
450 stars 225 forks source link

Enable Linux 5.4 support #139

Open andrewvoznytsa opened 2 years ago

andrewvoznytsa commented 2 years ago

Hey, thanks for all your work! This small patch contains trivial adjustments here and there that make this driver compatible with 5.4. Hopefully it will be useful for others too.

ekigwana commented 2 years ago

Is this project dead?

andrewvoznytsa commented 2 years ago

That's probably (good) question to @bperez77

To me it looks like dead. That's sad because in between other user space DMA drivers it is the best one, as for my taste.