[PATCH 2/2] soc: bcm: brcmstb: Be multi-platform compatible

Arnd Bergmann arnd at arndb.de
Mon Jan 15 06:47:40 PST 2018


On Fri, Jan 12, 2018 at 10:08 PM, Florian Fainelli <f.fainelli at gmail.com> wrote:
> From: Thierry Reding <treding at nvidia.com>
>
> We were making a bunch of wrong assumptions that turned out to blow out
> on non-Broadcom STB platforms:
>
> - we would return -ENODEV from brcmstb_soc_device_early_init() if we
>   could not find the sun_top_ctrl device node, this is not an error
>   in the context of a multi-platform kernel
> - we would still try to register the Broadcom STB SoC device, even if we
>   are not running on such a platform
>
> While at it, also fix the sun_top_ctrl device_node leaks while we change
> the flow of brcmstb_soc_device_init() and
> brcmstb_soc_device_early_init().
>
> Fixes: f780429adfbc ("soc: brcmstb: biuctrl: Move to early_initcall")
> Signed-off-by: Thierry Reding <treding at nvidia.com>
> [florian: Combine all of Thierry's patch in one go for easier review]
> Signed-off-by: Florian Fainelli <f.fainelli at gmail.com>

Applied both to next/drivers, thanks!

         Arnd



More information about the linux-arm-kernel mailing list