From: Sergei Shtylyov Date: Fri, 20 Jun 2008 18:53:32 +0000 (+0200) Subject: palm_bk3710: fix resource management X-Git-Tag: v2.6.26-rc7~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce42a54946db338e43be9a89c0f7927e02aa3a16;p=pandora-kernel.git palm_bk3710: fix resource management The driver expected a *virtual* address in the IDE platform device's memory resource and didn't request the memory region for the register block. Fix this taking into account the fact that DaVinci SoC devices are fixed-mapped to the virtual memory early and we can get their virtual addresses using IO_ADDRESS() macro, not having to call ioremap()... While at it, also do some cosmetic changes... Signed-off-by: Sergei Shtylyov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed