From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 01 Sep 2015 16:11:47 +0200 (CEST) Received: from mailapp01.imgtec.com ([195.59.15.196]:3864 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27007213AbbIAOLnf1fbe (ORCPT ); Tue, 1 Sep 2015 16:11:43 +0200 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 9A4D8401302B6; Tue, 1 Sep 2015 15:11:34 +0100 (IST) Received: from LEMAIL01.le.imgtec.org (192.168.152.62) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Tue, 1 Sep 2015 15:11:37 +0100 Received: from [192.168.154.168] (192.168.154.168) by LEMAIL01.le.imgtec.org (192.168.152.62) with Microsoft SMTP Server (TLS) id 14.3.210.2; Tue, 1 Sep 2015 15:11:36 +0100 Subject: Re: [PATCH v2] MIPS: Fix console output for Fulong2e system To: Guenter Roeck , Ralf Baechle References: <1440994798-14032-1-git-send-email-linux@roeck-us.net> CC: Huacai Chen , , From: Markos Chandras X-Enigmail-Draft-Status: N1110 Message-ID: <55E5B218.2050506@imgtec.com> Date: Tue, 1 Sep 2015 15:11:36 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1440994798-14032-1-git-send-email-linux@roeck-us.net> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.154.168] Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 49073 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: Markos.Chandras@imgtec.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 On 08/31/2015 05:19 AM, Guenter Roeck wrote: > Commit 3adeb2566b9b ("MIPS: Loongson: Improve LEFI firmware interface") > made the number of UARTs dynamic if LEFI_FIRMWARE_INTERFACE is configured. > Unfortunately, it did not initialize the number of UARTs if > LEFI_FIRMWARE_INTERFACE is not configured. As a result, the Fulong2e > system has no console. > > Fixes: 3adeb2566b9b ("MIPS: Loongson: Improve LEFI firmware interface") > Acked-by: Huacai Chen > Signed-off-by: Guenter Roeck > --- Tested-by: Markos Chandras -- markos From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailapp01.imgtec.com ([195.59.15.196]:3864 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27007213AbbIAOLnf1fbe (ORCPT ); Tue, 1 Sep 2015 16:11:43 +0200 Subject: Re: [PATCH v2] MIPS: Fix console output for Fulong2e system References: <1440994798-14032-1-git-send-email-linux@roeck-us.net> From: Markos Chandras Message-ID: <55E5B218.2050506@imgtec.com> Date: Tue, 1 Sep 2015 15:11:36 +0100 MIME-Version: 1.0 In-Reply-To: <1440994798-14032-1-git-send-email-linux@roeck-us.net> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: Guenter Roeck , Ralf Baechle Cc: Huacai Chen , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Message-ID: <20150901141136.2Wnczgn0jnIEgKZ26hyBfzasXAclFZi35uot7aANuuY@z> On 08/31/2015 05:19 AM, Guenter Roeck wrote: > Commit 3adeb2566b9b ("MIPS: Loongson: Improve LEFI firmware interface") > made the number of UARTs dynamic if LEFI_FIRMWARE_INTERFACE is configured. > Unfortunately, it did not initialize the number of UARTs if > LEFI_FIRMWARE_INTERFACE is not configured. As a result, the Fulong2e > system has no console. > > Fixes: 3adeb2566b9b ("MIPS: Loongson: Improve LEFI firmware interface") > Acked-by: Huacai Chen > Signed-off-by: Guenter Roeck > --- Tested-by: Markos Chandras -- markos