From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 24 Feb 2010 00:06:23 +0100 (CET) Received: from localhost.localdomain ([127.0.0.1]:55398 "EHLO h5.dl5rb.org.uk" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S1492429Ab0BWXGU (ORCPT ); Wed, 24 Feb 2010 00:06:20 +0100 Received: from h5.dl5rb.org.uk (localhost.localdomain [127.0.0.1]) by h5.dl5rb.org.uk (8.14.3/8.14.3) with ESMTP id o1NN6IeS027627; Wed, 24 Feb 2010 00:06:18 +0100 Received: (from ralf@localhost) by h5.dl5rb.org.uk (8.14.3/8.14.3/Submit) id o1NN6IVg027625; Wed, 24 Feb 2010 00:06:18 +0100 Date: Wed, 24 Feb 2010 00:06:18 +0100 From: Ralf Baechle To: Manuel Lauss Cc: Linux-MIPS , Manuel Lauss Subject: Re: [PATCH -queue v2] MIPS: Alchemy: use 36bit addresses for PCMCIA resources. Message-ID: <20100223230618.GD21949@linux-mips.org> References: <1266956534-24753-1-git-send-email-manuel.lauss@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1266956534-24753-1-git-send-email-manuel.lauss@gmail.com> User-Agent: Mutt/1.5.20 (2009-08-17) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 26010 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk X-list: linux-mips On Tue, Feb 23, 2010 at 09:22:14PM +0100, Manuel Lauss wrote: > On Alchemy the PCMCIA area lies at the end of the chips 36bit system > bus area. Currently, addresses at the far end of the 32bit area > are assumed to belong to the PCMCIA area and fixed up to the real > 36bit address before being passed to ioremap(). > > A previous commit enabled 64 bit physical size for the resource > datatype on Alchemy and this allows to use the correct > 36bit addresses when registering the PCMCIA sockets. > > This patch removes the 32-to-36bit address fixup and registers the > Alchemy demoboard pcmcia socket with the correct 36bit physical > addresses. > > Tested on DB1200, with a CF card (ide-cs driver) and a 3c589 pcmcia > ethernet card. > > Signed-off-by: Manuel Lauss Thanks, queued for 2.6.34. Ralf