summaryrefslogtreecommitdiffstats
path: root/drivers/fpga
AgeCommit message (Expand)AuthorLines
2020-12-07Merge 5.10-rc7 into char-misc-nextGreg Kroah-Hartman-0/+1
2020-12-01fpga: fpga-mgr: altera-pr-ip: Simplify registrationMoritz Fischer-13/+1
2020-12-01fpga: fpga-mgr: zynqmp: Simplify registrationMoritz Fischer-20/+1
2020-12-01fpga: fpga-mgr: xilinx-spi: Simplify registrationMoritz Fischer-13/+1
2020-12-01fpga: fpga-mgr: ts73xx: Simplify registrationMoritz Fischer-13/+1
2020-12-01fpga: fpga-mgr: socfpga: Simplify registrationMoritz Fischer-13/+1
2020-12-01fpga: fpga-mgr: machxo2-spi: Simplify registrationMoritz Fischer-13/+1
2020-12-01fpga: fpga-mgr: ice40-spi: Simplify registrationMoritz Fischer-13/+1
2020-12-01fpga: fpga-mgr: dfl-fme-mgr: Simplify registrationMoritz Fischer-12/+1
2020-12-01fpga: fpga-mgr: altera-ps-spi: Simplify registrationMoritz Fischer-13/+1
2020-12-01fpga: fpga-mgr: Add devm_fpga_mgr_register() APIMoritz Fischer-12/+69
2020-12-01fpga: Specify HAS_IOMEM dependency for FPGA_DFLDavid Gow-0/+1
2020-09-09fpga: dfl: create a dfl bus type to support DFL devicesXu Yilun-8/+343
2020-09-04fpga: fpga-region: Cleanup an outdated commentMoritz Fischer-1/+1
2020-08-30fpga: dfl: map feature mmio resources in their own feature driversXu Yilun-77/+141
2020-08-30fpga manager: xilinx-spi: provide better diagnostics on programming failureLuca Ceresoli-1/+15
2020-08-30fpga manager: xilinx-spi: add error checking after gpiod_get_value()Luca Ceresoli-8/+27
2020-08-30fpga manager: xilinx-spi: fix write_complete timeout handlingLuca Ceresoli-8/+15
2020-08-30fpga manager: xilinx-spi: remove final dot from dev_err() stringsLuca Ceresoli-2/+2
2020-08-19fpga manager: xilinx-spi: remove stray commentLuca Ceresoli-1/+0
2020-08-19fpga: dfl: change data type of feature id to u16Xu Yilun-20/+21
2020-08-19fpga: stratix10-soc: make FPGA task un-interruptibleRichard Gong-20/+3
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman-2/+4
2020-07-23Merge tag 'fpga-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf...Greg Kroah-Hartman-43/+574
2020-07-13fpga: dfl: fix bug in port reset handshakeMatthew Gerlach-1/+2
2020-07-13fpga: dfl: pci: reduce the scope of variable 'ret'Xu Yilun-1/+2
2020-07-12fpga: dfl: pci: add device id for Intel FPGA PAC N3000Xu Yilun-0/+2
2020-07-06fpga: dfl: afu: add AFU interrupt supportXu Yilun-0/+28
2020-07-06fpga: dfl: fme: add interrupt support for global error reportingXu Yilun-0/+24
2020-07-06fpga: dfl: afu: add interrupt support for port error reportingXu Yilun-0/+21
2020-06-28fpga: dfl: introduce interrupt trigger setting APIXu Yilun-0/+173
2020-06-28fpga: dfl: pci: add irq info for feature devices enumerationXu Yilun-9/+67
2020-06-28fpga: dfl: parse interrupt info for feature devices on enumerationXu Yilun-0/+194
2020-06-26fpga manager: xilinx-spi: check INIT_B pin during write_initLuca Ceresoli-1/+54
2020-06-26Merge tag 'fpga-fixes-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman-1/+1
2020-06-18fpga: Fix dead store in fpga-bridge.cTom Rix-4/+2
2020-06-18fpga: Fix dead store fpga-mgr.cTom Rix-3/+1
2020-06-18fpga: dfl: Use struct_size() in kzalloc()Gustavo A. R. Silva-8/+1
2020-06-18fpga manager: xilinx-spi: remove unneeded, mistyped variablesLuca Ceresoli-4/+2
2020-06-18fpga manager: xilinx-spi: valid for the 7 Series tooLuca Ceresoli-1/+1
2020-06-18fpga: dfl: afu: convert get_user_pages() --> pin_user_pages()John Hubbard-14/+5
2020-06-09fpga: zynqmp: fix modular buildArnd Bergmann-1/+1
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-65/+1140
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-8/+0
2020-05-29drivers/fpga/dfl-afu-dma-region.c: get rid of pointless access_ok()Al Viro-4/+0
2020-05-29drivers/fpga/dfl-fme-pr.c: get rid of pointless access_ok()Al Viro-4/+0
2020-05-19fpga: dfl: afu: Corrected error handling levelsSouptick Joarder-2/+2
2020-05-15Merge tag 'fpga-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf...Greg Kroah-Hartman-36/+95
2020-04-29fpga: dfl: afu: support debug access to memory-mapped afu regionsDominic Chen-0/+9
2020-04-29fpga: dfl.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1