summaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-bridge.c
AgeCommit message (Expand)Author
2024-02-18fpga: remove redundant checks for bridge opsMarco Pagani
2023-08-11fpga: bridge: make fpga_bridge_class a static const structureIvan Orlov
2023-07-10fpga: bridge: fix kernel-docMarco Pagani
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-07fpga: bridge: properly initialize bridge device before populating childrenAlexis Lothoré
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-09fpga: bridge: fix kernel-doc parameter descriptionMarco Pagani
2023-01-28fpga: bridge: return errors in the show() method of the "state" attributeMarco Pagani
2022-06-08fpga: Directly use ida_alloc()/free()keliu
2021-11-28fpga: bridge: Use standard dev_release for class driverRuss Weight
2021-07-21fpga: fpga-bridge: removed repeated wordNavin Sankar Velliangiri
2021-07-21fpga: fix spelling mistakesTom Rix
2021-06-15fpga: bridge: Rename dev to parent for parent deviceRuss Weight
2021-06-09fpga: bridge: change FPGA indirect article to anTom Rix
2021-01-10fpga: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun
2020-06-18fpga: Fix dead store in fpga-bridge.cTom Rix
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose
2018-10-16fpga: bridge: add devm_fpga_bridge_createAlan Tull
2018-09-30fpga: bridge: fix obvious function documentation errorAlan Tull
2018-05-25fpga: clarify that unregister functions also freeAlan Tull
2018-05-25fpga: bridge: kernel-doc fixesAlan Tull
2018-05-25fpga: use SPDXAlan Tull
2018-05-25fpga: bridge: change api, don't use drvdataAlan Tull
2017-11-28fpga: fpga-bridge: remove unnecessary null check in of_fpga_bridge_getGustavo A. R. Silva
2017-11-28fpga: add attribute groupsAlan Tull
2017-11-28fpga: bridge: support getting bridge from deviceAlan Tull
2017-03-17fpga: bridge: Replace open-coded list_for_each + list_entryMoritz Fischer
2017-03-17fpga: fix sparse warnings in fpga-mgr and fpga-bridgeDinh Nguyen
2016-11-10fpga: add fpga bridge frameworkAlan Tull