summaryrefslogtreecommitdiffstats
path: root/drivers/fpga
Commit message (Expand)AuthorAgeFilesLines
...
| * fpga manager: xilinx-spi: check INIT_B pin during write_initLuca Ceresoli2020-06-261-1/+54
| * fpga: Fix dead store in fpga-bridge.cTom Rix2020-06-181-4/+2
| * fpga: Fix dead store fpga-mgr.cTom Rix2020-06-181-3/+1
| * fpga: dfl: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-06-182-8/+1
| * fpga manager: xilinx-spi: remove unneeded, mistyped variablesLuca Ceresoli2020-06-181-4/+2
| * fpga manager: xilinx-spi: valid for the 7 Series tooLuca Ceresoli2020-06-181-1/+1
| * fpga: dfl: afu: convert get_user_pages() --> pin_user_pages()John Hubbard2020-06-181-14/+5
* | Merge tag 'fpga-fixes-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2020-06-261-1/+1
|\ \ | |/ |/|
| * fpga: zynqmp: fix modular buildArnd Bergmann2020-06-091-1/+1
* | Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-0713-65/+1140
|\ \
| * | fpga: dfl: afu: Corrected error handling levelsSouptick Joarder2020-05-191-2/+2
| * | Merge tag 'fpga-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf...Greg Kroah-Hartman2020-05-157-36/+95
| |\ \
| | * | fpga: dfl: afu: support debug access to memory-mapped afu regionsDominic Chen2020-04-291-0/+9
| | * | fpga: dfl.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-291-1/+1
| | * | fpga: stratix10-soc: add compatible property value for intel agilexRichard Gong2020-04-291-1/+2
| | * | fpga: machxo2-spi: Use new structure for SPI transfer delaysSergiu Cuciurean2020-04-291-4/+8
| | * | fpga: ice40-spi: Use new structure for SPI transfer delaysSergiu Cuciurean2020-04-291-2/+8
| | * | fpga: dfl: support multiple opens on feature device node.Xu Yilun2020-04-294-28/+67
| * | | fpga: dfl: fme: add performance reporting supportWu Hao2020-04-286-1/+1030
| * | | firmware: xilinx: Remove eemi ops for fpga related APIsRajan Vaja2020-04-281-11/+3
| * | | firmware: fpga: replace the error codes with the standard onesRichard Gong2020-04-281-15/+10
| | |/ | |/|
* | | Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-012-8/+0
|\ \ \ | |/ / |/| |
| * | drivers/fpga/dfl-afu-dma-region.c: get rid of pointless access_ok()Al Viro2020-05-291-4/+0
| * | drivers/fpga/dfl-fme-pr.c: get rid of pointless access_ok()Al Viro2020-05-291-4/+0
| |/
* | fpga: dfl: pci: fix return value of cci_pci_sriov_configureXu Yilun2020-03-301-2/+4
* | fpga: zynq: Remove clk_get error message for probe deferShubhrajyoti Datta2020-03-301-1/+2
|/
* fpga: xilinx-pr-decoupler: Remove clk_get error message for probe deferShubhrajyoti Datta2020-01-101-1/+2
* fpga: remove redundant dev_err messageDing Xiang2020-01-021-3/+1
* fpga: dfl: afu: remove set but not used variable 'afu'yu kuai2020-01-021-2/+0
* fpga: dfl: fme: remove set but not used variable 'fme'yu kuai2020-01-021-2/+0
* fpga: dfl: fme: add power management supportWu Hao2019-10-161-0/+207
* fpga: dfl: fme: add thermal management supportWu Hao2019-10-162-1/+179
* fpga: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-10-041-3/+1
* Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-1815-172/+1621
|\
| * fpga: dfl: fme: add global error reporting supportWu Hao2019-09-034-3/+378
| * fpga: dfl: afu: add STP (SignalTap) supportWu Hao2019-09-031-0/+25
| * fpga: dfl: afu: add error reporting support.Wu Hao2019-09-034-0/+241
| * fpga: dfl: afu: expose __afu_port_enable/disable function.Wu Hao2019-09-032-11/+19
| * fpga: dfl: afu: add userclock sysfs interfaces.Wu Hao2019-09-032-1/+119
| * fpga: dfl: afu: convert platform_driver to use dev_groupsWu Hao2019-09-031-33/+36
| * fpga: dfl: fme: convert platform_driver to use dev_groupsWu Hao2019-09-031-27/+2
| * fpga: dfl: make init callback optionalWu Hao2019-09-031-4/+6
| * Merge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Moritz Fischer2019-09-039-41/+549
| |\
| | * Merge 5.3-rc7 into char-misc-nextGreg Kroah-Hartman2019-09-021-4/+7
| | |\
| | * \ Merge tag 'fpga-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf...Greg Kroah-Hartman2019-08-093-5/+6
| | |\ \
| | * | | fpga: dfl: fme: add capability sysfs interfacesWu Hao2019-08-051-0/+48
| | * | | fpga: dfl: make uinit callback optionalWu Hao2019-08-051-1/+2
| | * | | fpga: dfl: add id_table for dfl private feature driverWu Hao2019-08-056-15/+59
| | * | | fpga: dfl: afu: add AFU state related sysfs interfacesWu Hao2019-08-052-0/+148
| | * | | fpga: dfl: pci: enable SRIOV support.Wu Hao2019-08-053-1/+120