[PATCH] openrisc: move ethoc registration to device_initcall

Sascha Hauer s.hauer at pengutronix.de
Sun May 11 21:40:59 PDT 2014


On Sun, May 11, 2014 at 12:42:04AM +0200, Franck Jullien wrote:
> Signed-off-by: Franck Jullien <franck.jullien at gmail.com>
> ---
>  arch/openrisc/boards/generic/generic.c |   18 ++++++++++++------
>  1 files changed, 12 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/openrisc/boards/generic/generic.c b/arch/openrisc/boards/generic/generic.c
> index 9f68007..5c1698d 100644
> --- a/arch/openrisc/boards/generic/generic.c
> +++ b/arch/openrisc/boards/generic/generic.c
> @@ -9,6 +9,18 @@ static struct NS16550_plat serial_plat = {
>  	.shift = 0,
>  };
>  
> +static int openrisc_devices_init(void)
> +{
> +#ifdef CONFIG_DRIVER_NET_ETHOC
> +	add_generic_device("ethoc", DEVICE_ID_DYNAMIC, NULL,
> +			   OPENRISC_SOPC_ETHOC_BASE, 0x1000,
> +			   IORESOURCE_MEM, NULL);
> +#endif
> +	return 0;
> +}
> +
> +device_initcall(openrisc_devices_init);

What's wrong with the original console_initcall? Does this solve any
issues?

Sascha

-- 
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