aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/fpga-bridge.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-18fpga: remove redundant checks for bridge opsMarco Pagani1-4/+4
2023-08-11fpga: bridge: make fpga_bridge_class a static const structureIvan Orlov1-13/+12
2023-07-10fpga: bridge: fix kernel-docMarco Pagani1-11/+12
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-07fpga: bridge: properly initialize bridge device before populating childrenAlexis Lothoré1-1/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-03-09fpga: bridge: fix kernel-doc parameter descriptionMarco Pagani1-1/+1
2023-01-28fpga: bridge: return errors in the show() method of the "state" attributeMarco Pagani1-4/+7
2022-06-08fpga: Directly use ida_alloc()/free()keliu1-3/+3
2021-11-28fpga: bridge: Use standard dev_release for class driverRuss Weight1-94/+28
2021-07-21fpga: fpga-bridge: removed repeated wordNavin Sankar Velliangiri1-2/+2
2021-07-21fpga: fix spelling mistakesTom Rix1-2/+2
2021-06-15fpga: bridge: Rename dev to parent for parent deviceRuss Weight1-9/+9
2021-06-09fpga: bridge: change FPGA indirect article to anTom Rix1-11/+11
2021-01-10fpga: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-3/+1
2020-06-18fpga: Fix dead store in fpga-bridge.cTom Rix1-4/+2
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose1-7/+1
2018-10-16fpga: bridge: add devm_fpga_bridge_createAlan Tull1-9/+59
2018-09-30fpga: bridge: fix obvious function documentation errorAlan Tull1-1/+1
2018-05-25fpga: clarify that unregister functions also freeAlan Tull1-1/+1
2018-05-25fpga: bridge: kernel-doc fixesAlan Tull1-0/+1
2018-05-25fpga: use SPDXAlan Tull1-12/+1
2018-05-25fpga: bridge: change api, don't use drvdataAlan Tull1-24/+46
2017-11-28fpga: fpga-bridge: remove unnecessary null check in of_fpga_bridge_getGustavo A. R. Silva1-2/+0
2017-11-28fpga: add attribute groupsAlan Tull1-0/+1
2017-11-28fpga: bridge: support getting bridge from deviceAlan Tull1-23/+87
2017-03-17fpga: bridge: Replace open-coded list_for_each + list_entryMoritz Fischer1-11/+4
2017-03-17fpga: fix sparse warnings in fpga-mgr and fpga-bridgeDinh Nguyen1-1/+1
2016-11-10fpga: add fpga bridge frameworkAlan Tull1-0/+395