aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
Commit message (Expand)AuthorAgeFilesLines
...
* rfnoc: ctrlport: Fixing timeouts for timed commandsBrent Stapleton2019-11-262-5/+31
* rfnoc: client_zero can track num SEPs and num ctrl EPs separatelyMartin Braun2019-11-263-4/+21
* transport: Add modeling of physical adaptersAlex Williams2019-11-267-5/+149
* rfnoc: node: Add set_properties()Martin Braun2019-11-261-0/+19
* rfnoc: Add basic round-robin allocation for linksAlex Williams2019-11-261-12/+65
* rfnoc: Add ability to select transport for streamers to user APIsAlex Williams2019-11-265-14/+98
* rfnoc: tx_streamer: add support for async messagesCiro Nishiguchi2019-11-2610-20/+262
* rfnoc: Centralize initialization state of SEPs to epid_allocatorAlex Williams2019-11-266-25/+80
* rfnoc: Use link_stream_manager's mgmt_portal for all mgmt packetsAlex Williams2019-11-268-97/+100
* rfnoc: rfnoc_graph: Improve error reporting for init failuresMartin Braun2019-11-261-0/+4
* rfnoc: client0: Change flush-all-blocks to not throw on timeoutMartin Braun2019-11-263-23/+12
* rfnoc: graph: Optimize property propagation algorithmMartin Braun2019-11-263-24/+64
* rfnoc: Add MTU property to TX streamerCiro Nishiguchi2019-11-263-7/+75
* rfnoc: graph: Lock release/commit stateMartin Braun2019-11-263-9/+27
* rfnoc: radio: Add async message validationMartin Braun2019-11-262-0/+53
* rfnoc: ctrlport: Separately validate and handle async messagesMartin Braun2019-11-262-5/+33
* rfnoc: radio: Introduce coerce_rate() methodMartin Braun2019-11-262-3/+24
* rfnoc: Add DUC block controllerMartin Braun2019-11-262-0/+525
* rfnoc: rfnoc_graph: FormattingBrent Stapleton2019-11-261-15/+10
* rfnoc: rfnoc_graph: Add is_connectable() APIMartin Braun2019-11-261-0/+73
* rfnoc: Add MTU trackingMartin Braun2019-11-264-5/+124
* rfnoc: Implement overrun handling using action APIMartin Braun2019-11-265-3/+151
* rfnoc: actions: Allow sending actions to selfMartin Braun2019-11-263-20/+43
* rfnoc: actions: Add dictionary to all actionsMartin Braun2019-11-261-4/+9
* rfnoc: Introduce device-specific blocksLars Amsel2019-11-263-68/+48
* rfnoc: radio: Remove async message registers for timestampMartin Braun2019-11-261-8/+5
* rfnoc: async message: Include timestamp in async message handlingMartin Braun2019-11-263-7/+15
* rfnoc: radio_control: Add async message handlerMartin Braun2019-11-262-14/+119
* rfnoc: actions: Add rx_event action typeMartin Braun2019-11-261-1/+16
* rfnoc: ctrlport_endpoint: Audit locks, lock more selectivelyMartin Braun2019-11-261-5/+14
* rfnoc: rfnoc_graph: Correctly read local device IDs from mb_ifaceMartin Braun2019-11-261-8/+54
* rfnoc: mb_iface: Add API to query link endiannessMartin Braun2019-11-261-0/+9
* rfnoc: rfnoc_graph: Refactor classMartin Braun2019-11-261-110/+142
* rfnoc: DDC: Fix property propagationMartin Braun2019-11-261-76/+90
* rfnoc: node: Make register_property() unlock RW accessMartin Braun2019-11-261-1/+4
* rfnoc: add rx and tx transports, and amend rfnoc_graphCiro Nishiguchi2019-11-2625-326/+3334
* rfnoc: Add tracking of 'valid' bit to propertiesAlex Williams2019-11-262-1/+10
* rfnoc: Enable users to query connections in the graphAlex Williams2019-11-263-2/+162
* rfnoc: rfnoc_graph: Change block's subtrees to be /blocks/$BLOCKIDMartin Braun2019-11-261-2/+7
* rfnoc: graph: Initialize properties on all nodes during initMartin Braun2019-11-263-0/+14
* rfnoc: flushing and reset blocks on graph creationBrent Stapleton2019-11-263-3/+71
* rfnoc: Add clock selection to blocksMartin Braun2019-11-2610-38/+101
* rfnoc: clock_iface: Add flag for clock to be (im-)mutableMartin Braun2019-11-261-1/+21
* rfnoc: Add shutdown feature to blocksMartin Braun2019-11-267-3/+48
* rfnoc: register_iface_holder: Add ability to invalidate and updateMartin Braun2019-11-262-0/+93
* rfnoc: rfnoc_device: Make get_mb_iface() pure virtualMartin Braun2019-11-261-22/+1
* rfnoc: Make a chdr_ctrl_xport using the new link APIsAlex Williams2019-11-268-135/+182
* rfnoc: Add chdr_ctrl_xportAlex Williams2019-11-264-4/+276
* rfnoc: noc_block_base: Store property tree reference from make_argsMartin Braun2019-11-261-1/+4
* rfnoc: Add mb_controller base class and X300/MPMD implementationsMartin Braun2019-11-268-0/+246