Message ID | 1700074613-1977070-1-git-send-email-radhey.shyam.pandey@amd.com (mailing list archive) |
---|---|
Headers | show |
Series | net: axienet: Introduce dmaengine | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 16 Nov 2023 00:26:50 +0530 you wrote: > The axiethernet driver can use the dmaengine framework to communicate > with the xilinx DMAengine driver(AXIDMA, MCDMA). The inspiration behind > this dmaengine adoption is to reuse the in-kernel xilinx dma engine > driver[1] and remove redundant dma programming sequence[2] from the > ethernet driver. This simplifies the ethernet driver and also makes > it generic to be hooked to any complaint dma IP i.e AXIDMA, MCDMA > without any modification. > > [...] Here is the summary with links: - [net-next,v9,1/3] dt-bindings: net: xlnx,axi-ethernet: Introduce DMA support https://git.kernel.org/netdev/net-next/c/5e63c5ef7a99 - [net-next,v9,2/3] net: axienet: Preparatory changes for dmaengine support https://git.kernel.org/netdev/net-next/c/6b1b40f704fc - [net-next,v9,3/3] net: axienet: Introduce dmaengine support https://git.kernel.org/netdev/net-next/c/6a91b846af85 You are awesome, thank you!