Age | Commit message (Expand) | Author | Files | Lines |
2024-12-18 | fpga: dfl: drop unneeded get_device() and put_device() of feature device | Peter Colberg | 1 | -5/+0 |
2024-12-18 | fpga: dfl: store platform device id in feature device data | Peter Colberg | 1 | -0/+2 |
2024-12-18 | fpga: dfl: store platform device name in feature device data | Peter Colberg | 1 | -0/+2 |
2024-12-18 | fpga: dfl: store MMIO resources in feature device data | Peter Colberg | 1 | -0/+4 |
2024-12-18 | fpga: dfl: convert features from flexible array member to separate array | Peter Colberg | 1 | -1/+1 |
2024-12-18 | fpga: dfl: factor out feature device data from platform device data | Peter Colberg | 1 | -14/+28 |
2024-12-18 | fpga: dfl: refactor internal DFL APIs to take/return feature device data | Peter Colberg | 1 | -37/+40 |
2024-12-18 | fpga: dfl: store FIU type in feature platform data | Peter Colberg | 1 | -0/+3 |
2024-12-18 | fpga: dfl: pass feature platform data instead of device as argument | Peter Colberg | 1 | -17/+18 |
2024-12-10 | fpga: dfl: return platform data from dfl_fpga_inode_to_feature_dev_data() | Peter Colberg | 1 | -3/+3 |
2024-04-23 | fpga: dfl: remove unused function is_dfl_feature_present() | Peter Colberg | 1 | -5/+0 |
2023-02-24 | Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2023-01-28 | fpga: dfl: more kernel-doc corrections | Xu Yilun | 1 | -0/+1 |
2023-01-19 | fpga: dfl: add basic support for DFHv1 | Matthew Gerlach | 1 | -0/+11 |
2023-01-19 | fpga: dfl: Add DFHv1 Register Definitions | Basheer Ahmed Muddebihal | 1 | -0/+32 |
2022-05-10 | fpga: dfl: Allow Port to be linked to FME's DFL | Matthew Gerlach | 1 | -0/+1 |
2021-07-29 | fpga: dfl: expose feature revision from struct dfl_device | Martin Hundebøll | 1 | -0/+1 |
2021-07-21 | fpga: fix spelling mistakes | Tom Rix | 1 | -1/+1 |
2021-01-07 | fpga: dfl: move dfl bus related APIs to include/linux/dfl.h | Xu Yilun | 1 | -72/+0 |
2021-01-07 | fpga: dfl: move dfl_device_id to mod_devicetable.h | Xu Yilun | 1 | -12/+1 |
2021-01-07 | fpga: dfl: fix the definitions of type & feature_id for dfl devices | Xu Yilun | 1 | -7/+7 |
2020-09-09 | fpga: dfl: create a dfl bus type to support DFL devices | Xu Yilun | 1 | -0/+86 |
2020-08-30 | fpga: dfl: map feature mmio resources in their own feature drivers | Xu Yilun | 1 | -6/+1 |
2020-08-19 | fpga: dfl: change data type of feature id to u16 | Xu Yilun | 1 | -5/+5 |
2020-06-28 | fpga: dfl: introduce interrupt trigger setting API | Xu Yilun | 1 | -0/+16 |
2020-06-28 | fpga: dfl: parse interrupt info for feature devices on enumeration | Xu Yilun | 1 | -0/+41 |
2020-06-18 | fpga: dfl: Use struct_size() in kzalloc() | Gustavo A. R. Silva | 1 | -6/+0 |
2020-05-15 | Merge tag 'fpga-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf... | Greg Kroah-Hartman | 1 | -9/+28 |
2020-04-29 | fpga: dfl.h: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2020-04-29 | fpga: dfl: support multiple opens on feature device node. | Xu Yilun | 1 | -8/+27 |
2020-04-28 | fpga: dfl: fme: add performance reporting support | Wu Hao | 1 | -0/+2 |
2019-09-03 | fpga: dfl: afu: add userclock sysfs interfaces. | Wu Hao | 1 | -0/+9 |
2019-08-05 | fpga: dfl: add id_table for dfl private feature driver | Wu Hao | 1 | -6/+15 |
2019-08-05 | fpga: dfl: afu: add AFU state related sysfs interfaces | Wu Hao | 1 | -0/+11 |
2019-08-05 | fpga: dfl: pci: enable SRIOV support. | Wu Hao | 1 | -1/+2 |
2019-08-05 | fpga: dfl: fme: add DFL_FPGA_FME_PORT_RELEASE/ASSIGN ioctl support. | Wu Hao | 1 | -0/+10 |
2018-07-15 | fpga: dfl: add dfl_fpga_check_port_id function. | Wu Hao | 1 | -0/+1 |
2018-07-15 | fpga: dfl: add dfl_fpga_port_ops support. | Wu Hao | 1 | -0/+21 |
2018-07-15 | fpga: dfl: add feature device infrastructure | Xiao Guangrong | 1 | -1/+81 |
2018-07-15 | fpga: dfl: add dfl_fpga_cdev_find_port | Wu Hao | 1 | -0/+21 |
2018-07-15 | fpga: dfl: add chardev support for feature devices | Wu Hao | 1 | -0/+8 |
2018-07-15 | fpga: add device feature list support | Wu Hao | 1 | -0/+279 |