From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 24 Jan 2013 08:26:19 +0100 (CET) Received: from nbd.name ([46.4.11.11]:39055 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6832187Ab3AXH0Scj8rD (ORCPT ); Thu, 24 Jan 2013 08:26:18 +0100 Message-ID: <5100E183.5080801@phrozen.org> Date: Thu, 24 Jan 2013 08:23:47 +0100 From: John Crispin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.7) Gecko/20120922 Icedove/10.0.7 MIME-Version: 1.0 To: linux-mips@linux-mips.org Subject: Re: [RFC 08/11] MIPS: ralink: adds early_printk support References: <1358942755-25371-1-git-send-email-blogic@openwrt.org> <1358942755-25371-9-git-send-email-blogic@openwrt.org> <5100610A.80609@mvista.com> <5100DB68.20903@phrozen.org> In-Reply-To: <5100DB68.20903@phrozen.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 35526 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: john@phrozen.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Return-Path: Hi, inside we have #define UART_LSR 5 /* In: Line Status Register */ while our driver needs +#define UART_REG_LCR 5 we still inlcude the file because we use #define UART_LSR_THRE 0x20 /* Transmit-hold-register empty */ to make the real tty work we also need this patch (which i will send to the tty people today, i guess the AU stuff needs to be renamed http://git.linux-mips.org/?p=john/linux-john.git;a=commit;h=ad22b1d6987cb703b42db5bdd92feaceb62be961 and for reference there is also this patch to make the whole thing loadable from OF. http://git.linux-mips.org/?p=john/linux-john.git;a=commit;h=bdfab6083da584ac74dddf442de7c7d044aa3c9b John