aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/fpga-region.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-16fpga: add devm_fpga_region_createAlan Tull1-8/+57
2018-07-15fpga: region: add compat_id supportWu Hao1-0/+22
2018-05-25fpga: clarify that unregister functions also freeAlan Tull1-1/+1
2018-05-25fpga: region: kernel-doc fixesAlan Tull1-2/+5
2018-05-25fpga: use SPDXAlan Tull1-13/+1
2018-05-25fpga: region: change api, add fpga_region_create/freeAlan Tull1-13/+55
2018-05-25fpga: region: don't use drvdata in common fpga codeAlan Tull1-1/+0
2018-04-23fpga: fpga-region: comment on fpga_region_program_fpga lockingAlan Tull1-0/+5
2017-11-28fpga: add attribute groupsAlan Tull1-0/+1
2017-11-28fpga: region: move device tree support to of-fpga-region.cAlan Tull1-451/+1
2017-11-28fpga: region: add fpga_region_class_findAlan Tull1-8/+15
2017-11-28fpga: region: add register/unregister functionsAlan Tull1-40/+65
2017-11-28fpga: region: rename some functions prior to movingAlan Tull1-29/+31
2017-11-28fpga: region: add fpga-region.h headerAlan Tull1-20/+4
2017-11-28fpga: region: separate out code that parses the overlayAlan Tull1-49/+73
2017-11-28fpga: region: use image info as parameter for programming regionAlan Tull1-7/+9
2017-11-28fpga: region: fix slow warning with more than one overlayAlan Tull1-0/+5
2017-11-28fpga: region: check for child regions before allocing image infoAlan Tull1-5/+9
2017-11-28fpga: region: get mgr early onAlan Tull1-22/+23
2017-11-28fpga: region: remove unneeded of_node_get and putAlan Tull1-3/+0
2017-11-28fpga: region: use dev_err instead of pr_errAlan Tull1-10/+10
2017-11-28fpga: mgr: separate getting/locking FPGA managerAlan Tull1-2/+12
2017-11-28fpga: mgr: API change to replace fpga load functions with single functionAlan Tull1-15/+28
2017-11-28fpga: bridge: support getting bridge from deviceAlan Tull1-4/+7
2017-08-10fpga: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-04-26fpga: region: release FPGA region reference in error pathTobias Klauser1-1/+3
2017-04-08fpga: add config complete timeoutAlan Tull1-0/+3
2017-03-17fpga: region: Add fpga-region property 'encrypted-fpga-config'Moritz Fischer1-2/+6
2016-11-10fpga: fpga-region: device tree control for FPGAAlan Tull1-0/+603