From: Lee Jones <lee.jones@linaro.org>
To: Stephen Warren <swarren@wwwdotorg.org>
Cc: Thomas Gleixner <tglx@linutronix.de>,
Samuel Ortiz <sameo@linux.intel.com>,
Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-tegra@vger.kernel.org, Stephen Warren <swarren@nvidia.com>
Subject: Re: [PATCH V3 4/5] mfd: palmas: support IRQ inversion at the board level
Date: Tue, 4 Mar 2014 16:25:12 +0800 [thread overview]
Message-ID: <20140304082512.GF10579@lee--X1> (raw)
In-Reply-To: <1393876300-3061-4-git-send-email-swarren@wwwdotorg.org>
> From: Stephen Warren <swarren@nvidia.com>
>
> Implement the new DT property ti,irq-externally-inverted, and add an
> equivalent platform data field to match. This allows the driver to
> correctly automatically configure the IRQ output polarity when the board
> or SoC contains an inverter between the Palmas IRQ output and IRQ
> controller input.
>
> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> ---
> v3:
> * Use an IRQD flag to represent the data, rather than a custom DT property.
> v2:
> * Split V1's patch 1/2 into separate patches 1/3 and 2/3.
> ---
> drivers/mfd/palmas.c | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
Looks good to me. Let me know how you want to deal with this. I'm
happy to create an immutable branch for everyone to pull from.
Acked-by: Lee Jones <lee.jones@linaro.org>
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
WARNING: multiple messages have this Message-ID (diff)
From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V3 4/5] mfd: palmas: support IRQ inversion at the board level
Date: Tue, 4 Mar 2014 16:25:12 +0800 [thread overview]
Message-ID: <20140304082512.GF10579@lee--X1> (raw)
In-Reply-To: <1393876300-3061-4-git-send-email-swarren@wwwdotorg.org>
> From: Stephen Warren <swarren@nvidia.com>
>
> Implement the new DT property ti,irq-externally-inverted, and add an
> equivalent platform data field to match. This allows the driver to
> correctly automatically configure the IRQ output polarity when the board
> or SoC contains an inverter between the Palmas IRQ output and IRQ
> controller input.
>
> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> ---
> v3:
> * Use an IRQD flag to represent the data, rather than a custom DT property.
> v2:
> * Split V1's patch 1/2 into separate patches 1/3 and 2/3.
> ---
> drivers/mfd/palmas.c | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
Looks good to me. Let me know how you want to deal with this. I'm
happy to create an immutable branch for everyone to pull from.
Acked-by: Lee Jones <lee.jones@linaro.org>
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2014-03-04 8:25 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-03 19:51 [PATCH V3 1/5] genirq: define flag IRQ_SRC_DST_INVERTED, and accessors Stephen Warren
2014-03-03 19:51 ` Stephen Warren
2014-03-03 19:51 ` [PATCH V3 2/5] dt: define IRQ flags bit 4 as src/dst inversion Stephen Warren
2014-03-03 19:51 ` Stephen Warren
2014-03-03 19:51 ` [PATCH V3 3/5] irqchip: gic: parse IRQ specifier flag " Stephen Warren
2014-03-03 19:51 ` Stephen Warren
2014-03-03 19:51 ` Stephen Warren
2014-03-03 19:51 ` [PATCH V3 5/5] ARM: tegra: fix Dalmore PMIC IRQ polarity Stephen Warren
2014-03-03 19:51 ` Stephen Warren
[not found] ` <1393876300-3061-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2014-03-03 19:51 ` [PATCH V3 4/5] mfd: palmas: support IRQ inversion at the board level Stephen Warren
2014-03-03 19:51 ` Stephen Warren
2014-03-03 19:51 ` Stephen Warren
2014-03-04 8:25 ` Lee Jones [this message]
2014-03-04 8:25 ` Lee Jones
[not found] ` <1393876300-3061-4-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2014-04-10 7:04 ` Alexandre Courbot
2014-04-10 7:04 ` Alexandre Courbot
2014-04-10 7:04 ` Alexandre Courbot
[not found] ` <CAAVeFuJY67zdoHiZufxDbkaw=xt8YwxyDAwHW_T7UZeSOt35NA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-04-10 7:25 ` Lee Jones
2014-04-10 7:25 ` Lee Jones
2014-04-10 7:25 ` Lee Jones
2014-04-10 15:42 ` Stephen Warren
2014-04-10 15:42 ` Stephen Warren
2014-04-10 15:42 ` Stephen Warren
[not found] ` <5346BBDF.4050901-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2014-04-11 2:44 ` Alexandre Courbot
2014-04-11 2:44 ` Alexandre Courbot
2014-04-11 2:44 ` Alexandre Courbot
2014-03-04 10:04 ` [PATCH V3 1/5] genirq: define flag IRQ_SRC_DST_INVERTED, and accessors Thomas Gleixner
2014-03-04 10:04 ` Thomas Gleixner
2014-03-04 10:04 ` Thomas Gleixner
[not found] ` <alpine.DEB.2.02.1403041018370.18573-3cz04HxQygjZikZi3RtOZ1XZhhPuCNm+@public.gmane.org>
2014-03-04 10:34 ` Thomas Gleixner
2014-03-04 10:34 ` Thomas Gleixner
2014-03-04 10:34 ` Thomas Gleixner
2014-03-04 15:57 ` Stephen Warren
2014-03-04 15:57 ` Stephen Warren
2014-03-04 15:57 ` Stephen Warren
2014-03-04 21:31 ` Thomas Gleixner
2014-03-04 21:31 ` Thomas Gleixner
2014-03-04 21:31 ` Thomas Gleixner
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=20140304082512.GF10579@lee--X1 \
--to=lee.jones@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=sameo@linux.intel.com \
--cc=swarren@nvidia.com \
--cc=swarren@wwwdotorg.org \
--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.