aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/dfl-afu-main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-24fpga: dfl: afu: harden port enable logicRuss Weight1-11/+24
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman1-1/+2
2020-07-13fpga: dfl: fix bug in port reset handshakeMatthew Gerlach1-1/+2
2020-07-06fpga: dfl: afu: add AFU interrupt supportXu Yilun1-0/+28
2020-07-06fpga: dfl: afu: add interrupt support for port error reportingXu Yilun1-0/+4
2020-04-29fpga: dfl: afu: support debug access to memory-mapped afu regionsDominic Chen1-0/+9
2020-04-29fpga: dfl: support multiple opens on feature device node.Xu Yilun1-11/+15
2020-01-02fpga: dfl: afu: remove set but not used variable 'afu'yu kuai1-2/+0
2019-09-03fpga: dfl: afu: add STP (SignalTap) supportWu Hao1-0/+25
2019-09-03fpga: dfl: afu: add error reporting support.Wu Hao1-0/+5
2019-09-03fpga: dfl: afu: expose __afu_port_enable/disable function.Wu Hao1-11/+15
2019-09-03fpga: dfl: afu: add userclock sysfs interfaces.Wu Hao1-1/+110
2019-09-03fpga: dfl: afu: convert platform_driver to use dev_groupsWu Hao1-33/+36
2019-08-05fpga: dfl: add id_table for dfl private feature driverWu Hao1-2/+12
2019-08-05fpga: dfl: afu: add AFU state related sysfs interfacesWu Hao1-0/+137
2019-07-25fpga: dfl: use driver core functions, not sysfs ones.Greg Kroah-Hartman1-6/+8
2018-07-15fpga: dfl: afu: add DFL_FPGA_PORT_DMA_MAP/UNMAP ioctls supportWu Hao1-1/+60
2018-07-15fpga: dfl: afu: add afu sub feature supportXiao Guangrong1-6/+213
2018-07-15fpga: dfl: afu: add DFL_FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls supportWu Hao1-0/+11
2018-07-15fpga: dfl: afu: add header sub feature supportWu Hao1-1/+78
2018-07-15fpga: dfl: afu: add port ops supportWu Hao1-1/+121
2018-07-15fpga: dfl: add FPGA Accelerated Function Unit driver basic frameworkWu Hao1-0/+162