Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755988Ab0KKLrR (ORCPT ); Thu, 11 Nov 2010 06:47:17 -0500 Received: from www.tglx.de ([62.245.132.106]:32859 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755896Ab0KKLrQ (ORCPT ); Thu, 11 Nov 2010 06:47:16 -0500 Date: Thu, 11 Nov 2010 12:47:08 +0100 (CET) From: Thomas Gleixner To: Dirk Brandewie cc: linux-kernel@vger.kernel.org, x86@kernel.org Subject: Re: [PATCH 4/6] ce4100: Add errata fixes for UART on CE4100 In-Reply-To: <4CDBD91A.2010805@gmail.com> Message-ID: References: <395c11879580e72e3a47272ef8cf5e04fa334210.1289331834.git.dirk.brandewie@gmail.com> <4CDBD91A.2010805@gmail.com> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 874 Lines: 27 On Thu, 11 Nov 2010, Dirk Brandewie wrote: > On 11/11/2010 03:34 AM, Thomas Gleixner wrote: > > > > > > > + * Over ride the legacy port configuration that comes from > > > + * asm/serial.h. Using the ioport driver then switching to the > > > + * PCI memmaped driver hangs the IOAPIC > > > + */ > > > + if (up->iotype != UPIO_MEM32) { > > > + up->uartclk = 14745600; > > > + up->mapbase = 0xdffe0200; > > > > What does the uartclk, mapbase fixups in the CONFIG_EARLY_PRINTK=n case ? > > > This is setup in the PCI driver patch #3 in the series I just can't find it there, that's why I'm asking :) Thanks, tglx -- 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/