[PATCH v2 net-next 1/2] net: nixge: Separate ctrl and dma resources

2019-01-31 Thread alex . williams
From: Alex Williams The DMA engine is a separate entity altogether, and this allows the DMA controller's address to float elsewhere in the FPGA's map. Signed-off-by: Alex Williams --- drivers/net/ethernet/ni/nixge.c | 74 - 1 file changed, 58

[PATCH v2 net-next 2/2] net: nixge: Update device-tree bindings with v3.00

2019-01-31 Thread alex . williams
From: Alex Williams Now the DMA engine is free to float elsewhere in the system map. Signed-off-by: Alex Williams --- Documentation/devicetree/bindings/net/nixge.txt | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/net