Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965373AbXAYO3c (ORCPT ); Thu, 25 Jan 2007 09:29:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965372AbXAYO3c (ORCPT ); Thu, 25 Jan 2007 09:29:32 -0500 Received: from gateway-1237.mvista.com ([63.81.120.155]:1229 "EHLO imap.sh.mvista.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S965140AbXAYO3b (ORCPT ); Thu, 25 Jan 2007 09:29:31 -0500 Message-ID: <45B8BEC5.7010000@ru.mvista.com> Date: Thu, 25 Jan 2007 17:29:25 +0300 From: Sergei Shtylyov Organization: MontaVista Software Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.2) Gecko/20040803 X-Accept-Language: ru, en-us, en-gb MIME-Version: 1.0 To: Marc St-Jean Cc: Alan , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, linux-mips@linux-mips.org Subject: Re: [PATCH] serial driver PMC MSP71xx, kernel linux-mips.git mast er References: <45B7CB34.60209@pmc-sierra.com> In-Reply-To: <45B7CB34.60209@pmc-sierra.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1053 Lines: 28 Hello. Marc St-Jean wrote: >> > I could use both iotype and type with a test on each for the appropriate >> > bug, what do you recommend? >> I think iotype would be enough. You can't pass type for platform >>devices anyway, IIRC (the thing I don't quite like). > I just found that out the hard way, it get's overwritten during autoconfig* and > ends up back at PORT_16550A. > I'm now trying to use my own iotype = UPIO_DWAPB and I've added it to all cases > that check for UPIO_MEM. However at boot time I'm getting: > "serial8250: ttyS0 at *unknown* (irq = 27) is a 16550A". > It looks like something outside of 8250.c must be checking for UPIO_MEM, I'm > looking into it. Yeah, be sure to change serial_core.c as well (whereever you'll see UPIO_AU/TSI there)... Quite ugly. :-/ WBR, Sergei - 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/