From: Sascha Hauer Date: Thu, 12 Apr 2012 09:45:08 +0000 (+0200) Subject: ARM: pxa: use ioremap to access CPLD X-Git-Tag: v3.5-rc1~150^2~8^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b298322b7576c9d5750fdc7d3e588ec9238af1d3;p=pandora-kernel.git ARM: pxa: use ioremap to access CPLD The pcm990 baseboard for the pcm027 module used to setup a static mapping for accessing the CPLD. It became illegal to call iotable_init that late. The pcm027 support is broken since then. This patch switches the cpld support to ioremap and removes all references to previous static mappings. Signed-off-by: Sascha Hauer Acked-by: Eric Miao Signed-off-by: Haojian Zhuang --- Reading git-diff-tree failed