From mboxrd@z Thu Jan 1 00:00:00 1970 From: eric.y.miao@gmail.com (Eric Miao) Date: Mon, 15 Feb 2010 22:33:03 +0800 Subject: [PATCH 1/2] PXA3xx: Add support for preconfiguring SMEMC In-Reply-To: <201002150155.35786.marek.vasut@gmail.com> References: <201002150155.35786.marek.vasut@gmail.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Feb 15, 2010 at 8:55 AM, Marek Vasut wrote: > This patch adds SMEMC preconfiguration that was proposed in the "[PXA320] How to > find ?I/O registers, base address of ASIX ethernet chip?" thread. > > Comments are welcome, as it is it's just a quick thing, but it works. This > addition should be harmless. > > Signed-off-by: Marek Vasut > I'd expect a more intuitive way to configure the static memory controller, actually the configuration is so complex that this task is no easy :)