summaryrefslogtreecommitdiffstats
path: root/drivers/fpga
AgeCommit message (Expand)AuthorLines
2021-07-24fpga: fpga-mgr: wrap the state() opTom Rix-20/+9
2021-07-24fpga: fpga-mgr: wrap the status() opTom Rix-4/+8
2021-07-24fpga: fpga-mgr: wrap the write() opTom Rix-5/+10
2021-07-24fpga: fpga-mgr: make write_complete() op optionalTom Rix-29/+23
2021-07-24fpga: fpga-mgr: wrap the write_init() opTom Rix-3/+12
2021-07-24fpga: zynqmp-fpga: Address warning about unused variableMoritz Fischer-1/+2
2021-07-24fpga: xilinx-pr-decoupler: Address warning about unused variableMoritz Fischer-0/+2
2021-07-24fpga: xiilnx-spi: Address warning about unused variableMoritz Fischer-0/+2
2021-07-24fpga: altera-freeze-bridge: Address warning about unused variableMoritz Fischer-0/+2
2021-07-24fpga: dfl: pci: add device IDs for Silicom N501x PAC cardsMartin Hundebøll-0/+5
2021-07-21fpga: fpga-bridge: removed repeated wordNavin Sankar Velliangiri-2/+2
2021-07-21fpga: fix spelling mistakesTom Rix-9/+9
2021-07-21fpga: versal-fpga: Add versal fpga manager driverNava kishore Manne-0/+106
2021-07-21bus: Make remove callback return voidUwe Kleine-König-3/+1
2021-06-24fpga: machxo2-spi: Address warning about unused variableMoritz Fischer-0/+2
2021-06-15fpga: region: Rename dev to parent for parent deviceRuss Weight-8/+8
2021-06-15fpga: bridge: Rename dev to parent for parent deviceRuss Weight-9/+9
2021-06-15fpga: mgr: Rename dev to parent for parent deviceRuss Weight-10/+10
2021-06-15fpga: stratix10-soc: Add missing fpga_mgr_free() callRuss Weight-0/+1
2021-06-15fpga: altera-pr-ip: Remove function alt_pr_unregisterRuss Weight-10/+0
2021-06-09fpga: stratix10-soc: change FPGA indirect article to anTom Rix-1/+1
2021-06-09fpga: of-fpga-region: change FPGA indirect article to anTom Rix-4/+4
2021-06-09fpga: region: change FPGA indirect article to anTom Rix-7/+7
2021-06-09fpga-mgr: change FPGA indirect article to anTom Rix-11/+11
2021-06-09fpga: bridge: change FPGA indirect article to anTom Rix-11/+11
2021-06-09fpga: change FPGA indirect article to anTom Rix-2/+2
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+4
2021-04-05fpga: dfl: pci: add DID for D5005 PAC cardsRuss Weight-7/+11
2021-03-24fpga: dfl: afu: harden port enable logicRuss Weight-16/+31
2021-03-23fpga: altera: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCsKrzysztof Kozlowski-3/+3
2021-03-23arm64: socfpga: merge Agilex and N5X into ARCH_INTEL_SOCFPGAKrzysztof Kozlowski-1/+1
2021-03-06fpga: Add support for Xilinx DFX AXI Shutdown managerNava kishore Manne-6/+40
2021-03-06fpga: xilinx-pr-decoupler: Simplify code by using dev_err_probe()Michal Simek-5/+3
2021-03-06fpga: fpga-mgr: xilinx-spi: fix error messages on -EPROBE_DEFERLuca Ceresoli-15/+9
2021-01-12Merge tag 'fpga-cleanup-for-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman-6/+4
2021-01-10fpga: dfl: fme: Constify static attribute_group structsRikard Falkeborn-3/+3
2021-01-10fpga: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun-3/+1
2021-01-07fpga: dfl: add support for N3000 Nios private featureXu Yilun-0/+601
2021-01-07fpga: dfl: move dfl bus related APIs to include/linux/dfl.hXu Yilun-72/+1
2021-01-07fpga: dfl: move dfl_device_id to mod_devicetable.hXu Yilun-12/+1
2021-01-07fpga: dfl: fix the definitions of type & feature_id for dfl devicesXu Yilun-9/+8
2021-01-07fpga: dfl-pci: locate DFLs by PCIe vendor specific capabilityMatthew Gerlach-1/+86
2021-01-07fpga: dfl: refactor cci_enumerate_feature_devs()Matthew Gerlach-37/+47
2020-12-07Merge 5.10-rc7 into char-misc-nextGreg Kroah-Hartman-0/+1
2020-12-01fpga: fpga-mgr: altera-pr-ip: Simplify registrationMoritz Fischer-13/+1
2020-12-01fpga: fpga-mgr: zynqmp: Simplify registrationMoritz Fischer-20/+1
2020-12-01fpga: fpga-mgr: xilinx-spi: Simplify registrationMoritz Fischer-13/+1
2020-12-01fpga: fpga-mgr: ts73xx: Simplify registrationMoritz Fischer-13/+1
2020-12-01fpga: fpga-mgr: socfpga: Simplify registrationMoritz Fischer-13/+1
2020-12-01fpga: fpga-mgr: machxo2-spi: Simplify registrationMoritz Fischer-13/+1