[PATCH] soc: brcmstb: consolidate initcall functions

Florian Fainelli florian.fainelli at broadcom.com
Mon Mar 30 14:54:15 PDT 2026


From: Florian Fainelli <f.fainelli at gmail.com>

On Wed, 25 Mar 2026 10:46:19 -0700, justin.chen at broadcom.com wrote:
> From: Justin Chen <justin.chen at broadcom.com>
> 
> Merge the separate early_initcall and arch_initcall functions into a
> single early_initcall. This is possible thanks to commit 6e12db376b60
> ("base: soc: Allow early registration of a single SoC device"), which
> allows soc_device_register() to be called during early_initcall by
> deferring the actual registration until the soc_bus is ready.
> 
> Replace static family_id/product_id variables with a dynamically
> allocated brcmstb_soc_info structure.
> 
> Signed-off-by: Justin Chen <justin.chen at broadcom.com>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
--
Florian



More information about the linux-arm-kernel mailing list