index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
fpga
/
dfl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-2
/
+2
2024-02-18
fpga: dfl: make dfl_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-01-18
Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2023-11-28
eventfd: simplify eventfd_signal()
Christian Brauner
1
-1
/
+1
2023-11-17
drivers/fpga: use standard array-copy function
Philipp Stanner
1
-2
/
+2
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2023-02-24
Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2023-01-28
fpga: dfl: kernel-doc corrections
Randy Dunlap
1
-2
/
+3
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
1
-2
/
+2
2023-01-19
fpga: dfl: add basic support for DFHv1
Matthew Gerlach
1
-51
/
+194
2022-09-03
fpga: prevent integer overflow in dfl_feature_ioctl_set_irq()
Dan Carpenter
1
-1
/
+1
2022-06-08
fpga: Directly use ida_alloc()/free()
keliu
1
-2
/
+2
2022-05-10
fpga: dfl: check feature type before parse irq info
Tianfei zhang
1
-16
/
+22
2021-11-29
fpga: region: Use standard dev_release for class driver
Russ Weight
1
-8
/
+4
2021-09-17
fpga: dfl: Avoid reads to AFU CSRs during enumeration
Russ Weight
1
-6
/
+8
2021-09-01
Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+1
2021-07-29
fpga: dfl: expose feature revision from struct dfl_device
Martin Hundebøll
1
-10
/
+17
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-01-07
fpga: dfl: move dfl bus related APIs to include/linux/dfl.h
Xu Yilun
1
-0
/
+1
2021-01-07
fpga: dfl: fix the definitions of type & feature_id for dfl devices
Xu Yilun
1
-2
/
+1
2020-09-10
fpga: dfl: create a dfl bus type to support DFL devices
Xu Yilun
1
-8
/
+257
2020-08-31
fpga: dfl: map feature mmio resources in their own feature drivers
Xu Yilun
1
-58
/
+129
2020-08-20
fpga: dfl: change data type of feature id to u16
Xu Yilun
1
-14
/
+15
2020-06-28
fpga: dfl: introduce interrupt trigger setting API
Xu Yilun
1
-0
/
+157
2020-06-28
fpga: dfl: parse interrupt info for feature devices on enumeration
Xu Yilun
1
-0
/
+153
2020-06-19
fpga: dfl: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2020-04-30
fpga: dfl: support multiple opens on feature device node.
Xu Yilun
1
-2
/
+13
2019-09-04
fpga: dfl: make init callback optional
Wu Hao
1
-4
/
+6
2019-08-05
fpga: dfl: make uinit callback optional
Wu Hao
1
-1
/
+2
2019-08-05
fpga: dfl: add id_table for dfl private feature driver
Wu Hao
1
-2
/
+16
2019-08-05
fpga: dfl: pci: enable SRIOV support.
Wu Hao
1
-0
/
+82
2019-08-05
fpga: dfl: fme: add DFL_FPGA_FME_PORT_RELEASE/ASSIGN ioctl support.
Wu Hao
1
-12
/
+101
2019-05-24
fpga: dfl: expand minor range when registering chrdev region
Chengguang Xu
1
-3
/
+3
2019-05-24
fpga: dfl: Add lockdep classes for pdata->lock
Scott Wood
1
-1
/
+15
2018-10-16
fpga: add devm_fpga_region_create
Alan Tull
1
-4
/
+2
2018-07-15
fpga: dfl: add dfl_fpga_check_port_id function.
Wu Hao
1
-0
/
+22
2018-07-15
fpga: dfl: add dfl_fpga_port_ops support.
Wu Hao
1
-0
/
+79
2018-07-15
fpga: dfl: add feature device infrastructure
Xiao Guangrong
1
-0
/
+71
2018-07-15
fpga: dfl: add dfl_fpga_cdev_find_port
Wu Hao
1
-0
/
+32
2018-07-15
fpga: dfl: add chardev support for feature devices
Wu Hao
1
-3
/
+122
2018-07-15
fpga: add device feature list support
Wu Hao
1
-0
/
+721