summaryrefslogtreecommitdiffstats
path: root/drivers/fpga
Commit message (Expand)AuthorAgeFilesLines
* fpga: fpga-mgr: Fix spelling mistake "bitsream" -> "bitstream"Colin Ian King2022-06-291-1/+1
* fpga: microchip-spi: add Microchip MPF FPGA managerIvan Bornyakov2022-06-243-0/+407
* fpga: fpga-mgr: support bitstream offset in image bufferIvan Bornyakov2022-06-241-25/+198
* fpga: altera-pr-ip: fix unsigned comparison with less than zeroMarco Pagani2022-06-101-1/+1
* fpga: Directly use ida_alloc()/free()keliu2022-06-084-11/+11
* fpga: m10bmc-sec: add max10 secure update functionsRuss Weight2022-06-081-0/+394
* fpga: m10bmc-sec: expose max10 canceled keys in sysfsRuss Weight2022-06-081-0/+54
* fpga: m10bmc-sec: expose max10 flash update countRuss Weight2022-06-081-0/+43
* fpga: m10bmc-sec: create max10 bmc secure updateRuss Weight2022-06-083-0/+149
* fpga: dfl: Allow Port to be linked to FME's DFLMatthew Gerlach2022-05-102-0/+10
* fpga: dfl: check feature type before parse irq infoTianfei zhang2022-05-101-16/+22
* fpga: fpga-region: fix kernel-doc formatting issuesNava kishore Manne2022-05-101-7/+9
* fpga: Use tab instead of space indentationNava kishore Manne2022-05-101-3/+3
* fpga: fpga-mgr: fix kernel-doc warningsNava kishore Manne2022-05-101-0/+4
* fpga: fix for coding style issuesNava kishore Manne2022-05-103-10/+11
* fpga: dfl: pci: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-01-251-10/+5
* fpga: region: fix kernel-docYang Li2021-12-091-1/+1
* fpga: stratix10-soc: Do not use ret uninitialized in s10_probe()Nathan Chancellor2021-12-021-1/+1
* fpga: region: Use standard dev_release for class driverRuss Weight2021-11-284-99/+59
* fpga: bridge: Use standard dev_release for class driverRuss Weight2021-11-286-131/+52
* fpga: mgr: Use standard dev_release for class driverRuss Weight2021-11-2815-231/+147
* fpga: ice40-spi: Add SPI device ID tableMark Brown2021-09-271-0/+7
* fpga: dfl: Avoid reads to AFU CSRs during enumerationRuss Weight2021-09-161-6/+8
* fpga: machxo2-spi: Fix missing error code in machxo2_write_complete()Jiapeng Chong2021-09-151-0/+1
* fpga: machxo2-spi: Return an error on failureTom Rix2021-09-151-1/+4
* Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-3/+1
|\
| * Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman2021-08-091-0/+2
| |\
| * | bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* | | Merge 5.14-rc5 into char-misc-nextGreg Kroah-Hartman2021-08-091-0/+2
|\ \ \ | | |/ | |/|
| * | fpga: dfl: fme: Fix cpu hotplug issue in performance reportingKajol Jain2021-07-271-0/+2
| |/
* | Merge tag 'fpga-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/md...Greg Kroah-Hartman2021-08-053-11/+19
|\ \
| * | fpga: dfl: expose feature revision from struct dfl_deviceMartin Hundebøll2021-07-292-10/+18
| * | fpga: Fix spelling mistake "eXchnage" -> "exchange" in KconfigColin Ian King2021-07-291-1/+1
* | | fpga: versal-fpga: Remove empty functionsMoritz Fischer2021-07-271-13/+0
* | | Merge tag 'fpga-for-5.15-early' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2021-07-2715-73/+99
|\| |
| * | fpga: fpga-mgr: wrap the write_sg() opTom Rix2021-07-241-1/+9
| * | fpga: fpga-mgr: wrap the fpga_remove() opTom Rix2021-07-241-2/+7
| * | fpga: fpga-mgr: wrap the state() opTom Rix2021-07-244-20/+9
| * | fpga: fpga-mgr: wrap the status() opTom Rix2021-07-241-4/+8
| * | fpga: fpga-mgr: wrap the write() opTom Rix2021-07-241-5/+10
| * | fpga: fpga-mgr: make write_complete() op optionalTom Rix2021-07-242-29/+23
| * | fpga: fpga-mgr: wrap the write_init() opTom Rix2021-07-241-3/+12
| * | fpga: zynqmp-fpga: Address warning about unused variableMoritz Fischer2021-07-241-1/+2
| * | fpga: xilinx-pr-decoupler: Address warning about unused variableMoritz Fischer2021-07-241-0/+2
| * | fpga: xiilnx-spi: Address warning about unused variableMoritz Fischer2021-07-241-0/+2
| * | fpga: altera-freeze-bridge: Address warning about unused variableMoritz Fischer2021-07-241-0/+2
| * | fpga: dfl: pci: add device IDs for Silicom N501x PAC cardsMartin Hundebøll2021-07-241-0/+5
| * | fpga: fpga-bridge: removed repeated wordNavin Sankar Velliangiri2021-07-211-2/+2
| * | fpga: fix spelling mistakesTom Rix2021-07-216-9/+9
| |/
* / fpga: versal-fpga: Add versal fpga manager driverNava kishore Manne2021-07-213-0/+106
|/