[RFC 01/11] drivers: reset: TI: SoC reset controller support.
Arnd Bergmann
arnd at arndb.de
Tue Apr 29 13:36:33 PDT 2014
On Tuesday 29 April 2014 15:19:40 Dan Murphy wrote:
> +#ifndef _RESET_TI_H_
> +#define _RESET_TI_H_
> +
> +#ifdef CONFIG_RESET_TI
> +void ti_dt_reset_init(void);
> +#else
> +static inline void ti_dt_reset_init(void){ return; };
> +#endif
Why can't this be a regular platform device driver that gets
initialized through an initcall rather than get called from
platform code?
Arnd
More information about the linux-arm-kernel
mailing list