[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <167202609138.9518.12964660345062034201.git-patchwork-notify@kernel.org>
Date: Mon, 26 Dec 2022 03:41:31 +0000
From: patchwork-bot+chrome-platform@...nel.org
To: Brian Norris <briannorris@...omium.org>
Cc: gregkh@...uxfoundation.org, bleung@...omium.org,
chrome-platform@...ts.linux.dev, linux-kernel@...r.kernel.org,
samuel@...lland.org, jwerner@...omium.org, swboyd@...omium.org,
linux@...ck-us.net, stable@...r.kernel.org
Subject: Re: [PATCH] firmware: coreboot: Register bus in module init
Hello:
This patch was applied to chrome-platform/linux.git (for-next)
by Greg Kroah-Hartman <gregkh@...uxfoundation.org>:
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
Powered by blists - more mailing lists