summaryrefslogtreecommitdiffstats
path: root/drivers/fpga/dfl.h
Commit message (Expand)AuthorAgeFilesLines
* fpga: dfl: move dfl bus related APIs to include/linux/dfl.hXu Yilun2021-01-071-72/+0
* fpga: dfl: move dfl_device_id to mod_devicetable.hXu Yilun2021-01-071-12/+1
* fpga: dfl: fix the definitions of type & feature_id for dfl devicesXu Yilun2021-01-071-7/+7
* fpga: dfl: create a dfl bus type to support DFL devicesXu Yilun2020-09-091-0/+86
* fpga: dfl: map feature mmio resources in their own feature driversXu Yilun2020-08-301-6/+1
* fpga: dfl: change data type of feature id to u16Xu Yilun2020-08-191-5/+5
* fpga: dfl: introduce interrupt trigger setting APIXu Yilun2020-06-281-0/+16
* fpga: dfl: parse interrupt info for feature devices on enumerationXu Yilun2020-06-281-0/+41
* fpga: dfl: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-06-181-6/+0
* Merge tag 'fpga-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf...Greg Kroah-Hartman2020-05-151-9/+28
|\
| * fpga: dfl.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-291-1/+1
| * fpga: dfl: support multiple opens on feature device node.Xu Yilun2020-04-291-8/+27
* | fpga: dfl: fme: add performance reporting supportWu Hao2020-04-281-0/+2
|/
* fpga: dfl: afu: add userclock sysfs interfaces.Wu Hao2019-09-031-0/+9
* fpga: dfl: add id_table for dfl private feature driverWu Hao2019-08-051-6/+15
* fpga: dfl: afu: add AFU state related sysfs interfacesWu Hao2019-08-051-0/+11
* fpga: dfl: pci: enable SRIOV support.Wu Hao2019-08-051-1/+2
* fpga: dfl: fme: add DFL_FPGA_FME_PORT_RELEASE/ASSIGN ioctl support.Wu Hao2019-08-051-0/+10
* fpga: dfl: add dfl_fpga_check_port_id function.Wu Hao2018-07-151-0/+1
* fpga: dfl: add dfl_fpga_port_ops support.Wu Hao2018-07-151-0/+21
* fpga: dfl: add feature device infrastructureXiao Guangrong2018-07-151-1/+81
* fpga: dfl: add dfl_fpga_cdev_find_portWu Hao2018-07-151-0/+21
* fpga: dfl: add chardev support for feature devicesWu Hao2018-07-151-0/+8
* fpga: add device feature list supportWu Hao2018-07-151-0/+279