summaryrefslogtreecommitdiffstats
path: root/drivers/fpga
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-166-5/+604
|\
| * fpga: lattice-sysconfig-spi: add Lattice sysCONFIG FPGA managerIvan Bornyakov2022-10-255-0/+601
| * fpga: zynq: Switch to use dev_err_probe() helperYang Yingliang2022-10-251-5/+3
* | fpga: m10bmc-sec: Fix kconfig dependenciesRuss Weight2022-11-151-1/+3
|/
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-084-1/+23
|\
| * fpga: m10bmc-sec: d5005 bmc secure update driverRuss Weight2022-09-111-0/+3
| * fpga: prevent integer overflow in dfl_feature_ioctl_set_irq()Dan Carpenter2022-09-041-1/+1
| * fpga: microchip-spi: add missing module author entryConor Dooley2022-08-151-0/+1
| * fpga: dfl-pci: Add IDs for Intel N6000, N6001 and C6100 cardsMatthew Gerlach2022-08-151-0/+18
* | fpga: m10bmc-sec: Fix possible memory leak of flash_bufRuss Weight2022-09-191-4/+4
|/
* 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