| 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 | -49/+49 |
| 2024-12-18 | fpga: dfl: pass feature platform data instead of device as argument | Peter Colberg | 1 | -6/+12 |
| 2024-12-10 | fpga: dfl: return platform data from dfl_fpga_inode_to_feature_dev_data() | Peter Colberg | 1 | -5/+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-fme-main: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-07-10 | fpga: dfl: fme: use SI unit prefix macros | Peter Colberg | 1 | -8/+9 |
| 2023-05-29 | fpga: dfl-fme: constify pointers to hwmon_channel_info | Krzysztof Kozlowski | 1 | -2/+2 |
| 2020-07-06 | fpga: dfl: fme: add interrupt support for global error reporting | Xu Yilun | 1 | -0/+6 |
| 2020-05-15 | Merge tag 'fpga-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf... | Greg Kroah-Hartman | 1 | -7/+12 |
| 2020-04-29 | fpga: dfl: support multiple opens on feature device node. | Xu Yilun | 1 | -7/+12 |
| 2020-04-28 | fpga: dfl: fme: add performance reporting support | Wu Hao | 1 | -0/+4 |
| 2020-01-02 | fpga: dfl: fme: remove set but not used variable 'fme' | yu kuai | 1 | -2/+0 |
| 2019-10-16 | fpga: dfl: fme: add power management support | Wu Hao | 1 | -0/+207 |
| 2019-10-16 | fpga: dfl: fme: add thermal management support | Wu Hao | 1 | -0/+178 |
| 2019-09-03 | fpga: dfl: fme: add global error reporting support | Wu Hao | 1 | -2/+15 |
| 2019-09-03 | fpga: dfl: fme: convert platform_driver to use dev_groups | Wu Hao | 1 | -27/+2 |
| 2019-08-05 | fpga: dfl: fme: add capability sysfs interfaces | Wu Hao | 1 | -0/+48 |
| 2019-08-05 | fpga: dfl: add id_table for dfl private feature driver | Wu Hao | 1 | -3/+8 |
| 2019-08-05 | fpga: dfl: fme: add DFL_FPGA_FME_PORT_RELEASE/ASSIGN ioctl support. | Wu Hao | 1 | -0/+42 |
| 2019-07-25 | fpga: dfl: use driver core functions, not sysfs ones. | Greg Kroah-Hartman | 1 | -3/+4 |
| 2018-07-15 | fpga: dfl: fme: add partial reconfiguration sub feature support | Kang Luwei | 1 | -1/+42 |
| 2018-07-15 | fpga: dfl: fme: add DFL_FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support | Wu Hao | 1 | -0/+12 |
| 2018-07-15 | fpga: dfl: fme: add header sub feature support | Kang Luwei | 1 | -0/+68 |
| 2018-07-15 | fpga: dfl: add FPGA Management Engine driver basic framework | Kang Luwei | 1 | -0/+158 |