From: Maxime Bizon Date: Tue, 4 Jun 2013 21:53:34 +0000 (+0100) Subject: bcm63xx_enet: split DMA channel register accesses X-Git-Tag: v3.11-rc1~16^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ae99b5fede6f3a8d252d50bb4aba29544295219;p=pandora-kernel.git bcm63xx_enet: split DMA channel register accesses The current bcm63xx_enet driver always uses bcmenet_shared_base whenever it needs to access DMA channel configuration space or access the DMA channel state RAM. Split these register in 3 parts to be more accurate: - global DMA configuration - per DMA channel configuration space - per DMA channel state RAM space This is preliminary to support new chips where the global DMA configuration remains the same, but there is a varying number of DMA channels located at a different memory offset. Signed-off-by: Maxime Bizon Signed-off-by: Jonas Gorski Signed-off-by: David S. Miller --- Reading git-diff-tree failed