summaryrefslogtreecommitdiffstats
path: root/drivers/fpga/fpga-mgr.c
Commit message (Expand)AuthorAgeFilesLines
* fpga: manager: add owner module and take its refcountMarco Pagani2024-03-311-33/+49
* fpga: fpga-mgr: make fpga_mgr_class a static const structureIvan Orlov2023-08-111-13/+12
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* fpga: fpga-mgr: Fix spelling mistake "bitsream" -> "bitstream"Colin Ian King2022-06-291-1/+1
* fpga: fpga-mgr: support bitstream offset in image bufferIvan Bornyakov2022-06-241-25/+198
* fpga: Directly use ida_alloc()/free()keliu2022-06-081-3/+3
* fpga: fpga-mgr: fix kernel-doc warningsNava kishore Manne2022-05-101-0/+4
* fpga: fix for coding style issuesNava kishore Manne2022-05-101-4/+5
* fpga: mgr: Use standard dev_release for class driverRuss Weight2021-11-281-124/+91
* 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-241-2/+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
* fpga: fpga-mgr: make write_complete() op optionalTom Rix2021-07-241-22/+23
* fpga: fpga-mgr: wrap the write_init() opTom Rix2021-07-241-3/+12
* fpga: mgr: Rename dev to parent for parent deviceRuss Weight2021-06-151-10/+10
* fpga-mgr: change FPGA indirect article to anTom Rix2021-06-091-11/+11
* fpga: fpga-mgr: Add devm_fpga_mgr_register() APIMoritz Fischer2020-12-011-12/+69
* fpga: Fix dead store fpga-mgr.cTom Rix2020-06-181-3/+1
* drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2019-07-301-7/+1
* fpga: mgr: add devm_fpga_mgr_createAlan Tull2018-10-161-8/+56
* fpga: mgr: add status for fpga-managerWu Hao2018-07-151-0/+28
* fpga: clarify that unregister functions also freeAlan Tull2018-05-251-1/+1
* fpga: mgr: kernel-doc fixesAlan Tull2018-05-251-9/+29
* fpga: use SPDXAlan Tull2018-05-251-12/+1
* fpga: manager: change api, don't use drvdataAlan Tull2018-05-251-26/+52
* fpga: fpga-mgr: remove unnecessary code in __fpga_mgr_getGustavo A. R. Silva2017-11-281-2/+0
* fpga: add attribute groupsAlan Tull2017-11-281-0/+1
* fpga: mgr: separate getting/locking FPGA managerAlan Tull2017-11-281-16/+36
* fpga: mgr: API change to replace fpga load functions with single functionAlan Tull2017-11-281-11/+57
* fpga: fix sparse warnings in fpga-mgr and fpga-bridgeDinh Nguyen2017-03-171-1/+1
* fpga: Add scatterlist based programmingJason Gunthorpe2017-02-101-30/+206
* fpga: Clarify how write_init works streaming modesJason Gunthorpe2016-11-291-2/+4
* fpga-mgr: add fpga image information structAlan Tull2016-11-101-8/+9
* fpga: add method to get fpga manager from deviceAlan Tull2016-11-101-22/+54
* fpga manager: Fix firmware resource leak on errorTobias Klauser2015-11-241-3/+1
* fpga manager: remove labelAlan Tull2015-11-241-6/+3
* fpga manager: remove unnecessary null pointer checksAlan Tull2015-10-231-8/+4
* fpga manager: ensure lifetime with of_fpga_mgr_getAlan Tull2015-10-231-15/+17
* add FPGA manager coreAlan Tull2015-10-071-0/+382