1. 9ba3a0a fpga: dfl: create a dfl bus type to support DFL devices by Xu Yilun · 4 years, 4 months ago
  2. c71e805 fpga: fpga-region: Cleanup an outdated comment by Moritz Fischer · 4 years, 4 months ago
  3. 89eb35e fpga: dfl: map feature mmio resources in their own feature drivers by Xu Yilun · 4 years, 4 months ago
  4. 4e772ab fpga manager: xilinx-spi: provide better diagnostics on programming failure by Luca Ceresoli · 4 years, 4 months ago
  5. eefe64f fpga manager: xilinx-spi: add error checking after gpiod_get_value() by Luca Ceresoli · 4 years, 4 months ago
  6. 16b7856 fpga manager: xilinx-spi: fix write_complete timeout handling by Luca Ceresoli · 4 years, 4 months ago
  7. a44ecdc fpga manager: xilinx-spi: remove final dot from dev_err() strings by Luca Ceresoli · 4 years, 4 months ago
  8. 5e36aff fpga manager: xilinx-spi: remove stray comment by Luca Ceresoli · 4 years, 4 months ago
  9. 8a5de2d fpga: dfl: change data type of feature id to u16 by Xu Yilun · 4 years, 5 months ago
  10. 7fbc2bc fpga: stratix10-soc: make FPGA task un-interruptible by Richard Gong · 4 years, 5 months ago
  11. 65a9bde6 Merge 5.8-rc7 into char-misc-next by Greg Kroah-Hartman · 4 years, 5 months ago
  12. cb0cec2 Merge tag 'fpga-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga into char-misc-next by Greg Kroah-Hartman · 4 years, 5 months ago
  13. 8614afd fpga: dfl: fix bug in port reset handshake by Matthew Gerlach · 4 years, 6 months ago
  14. e19485d fpga: dfl: pci: reduce the scope of variable 'ret' by Xu Yilun · 4 years, 6 months ago
  15. eacfbf5 fpga: dfl: pci: add device id for Intel FPGA PAC N3000 by Xu Yilun · 4 years, 6 months ago
  16. 09d86150 fpga: dfl: afu: add AFU interrupt support by Xu Yilun · 4 years, 7 months ago
  17. d43f20b fpga: dfl: fme: add interrupt support for global error reporting by Xu Yilun · 4 years, 7 months ago
  18. fe6a3d6 fpga: dfl: afu: add interrupt support for port error reporting by Xu Yilun · 4 years, 7 months ago
  19. 322b598 fpga: dfl: introduce interrupt trigger setting API by Xu Yilun · 4 years, 7 months ago
  20. bfef946 fpga: dfl: pci: add irq info for feature devices enumeration by Xu Yilun · 4 years, 7 months ago
  21. 8d02103 fpga: dfl: parse interrupt info for feature devices on enumeration by Xu Yilun · 4 years, 7 months ago
  22. dd2784c fpga manager: xilinx-spi: check INIT_B pin during write_init by Luca Ceresoli · 4 years, 6 months ago
  23. 70b23b8 Merge tag 'fpga-fixes-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga into char-misc-next by Greg Kroah-Hartman · 4 years, 6 months ago
  24. d3fbd73 fpga: Fix dead store in fpga-bridge.c by Tom Rix · 4 years, 7 months ago
  25. 88aaab9 fpga: Fix dead store fpga-mgr.c by Tom Rix · 4 years, 7 months ago
  26. e1d9ec3 fpga: dfl: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 4 years, 6 months ago
  27. 23f872b fpga manager: xilinx-spi: remove unneeded, mistyped variables by Luca Ceresoli · 4 years, 7 months ago
  28. d1ddca7 fpga manager: xilinx-spi: valid for the 7 Series too by Luca Ceresoli · 4 years, 7 months ago
  29. 55dc9b8 fpga: dfl: afu: convert get_user_pages() --> pin_user_pages() by John Hubbard · 4 years, 7 months ago
  30. 6a47d6e fpga: zynqmp: fix modular build by Arnd Bergmann · 4 years, 8 months ago
  31. 9aa900c Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 7 months ago
  32. e0cd920 Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  33. 83a4f2e drivers/fpga/dfl-afu-dma-region.c: get rid of pointless access_ok() by Al Viro · 4 years, 8 months ago
  34. c9a4bb4 drivers/fpga/dfl-fme-pr.c: get rid of pointless access_ok() by Al Viro · 4 years, 8 months ago
  35. c9d7e3d fpga: dfl: afu: Corrected error handling levels by Souptick Joarder · 4 years, 7 months ago
  36. f877a18 Merge tag 'fpga-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga into char-misc-next by Greg Kroah-Hartman · 4 years, 8 months ago
  37. a2b9d4e fpga: dfl: afu: support debug access to memory-mapped afu regions by Dominic Chen · 4 years, 10 months ago
  38. 5a53881 fpga: dfl.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
  39. d299253 fpga: stratix10-soc: add compatible property value for intel agilex by Richard Gong · 4 years, 11 months ago
  40. a1d1f5d fpga: machxo2-spi: Use new structure for SPI transfer delays by Sergiu Cuciurean · 4 years, 10 months ago
  41. 1493674 fpga: ice40-spi: Use new structure for SPI transfer delays by Sergiu Cuciurean · 4 years, 10 months ago
  42. b686219 fpga: dfl: support multiple opens on feature device node. by Xu Yilun · 5 years ago
  43. 724142f fpga: dfl: fme: add performance reporting support by Wu Hao · 4 years, 8 months ago
  44. 4db8180 firmware: xilinx: Remove eemi ops for fpga related APIs by Rajan Vaja · 4 years, 8 months ago
  45. 7536ad8 firmware: fpga: replace the error codes with the standard ones by Richard Gong · 4 years, 9 months ago
  46. 3c2760b fpga: dfl: pci: fix return value of cci_pci_sriov_configure by Xu Yilun · 4 years, 10 months ago
  47. daec0f4 fpga: zynq: Remove clk_get error message for probe defer by Shubhrajyoti Datta · 4 years, 11 months ago
  48. 28910ce fpga: xilinx-pr-decoupler: Remove clk_get error message for probe defer by Shubhrajyoti Datta · 5 years ago
  49. 1d39387 fpga: remove redundant dev_err message by Ding Xiang · 5 years ago
  50. 9bc6597 fpga: dfl: afu: remove set but not used variable 'afu' by yu kuai · 5 years ago
  51. 8082c51a fpga: dfl: fme: remove set but not used variable 'fme' by yu kuai · 5 years ago
  52. fddc9fc fpga: dfl: fme: add power management support by Wu Hao · 5 years ago
  53. 4284c65 fpga: dfl: fme: add thermal management support by Wu Hao · 5 years ago
  54. d20c0da fpga: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
  55. 6cfae0c Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  56. 4feaab0 Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 5 years ago
  57. cb3c2c4 fpga: dfl: fme: add global error reporting support by Wu Hao · 5 years ago
  58. bd127b8 fpga: dfl: afu: add STP (SignalTap) support by Wu Hao · 5 years ago
  59. 44d2475 fpga: dfl: afu: add error reporting support. by Wu Hao · 5 years ago
  60. 9584437 fpga: dfl: afu: expose __afu_port_enable/disable function. by Wu Hao · 5 years ago
  61. f09991a fpga: dfl: afu: add userclock sysfs interfaces. by Wu Hao · 5 years ago
  62. a80a4b8 fpga: dfl: afu: convert platform_driver to use dev_groups by Wu Hao · 5 years ago
  63. 084c3ff fpga: dfl: fme: convert platform_driver to use dev_groups by Wu Hao · 5 years ago
  64. 84b693e fpga: dfl: make init callback optional by Wu Hao · 5 years ago
  65. af9ca4b Merge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc into fpga-dfl-for-5.4 by Moritz Fischer · 5 years ago
  66. 99097a2 Merge 5.3-rc7 into char-misc-next by Greg Kroah-Hartman · 5 years ago
  67. c78439f Merge tag 'fpga-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga into char-misc-linus by Greg Kroah-Hartman · 5 years ago
  68. e589151 fpga: altera-cvp: Add Stratix10 (V2) Support by Thor Thayer · 5 years ago
  69. d2083d04 fpga: altera-cvp: Preparation for V2 parts. by Thor Thayer · 5 years ago
  70. eb12511 fpga: altera-cvp: Discover Vendor Specific offset by Thor Thayer · 5 years ago
  71. dec43da fpga: altera-ps-spi: Fix getting of optional confd gpio by Phil Reid · 5 years ago
  72. cec2cae Merge tag 'fpga-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga into char-misc-next by Greg Kroah-Hartman · 5 years ago
  73. 52eb6d3 fpga: dfl: fme: add capability sysfs interfaces by Wu Hao · 5 years ago
  74. 3c51ff7 fpga: dfl: make uinit callback optional by Wu Hao · 5 years ago
  75. 15bbb30 fpga: dfl: add id_table for dfl private feature driver by Wu Hao · 5 years ago
  76. d2ad5ac fpga: dfl: afu: add AFU state related sysfs interfaces by Wu Hao · 5 years ago
  77. bdd4f30 fpga: dfl: pci: enable SRIOV support. by Wu Hao · 5 years ago
  78. 69bb18d fpga: dfl: fme: add DFL_FPGA_FME_PORT_RELEASE/ASSIGN ioctl support. by Wu Hao · 5 years ago
  79. cfba5de drivers: Introduce device lookup variants by of_node by Suzuki K Poulose · 5 years ago
  80. 6de465a Merge 5.3-rc2 into char-misc-next by Greg Kroah-Hartman · 5 years ago
  81. dcfecd4 fpga: dfl: use driver core functions, not sysfs ones. by Greg Kroah-Hartman · 5 years ago
  82. 71d8e94 fpga: altera-pr-ip: Make alt_pr_unregister function void by Moritz Fischer · 6 years ago
  83. 998c1de fpga: altera-cvp: Fix function definition argument by Carlos A Petry · 6 years ago
  84. 3d13970 fpga-manager: altera-ps-spi: Fix build error by YueHaibing · 5 years ago
  85. 79eb597 mm: add account_locked_vm utility function by Daniel Jordan · 5 years ago
  86. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  87. 6941673 fpga: dfl: fme: align PR buffer size per PR datawidth by Wu Hao · 6 years ago
  88. 49ec630 fpga: dfl: fme: remove copy_to_user() in ioctl for PR by Wu Hao · 6 years ago
  89. e150e3f fpga: dfl-fme-mgr: fix FME_PR_INTFC_ID register address. by Wu Hao · 6 years ago
  90. 65b6668 drivers: Add generic helper to match by of_node by Suzuki K Poulose · 6 years ago
  91. 786285f drivers: fpga: Kconfig: pedantic cleanups by Enrico Weigelt · 6 years ago
  92. 9331b67 Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  93. 1ce2c85 Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  94. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  95. 75a6faf treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422 by Thomas Gleixner · 6 years ago
  96. 8e8e69d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285 by Thomas Gleixner · 6 years ago
  97. 498ddaa fpga: zynqmp-fpga: Correctly handle error pointer by Moritz Fischer · 6 years ago
  98. de9a7f6 fpga: dfl: expand minor range when registering chrdev region by Chengguang Xu · 6 years ago
  99. dfe3de8 fpga: dfl: Add lockdep classes for pdata->lock by Scott Wood · 6 years ago
  100. 1306984 fpga: dfl: afu: Pass the correct device to dma_mapping_error() by Scott Wood · 6 years ago