aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/dfl-afu-main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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