All of lore.kernel.org
 help / color / mirror / Atom feed
From: daniel.lezcano@linaro.org (Daniel Lezcano)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] ARM: at91/tc/clocksource: various robustness improvements
Date: Thu, 03 Oct 2013 16:31:02 +0200	[thread overview]
Message-ID: <524D7FA6.9050402@linaro.org> (raw)
In-Reply-To: <1380717265-6497-1-git-send-email-b.brezillon@overkiz.com>

On 10/02/2013 02:34 PM, Boris BREZILLON wrote:
> Hello,
>
> This series include several improvements regarding the at91 tc clocksource
> driver:
>   - use clk_prepare/unprepare_enable/disable functions instead of the
>     clk_enable/disable functions to prepare the transition to the common clk
>     framework
>   - check several function return values instead of considering these functions
>     always suceed.
>   - remove the deprecated IRQF_DISABLED flag
>
> Best Regards,
>
> Boris
>
> Boris BREZILLON (3):
>    ARM: at91/tc/clocksource: replace clk_enable/disable with
>      clk_prepare_enable/disable_unprepare
>    ARM: at91/tc/clocksource: improve driver robustness
>    ARM: at91/tc/clocksource: remove IRQF_DISABLED
>
>   drivers/clocksource/tcb_clksrc.c |   61 +++++++++++++++++++++++++++++++-------
>   1 file changed, 50 insertions(+), 11 deletions(-)
>

Applied to my tree for 3.13 with the subsystem name and first letter 
capitalized fixed:

clocksource: tcb_clksrc: [A-Z]*

Thanks !
   -- Daniel

-- 
  <http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

WARNING: multiple messages have this Message-ID (diff)
From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: Boris BREZILLON <b.brezillon@overkiz.com>,
	Nicolas Ferre <nicolas.ferre@atmel.com>,
	Thomas Gleixner <tglx@linutronix.de>
Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/3] ARM: at91/tc/clocksource: various robustness improvements
Date: Thu, 03 Oct 2013 16:31:02 +0200	[thread overview]
Message-ID: <524D7FA6.9050402@linaro.org> (raw)
In-Reply-To: <1380717265-6497-1-git-send-email-b.brezillon@overkiz.com>

On 10/02/2013 02:34 PM, Boris BREZILLON wrote:
> Hello,
>
> This series include several improvements regarding the at91 tc clocksource
> driver:
>   - use clk_prepare/unprepare_enable/disable functions instead of the
>     clk_enable/disable functions to prepare the transition to the common clk
>     framework
>   - check several function return values instead of considering these functions
>     always suceed.
>   - remove the deprecated IRQF_DISABLED flag
>
> Best Regards,
>
> Boris
>
> Boris BREZILLON (3):
>    ARM: at91/tc/clocksource: replace clk_enable/disable with
>      clk_prepare_enable/disable_unprepare
>    ARM: at91/tc/clocksource: improve driver robustness
>    ARM: at91/tc/clocksource: remove IRQF_DISABLED
>
>   drivers/clocksource/tcb_clksrc.c |   61 +++++++++++++++++++++++++++++++-------
>   1 file changed, 50 insertions(+), 11 deletions(-)
>

Applied to my tree for 3.13 with the subsystem name and first letter 
capitalized fixed:

clocksource: tcb_clksrc: [A-Z]*

Thanks !
   -- Daniel

-- 
  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


  parent reply	other threads:[~2013-10-03 14:31 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-02 12:34 [PATCH 0/3] ARM: at91/tc/clocksource: various robustness improvements Boris BREZILLON
2013-10-02 12:34 ` Boris BREZILLON
2013-10-02 12:34 ` [PATCH 1/3] ARM: at91/tc/clocksource: replace clk_enable/disable with clk_prepare_enable/disable_unprepare Boris BREZILLON
2013-10-02 12:34   ` Boris BREZILLON
2013-10-02 12:35 ` Boris BREZILLON
2013-10-02 12:35   ` Boris BREZILLON
2013-10-02 12:35 ` [PATCH 2/3] ARM: at91/tc/clocksource: improve driver robustness Boris BREZILLON
2013-10-02 12:35   ` Boris BREZILLON
2013-10-02 12:47   ` Nicolas Ferre
2013-10-02 12:47     ` Nicolas Ferre
2013-10-02 12:35 ` [PATCH 3/3] ARM: at91/tc/clocksource: remove IRQF_DISABLED Boris BREZILLON
2013-10-02 12:35   ` Boris BREZILLON
2013-10-02 12:47   ` Nicolas Ferre
2013-10-02 12:47     ` Nicolas Ferre
2013-10-03 14:31 ` Daniel Lezcano [this message]
2013-10-03 14:31   ` [PATCH 0/3] ARM: at91/tc/clocksource: various robustness improvements Daniel Lezcano

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=524D7FA6.9050402@linaro.org \
    --to=daniel.lezcano@linaro.org \
    --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.