Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030258AbWADSMg (ORCPT ); Wed, 4 Jan 2006 13:12:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030259AbWADSMg (ORCPT ); Wed, 4 Jan 2006 13:12:36 -0500 Received: from caramon.arm.linux.org.uk ([212.18.232.186]:46865 "EHLO caramon.arm.linux.org.uk") by vger.kernel.org with ESMTP id S1030261AbWADSMd (ORCPT ); Wed, 4 Jan 2006 13:12:33 -0500 Date: Wed, 4 Jan 2006 18:12:26 +0000 From: Russell King To: Gyorgy Jeney Cc: linux-serial@vger.kernel.org, Bjorn Helgaas , linux-kernel@vger.kernel.org Subject: Re: [patch] serial: compare mapbase and not membase in find_port Message-ID: <20060104181226.GD3119@flint.arm.linux.org.uk> Mail-Followup-To: Gyorgy Jeney , linux-serial@vger.kernel.org, Bjorn Helgaas , linux-kernel@vger.kernel.org References: <221e0ff70601010712u6a0d395dq@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <221e0ff70601010712u6a0d395dq@mail.gmail.com> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 931 Lines: 23 On Sun, Jan 01, 2006 at 04:12:31PM +0100, Gyorgy Jeney wrote: > From: Gyorgy Jeney > > If the 8250_early driver uses bt_ioremap, find_port() is unable to find the > correct device since the address returned by ioremap is different to that > returned by bt_ioremap for the same address. Since no more than one device > occupies the same physical address, compareing the physical addresses should > be safe. Really, this should be using uart_match_port(). Fixed to use that. (And in combination with Ben's patch from November time, it works out to do the right thing.) -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: 2.6 Serial core - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/