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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B5F0FECAAA1 for ; Sun, 23 Oct 2022 13:16:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=23tW/sORzkW0MdYT3nmBGbdedWZVvoA1HgVVRk01E4Q=; b=YmuX0X47RgnIHr vJrGUd6CelS4/wdmCgDheTk35j+FfuaVhdh1dbHkAmqTus3tarK0mifWuWYUE87X/9TUW6YfK5E5q +ziilNgrj/Tc0PsDn7MJyAOw5GXSP2qjQGfD8OYFGcx/0+4+keKiK6MaSirmTbFu5LLR63xw1innJ XFeH8pA2eDB+JOGnXPwCrYYvbB5hx1gSdkj6N2HQHdNgB58ZtOzOINjhm94xsBGXfulrYuMe7trkT ovTzmd7W0eKNX9xbYY9JEUn9fGMQT34qbU1z1PFJPTH4+p02H6njrz6Y4QsnIWB6mqkLY59NmvFRx wwjkH2Gs3TTyHcQyhsJA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1omapR-00FK01-Gt; Sun, 23 Oct 2022 13:15:49 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1omapN-00FJyd-Lh for linux-arm-kernel@lists.infradead.org; Sun, 23 Oct 2022 13:15:47 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 3A598B80D60; Sun, 23 Oct 2022 13:15:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 579C2C433C1; Sun, 23 Oct 2022 13:15:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666530942; bh=l2VMs1wtBNv3IfmWtfuAVs6FIli0QzUZPV7ZdHcYnYo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gmeIDUOJJVgGT7kWEpl4mH789y4aLu30gR8Futg5wnwjde2/zHsBsKRHIqJ+AzqXT H7vhLSW6B/xe8qWeVJbZOrrLDhNR8YfgIwv2G/hKXN1utmYP//Hfpxf4LP9Ta+qSeF nesF97lhmEdrl8lWPh34+i2Qko4tbL/UVGkFOfaotith2suEQkRmMk0LGX2+bdiuEx YiqdJyWZVBYIiG13qdmGZRbX9dAd/HHtORlnJG8JF/IMkVFlw1xmCLDyO2uNblJ8kJ BE/bTreoQGinJsUTvwIhi5FWeFmv2M2745Qr8ldRmNkj/R6eEo3Eby9Ubydn/WS5nc Rd7Wnkv+RrxrQ== Date: Sun, 23 Oct 2022 21:15:36 +0800 From: Shawn Guo To: Marcel Ziswiler Cc: linux-arm-kernel@lists.infradead.org, Marcel Ziswiler , Arnd Bergmann , Biju Das , Bjorn Andersson , Catalin Marinas , Dmitry Baryshkov , Geert Uytterhoeven , Krzysztof Kozlowski , Vinod Koul , Will Deacon , linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 8/8] arm64: defconfig: enable i.mx 8m plus specific interconnect support Message-ID: <20221023131536.GP125525@dragon> References: <20220922162925.2368577-1-marcel@ziswiler.com> <20220922162925.2368577-9-marcel@ziswiler.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220922162925.2368577-9-marcel@ziswiler.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221023_061545_894947_11DEBF9F X-CRM114-Status: GOOD ( 10.82 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Sep 22, 2022 at 06:29:25PM +0200, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > Build CONFIG_INTERCONNECT_IMX8MP as a kernel module without which one > may get the following after boot: > > [ 15.728019] platform 32f10100.usb: deferred probe pending > [ 15.733471] platform 32f10108.usb: deferred probe pending > [ 15.738895] platform 381f0040.usb-phy: deferred probe pending > [ 15.744668] platform 382f0040.usb-phy: deferred probe pending > [ 15.750437] platform 33800000.pcie: deferred probe pending > [ 15.755944] platform 32ec0000.blk-ctrl: deferred probe pending > [ 15.761807] platform 38330000.blk-ctrl: deferred probe pending > [ 15.767673] platform 32f10000.blk-ctrl: deferred probe pending > > And things like PCIe and/or USB stop working. > > Signed-off-by: Marcel Ziswiler Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel