[PATCH v2 1/7] Revert "syscon: Decrease driver registration priority"
Sascha Hauer
s.hauer at pengutronix.de
Mon Jul 18 21:51:10 PDT 2016
On Mon, Jul 18, 2016 at 08:14:43AM -0700, Andrey Smirnov wrote:
> Fixing the i.MX6 specific issue this way breaks things on CLPS711x
> target. Better fix for the problem is to follow this patch.
>
> This reverts commit c203958f3bbf25fc3d612497057b962e96ad1c52.
>
> Reported-by: Alexander Shiyan <shc_work at mail.ru>
> Signed-off-by: Andrey Smirnov <andrew.smirnov at gmail.com>
> ---
Applied the first two patches to master and the rest for next.
Sascha
> drivers/mfd/syscon.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c
> index ee62da0..9589a03 100644
> --- a/drivers/mfd/syscon.c
> +++ b/drivers/mfd/syscon.c
> @@ -111,7 +111,7 @@ static int __init syscon_init(void)
> {
> return platform_driver_register(&syscon_driver);
> }
> -device_initcall(syscon_init);
> +core_initcall(syscon_init);
>
> MODULE_AUTHOR("Dong Aisheng <dong.aisheng at linaro.org>");
> MODULE_DESCRIPTION("System Control driver");
> --
> 2.5.5
>
>
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list