summaryrefslogtreecommitdiffstats
path: root/drivers/fpga/fpga-bridge.c
Commit message (Expand)AuthorAgeFilesLines
* fpga: remove redundant checks for bridge opsMarco Pagani2024-02-181-4/+4
* fpga: bridge: make fpga_bridge_class a static const structureIvan Orlov2023-08-111-13/+12
* fpga: bridge: fix kernel-docMarco Pagani2023-07-101-11/+12
* Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-271-1/+1
|\
| * fpga: bridge: fix kernel-doc parameter descriptionMarco Pagani2023-03-091-1/+1
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\ \
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
| |/
* / fpga: bridge: properly initialize bridge device before populating childrenAlexis Lothoré2023-04-071-1/+2
|/
* fpga: bridge: return errors in the show() method of the "state" attributeMarco Pagani2023-01-281-4/+7
* fpga: Directly use ida_alloc()/free()keliu2022-06-081-3/+3
* fpga: bridge: Use standard dev_release for class driverRuss Weight2021-11-281-94/+28
* fpga: fpga-bridge: removed repeated wordNavin Sankar Velliangiri2021-07-211-2/+2
* fpga: fix spelling mistakesTom Rix2021-07-211-2/+2
* fpga: bridge: Rename dev to parent for parent deviceRuss Weight2021-06-151-9/+9
* fpga: bridge: change FPGA indirect article to anTom Rix2021-06-091-11/+11
* fpga: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-01-101-3/+1
* fpga: Fix dead store in fpga-bridge.cTom Rix2020-06-181-4/+2
* drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2019-07-301-7/+1
* fpga: bridge: add devm_fpga_bridge_createAlan Tull2018-10-161-9/+59
* fpga: bridge: fix obvious function documentation errorAlan Tull2018-09-301-1/+1
* fpga: clarify that unregister functions also freeAlan Tull2018-05-251-1/+1
* fpga: bridge: kernel-doc fixesAlan Tull2018-05-251-0/+1
* fpga: use SPDXAlan Tull2018-05-251-12/+1
* fpga: bridge: change api, don't use drvdataAlan Tull2018-05-251-24/+46
* fpga: fpga-bridge: remove unnecessary null check in of_fpga_bridge_getGustavo A. R. Silva2017-11-281-2/+0
* fpga: add attribute groupsAlan Tull2017-11-281-0/+1
* fpga: bridge: support getting bridge from deviceAlan Tull2017-11-281-23/+87
* fpga: bridge: Replace open-coded list_for_each + list_entryMoritz Fischer2017-03-171-11/+4
* fpga: fix sparse warnings in fpga-mgr and fpga-bridgeDinh Nguyen2017-03-171-1/+1
* fpga: add fpga bridge frameworkAlan Tull2016-11-101-0/+395