From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 17D55C43219 for ; Fri, 14 Oct 2022 03:25:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229721AbiJNDZa (ORCPT ); Thu, 13 Oct 2022 23:25:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37398 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229604AbiJNDZ3 (ORCPT ); Thu, 13 Oct 2022 23:25:29 -0400 Received: from bg4.exmail.qq.com (bg4.exmail.qq.com [43.154.221.58]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8DA8CA9243; Thu, 13 Oct 2022 20:25:25 -0700 (PDT) X-QQ-mid: bizesmtp70t1665717897tggdurz9 Received: from [192.168.50.235] ( [113.72.147.11]) by bizesmtp.qq.com (ESMTP) with id ; Fri, 14 Oct 2022 11:24:55 +0800 (CST) X-QQ-SSF: 01000000000000B09000000A0000000 X-QQ-FEAT: Sm8l2YSuDykwx9zlf9aLJ0pyGRo8hfvyvKRxpLKx+MBlrJvD5pae//UyWDAHW na+5Zc7KD3nH6kxeXh6Yqpsg0LCAFrZLbmfKzGrO0BDwerR9xpCu/dFNr2efEUDZBpPls6y 0LDmtH/jgCC728s/PbjIVFaNySz6J0mJm1iSKu6MrWK0k1EGan9i1YWZUUWi3EDBHYOAgW7 2LECSrZ7SDNEbTiafYaBMYy8np1WuK2EYswgPqtX9OxtcVauKnhg8LPOPxBNgvYoa5exsQ9 wQooaViwTDRQvilIPnMdhtemhJTHDS6oTPIW3h1NeNCTDhUYflKHmS7yqFkhvESXqWXhT27 dc07HIQ4XYHjmjFWxc2ve/5cGaJHF6vbiVpGk7z6+CQyfKG3JElOgvjk2WIIg== X-QQ-GoodBg: 0 Message-ID: <7CB1B79E00E38D81+9631ccf1-48b5-9ffa-e5cd-b0c9a7c50a56@linux.starfivetech.com> Date: Fri, 14 Oct 2022 11:24:44 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.3.2 Subject: Re: [PATCH v1 29/30] RISC-V: defconfig: Enable CONFIG_SERIAL_8250_DW Content-Language: en-US To: Conor Dooley Cc: Ben Dooks , linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Palmer Dabbelt , Albert Ou , Daniel Lezcano , Thomas Gleixner , Marc Zyngier , Philipp Zabel , Stephen Boyd , Michael Turquette , Linus Walleij , Emil Renner Berthing , linux-kernel@vger.kernel.org References: <20220929143225.17907-1-hal.feng@linux.starfivetech.com> <20220930090653.7449-1-hal.feng@linux.starfivetech.com> <01c658ad-7f73-20fc-03c0-c82dcd820aa4@codethink.co.uk> From: Hal Feng In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:linux.starfivetech.com:qybglogicsvr:qybglogicsvr2 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 30 Sep 2022 22:41:23 +0100, Conor Dooley wrote: > On Fri, Sep 30, 2022 at 09:54:14PM +0100, Ben Dooks wrote: > > On 30/09/2022 10:06, Hal Feng wrote: > > > Add CONFIG_SERIAL_8250_DW=y, which is a necessary option for > > > StarFive JH7110 and JH7100 SoCs to boot with serial ports. > > > > > > Signed-off-by: Hal Feng > > > > That might be useful for other users at some point an I don't > > think it adds much code. > > Honestly I think this should be applied for 6.1, for parity with the > other SoCs that have their serial console enabled by default. > > Reviewed-by: Conor Dooley Could this patch be pulled out and applied for v6.1? So the JH7100 and the coming JH7110 can enable serial console by default when booting. Thanks. Best regards, Hal