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 43B19C46467 for ; Mon, 26 Dec 2022 03:41:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231537AbiLZDlg (ORCPT ); Sun, 25 Dec 2022 22:41:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48142 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229999AbiLZDld (ORCPT ); Sun, 25 Dec 2022 22:41:33 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9FFC1DE6; Sun, 25 Dec 2022 19:41:32 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 2068560C6E; Mon, 26 Dec 2022 03:41:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 7A737C433F0; Mon, 26 Dec 2022 03:41:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672026091; bh=ZSlkkJLLxbJ0+GMqD8986Fnf7w6C4j9KYioAc8sZBaE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=L34Zt5NoDXQqbBpZ1Z0RVBWl02XgiQmqnnEi8wKlW/wuW3Et0NTUIWXooD+T0N20x VvrghjGwliRb7M1TK510HW6o4kIifLM0a7sqLQrSovVob+gjyHZMYGjaFebfkdQAqu 0OnX0kkYirSKAZS6gatDDvJxu/qIgqeojZ4Wb7eTAVdtU8/P7oQXBu9dp23DrcYJuJ 02LrjAkfGQwDGxw3qdCtsviqaz/5gzaKJe7+3gl+NdIcw483AzwAjddFB2766qvA9x Jy7YmsXxBGYuAyTuFSrymYAqMzvg08GBSnfWYm6VfdGsaMjwG2y4z3NW0azsDbfbwa r4HIjfe6qSPeQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 5FB24F82DEC; Mon, 26 Dec 2022 03:41:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] firmware: coreboot: Register bus in module init From: patchwork-bot+chrome-platform@kernel.org Message-Id: <167202609138.9518.12964660345062034201.git-patchwork-notify@kernel.org> Date: Mon, 26 Dec 2022 03:41:31 +0000 References: <20221019180934.1.If29e167d8a4771b0bf4a39c89c6946ed764817b9@changeid> In-Reply-To: <20221019180934.1.If29e167d8a4771b0bf4a39c89c6946ed764817b9@changeid> To: Brian Norris Cc: gregkh@linuxfoundation.org, bleung@chromium.org, chrome-platform@lists.linux.dev, linux-kernel@vger.kernel.org, samuel@sholland.org, jwerner@chromium.org, swboyd@chromium.org, linux@roeck-us.net, stable@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to chrome-platform/linux.git (for-next) by Greg Kroah-Hartman : On Wed, 19 Oct 2022 18:10:53 -0700 you wrote: > The coreboot_table driver registers a coreboot bus while probing a > "coreboot_table" device representing the coreboot table memory region. > Probing this device (i.e., registering the bus) is a dependency for the > module_init() functions of any driver for this bus (e.g., > memconsole-coreboot.c / memconsole_driver_init()). > > With synchronous probe, this dependency works OK, as the link order in > the Makefile ensures coreboot_table_driver_init() (and thus, > coreboot_table_probe()) completes before a coreboot device driver tries > to add itself to the bus. > > [...] Here is the summary with links: - firmware: coreboot: Register bus in module init https://git.kernel.org/chrome-platform/c/65946690ed8d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html