From: Sergei Shtylyov Date: Sat, 15 Feb 2014 01:30:20 +0000 (+0300) Subject: ARM: shmobile: Lager: set proper DMA masks for Ether device X-Git-Tag: v3.15-rc1~78^2~9^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d5a87a5b6572426f8eae6e26ebcf9664d2d001a;p=pandora-kernel.git ARM: shmobile: Lager: set proper DMA masks for Ether device Ether MAC is a DMA-capable device and so should have 'dev.dma_mask' and 'dev.coherent_dma_mask' fields set properly, to reflect 32-bit DMA addressing ability. Currently, the code works without DMA masks but as we would have to enable CONFIG_HIGHMEM to access the full board memory in the future, when support for NETIF_F_SG would be added to the 'sh_eth' driver as well, the correct DMA masks should start to matter... Signed-off-by: Sergei Shtylyov Signed-off-by: Simon Horman --- Reading git-diff-tree failed