From: Francois Romieu Date: Sat, 10 Mar 2012 10:50:03 +0000 (+0100) Subject: uli526x: stop using net_device.{base_addr, irq} and convert to __iomem. X-Git-Tag: v3.5-rc1~109^2~537 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3acf4b5cde8123a7a243d9dcd63f3e6990c8e5bb;p=pandora-kernel.git uli526x: stop using net_device.{base_addr, irq} and convert to __iomem. The bulk of the patch comes from the __iomem changes. - the phy read and write operations were carrying the chip id deep down the call chain. Let's waste a pointer and contain the flying spaghetti monster. - phy_{read, write}_1bit only need to access the DCR9 register. The loss of generality here should not hurt. - removed a leftover printk of the EISA era. This is a pure PCI device. Signed-off-by: Francois Romieu Acked-by: Grant Grundler --- Reading git-diff-tree failed