aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/stratix10-soc.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21fpga: stratix10-soc: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-07-17fpga: Explicitly include correct DT includesGravatar Rob Herring 1-0/+1
2022-12-30fpga: stratix10-soc: Fix return value check in s10_ops_write_init()Gravatar Zheng Yongjun 1-2/+2
2021-12-02fpga: stratix10-soc: Do not use ret uninitialized in s10_probe()Gravatar Nathan Chancellor 1-1/+1
2021-11-28fpga: mgr: Use standard dev_release for class driverGravatar Russ Weight 1-12/+4
2021-07-24fpga: fpga-mgr: wrap the state() opGravatar Tom Rix 1-6/+0
2021-06-15fpga: stratix10-soc: Add missing fpga_mgr_free() callGravatar Russ Weight 1-0/+1
2021-06-09fpga: stratix10-soc: change FPGA indirect article to anGravatar Tom Rix 1-1/+1
2020-08-19fpga: stratix10-soc: make FPGA task un-interruptibleGravatar Richard Gong 1-20/+3
2020-05-15Merge tag 'fpga-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf...Gravatar Greg Kroah-Hartman 1-1/+2
2020-04-29fpga: stratix10-soc: add compatible property value for intel agilexGravatar Richard Gong 1-1/+2
2020-04-28firmware: fpga: replace the error codes with the standard onesGravatar Richard Gong 1-15/+10
2019-05-24fpga: stratix10-soc: fix use-after-free on s10_init()Gravatar Wen Yang 1-1/+5
2019-01-31fpga: stratix10-soc: fix wrong of_node_put() in init functionGravatar Nicolas Saenz Julienne 1-4/+1
2018-11-26fpga: add intel stratix10 soc fpga manager driverGravatar Alan Tull 1-0/+535