From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753032AbbIAOLk (ORCPT ); Tue, 1 Sep 2015 10:11:40 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:27638 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752633AbbIAOLj (ORCPT ); Tue, 1 Sep 2015 10:11:39 -0400 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] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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