mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] nvmem: ocotp: Make use of postcore_platform_driver macro
@ 2018-12-07  7:32 Andrey Smirnov
  2018-12-10  8:56 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Smirnov @ 2018-12-07  7:32 UTC (permalink / raw)
  To: barebox; +Cc: Andrey Smirnov

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---
 drivers/nvmem/ocotp.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/drivers/nvmem/ocotp.c b/drivers/nvmem/ocotp.c
index e0cf35f0b..2952988f8 100644
--- a/drivers/nvmem/ocotp.c
+++ b/drivers/nvmem/ocotp.c
@@ -697,11 +697,4 @@ static struct driver_d imx_ocotp_driver = {
 	.probe	= imx_ocotp_probe,
 	.of_compatible = DRV_OF_COMPAT(imx_ocotp_dt_ids),
 };
-
-static int imx_ocotp_init(void)
-{
-	platform_driver_register(&imx_ocotp_driver);
-
-	return 0;
-}
-postcore_initcall(imx_ocotp_init);
+postcore_platform_driver(imx_ocotp_driver);
-- 
2.19.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] nvmem: ocotp: Make use of postcore_platform_driver macro
  2018-12-07  7:32 [PATCH] nvmem: ocotp: Make use of postcore_platform_driver macro Andrey Smirnov
@ 2018-12-10  8:56 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2018-12-10  8:56 UTC (permalink / raw)
  To: Andrey Smirnov; +Cc: barebox

On Thu, Dec 06, 2018 at 11:32:04PM -0800, Andrey Smirnov wrote:
> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
> ---
>  drivers/nvmem/ocotp.c | 9 +--------
>  1 file changed, 1 insertion(+), 8 deletions(-)
> 

Applied, thanks

Sascha

> diff --git a/drivers/nvmem/ocotp.c b/drivers/nvmem/ocotp.c
> index e0cf35f0b..2952988f8 100644
> --- a/drivers/nvmem/ocotp.c
> +++ b/drivers/nvmem/ocotp.c
> @@ -697,11 +697,4 @@ static struct driver_d imx_ocotp_driver = {
>  	.probe	= imx_ocotp_probe,
>  	.of_compatible = DRV_OF_COMPAT(imx_ocotp_dt_ids),
>  };
> -
> -static int imx_ocotp_init(void)
> -{
> -	platform_driver_register(&imx_ocotp_driver);
> -
> -	return 0;
> -}
> -postcore_initcall(imx_ocotp_init);
> +postcore_platform_driver(imx_ocotp_driver);
> -- 
> 2.19.1
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@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 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-10  8:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-07  7:32 [PATCH] nvmem: ocotp: Make use of postcore_platform_driver macro Andrey Smirnov
2018-12-10  8:56 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox