aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/dfl.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-07fpga: dfl: move dfl bus related APIs to include/linux/dfl.hXu Yilun1-72/+0
2021-01-07fpga: dfl: move dfl_device_id to mod_devicetable.hXu Yilun1-12/+1
2021-01-07fpga: dfl: fix the definitions of type & feature_id for dfl devicesXu Yilun1-7/+7
2020-09-09fpga: dfl: create a dfl bus type to support DFL devicesXu Yilun1-0/+86
2020-08-30fpga: dfl: map feature mmio resources in their own feature driversXu Yilun1-6/+1
2020-08-19fpga: dfl: change data type of feature id to u16Xu Yilun1-5/+5
2020-06-28fpga: dfl: introduce interrupt trigger setting APIXu Yilun1-0/+16
2020-06-28fpga: dfl: parse interrupt info for feature devices on enumerationXu Yilun1-0/+41
2020-06-18fpga: dfl: Use struct_size() in kzalloc()Gustavo A. R. Silva1-6/+0
2020-05-15Merge tag 'fpga-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga into char-misc-nextGreg Kroah-Hartman1-9/+28
2020-04-29fpga: dfl.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-29fpga: dfl: support multiple opens on feature device node.Xu Yilun1-8/+27
2020-04-28fpga: dfl: fme: add performance reporting supportWu Hao1-0/+2
2019-09-03fpga: dfl: afu: add userclock sysfs interfaces.Wu Hao1-0/+9
2019-08-05fpga: dfl: add id_table for dfl private feature driverWu Hao1-6/+15
2019-08-05fpga: dfl: afu: add AFU state related sysfs interfacesWu Hao1-0/+11
2019-08-05fpga: dfl: pci: enable SRIOV support.Wu Hao1-1/+2
2019-08-05fpga: dfl: fme: add DFL_FPGA_FME_PORT_RELEASE/ASSIGN ioctl support.Wu Hao1-0/+10
2018-07-15fpga: dfl: add dfl_fpga_check_port_id function.Wu Hao1-0/+1
2018-07-15fpga: dfl: add dfl_fpga_port_ops support.Wu Hao1-0/+21
2018-07-15fpga: dfl: add feature device infrastructureXiao Guangrong1-1/+81
2018-07-15fpga: dfl: add dfl_fpga_cdev_find_portWu Hao1-0/+21
2018-07-15fpga: dfl: add chardev support for feature devicesWu Hao1-0/+8
2018-07-15fpga: add device feature list supportWu Hao1-0/+279