]> git.karo-electronics.de Git - karo-tx-linux.git/commit
DM9000: Fixup blackfin after removing 2 resource usage
authorLaurent Pinchart <laurentp@cse-semaphore.com>
Tue, 24 Jun 2008 21:15:58 +0000 (22:15 +0100)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 25 Jun 2008 02:56:57 +0000 (22:56 -0400)
commitda3854fc9f80c0240ba7cadd2aebf036683ff21b
tree5dc3a03621675e96e226eb9e893703e6e1e393dd
parent08c3f57caa16b231f6627889cb43581c020f566a
DM9000: Fixup blackfin after removing 2 resource usage

The dm9000 driver accepts either 2 or 3 resources to describe the platform
devices. The 2 resources case abuses the ioresource mechanism by passing
ioremap()ed memory through the platform device resources. This patch removes
converts boards that were using it to the 3 resources scheme.

CC: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
arch/blackfin/mach-bf527/boards/ezkit.c
arch/blackfin/mach-bf533/boards/H8606.c
arch/blackfin/mach-bf537/boards/generic_board.c