summaryrefslogtreecommitdiffstats
path: root/drivers/fpga
AgeCommit message (Expand)AuthorFilesLines
2022-12-16Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-5/+604
2022-11-15fpga: m10bmc-sec: Fix kconfig dependenciesRuss Weight1-1/+3
2022-10-25fpga: lattice-sysconfig-spi: add Lattice sysCONFIG FPGA managerIvan Bornyakov5-0/+601
2022-10-25fpga: zynq: Switch to use dev_err_probe() helperYang Yingliang1-5/+3
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-1/+23
2022-09-19fpga: m10bmc-sec: Fix possible memory leak of flash_bufRuss Weight1-4/+4
2022-09-11fpga: m10bmc-sec: d5005 bmc secure update driverRuss Weight1-0/+3
2022-09-04fpga: prevent integer overflow in dfl_feature_ioctl_set_irq()Dan Carpenter1-1/+1
2022-08-15fpga: microchip-spi: add missing module author entryConor Dooley1-0/+1
2022-08-15fpga: dfl-pci: Add IDs for Intel N6000, N6001 and C6100 cardsMatthew Gerlach1-0/+18
2022-06-29fpga: fpga-mgr: Fix spelling mistake "bitsream" -> "bitstream"Colin Ian King1-1/+1
2022-06-24fpga: microchip-spi: add Microchip MPF FPGA managerIvan Bornyakov3-0/+407
2022-06-24fpga: fpga-mgr: support bitstream offset in image bufferIvan Bornyakov1-25/+198
2022-06-10fpga: altera-pr-ip: fix unsigned comparison with less than zeroMarco Pagani1-1/+1
2022-06-08fpga: Directly use ida_alloc()/free()keliu4-11/+11
2022-06-08fpga: m10bmc-sec: add max10 secure update functionsRuss Weight1-0/+394
2022-06-08fpga: m10bmc-sec: expose max10 canceled keys in sysfsRuss Weight1-0/+54
2022-06-08fpga: m10bmc-sec: expose max10 flash update countRuss Weight1-0/+43
2022-06-08fpga: m10bmc-sec: create max10 bmc secure updateRuss Weight3-0/+149
2022-05-10fpga: dfl: Allow Port to be linked to FME's DFLMatthew Gerlach2-0/+10
2022-05-10fpga: dfl: check feature type before parse irq infoTianfei zhang1-16/+22
2022-05-10fpga: fpga-region: fix kernel-doc formatting issuesNava kishore Manne1-7/+9
2022-05-10fpga: Use tab instead of space indentationNava kishore Manne1-3/+3
2022-05-10fpga: fpga-mgr: fix kernel-doc warningsNava kishore Manne1-0/+4
2022-05-10fpga: fix for coding style issuesNava kishore Manne3-10/+11
2022-01-25fpga: dfl: pci: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET1-10/+5
2021-12-09fpga: region: fix kernel-docYang Li1-1/+1
2021-12-02fpga: stratix10-soc: Do not use ret uninitialized in s10_probe()Nathan Chancellor1-1/+1
2021-11-28fpga: region: Use standard dev_release for class driverRuss Weight4-99/+59
2021-11-28fpga: bridge: Use standard dev_release for class driverRuss Weight6-131/+52
2021-11-28fpga: mgr: Use standard dev_release for class driverRuss Weight15-231/+147
2021-09-27fpga: ice40-spi: Add SPI device ID tableMark Brown1-0/+7
2021-09-16fpga: dfl: Avoid reads to AFU CSRs during enumerationRuss Weight1-6/+8
2021-09-15fpga: machxo2-spi: Fix missing error code in machxo2_write_complete()Jiapeng Chong1-0/+1
2021-09-15fpga: machxo2-spi: Return an error on failureTom Rix1-1/+4
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+1
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman1-0/+2
2021-08-09Merge 5.14-rc5 into char-misc-nextGreg Kroah-Hartman1-0/+2
2021-08-05Merge tag 'fpga-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/md...Greg Kroah-Hartman3-11/+19
2021-07-29fpga: dfl: expose feature revision from struct dfl_deviceMartin Hundebøll2-10/+18
2021-07-29fpga: Fix spelling mistake "eXchnage" -> "exchange" in KconfigColin Ian King1-1/+1
2021-07-27fpga: dfl: fme: Fix cpu hotplug issue in performance reportingKajol Jain1-0/+2
2021-07-27fpga: versal-fpga: Remove empty functionsMoritz Fischer1-13/+0
2021-07-27Merge tag 'fpga-for-5.15-early' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman15-73/+99
2021-07-24fpga: fpga-mgr: wrap the write_sg() opTom Rix1-1/+9
2021-07-24fpga: fpga-mgr: wrap the fpga_remove() opTom Rix1-2/+7
2021-07-24fpga: fpga-mgr: wrap the state() opTom Rix4-20/+9
2021-07-24fpga: fpga-mgr: wrap the status() opTom Rix1-4/+8
2021-07-24fpga: fpga-mgr: wrap the write() opTom Rix1-5/+10
2021-07-24fpga: fpga-mgr: make write_complete() op optionalTom Rix2-29/+23