[PATCH v2 2/6] net: ethernet: bgmac: add dma_dev pointer
From: f.fainelli@gmail.com (Florian Fainelli)
Date: 2016-07-08 18:11:16
Also in:
linux-devicetree, lkml, netdev
From: f.fainelli@gmail.com (Florian Fainelli)
Date: 2016-07-08 18:11:16
Also in:
linux-devicetree, lkml, netdev
On 07/07/2016 04:08 PM, Jon Mason wrote:
The dma buffer allocation, etc references a dma_dev device pointer from the bcma core. In anticipation of removing the bcma requirement for this driver, these must be changed to not reference that struct. Add a dma_dev device pointer to the bgmac stuct and reference that instead. Signed-off-by: Jon Mason <redacted> Acked-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Tested-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian