From: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
To: Marc Zyngier <maz@kernel.org>
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: Mon, 14 Sep 2020 10:02:27 +0300 [thread overview]
Message-ID: <20200914070227.GA4491@BV030612LT> (raw)
In-Reply-To: <c5115d27739e1664f808ff5f1fc315e8@kernel.org>
Hi Marc,
On Fri, Sep 11, 2020 at 05:22:41PM +0100, Marc Zyngier wrote:
> 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.
I took the authorship for the driver patch, as mentioned in the cover
letter. So, if I understand correctly, my SoB should be moved on top and
I assume I also need to drop the related comment line.
> The patch itself looks good.
Thanks for reviewing,
Cristi
>
> 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: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
To: Marc Zyngier <maz@kernel.org>
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: Mon, 14 Sep 2020 10:02:27 +0300 [thread overview]
Message-ID: <20200914070227.GA4491@BV030612LT> (raw)
In-Reply-To: <c5115d27739e1664f808ff5f1fc315e8@kernel.org>
Hi Marc,
On Fri, Sep 11, 2020 at 05:22:41PM +0100, Marc Zyngier wrote:
> 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.
I took the authorship for the driver patch, as mentioned in the cover
letter. So, if I understand correctly, my SoB should be moved on top and
I assume I also need to drop the related comment line.
> The patch itself looks good.
Thanks for reviewing,
Cristi
>
> M.
> --
> Jazz is not dead. It just smells funny...
next prev parent reply other threads:[~2020-09-14 7:03 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
2020-09-11 16:22 ` Marc Zyngier
2020-09-14 7:02 ` Cristian Ciocaltea [this message]
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=20200914070227.GA4491@BV030612LT \
--to=cristian.ciocaltea@gmail.com \
--cc=afaerber@suse.de \
--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=maz@kernel.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.