| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-10-24 | fpga: Fix memory leak for fpga_region_test_class_find() | Jinjie Ruan | 1 | -0/+2 |
| 2023-10-21 | fpga: disable KUnit test suites when module support is enabled | Marco Pagani | 1 | -2/+2 |
| 2023-08-11 | fpga: region: make fpga_region_class a static const structure | Ivan Orlov | 1 | -12/+11 |
| 2023-08-11 | fpga: fpga-mgr: make fpga_mgr_class a static const structure | Ivan Orlov | 1 | -13/+12 |
| 2023-08-11 | fpga: bridge: make fpga_bridge_class a static const structure | Ivan Orlov | 1 | -13/+12 |
| 2023-08-07 | fpga: dfl-pci: Use pci_find_vsec_capability() to simplify the code | Xiongfeng Wang | 1 | -11/+4 |
| 2023-07-23 | fpga: add configuration for the FPGA KUnit test suites. | Marco Pagani | 5 | -0/+27 |
| 2023-07-23 | fpga: add an initial KUnit suite for the FPGA Region | Marco Pagani | 1 | -0/+211 |
| 2023-07-23 | fpga: add an initial KUnit suite for the FPGA Bridge | Marco Pagani | 1 | -0/+175 |
| 2023-07-23 | fpga: add an initial KUnit suite for the FPGA Manager | Marco Pagani | 1 | -0/+327 |
| 2023-07-17 | fpga: Explicitly include correct DT includes | Rob Herring | 6 | -7/+10 |
| 2023-07-15 | fpga: socfpga-a10: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -5/+2 |
| 2023-07-15 | fpga: fpga-mgr: altera-pr-ip: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -5/+1 |
| 2023-07-10 | fpga: zynq-fpga: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
| 2023-07-10 | fpga: fpga-mgr: ts73xx: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
| 2023-07-10 | fpga: fpga-mgr: socfpga: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -5/+2 |
| 2023-07-10 | fpga: xilinx-pr-decoupler: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
| 2023-07-10 | fpga: dfl-fme-mgr: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
| 2023-07-10 | fpga: bridge: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
| 2023-07-10 | fpga: bridge: fix kernel-doc | Marco Pagani | 1 | -11/+12 |
| 2023-07-10 | fpga: region: fix kernel-doc | Marco Pagani | 1 | -6/+8 |
| 2023-07-10 | fpga: dfl: fme: use SI unit prefix macros | Peter Colberg | 1 | -8/+9 |
| 2023-07-03 | Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -6/+6 |
| 2023-06-15 | mfd: intel-m10-bmc: Manage access to MAX 10 fw handshake registers | Ilpo Järvinen | 1 | -3/+14 |
| 2023-06-15 | mfd: intel-m10-bmc: Create m10bmc_sys_update_bits() | Ilpo Järvinen | 1 | -16/+14 |
| 2023-06-06 | fpga: zynq-fpga: Ensure proper xCAP interface switch | Alfonso Rodriguez | 1 | -4/+4 |
| 2023-05-29 | fpga: dfl-fme: constify pointers to hwmon_channel_info | Krzysztof Kozlowski | 1 | -2/+2 |
| 2023-04-27 | Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -1/+22 |
| 2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -3/+3 |
| 2023-04-25 | Merge tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -0/+1 |
| 2023-04-06 | fpga: lattice-sysconfig-spi: Add explicit include for of.h | Rob Herring | 1 | -0/+1 |
| 2023-04-07 | fpga: bridge: properly initialize bridge device before populating children | Alexis Lothoré | 1 | -1/+2 |
| 2023-03-25 | fpga: xilinx-pr-decoupler: Use readl wrapper instead of pure readl | Michal Simek | 1 | -1/+1 |
| 2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 3 | -3/+3 |
| 2023-03-10 | fpga: dfl-pci: Drop redundant pci_enable_pcie_error_reporting() | Bjorn Helgaas | 1 | -14/+6 |
| 2023-03-09 | fpga: zynqmp-fpga: Adds status interface | Nava kishore Manne | 1 | -0/+21 |
| 2023-03-09 | fpga: bridge: fix kernel-doc parameter description | Marco Pagani | 1 | -1/+1 |
| 2023-03-08 | fpga: m10bmc-sec: Fix rsu_send_data() to return FW_UPLOAD_ERR_HW_ERROR | Ilpo Järvinen | 1 | -1/+1 |
| 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 | 9 | -78/+95 |
| 2023-02-24 | Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -51/+237 |
| 2023-02-23 | Merge tag 'mfd-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee... | Linus Torvalds | 2 | -143/+274 |
| 2023-02-06 | Merge 6.2-rc7 into tty-next | Greg Kroah-Hartman | 2 | -7/+14 |
| 2023-02-06 | Merge 6.2-rc7 into char-misc-next | Greg Kroah-Hartman | 2 | -7/+14 |
| 2023-01-30 | fpga: m10bmc-sec: Add support for N6000 | Ilpo Järvinen | 1 | -5/+46 |
| 2023-01-29 | Merge tag 'ib-mfd-fpga-hwmon-v6.3' of git://git.kernel.org/pub/scm/linux/kern... | Xu Yilun | 2 | -138/+228 |
| 2023-01-28 | fpga: bridge: return errors in the show() method of the "state" attribute | Marco Pagani | 1 | -4/+7 |
| 2023-01-28 | fpga: dfl: more kernel-doc corrections | Xu Yilun | 5 | -3/+5 |
| 2023-01-28 | fpga: dfl: kernel-doc corrections | Randy Dunlap | 2 | -4/+5 |
| 2023-01-28 | fpga: microchip-spi: separate data frame write routine | Ivan Bornyakov | 1 | -13/+23 |
| 2023-01-28 | fpga: microchip-spi: rewrite status polling in a time measurable way | Ivan Bornyakov | 1 | -15/+17 |
| 2023-01-28 | fpga: microchip-spi: move SPI I/O buffers out of stack | Ivan Bornyakov | 1 | -46/+47 |
| 2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -2/+2 |
| 2023-01-27 | fpga: m10bmc-sec: Make rsu status type specific | Ilpo Järvinen | 1 | -31/+78 |
| 2023-01-27 | fpga: m10bmc-sec: Create helpers for rsu status/progress checks | Ilpo Järvinen | 1 | -28/+31 |
| 2023-01-27 | fpga: intel-m10-bmc: Rework flash read/write | Ilpo Järvinen | 1 | -64/+79 |
| 2023-01-27 | mfd: intel-m10-bmc: Support multiple CSR register layouts | Ilpo Järvinen | 1 | -24/+49 |
| 2023-01-27 | mfd: intel-m10-bmc: Split into core and spi specific parts | Ilpo Järvinen | 1 | -1/+1 |
| 2023-01-19 | fpga: dfl: add basic support for DFHv1 | Matthew Gerlach | 2 | -51/+205 |
| 2023-01-19 | fpga: dfl: Add DFHv1 Register Definitions | Basheer Ahmed Muddebihal | 1 | -0/+32 |
| 2022-12-30 | fpga: m10bmc-sec: Fix probe rollback | Ilpo Järvinen | 1 | -5/+12 |
| 2022-12-30 | fpga: stratix10-soc: Fix return value check in s10_ops_write_init() | Zheng Yongjun | 1 | -2/+2 |
| 2022-12-16 | Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 6 | -5/+604 |
| 2022-11-15 | fpga: m10bmc-sec: Fix kconfig dependencies | Russ Weight | 1 | -1/+3 |
| 2022-10-25 | fpga: lattice-sysconfig-spi: add Lattice sysCONFIG FPGA manager | Ivan Bornyakov | 5 | -0/+601 |
| 2022-10-25 | fpga: zynq: Switch to use dev_err_probe() helper | Yang Yingliang | 1 | -5/+3 |
| 2022-10-08 | Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -1/+23 |
| 2022-09-19 | fpga: m10bmc-sec: Fix possible memory leak of flash_buf | Russ Weight | 1 | -4/+4 |
| 2022-09-11 | fpga: m10bmc-sec: d5005 bmc secure update driver | Russ Weight | 1 | -0/+3 |
| 2022-09-04 | fpga: prevent integer overflow in dfl_feature_ioctl_set_irq() | Dan Carpenter | 1 | -1/+1 |
| 2022-08-15 | fpga: microchip-spi: add missing module author entry | Conor Dooley | 1 | -0/+1 |
| 2022-08-15 | fpga: dfl-pci: Add IDs for Intel N6000, N6001 and C6100 cards | Matthew Gerlach | 1 | -0/+18 |
| 2022-06-29 | fpga: fpga-mgr: Fix spelling mistake "bitsream" -> "bitstream" | Colin Ian King | 1 | -1/+1 |
| 2022-06-24 | fpga: microchip-spi: add Microchip MPF FPGA manager | Ivan Bornyakov | 3 | -0/+407 |
| 2022-06-24 | fpga: fpga-mgr: support bitstream offset in image buffer | Ivan Bornyakov | 1 | -25/+198 |
| 2022-06-10 | fpga: altera-pr-ip: fix unsigned comparison with less than zero | Marco Pagani | 1 | -1/+1 |
| 2022-06-08 | fpga: Directly use ida_alloc()/free() | keliu | 4 | -11/+11 |
| 2022-06-08 | fpga: m10bmc-sec: add max10 secure update functions | Russ Weight | 1 | -0/+394 |
| 2022-06-08 | fpga: m10bmc-sec: expose max10 canceled keys in sysfs | Russ Weight | 1 | -0/+54 |
| 2022-06-08 | fpga: m10bmc-sec: expose max10 flash update count | Russ Weight | 1 | -0/+43 |
| 2022-06-08 | fpga: m10bmc-sec: create max10 bmc secure update | Russ Weight | 3 | -0/+149 |
| 2022-05-10 | fpga: dfl: Allow Port to be linked to FME's DFL | Matthew Gerlach | 2 | -0/+10 |
| 2022-05-10 | fpga: dfl: check feature type before parse irq info | Tianfei zhang | 1 | -16/+22 |
| 2022-05-10 | fpga: fpga-region: fix kernel-doc formatting issues | Nava kishore Manne | 1 | -7/+9 |
| 2022-05-10 | fpga: Use tab instead of space indentation | Nava kishore Manne | 1 | -3/+3 |
| 2022-05-10 | fpga: fpga-mgr: fix kernel-doc warnings | Nava kishore Manne | 1 | -0/+4 |
| 2022-05-10 | fpga: fix for coding style issues | Nava kishore Manne | 3 | -10/+11 |
| 2022-01-25 | fpga: dfl: pci: Remove usage of the deprecated "pci-dma-compat.h" API | Christophe JAILLET | 1 | -10/+5 |
| 2021-12-09 | fpga: region: fix kernel-doc | Yang Li | 1 | -1/+1 |
| 2021-12-02 | fpga: stratix10-soc: Do not use ret uninitialized in s10_probe() | Nathan Chancellor | 1 | -1/+1 |
| 2021-11-28 | fpga: region: Use standard dev_release for class driver | Russ Weight | 4 | -99/+59 |
| 2021-11-28 | fpga: bridge: Use standard dev_release for class driver | Russ Weight | 6 | -131/+52 |
| 2021-11-28 | fpga: mgr: Use standard dev_release for class driver | Russ Weight | 15 | -231/+147 |
| 2021-09-27 | fpga: ice40-spi: Add SPI device ID table | Mark Brown | 1 | -0/+7 |
| 2021-09-16 | fpga: dfl: Avoid reads to AFU CSRs during enumeration | Russ Weight | 1 | -6/+8 |
| 2021-09-15 | fpga: machxo2-spi: Fix missing error code in machxo2_write_complete() | Jiapeng Chong | 1 | -0/+1 |
| 2021-09-15 | fpga: machxo2-spi: Return an error on failure | Tom Rix | 1 | -1/+4 |
| 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-08-09 | Merge 5.14-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -0/+2 |
| 2021-08-09 | Merge 5.14-rc5 into char-misc-next | Greg Kroah-Hartman | 1 | -0/+2 |
| 2021-08-05 | Merge tag 'fpga-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/md... | Greg Kroah-Hartman | 3 | -11/+19 |
| 2021-07-29 | fpga: dfl: expose feature revision from struct dfl_device | Martin Hundebøll | 2 | -10/+18 |
| 2021-07-29 | fpga: Fix spelling mistake "eXchnage" -> "exchange" in Kconfig | Colin Ian King | 1 | -1/+1 |
| 2021-07-27 | fpga: dfl: fme: Fix cpu hotplug issue in performance reporting | Kajol Jain | 1 | -0/+2 |
| 2021-07-27 | fpga: versal-fpga: Remove empty functions | Moritz Fischer | 1 | -13/+0 |
| 2021-07-27 | Merge tag 'fpga-for-5.15-early' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 15 | -73/+99 |
| 2021-07-24 | fpga: fpga-mgr: wrap the write_sg() op | Tom Rix | 1 | -1/+9 |
| 2021-07-24 | fpga: fpga-mgr: wrap the fpga_remove() op | Tom Rix | 1 | -2/+7 |
| 2021-07-24 | fpga: fpga-mgr: wrap the state() op | Tom Rix | 4 | -20/+9 |
| 2021-07-24 | fpga: fpga-mgr: wrap the status() op | Tom Rix | 1 | -4/+8 |
| 2021-07-24 | fpga: fpga-mgr: wrap the write() op | Tom Rix | 1 | -5/+10 |
| 2021-07-24 | fpga: fpga-mgr: make write_complete() op optional | Tom Rix | 2 | -29/+23 |
| 2021-07-24 | fpga: fpga-mgr: wrap the write_init() op | Tom Rix | 1 | -3/+12 |
| 2021-07-24 | fpga: zynqmp-fpga: Address warning about unused variable | Moritz Fischer | 1 | -1/+2 |
| 2021-07-24 | fpga: xilinx-pr-decoupler: Address warning about unused variable | Moritz Fischer | 1 | -0/+2 |
| 2021-07-24 | fpga: xiilnx-spi: Address warning about unused variable | Moritz Fischer | 1 | -0/+2 |
| 2021-07-24 | fpga: altera-freeze-bridge: Address warning about unused variable | Moritz Fischer | 1 | -0/+2 |
| 2021-07-24 | fpga: dfl: pci: add device IDs for Silicom N501x PAC cards | Martin Hundebøll | 1 | -0/+5 |
| 2021-07-21 | fpga: fpga-bridge: removed repeated word | Navin Sankar Velliangiri | 1 | -2/+2 |
| 2021-07-21 | fpga: fix spelling mistakes | Tom Rix | 6 | -9/+9 |
| 2021-07-21 | fpga: versal-fpga: Add versal fpga manager driver | Nava kishore Manne | 3 | -0/+106 |
| 2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
| 2021-06-24 | fpga: machxo2-spi: Address warning about unused variable | Moritz Fischer | 1 | -0/+2 |
| 2021-06-15 | fpga: region: Rename dev to parent for parent device | Russ Weight | 1 | -8/+8 |
| 2021-06-15 | fpga: bridge: Rename dev to parent for parent device | Russ Weight | 1 | -9/+9 |
| 2021-06-15 | fpga: mgr: Rename dev to parent for parent device | Russ Weight | 1 | -10/+10 |
| 2021-06-15 | fpga: stratix10-soc: Add missing fpga_mgr_free() call | Russ Weight | 1 | -0/+1 |
| 2021-06-15 | fpga: altera-pr-ip: Remove function alt_pr_unregister | Russ Weight | 1 | -10/+0 |
| 2021-06-09 | fpga: stratix10-soc: change FPGA indirect article to an | Tom Rix | 1 | -1/+1 |
| 2021-06-09 | fpga: of-fpga-region: change FPGA indirect article to an | Tom Rix | 1 | -4/+4 |
| 2021-06-09 | fpga: region: change FPGA indirect article to an | Tom Rix | 1 | -7/+7 |
| 2021-06-09 | fpga-mgr: change FPGA indirect article to an | Tom Rix | 1 | -11/+11 |
| 2021-06-09 | fpga: bridge: change FPGA indirect article to an | Tom Rix | 1 | -11/+11 |
| 2021-06-09 | fpga: change FPGA indirect article to an | Tom Rix | 1 | -2/+2 |
| 2021-04-26 | Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+4 |
| 2021-04-05 | fpga: dfl: pci: add DID for D5005 PAC cards | Russ Weight | 1 | -7/+11 |
| 2021-03-24 | fpga: dfl: afu: harden port enable logic | Russ Weight | 3 | -16/+31 |
| 2021-03-23 | fpga: altera: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs | Krzysztof Kozlowski | 1 | -3/+3 |
| 2021-03-23 | arm64: socfpga: merge Agilex and N5X into ARCH_INTEL_SOCFPGA | Krzysztof Kozlowski | 1 | -1/+1 |
| 2021-03-06 | fpga: Add support for Xilinx DFX AXI Shutdown manager | Nava kishore Manne | 2 | -6/+40 |
| 2021-03-06 | fpga: xilinx-pr-decoupler: Simplify code by using dev_err_probe() | Michal Simek | 1 | -5/+3 |
| 2021-03-06 | fpga: fpga-mgr: xilinx-spi: fix error messages on -EPROBE_DEFER | Luca Ceresoli | 1 | -15/+9 |
| 2021-01-12 | Merge tag 'fpga-cleanup-for-5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Greg Kroah-Hartman | 2 | -6/+4 |
| 2021-01-10 | fpga: dfl: fme: Constify static attribute_group structs | Rikard Falkeborn | 1 | -3/+3 |
| 2021-01-10 | fpga: Use DEFINE_SPINLOCK() for spinlock | Zheng Yongjun | 1 | -3/+1 |
| 2021-01-07 | fpga: dfl: add support for N3000 Nios private feature | Xu Yilun | 3 | -0/+601 |
| 2021-01-07 | fpga: dfl: move dfl bus related APIs to include/linux/dfl.h | Xu Yilun | 2 | -72/+1 |
| 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 | 2 | -9/+8 |
| 2021-01-07 | fpga: dfl-pci: locate DFLs by PCIe vendor specific capability | Matthew Gerlach | 1 | -1/+86 |
| 2021-01-07 | fpga: dfl: refactor cci_enumerate_feature_devs() | Matthew Gerlach | 1 | -37/+47 |
| 2020-12-07 | Merge 5.10-rc7 into char-misc-next | Greg Kroah-Hartman | 1 | -0/+1 |
| 2020-12-01 | fpga: fpga-mgr: altera-pr-ip: Simplify registration | Moritz Fischer | 2 | -13/+1 |
| 2020-12-01 | fpga: fpga-mgr: zynqmp: Simplify registration | Moritz Fischer | 1 | -20/+1 |
| 2020-12-01 | fpga: fpga-mgr: xilinx-spi: Simplify registration | Moritz Fischer | 1 | -13/+1 |
| 2020-12-01 | fpga: fpga-mgr: ts73xx: Simplify registration | Moritz Fischer | 1 | -13/+1 |
| 2020-12-01 | fpga: fpga-mgr: socfpga: Simplify registration | Moritz Fischer | 1 | -13/+1 |
| 2020-12-01 | fpga: fpga-mgr: machxo2-spi: Simplify registration | Moritz Fischer | 1 | -13/+1 |
| 2020-12-01 | fpga: fpga-mgr: ice40-spi: Simplify registration | Moritz Fischer | 1 | -13/+1 |
| 2020-12-01 | fpga: fpga-mgr: dfl-fme-mgr: Simplify registration | Moritz Fischer | 1 | -12/+1 |
| 2020-12-01 | fpga: fpga-mgr: altera-ps-spi: Simplify registration | Moritz Fischer | 1 | -13/+1 |
| 2020-12-01 | fpga: fpga-mgr: Add devm_fpga_mgr_register() API | Moritz Fischer | 1 | -12/+69 |
| 2020-12-01 | fpga: Specify HAS_IOMEM dependency for FPGA_DFL | David Gow | 1 | -0/+1 |
| 2020-09-09 | fpga: dfl: create a dfl bus type to support DFL devices | Xu Yilun | 2 | -8/+343 |
| 2020-09-04 | fpga: fpga-region: Cleanup an outdated comment | Moritz Fischer | 1 | -1/+1 |
| 2020-08-30 | fpga: dfl: map feature mmio resources in their own feature drivers | Xu Yilun | 3 | -77/+141 |
| 2020-08-30 | fpga manager: xilinx-spi: provide better diagnostics on programming failure | Luca Ceresoli | 1 | -1/+15 |
| 2020-08-30 | fpga manager: xilinx-spi: add error checking after gpiod_get_value() | Luca Ceresoli | 1 | -8/+27 |
| 2020-08-30 | fpga manager: xilinx-spi: fix write_complete timeout handling | Luca Ceresoli | 1 | -8/+15 |
| 2020-08-30 | fpga manager: xilinx-spi: remove final dot from dev_err() strings | Luca Ceresoli | 1 | -2/+2 |
| 2020-08-19 | fpga manager: xilinx-spi: remove stray comment | Luca Ceresoli | 1 | -1/+0 |
| 2020-08-19 | fpga: dfl: change data type of feature id to u16 | Xu Yilun | 3 | -20/+21 |
| 2020-08-19 | fpga: stratix10-soc: make FPGA task un-interruptible | Richard Gong | 1 | -20/+3 |
| 2020-07-27 | Merge 5.8-rc7 into char-misc-next | Greg Kroah-Hartman | 2 | -2/+4 |
| 2020-07-23 | Merge tag 'fpga-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf... | Greg Kroah-Hartman | 11 | -43/+574 |
| 2020-07-13 | fpga: dfl: fix bug in port reset handshake | Matthew Gerlach | 1 | -1/+2 |
| 2020-07-13 | fpga: dfl: pci: reduce the scope of variable 'ret' | Xu Yilun | 1 | -1/+2 |
| 2020-07-12 | fpga: dfl: pci: add device id for Intel FPGA PAC N3000 | Xu Yilun | 1 | -0/+2 |
| 2020-07-06 | fpga: dfl: afu: add AFU interrupt support | Xu Yilun | 1 | -0/+28 |
| 2020-07-06 | fpga: dfl: fme: add interrupt support for global error reporting | Xu Yilun | 2 | -0/+24 |
| 2020-07-06 | fpga: dfl: afu: add interrupt support for port error reporting | Xu Yilun | 2 | -0/+21 |
| 2020-06-28 | fpga: dfl: introduce interrupt trigger setting API | Xu Yilun | 2 | -0/+173 |
| 2020-06-28 | fpga: dfl: pci: add irq info for feature devices enumeration | Xu Yilun | 1 | -9/+67 |
| 2020-06-28 | fpga: dfl: parse interrupt info for feature devices on enumeration | Xu Yilun | 2 | -0/+194 |
| 2020-06-26 | fpga manager: xilinx-spi: check INIT_B pin during write_init | Luca Ceresoli | 1 | -1/+54 |
| 2020-06-26 | Merge tag 'fpga-fixes-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 1 | -1/+1 |
| 2020-06-18 | fpga: Fix dead store in fpga-bridge.c | Tom Rix | 1 | -4/+2 |
| 2020-06-18 | fpga: Fix dead store fpga-mgr.c | Tom Rix | 1 | -3/+1 |
| 2020-06-18 | fpga: dfl: Use struct_size() in kzalloc() | Gustavo A. R. Silva | 2 | -8/+1 |
| 2020-06-18 | fpga manager: xilinx-spi: remove unneeded, mistyped variables | Luca Ceresoli | 1 | -4/+2 |
| 2020-06-18 | fpga manager: xilinx-spi: valid for the 7 Series too | Luca Ceresoli | 1 | -1/+1 |
| 2020-06-18 | fpga: dfl: afu: convert get_user_pages() --> pin_user_pages() | John Hubbard | 1 | -14/+5 |
| 2020-06-09 | fpga: zynqmp: fix modular build | Arnd Bergmann | 1 | -1/+1 |
| 2020-06-07 | Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 13 | -65/+1140 |
| 2020-06-01 | Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -8/+0 |
| 2020-05-29 | drivers/fpga/dfl-afu-dma-region.c: get rid of pointless access_ok() | Al Viro | 1 | -4/+0 |
| 2020-05-29 | drivers/fpga/dfl-fme-pr.c: get rid of pointless access_ok() | Al Viro | 1 | -4/+0 |
| 2020-05-19 | fpga: dfl: afu: Corrected error handling levels | Souptick Joarder | 1 | -2/+2 |
| 2020-05-15 | Merge tag 'fpga-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf... | Greg Kroah-Hartman | 7 | -36/+95 |
| 2020-04-29 | fpga: dfl: afu: support debug access to memory-mapped afu regions | Dominic Chen | 1 | -0/+9 |