summaryrefslogtreecommitdiffstats
path: root/drivers/fpga
AgeCommit message (Expand)AuthorLines
2023-01-19fpga: dfl: add basic support for DFHv1Matthew Gerlach-51/+205
2023-01-19fpga: dfl: Add DFHv1 Register DefinitionsBasheer Ahmed Muddebihal-0/+32
2022-12-30fpga: m10bmc-sec: Fix probe rollbackIlpo Järvinen-5/+12
2022-12-30fpga: stratix10-soc: Fix return value check in s10_ops_write_init()Zheng Yongjun-2/+2
2022-12-16Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+604
2022-11-15fpga: m10bmc-sec: Fix kconfig dependenciesRuss Weight-1/+3
2022-10-25fpga: lattice-sysconfig-spi: add Lattice sysCONFIG FPGA managerIvan Bornyakov-0/+601
2022-10-25fpga: zynq: Switch to use dev_err_probe() helperYang Yingliang-5/+3
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+23
2022-09-19fpga: m10bmc-sec: Fix possible memory leak of flash_bufRuss Weight-4/+4
2022-09-11fpga: m10bmc-sec: d5005 bmc secure update driverRuss Weight-0/+3
2022-09-04fpga: prevent integer overflow in dfl_feature_ioctl_set_irq()Dan Carpenter-1/+1
2022-08-15fpga: microchip-spi: add missing module author entryConor Dooley-0/+1
2022-08-15fpga: dfl-pci: Add IDs for Intel N6000, N6001 and C6100 cardsMatthew Gerlach-0/+18
2022-06-29fpga: fpga-mgr: Fix spelling mistake "bitsream" -> "bitstream"Colin Ian King-1/+1
2022-06-24fpga: microchip-spi: add Microchip MPF FPGA managerIvan Bornyakov-0/+407
2022-06-24fpga: fpga-mgr: support bitstream offset in image bufferIvan Bornyakov-25/+198
2022-06-10fpga: altera-pr-ip: fix unsigned comparison with less than zeroMarco Pagani-1/+1
2022-06-08fpga: Directly use ida_alloc()/free()keliu-11/+11
2022-06-08fpga: m10bmc-sec: add max10 secure update functionsRuss Weight-0/+394
2022-06-08fpga: m10bmc-sec: expose max10 canceled keys in sysfsRuss Weight-0/+54
2022-06-08fpga: m10bmc-sec: expose max10 flash update countRuss Weight-0/+43
2022-06-08fpga: m10bmc-sec: create max10 bmc secure updateRuss Weight-0/+149
2022-05-10fpga: dfl: Allow Port to be linked to FME's DFLMatthew Gerlach-0/+10
2022-05-10fpga: dfl: check feature type before parse irq infoTianfei zhang-16/+22
2022-05-10fpga: fpga-region: fix kernel-doc formatting issuesNava kishore Manne-7/+9
2022-05-10fpga: Use tab instead of space indentationNava kishore Manne-3/+3
2022-05-10fpga: fpga-mgr: fix kernel-doc warningsNava kishore Manne-0/+4
2022-05-10fpga: fix for coding style issuesNava kishore Manne-10/+11
2022-01-25fpga: dfl: pci: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET-10/+5
2021-12-09fpga: region: fix kernel-docYang Li-1/+1
2021-12-02fpga: stratix10-soc: Do not use ret uninitialized in s10_probe()Nathan Chancellor-1/+1
2021-11-28fpga: region: Use standard dev_release for class driverRuss Weight-99/+59
2021-11-28fpga: bridge: Use standard dev_release for class driverRuss Weight-131/+52
2021-11-28fpga: mgr: Use standard dev_release for class driverRuss Weight-231/+147
2021-09-27fpga: ice40-spi: Add SPI device ID tableMark Brown-0/+7
2021-09-16fpga: dfl: Avoid reads to AFU CSRs during enumerationRuss Weight-6/+8
2021-09-15fpga: machxo2-spi: Fix missing error code in machxo2_write_complete()Jiapeng Chong-0/+1
2021-09-15fpga: machxo2-spi: Return an error on failureTom Rix-1/+4
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+1
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman-0/+2
2021-08-09Merge 5.14-rc5 into char-misc-nextGreg Kroah-Hartman-0/+2
2021-08-05Merge tag 'fpga-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/md...Greg Kroah-Hartman-11/+19
2021-07-29fpga: dfl: expose feature revision from struct dfl_deviceMartin Hundebøll-10/+18
2021-07-29fpga: Fix spelling mistake "eXchnage" -> "exchange" in KconfigColin Ian King-1/+1
2021-07-27fpga: dfl: fme: Fix cpu hotplug issue in performance reportingKajol Jain-0/+2
2021-07-27fpga: versal-fpga: Remove empty functionsMoritz Fischer-13/+0
2021-07-27Merge tag 'fpga-for-5.15-early' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman-73/+99
2021-07-24fpga: fpga-mgr: wrap the write_sg() opTom Rix-1/+9
2021-07-24fpga: fpga-mgr: wrap the fpga_remove() opTom Rix-2/+7