From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 24 Jan 2013 13:03:16 +0100 (CET) Received: from mail-la0-f53.google.com ([209.85.215.53]:52962 "EHLO mail-la0-f53.google.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6833435Ab3AXMDOCxmV8 (ORCPT ); Thu, 24 Jan 2013 13:03:14 +0100 Received: by mail-la0-f53.google.com with SMTP id fr10so3854713lab.12 for ; Thu, 24 Jan 2013 04:03:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding:x-gm-message-state; bh=EcVhBoi2mLAubAVFXnoCyQiI7MPhmcKgH2Y33hxKWW0=; b=PedMraTaOWPVQZ2xtSX9J1J3LCgYftUF99L/zzq51zX3pPiAVJEpwT7fS9XwLszbag Iar3c/Ly4y4tTiVrVDasmuZgP/0nAJdrkZ29yjNHD4lvkE6Mlb1coP9HtX/LvtHZ6OIU pc2S03QsIC5JUhC8K0WACveFjRf17dANMd/UkF069f8MY7Zv+F8HPdnUiHEDcLxi2HOg yayao8GKjtjHpYaRlvISg931NtFTGZAqC7W089tE7kKCbhC1hSe7yzsGfVVZhK6uyGGz pNdcyhh4OIVcqqmQnCcIZwNFMVYVYxJiJRg9AI+vGI8rSXmNCx5tcGKCdnLRmEbJ1TmQ huQQ== X-Received: by 10.152.133.67 with SMTP id pa3mr1563658lab.44.1359028988213; Thu, 24 Jan 2013 04:03:08 -0800 (PST) Received: from [192.168.2.2] (ppp91-79-94-101.pppoe.mtu-net.ru. [91.79.94.101]) by mx.google.com with ESMTPS id gi3sm9157482lab.7.2013.01.24.04.03.06 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 24 Jan 2013 04:03:07 -0800 (PST) Message-ID: <510122EE.8070601@mvista.com> Date: Thu, 24 Jan 2013 16:02:54 +0400 From: Sergei Shtylyov User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: John Crispin CC: 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-Gm-Message-State: ALoCoQkH9nIHh5/di256/9OXUJTYaLPkG917JhLcWLAHfKL8GnnQFO41RmfeP27/Of53l7ifSw3r X-archive-position: 35534 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: sshtylyov@mvista.com 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: Hello. On 24-01-2013 10:57, John Crispin wrote: >>> Add the code needed to make early printk work. >>> Signed-off-by: John Crispin >>> --- >>> arch/mips/ralink/early_printk.c | 43 >>> +++++++++++++++++++++++++++++++++++++++ >>> 1 file changed, 43 insertions(+) >>> create mode 100644 arch/mips/ralink/early_printk.c >>> diff --git a/arch/mips/ralink/early_printk.c >>> b/arch/mips/ralink/early_printk.c >>> new file mode 100644 >>> index 0000000..c610084 >>> --- /dev/null >>> +++ b/arch/mips/ralink/early_printk.c >>> @@ -0,0 +1,43 @@ >>> +/* >>> + * This program is free software; you can redistribute it and/or >>> modify it >>> + * under the terms of the GNU General Public License version 2 as >>> published >>> + * by the Free Software Foundation. >>> + * >>> + * Copyright (C) 2011-2012 Gabor Juhos >>> + */ >>> + >>> +#include >>> +#include >> BTW, I don't see that file in the current Linus' tree... and in >> linux-next too. > Hi, > ./include/uapi/linux/serial_reg.h Ah, didn't know include/uapi/ is in the #include search patch now. > John WBR, Sergei