summaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-mgr.c
AgeCommit message (Expand)Author
2021-11-28fpga: mgr: Use standard dev_release for class driverRuss Weight
2021-07-24fpga: fpga-mgr: wrap the write_sg() opTom Rix
2021-07-24fpga: fpga-mgr: wrap the fpga_remove() opTom Rix
2021-07-24fpga: fpga-mgr: wrap the state() opTom Rix
2021-07-24fpga: fpga-mgr: wrap the status() opTom Rix
2021-07-24fpga: fpga-mgr: wrap the write() opTom Rix
2021-07-24fpga: fpga-mgr: make write_complete() op optionalTom Rix
2021-07-24fpga: fpga-mgr: wrap the write_init() opTom Rix
2021-06-15fpga: mgr: Rename dev to parent for parent deviceRuss Weight
2021-06-09fpga-mgr: change FPGA indirect article to anTom Rix
2020-12-01fpga: fpga-mgr: Add devm_fpga_mgr_register() APIMoritz Fischer
2020-06-18fpga: Fix dead store fpga-mgr.cTom Rix
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose
2018-10-16fpga: mgr: add devm_fpga_mgr_createAlan Tull
2018-07-15fpga: mgr: add status for fpga-managerWu Hao
2018-05-25fpga: clarify that unregister functions also freeAlan Tull
2018-05-25fpga: mgr: kernel-doc fixesAlan Tull
2018-05-25fpga: use SPDXAlan Tull
2018-05-25fpga: manager: change api, don't use drvdataAlan Tull
2017-11-28fpga: fpga-mgr: remove unnecessary code in __fpga_mgr_getGustavo A. R. Silva
2017-11-28fpga: add attribute groupsAlan Tull
2017-11-28fpga: mgr: separate getting/locking FPGA managerAlan Tull
2017-11-28fpga: mgr: API change to replace fpga load functions with single functionAlan Tull
2017-03-17fpga: fix sparse warnings in fpga-mgr and fpga-bridgeDinh Nguyen
2017-02-10fpga: Add scatterlist based programmingJason Gunthorpe
2016-11-29fpga: Clarify how write_init works streaming modesJason Gunthorpe
2016-11-10fpga-mgr: add fpga image information structAlan Tull
2016-11-10fpga: add method to get fpga manager from deviceAlan Tull
2015-11-24fpga manager: Fix firmware resource leak on errorTobias Klauser
2015-11-24fpga manager: remove labelAlan Tull
2015-10-23fpga manager: remove unnecessary null pointer checksAlan Tull
2015-10-23fpga manager: ensure lifetime with of_fpga_mgr_getAlan Tull
2015-10-07add FPGA manager coreAlan Tull