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 4E482C77B73 for ; Sun, 4 Jun 2023 06:04:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230247AbjFDGEs (ORCPT ); Sun, 4 Jun 2023 02:04:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38184 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229462AbjFDGEn (ORCPT ); Sun, 4 Jun 2023 02:04:43 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B37E5120; Sat, 3 Jun 2023 23:04:38 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id B52C0804D; Sun, 4 Jun 2023 06:04:37 +0000 (UTC) Date: Sun, 4 Jun 2023 09:04:36 +0300 From: Tony Lindgren To: Sebastian Reichel Cc: John Ogness , Chen-Yu Tsai , Greg Kroah-Hartman , Jiri Slaby , Andy Shevchenko , Dhruva Gole , Ilpo =?utf-8?B?SsOkcnZpbmVu?= , Johan Hovold , Sebastian Andrzej Siewior , Vignesh Raghavendra , linux-omap@vger.kernel.org, Andy Shevchenko , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, =?utf-8?B?TsOtY29sYXMgRi4gUi4gQS4=?= Prado , AngeloGioacchino Del Regno , linux-mediatek@lists.infradead.org Subject: Re: [PATCH v12 1/1] serial: core: Start managing serial controllers to enable runtime PM Message-ID: <20230604060436.GT14287@atomide.com> References: <20230525113034.46880-1-tony@atomide.com> <20230602083335.GA181647@google.com> <87a5xii33r.fsf@jogness.linutronix.de> <20230603054139.GR14287@atomide.com> <20230603215718.ca5hdzdsj4btnlc2@mercury.elektranox.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230603215718.ca5hdzdsj4btnlc2@mercury.elektranox.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, * Sebastian Reichel [230603 21:57]: > On Sat, Jun 03, 2023 at 08:41:39AM +0300, Tony Lindgren wrote: > > Looking at the kernelci.org test boot results for Linux next [0], seems > > this issue is somehow 8250_mtk specific. I don't think the rk3399 boot > > issue is serial port related. > > The rk3399-gru-kevin board is broken because of a change from me > renaming CONFIG_MFD_RK808 to CONFIG_MFD_RK8XX and forgetting to > update the defconfig :( This means the board is missing its PMIC > driver. It should be fixed once the defconfig update is queued: > > https://lore.kernel.org/all/20230518040541.299189-1-sebastian.reichel@collabora.com/ OK thanks for the info. > Unfortuantely nobody seems to feel responsible for the generic arm > defconfig files :( You could put together a git branch with the defconfig changes and send a pull request to the SoC maintainers if it does not get picked up before that. Regards, Tony