]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
net: macb: Clean 64b dma addresses if they are not detected
authorMichal Simek <michal.simek@xilinx.com>
Tue, 25 Sep 2018 06:32:50 +0000 (08:32 +0200)
committerJuerg Haefliger <juergh@canonical.com>
Wed, 24 Jul 2019 01:54:42 +0000 (19:54 -0600)
commit1fe4e79c9bd1f6236309f9c62fa17381444ad338
tree821f04ac26804b1080f94fe10171f16256bcc6e9
parent761151f742005638da50f91840d83b2913ab870d
net: macb: Clean 64b dma addresses if they are not detected

BugLink: https://bugs.launchpad.net/bugs/1836654
[ Upstream commit e1e5d8a9fe737d94ccc0ccbaf0c97f69a8f3e000 ]

Clear ADDR64 dma bit in DMACFG register in case that HW_DMA_CAP_64B is
not detected on 64bit system.
The issue was observed when bootloader(u-boot) does not check macb
feature at DCFG6 register (DAW64_OFFSET) and enabling 64bit dma support
by default. Then macb driver is reading DMACFG register back and only
adding 64bit dma configuration but not cleaning it out.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
drivers/net/ethernet/cadence/macb_main.c