public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: arnd@arndb•de (Arnd Bergmann)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH] ARM: bcm281xx: Add timer driver
Date: Tue, 4 Dec 2012 14:12:12 +0000	[thread overview]
Message-ID: <201212041412.12383.arnd@arndb.de> (raw)
In-Reply-To: <1354593324-21300-1-git-send-email-csd@broadcom.com>

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@broadcom•com>

Acked-by: Arnd Bergmann <arnd@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

  reply	other threads:[~2012-12-04 14:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-04  3:55 [PATCH] ARM: bcm281xx: Add timer driver Christian Daudt
2012-12-04 14:12 ` Arnd Bergmann [this message]
2012-12-05  2:54 ` Stephen Warren
2012-12-05  9:02   ` Christian Daudt
2012-12-05 15:50     ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201212041412.12383.arnd@arndb.de \
    --to=arnd@arndb$(echo .)de \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox