All of lore.kernel.org
 help / color / mirror / Atom feed
From: ludovic.desroches@atmel.com (Ludovic Desroches)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] ARM: at91/PMC: sama5d3 family doesn't have a PLLB
Date: Mon, 24 Jun 2013 11:24:21 +0200	[thread overview]
Message-ID: <20130624092421.GG5060@ludovic.desroches@atmel.com> (raw)
In-Reply-To: <f914b67ea7c5af4bf24e93f092b5c2e31fac01bc.1372064763.git.nicolas.ferre@atmel.com>

On Mon, Jun 24, 2013 at 11:08:45AM +0200, Nicolas Ferre wrote:
> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>

Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>

> ---
>  arch/arm/mach-at91/clock.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-at91/clock.c b/arch/arm/mach-at91/clock.c
> index da84188..085a79d 100644
> --- a/arch/arm/mach-at91/clock.c
> +++ b/arch/arm/mach-at91/clock.c
> @@ -75,7 +75,8 @@ EXPORT_SYMBOL_GPL(at91_pmc_base);
>  #define cpu_has_pllb()		(!(cpu_is_at91sam9rl() \
>  				|| cpu_is_at91sam9g45() \
>  				|| cpu_is_at91sam9x5() \
> -				|| cpu_is_at91sam9n12()))
> +				|| cpu_is_at91sam9n12() \
> +				|| cpu_is_sama5d3()))
>  
>  #define cpu_has_upll()		(cpu_is_at91sam9g45() \
>  				|| cpu_is_at91sam9x5() \
> -- 
> 1.8.2.2
> 

  reply	other threads:[~2013-06-24  9:24 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-24  9:08 [PATCH 0/3] ARM: at91/PMC: some fixes for clock functionalies Nicolas Ferre
2013-06-24  9:08 ` Nicolas Ferre
2013-06-24  9:08 ` [PATCH 1/3] ARM: at91/PMC: sama5d3 family doesn't have a PLLB Nicolas Ferre
2013-06-24  9:08   ` Nicolas Ferre
2013-06-24  9:24   ` Ludovic Desroches [this message]
2013-06-24  9:08 ` [PATCH 2/3] ARM: at91/PMC: at91sam9n12 family " Nicolas Ferre
2013-06-24  9:08   ` Nicolas Ferre
2013-06-24 10:44   ` Bo Shen
2013-06-24 10:44     ` Bo Shen
2013-06-24  9:08 ` [PATCH 3/3] ARM: at91/PMC: at91sam9n12 family has USB HS feature Nicolas Ferre
2013-06-24  9:08   ` Nicolas Ferre
2013-06-24 10:46   ` Bo Shen
2013-06-24 10:46     ` Bo Shen
2013-06-24 10:59     ` Nicolas Ferre
2013-06-24 10:59       ` Nicolas Ferre

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=20130624092421.GG5060@ludovic.desroches@atmel.com \
    --to=ludovic.desroches@atmel.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.