]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: pxa: use ioremap to access CPLD
authorSascha Hauer <s.hauer@pengutronix.de>
Thu, 12 Apr 2012 09:45:08 +0000 (11:45 +0200)
committerHaojian Zhuang <haojian.zhuang@gmail.com>
Fri, 27 Apr 2012 05:05:36 +0000 (13:05 +0800)
commitb298322b7576c9d5750fdc7d3e588ec9238af1d3
treee17da26951f7da782cd13e72c5d013048b0abae9
parent66f75a5d028beaf67c931435fdc3e7823125730c
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 <s.hauer@pengutronix.de>
Acked-by: Eric Miao <eric.y.miao@gmail.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
arch/arm/mach-pxa/include/mach/pcm990_baseboard.h
arch/arm/mach-pxa/pcm990-baseboard.c