summaryrefslogtreecommitdiffstats
path: root/drivers/fpga
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-261-4/+4
|\
| * fpga: altera: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCsKrzysztof Kozlowski2021-03-231-3/+3
| * arm64: socfpga: merge Agilex and N5X into ARCH_INTEL_SOCFPGAKrzysztof Kozlowski2021-03-231-1/+1
* | fpga: dfl: pci: add DID for D5005 PAC cardsRuss Weight2021-04-051-7/+11
* | fpga: dfl: afu: harden port enable logicRuss Weight2021-03-243-16/+31
* | fpga: Add support for Xilinx DFX AXI Shutdown managerNava kishore Manne2021-03-062-6/+40
* | fpga: xilinx-pr-decoupler: Simplify code by using dev_err_probe()Michal Simek2021-03-061-5/+3
* | fpga: fpga-mgr: xilinx-spi: fix error messages on -EPROBE_DEFERLuca Ceresoli2021-03-061-15/+9
|/
* Merge tag 'fpga-cleanup-for-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-01-122-6/+4
|\
| * fpga: dfl: fme: Constify static attribute_group structsRikard Falkeborn2021-01-101-3/+3
| * fpga: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-01-101-3/+1
* | fpga: dfl: add support for N3000 Nios private featureXu Yilun2021-01-073-0/+601
* | fpga: dfl: move dfl bus related APIs to include/linux/dfl.hXu Yilun2021-01-072-72/+1
* | fpga: dfl: move dfl_device_id to mod_devicetable.hXu Yilun2021-01-071-12/+1
* | fpga: dfl: fix the definitions of type & feature_id for dfl devicesXu Yilun2021-01-072-9/+8
* | fpga: dfl-pci: locate DFLs by PCIe vendor specific capabilityMatthew Gerlach2021-01-071-1/+86
* | fpga: dfl: refactor cci_enumerate_feature_devs()Matthew Gerlach2021-01-071-37/+47
|/
* Merge 5.10-rc7 into char-misc-nextGreg Kroah-Hartman2020-12-071-0/+1
|\
| * fpga: Specify HAS_IOMEM dependency for FPGA_DFLDavid Gow2020-12-011-0/+1
* | fpga: fpga-mgr: altera-pr-ip: Simplify registrationMoritz Fischer2020-12-012-13/+1
* | fpga: fpga-mgr: zynqmp: Simplify registrationMoritz Fischer2020-12-011-20/+1
* | fpga: fpga-mgr: xilinx-spi: Simplify registrationMoritz Fischer2020-12-011-13/+1
* | fpga: fpga-mgr: ts73xx: Simplify registrationMoritz Fischer2020-12-011-13/+1
* | fpga: fpga-mgr: socfpga: Simplify registrationMoritz Fischer2020-12-011-13/+1
* | fpga: fpga-mgr: machxo2-spi: Simplify registrationMoritz Fischer2020-12-011-13/+1
* | fpga: fpga-mgr: ice40-spi: Simplify registrationMoritz Fischer2020-12-011-13/+1
* | fpga: fpga-mgr: dfl-fme-mgr: Simplify registrationMoritz Fischer2020-12-011-12/+1
* | fpga: fpga-mgr: altera-ps-spi: Simplify registrationMoritz Fischer2020-12-011-13/+1
* | fpga: fpga-mgr: Add devm_fpga_mgr_register() APIMoritz Fischer2020-12-011-12/+69
|/
* fpga: dfl: create a dfl bus type to support DFL devicesXu Yilun2020-09-092-8/+343
* fpga: fpga-region: Cleanup an outdated commentMoritz Fischer2020-09-041-1/+1
* fpga: dfl: map feature mmio resources in their own feature driversXu Yilun2020-08-303-77/+141
* fpga manager: xilinx-spi: provide better diagnostics on programming failureLuca Ceresoli2020-08-301-1/+15
* fpga manager: xilinx-spi: add error checking after gpiod_get_value()Luca Ceresoli2020-08-301-8/+27
* fpga manager: xilinx-spi: fix write_complete timeout handlingLuca Ceresoli2020-08-301-8/+15
* fpga manager: xilinx-spi: remove final dot from dev_err() stringsLuca Ceresoli2020-08-301-2/+2
* fpga manager: xilinx-spi: remove stray commentLuca Ceresoli2020-08-191-1/+0
* fpga: dfl: change data type of feature id to u16Xu Yilun2020-08-193-20/+21
* fpga: stratix10-soc: make FPGA task un-interruptibleRichard Gong2020-08-191-20/+3
* Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman2020-07-272-2/+4
|\
| * fpga: dfl: fix bug in port reset handshakeMatthew Gerlach2020-07-131-1/+2
| * fpga: dfl: pci: reduce the scope of variable 'ret'Xu Yilun2020-07-131-1/+2
* | Merge tag 'fpga-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf...Greg Kroah-Hartman2020-07-2311-43/+574
|\ \ | |/ |/|
| * fpga: dfl: pci: add device id for Intel FPGA PAC N3000Xu Yilun2020-07-121-0/+2
| * fpga: dfl: afu: add AFU interrupt supportXu Yilun2020-07-061-0/+28
| * fpga: dfl: fme: add interrupt support for global error reportingXu Yilun2020-07-062-0/+24
| * fpga: dfl: afu: add interrupt support for port error reportingXu Yilun2020-07-062-0/+21
| * fpga: dfl: introduce interrupt trigger setting APIXu Yilun2020-06-282-0/+173
| * fpga: dfl: pci: add irq info for feature devices enumerationXu Yilun2020-06-281-9/+67
| * fpga: dfl: parse interrupt info for feature devices on enumerationXu Yilun2020-06-282-0/+194