| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-12-18 | fpga: dfl: refactor internal DFL APIs to take/return feature device data | Peter Colberg | 1 | -138/+138 |
| 2024-12-18 | fpga: dfl: pass feature platform data instead of device as argument | Peter Colberg | 1 | -36/+40 |
| 2024-12-10 | fpga: dfl: afu: use parent device to log errors on port enable/disable | Peter Colberg | 1 | -2/+4 |
| 2024-12-10 | fpga: dfl: return platform data from dfl_fpga_inode_to_feature_dev_data() | Peter Colberg | 1 | -6/+2 |
| 2024-11-11 | fpga: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -4/+4 |
| 2024-04-23 | fpga: dfl: remove unused member pdata from struct dfl_{afu,fme} | Peter Colberg | 1 | -2/+0 |
| 2023-12-21 | fpga: dfl-afu-main: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2021-03-24 | fpga: dfl: afu: harden port enable logic | Russ Weight | 1 | -11/+24 |
| 2020-07-27 | Merge 5.8-rc7 into char-misc-next | Greg Kroah-Hartman | 1 | -1/+2 |
| 2020-07-13 | fpga: dfl: fix bug in port reset handshake | Matthew Gerlach | 1 | -1/+2 |
| 2020-07-06 | fpga: dfl: afu: add AFU interrupt support | Xu Yilun | 1 | -0/+28 |
| 2020-07-06 | fpga: dfl: afu: add interrupt support for port error reporting | Xu Yilun | 1 | -0/+4 |
| 2020-04-29 | fpga: dfl: afu: support debug access to memory-mapped afu regions | Dominic Chen | 1 | -0/+9 |
| 2020-04-29 | fpga: dfl: support multiple opens on feature device node. | Xu Yilun | 1 | -11/+15 |
| 2020-01-02 | fpga: dfl: afu: remove set but not used variable 'afu' | yu kuai | 1 | -2/+0 |
| 2019-09-03 | fpga: dfl: afu: add STP (SignalTap) support | Wu Hao | 1 | -0/+25 |
| 2019-09-03 | fpga: dfl: afu: add error reporting support. | Wu Hao | 1 | -0/+5 |
| 2019-09-03 | fpga: dfl: afu: expose __afu_port_enable/disable function. | Wu Hao | 1 | -11/+15 |
| 2019-09-03 | fpga: dfl: afu: add userclock sysfs interfaces. | Wu Hao | 1 | -1/+110 |
| 2019-09-03 | fpga: dfl: afu: convert platform_driver to use dev_groups | Wu Hao | 1 | -33/+36 |
| 2019-08-05 | fpga: dfl: add id_table for dfl private feature driver | Wu Hao | 1 | -2/+12 |
| 2019-08-05 | fpga: dfl: afu: add AFU state related sysfs interfaces | Wu Hao | 1 | -0/+137 |
| 2019-07-25 | fpga: dfl: use driver core functions, not sysfs ones. | Greg Kroah-Hartman | 1 | -6/+8 |
| 2018-07-15 | fpga: dfl: afu: add DFL_FPGA_PORT_DMA_MAP/UNMAP ioctls support | Wu Hao | 1 | -1/+60 |
| 2018-07-15 | fpga: dfl: afu: add afu sub feature support | Xiao Guangrong | 1 | -6/+213 |
| 2018-07-15 | fpga: dfl: afu: add DFL_FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support | Wu Hao | 1 | -0/+11 |
| 2018-07-15 | fpga: dfl: afu: add header sub feature support | Wu Hao | 1 | -1/+78 |
| 2018-07-15 | fpga: dfl: afu: add port ops support | Wu Hao | 1 | -1/+121 |
| 2018-07-15 | fpga: dfl: add FPGA Accelerated Function Unit driver basic framework | Wu Hao | 1 | -0/+162 |