All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Zyngier <maz@kernel.org>
To: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
Cc: devicetree@vger.kernel.org, parthiban@linumiz.com,
	"Parthiban Nallathambi" <pn@denx.de>,
	"Jason Cooper" <jason@lakedaemon.net>,
	linux-actions@lists.infradead.org, linux-kernel@vger.kernel.org,
	"Rob Herring" <robh+dt@kernel.org>,
	"Manivannan Sadhasivam" <manivannan.sadhasivam@linaro.org>,
	"Thomas Gleixner" <tglx@linutronix.de>,
	"Andreas Färber" <afaerber@suse.de>,
	linux-arm-kernel@lists.infradead.org,
	"Saravanan Sekar" <sravanhome@gmail.com>
Subject: Re: [PATCH v6 2/3] irqchip: Add Actions Semi Owl SIRQ controller
Date: Fri, 11 Sep 2020 17:22:41 +0100	[thread overview]
Message-ID: <c5115d27739e1664f808ff5f1fc315e8@kernel.org> (raw)
In-Reply-To: <1167b847f6fe1da3834aeaadf5710ddac54f06a0.1599552438.git.cristian.ciocaltea@gmail.com>

On 2020-09-08 09:20, Cristian Ciocaltea wrote:
> This interrupt controller is found in the Actions Semi Owl SoCs (S500,
> S700 and S900) and provides support for handling up to 3 external
> interrupt lines.
> 
> Each line can be independently configured as interrupt and triggers on
> either of the edges or either of the levels. Additionally, each line
> can also be masked individually.
> 
> The patch is based on the work started by Parthiban Nallathambi:
> https://lore.kernel.org/lkml/20181126100356.2840578-1-pn@denx.de/
> 
> Signed-off-by: Parthiban Nallathambi <pn@denx.de>
> Signed-off-by: Saravanan Sekar <sravanhome@gmail.com>
> [cristi: optimized DT, various fixes/cleanups/improvements]
> Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>

Who is the author of these patches? If this is a co-development, please
use the relevant tags. Otherwise, the author of the patch must come as
the first SoB.

The patch itself looks good.

         M.
-- 
Jazz is not dead. It just smells funny...

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Marc Zyngier <maz@kernel.org>
To: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
Cc: "Rob Herring" <robh+dt@kernel.org>,
	"Manivannan Sadhasivam" <manivannan.sadhasivam@linaro.org>,
	"Thomas Gleixner" <tglx@linutronix.de>,
	"Jason Cooper" <jason@lakedaemon.net>,
	"Andreas Färber" <afaerber@suse.de>,
	parthiban@linumiz.com, "Saravanan Sekar" <sravanhome@gmail.com>,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-actions@lists.infradead.org,
	"Parthiban Nallathambi" <pn@denx.de>
Subject: Re: [PATCH v6 2/3] irqchip: Add Actions Semi Owl SIRQ controller
Date: Fri, 11 Sep 2020 17:22:41 +0100	[thread overview]
Message-ID: <c5115d27739e1664f808ff5f1fc315e8@kernel.org> (raw)
In-Reply-To: <1167b847f6fe1da3834aeaadf5710ddac54f06a0.1599552438.git.cristian.ciocaltea@gmail.com>

On 2020-09-08 09:20, Cristian Ciocaltea wrote:
> This interrupt controller is found in the Actions Semi Owl SoCs (S500,
> S700 and S900) and provides support for handling up to 3 external
> interrupt lines.
> 
> Each line can be independently configured as interrupt and triggers on
> either of the edges or either of the levels. Additionally, each line
> can also be masked individually.
> 
> The patch is based on the work started by Parthiban Nallathambi:
> https://lore.kernel.org/lkml/20181126100356.2840578-1-pn@denx.de/
> 
> Signed-off-by: Parthiban Nallathambi <pn@denx.de>
> Signed-off-by: Saravanan Sekar <sravanhome@gmail.com>
> [cristi: optimized DT, various fixes/cleanups/improvements]
> Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>

Who is the author of these patches? If this is a co-development, please
use the relevant tags. Otherwise, the author of the patch must come as
the first SoB.

The patch itself looks good.

         M.
-- 
Jazz is not dead. It just smells funny...

  reply	other threads:[~2020-09-11 16:24 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-08  8:20 [PATCH v6 0/3] Add Actions Semi Owl family sirq support Cristian Ciocaltea
2020-09-08  8:20 ` Cristian Ciocaltea
2020-09-08  8:20 ` [PATCH v6 1/3] dt-bindings: interrupt-controller: Add Actions SIRQ controller binding Cristian Ciocaltea
2020-09-08  8:20   ` Cristian Ciocaltea
2020-09-08  8:20 ` [PATCH v6 2/3] irqchip: Add Actions Semi Owl SIRQ controller Cristian Ciocaltea
2020-09-08  8:20   ` Cristian Ciocaltea
2020-09-11 16:22   ` Marc Zyngier [this message]
2020-09-11 16:22     ` Marc Zyngier
2020-09-14  7:02     ` Cristian Ciocaltea
2020-09-14  7:02       ` Cristian Ciocaltea
2020-09-14  8:07       ` Marc Zyngier
2020-09-14  8:07         ` Marc Zyngier
2020-09-14  8:51         ` Cristian Ciocaltea
2020-09-14  8:51           ` Cristian Ciocaltea
2020-09-14  9:19           ` Marc Zyngier
2020-09-14  9:19             ` Marc Zyngier
2020-09-14  9:40             ` Cristian Ciocaltea
2020-09-14  9:40               ` Cristian Ciocaltea
2020-09-08  8:20 ` [PATCH v6 3/3] MAINTAINERS: Add entries for " Cristian Ciocaltea
2020-09-08  8:20   ` Cristian Ciocaltea

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=c5115d27739e1664f808ff5f1fc315e8@kernel.org \
    --to=maz@kernel.org \
    --cc=afaerber@suse.de \
    --cc=cristian.ciocaltea@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jason@lakedaemon.net \
    --cc=linux-actions@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=parthiban@linumiz.com \
    --cc=pn@denx.de \
    --cc=robh+dt@kernel.org \
    --cc=sravanhome@gmail.com \
    --cc=tglx@linutronix.de \
    /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.