[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CADApbej-MejYuw5JpTYppZ7e0ce=OQoiJZ2pUWFY163SiXCGgg@mail.gmail.com>
Date: Fri, 28 Jun 2013 10:15:04 +0800
From: Chao Xie <xiechao.mail@...il.com>
To: Arnd Bergmann <arnd@...db.de>
Cc: Neil Zhang <zhangwm@...vell.com>, Chao Xie <cxie4@...vell.com>,
"haojian.zhuang@...il.com" <haojian.zhuang@...il.com>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Russell King - ARM Linux <linux@....linux.org.uk>
Subject: Re: [PATCH v2] ARM: mmp: bring up pxa988 with device tree support
hi, Arnd
SCU registers mapping can not be added to fixmap.
As Russell's suggested, the SCU registers can be mapped to 0xffff1000
with single page.
Beause the mapping is not a fix map, and i can not use the static
functions in arch/arm/mm/mm.h, I still have to use static mapping for
SCU registers by iotable_init.
So what is your idea about how to make the SCU registers mapping to be
a peice of common code?
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists