From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/5] irqchip: atmel-aic: add RTT irq fixup
Date: Thu, 13 Nov 2014 11:58:32 +0100 [thread overview]
Message-ID: <54648ED8.7030608@atmel.com> (raw)
In-Reply-To: <20141109045550.GS3698@titan.lakedaemon.net>
On 09/11/2014 05:55, Jason Cooper :
> On Mon, Nov 03, 2014 at 09:30:59AM +0100, Boris Brezillon wrote:
>> Hello,
>>
>> This patch series add a new fixup function for the RTT (Real Time Timer)
>> block and make use of it on SoCs integrating at least one RTT to prevent
>> spurious interrupts on the first interrupt line.
>>
>> This fixup function was previously implemented in
>> arch/arm/mach-at91/sysirq_mask.c, but is now moved to the AIC driver so
>> that we can remove SoC specific hooks in arch/arm/mach-at91/ when booting
>> a DT kernel.
>>
>> This series also reworks the naming convention of the SoC specific fixup
>> functions and add an entry for the at91rm9200.
>>
>> Best Regards,
>>
>> Boris
>>
>> Changes since v1:
>> - rebased on linux-3.18-rc2
>>
>> Boris BREZILLON (5):
>> irqchip: atmel-aic: add irq fixup for RTT block
>> irqchip: atmel-aic: add irq fixups for at91sam926x SoCs
>> irqchip: atmel-aic: add specific irq fixup function for sam9g45 and
>> sam9rl
>> irqchip: atmel-aic: rename at91sam9_aic_irq_fixup for naming
>> consistency
>> irqchip: atmel-aic: add missing entry for rm9200 irq fixups
>>
>> drivers/irqchip/irq-atmel-aic-common.c | 26 ++++++++++++++++++++++++++
>> drivers/irqchip/irq-atmel-aic-common.h | 2 ++
>> drivers/irqchip/irq-atmel-aic.c | 26 +++++++++++++++++++++-----
>> 3 files changed, 49 insertions(+), 5 deletions(-)
>
> Whole series applied to irqchip/atmel
Too late but for the record:
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
There are a little tiny details that I can solve later (function names,
order of SoCs, etc.).
Bye,
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Jason Cooper <jason@lakedaemon.net>,
Boris Brezillon <boris.brezillon@free-electrons.com>
Cc: Thomas Gleixner <tglx@linutronix.de>,
Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
Alexandre Belloni <alexandre.belloni@free-electrons.com>,
Andrew Victor <linux@maxim.org.za>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 0/5] irqchip: atmel-aic: add RTT irq fixup
Date: Thu, 13 Nov 2014 11:58:32 +0100 [thread overview]
Message-ID: <54648ED8.7030608@atmel.com> (raw)
In-Reply-To: <20141109045550.GS3698@titan.lakedaemon.net>
On 09/11/2014 05:55, Jason Cooper :
> On Mon, Nov 03, 2014 at 09:30:59AM +0100, Boris Brezillon wrote:
>> Hello,
>>
>> This patch series add a new fixup function for the RTT (Real Time Timer)
>> block and make use of it on SoCs integrating at least one RTT to prevent
>> spurious interrupts on the first interrupt line.
>>
>> This fixup function was previously implemented in
>> arch/arm/mach-at91/sysirq_mask.c, but is now moved to the AIC driver so
>> that we can remove SoC specific hooks in arch/arm/mach-at91/ when booting
>> a DT kernel.
>>
>> This series also reworks the naming convention of the SoC specific fixup
>> functions and add an entry for the at91rm9200.
>>
>> Best Regards,
>>
>> Boris
>>
>> Changes since v1:
>> - rebased on linux-3.18-rc2
>>
>> Boris BREZILLON (5):
>> irqchip: atmel-aic: add irq fixup for RTT block
>> irqchip: atmel-aic: add irq fixups for at91sam926x SoCs
>> irqchip: atmel-aic: add specific irq fixup function for sam9g45 and
>> sam9rl
>> irqchip: atmel-aic: rename at91sam9_aic_irq_fixup for naming
>> consistency
>> irqchip: atmel-aic: add missing entry for rm9200 irq fixups
>>
>> drivers/irqchip/irq-atmel-aic-common.c | 26 ++++++++++++++++++++++++++
>> drivers/irqchip/irq-atmel-aic-common.h | 2 ++
>> drivers/irqchip/irq-atmel-aic.c | 26 +++++++++++++++++++++-----
>> 3 files changed, 49 insertions(+), 5 deletions(-)
>
> Whole series applied to irqchip/atmel
Too late but for the record:
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
There are a little tiny details that I can solve later (function names,
order of SoCs, etc.).
Bye,
--
Nicolas Ferre
next prev parent reply other threads:[~2014-11-13 10:58 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-03 8:30 [PATCH v2 0/5] irqchip: atmel-aic: add RTT irq fixup Boris Brezillon
2014-11-03 8:30 ` Boris Brezillon
2014-11-03 8:31 ` [PATCH v2 1/5] irqchip: atmel-aic: add irq fixup for RTT block Boris Brezillon
2014-11-03 8:31 ` Boris Brezillon
2014-11-03 8:31 ` [PATCH v2 2/5] irqchip: atmel-aic: add irq fixups for at91sam926x SoCs Boris Brezillon
2014-11-03 8:31 ` Boris Brezillon
2014-11-03 8:31 ` [PATCH v2 3/5] irqchip: atmel-aic: add specific irq fixup function for sam9g45 and sam9rl Boris Brezillon
2014-11-03 8:31 ` Boris Brezillon
2014-11-03 8:31 ` [PATCH v2 4/5] irqchip: atmel-aic: rename at91sam9_aic_irq_fixup for naming consistency Boris Brezillon
2014-11-03 8:31 ` Boris Brezillon
2014-11-03 8:31 ` [PATCH v2 5/5] irqchip: atmel-aic: add missing entry for rm9200 irq fixups Boris Brezillon
2014-11-03 8:31 ` Boris Brezillon
2014-11-09 4:55 ` [PATCH v2 0/5] irqchip: atmel-aic: add RTT irq fixup Jason Cooper
2014-11-09 4:55 ` Jason Cooper
2014-11-13 10:58 ` Nicolas Ferre [this message]
2014-11-13 10:58 ` 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=54648ED8.7030608@atmel.com \
--to=nicolas.ferre@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.