aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* rfnoc: rfnoc_graph: FormattingBrent Stapleton2019-11-261-15/+10
* rfnoc: rfnoc_graph: Add is_connectable() APIMartin Braun2019-11-262-0/+86
* rfnoc: Add MTU trackingMartin Braun2019-11-269-6/+218
* rfnoc: Implement overrun handling using action APIMartin Braun2019-11-266-3/+152
* rfnoc: actions: Allow sending actions to selfMartin Braun2019-11-264-22/+48
* rfnoc: actions: Add dictionary to all actionsMartin Braun2019-11-263-6/+22
* rfnoc: Introduce device-specific blocksLars Amsel2019-11-269-109/+108
* rfnoc: Add a new builder script for FPGA images based on eRFNoC.Lars Amsel2019-11-2637-0/+2407
* rfnoc: radio: Remove async message registers for timestampMartin Braun2019-11-261-8/+5
* rfnoc: async message: Include timestamp in async message handlingMartin Braun2019-11-264-9/+17
* rfnoc: radio_control: Add async message handlerMartin Braun2019-11-262-14/+119
* rfnoc: actions: Add rx_event action typeMartin Braun2019-11-262-3/+33
* 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-264-85/+225
* rfnoc: node: Make register_property() unlock RW accessMartin Braun2019-11-262-2/+14
* rfnoc: add rx and tx transports, and amend rfnoc_graphCiro Nishiguchi2019-11-2631-334/+4540
* rfnoc: Add tracking of 'valid' bit to propertiesAlex Williams2019-11-265-18/+84
* rfnoc: Enable users to query connections in the graphAlex Williams2019-11-265-13/+189
* 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-2614-63/+133
* rfnoc: clock_iface: Add flag for clock to be (im-)mutableMartin Braun2019-11-261-1/+21
* rfnoc: Add shutdown feature to blocksMartin Braun2019-11-2611-3/+91
* rfnoc: register_iface_holder: Add ability to invalidate and updateMartin Braun2019-11-263-0/+96
* 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-262-1/+17
* rfnoc: Add mb_controller base class and X300/MPMD implementationsMartin Braun2019-11-268-0/+246
* gpio_atr_3000: Formatting changesBrent Stapleton2019-11-262-156/+221
* cores: gpio_atr_3000: Add capability to configure register offsetMartin Braun2019-11-262-43/+59
* rfnoc: Add device_id allocatorMartin Braun2019-11-263-0/+40
* rfnoc: add reg_iface_adapterMartin Braun2019-11-261-0/+121
* tx_fe_200: make register offset controllableBrent Stapleton2019-11-262-10/+11
* rx_fe_3000: Changing register address calcBrent Stapleton2019-11-262-19/+31
* lib: cores: Adapt spi_core_3000 for use with register_ifaceMartin Braun2019-11-262-50/+92
* rfnoc: Fixed race condition in chdr_ctrl_endpointAshish Chaudhari2019-11-261-2/+4
* rfnoc: Add check_topology() API to nodesMartin Braun2019-11-265-0/+99
* rfnoc: rfnoc_graph: Add API to query the number of motherboardsMartin Braun2019-11-262-1/+12
* rfnoc: enumerate and construct block controllers, enable connect()Brent Stapleton2019-11-262-11/+217
* rfnoc: Add null block controllerMartin Braun2019-11-266-0/+360
* rfnoc: noc_block_base: Pass args into block on constructionMartin Braun2019-11-264-0/+14
* rfnoc: graph: Add commit/release APIMartin Braun2019-11-267-11/+74
* rfnoc: noc_block_base: Add API to reduce num portsMartin Braun2019-11-262-0/+53
* rfnoc: Add mb_controller APIMartin Braun2019-11-2614-1/+708
* rfnoc: SW support for FPGA byte swapperAshish Chaudhari2019-11-262-8/+37