aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/dfl.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-18fpga: dfl: make dfl_bus_type constRicardo B. Marliere1-1/+1
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner1-1/+1
2023-11-17drivers/fpga: use standard array-copy functionPhilipp Stanner1-2/+2
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2023-01-28fpga: dfl: kernel-doc correctionsRandy Dunlap1-2/+3
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2023-01-19fpga: dfl: add basic support for DFHv1Matthew Gerlach1-51/+194
2022-09-04fpga: prevent integer overflow in dfl_feature_ioctl_set_irq()Dan Carpenter1-1/+1
2022-06-08fpga: Directly use ida_alloc()/free()keliu1-2/+2
2022-05-10fpga: dfl: check feature type before parse irq infoTianfei zhang1-16/+22
2021-11-28fpga: region: Use standard dev_release for class driverRuss Weight1-8/+4
2021-09-16fpga: dfl: Avoid reads to AFU CSRs during enumerationRuss Weight1-6/+8
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+1
2021-07-29fpga: dfl: expose feature revision from struct dfl_deviceMartin Hundebøll1-10/+17
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-01-07fpga: dfl: move dfl bus related APIs to include/linux/dfl.hXu Yilun1-0/+1
2021-01-07fpga: dfl: fix the definitions of type & feature_id for dfl devicesXu Yilun1-2/+1
2020-09-09fpga: dfl: create a dfl bus type to support DFL devicesXu Yilun1-8/+257
2020-08-30fpga: dfl: map feature mmio resources in their own feature driversXu Yilun1-58/+129
2020-08-19fpga: dfl: change data type of feature id to u16Xu Yilun1-14/+15
2020-06-28fpga: dfl: introduce interrupt trigger setting APIXu Yilun1-0/+157
2020-06-28fpga: dfl: parse interrupt info for feature devices on enumerationXu Yilun1-0/+153
2020-06-18fpga: dfl: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2020-04-29fpga: dfl: support multiple opens on feature device node.Xu Yilun1-2/+13
2019-09-03fpga: dfl: make init callback optionalWu Hao1-4/+6
2019-08-05fpga: dfl: make uinit callback optionalWu Hao1-1/+2
2019-08-05fpga: dfl: add id_table for dfl private feature driverWu Hao1-2/+16
2019-08-05fpga: dfl: pci: enable SRIOV support.Wu Hao1-0/+82
2019-08-05fpga: dfl: fme: add DFL_FPGA_FME_PORT_RELEASE/ASSIGN ioctl support.Wu Hao1-12/+101
2019-05-24fpga: dfl: expand minor range when registering chrdev regionChengguang Xu1-3/+3
2019-05-24fpga: dfl: Add lockdep classes for pdata->lockScott Wood1-1/+15
2018-10-16fpga: add devm_fpga_region_createAlan Tull1-4/+2
2018-07-15fpga: dfl: add dfl_fpga_check_port_id function.Wu Hao1-0/+22
2018-07-15fpga: dfl: add dfl_fpga_port_ops support.Wu Hao1-0/+79
2018-07-15fpga: dfl: add feature device infrastructureXiao Guangrong1-0/+71
2018-07-15fpga: dfl: add dfl_fpga_cdev_find_portWu Hao1-0/+32
2018-07-15fpga: dfl: add chardev support for feature devicesWu Hao1-3/+122
2018-07-15fpga: add device feature list supportWu Hao1-0/+721