[PATCH] ARM: bcm281xx: Add timer driver

Arnd Bergmann arnd at arndb.de
Tue Dec 4 09:12:12 EST 2012


On Tuesday 04 December 2012, Christian Daudt wrote:
> This adds support for the Broadcom timer, used in the following SoCs:
> BCM11130, BCM11140, BCM11351, BCM28145, BCM28155
> 
> This patch needs the arm-soc/soc/next branch
> 
> Signed-off-by: Christian Daudt <csd at broadcom.com>

Acked-by: Arnd Bergmann <arnd at arndb.de>
>  
> -static void timer_init(void)
> -{
> -}
> +extern void bcm_timer_init(void);
>  
>  static struct sys_timer timer = {
> -	.init = timer_init,
> +	.init = bcm_timer_init,
>  };
>  

This part will confict with the recent patches that kill off the
struct sys_timer, but it should be easy to fix.

	Arnd



More information about the linux-arm-kernel mailing list