From: Lee Jones <lee.jones@linaro.org>
To: Mark Brown <broonie@kernel.org>
Cc: Laxman Dewangan <ldewangan@nvidia.com>,
gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] regmap: irq: Add support to call client specific pre/post interrupt service
Date: Wed, 8 Jun 2016 15:33:07 +0100 [thread overview]
Message-ID: <20160608143307.GK14888@dell> (raw)
In-Reply-To: <20160602234628.GW2282@sirena.org.uk>
On Fri, 03 Jun 2016, Mark Brown wrote:
> On Fri, May 20, 2016 at 08:40:26PM +0530, Laxman Dewangan wrote:
> > Regmap irq implements the generic interrupt service routine which
> > is common for most of devices. Some devices, like MAX77620, MAX20024
> > needs the special handling before and after servicing the interrupt
> > as generic. For the example, MAX77620 programming guidelines for
> > interrupt servicing says:
>
> I've tagged this for pulling into other trees:
Thanks Mark.
> The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
>
> Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-irq-pre-post
>
> for you to fetch changes up to ccc12561926c0bef9a40865db93b926a0927e93f:
>
> regmap: irq: Add support to call client specific pre/post interrupt service (2016-06-03 00:41:15 +0100)
>
> ----------------------------------------------------------------
> regmap: Add pre/post handling hooks for regmap-irq
>
> This is used by some devices with weird broken interrupt controllers
> that have trouble with new interrupts coming in during handling.
>
> ----------------------------------------------------------------
> Laxman Dewangan (1):
> regmap: irq: Add support to call client specific pre/post interrupt service
>
> drivers/base/regmap/regmap-irq.c | 15 +++++++++++----
> include/linux/regmap.h | 10 ++++++++++
> 2 files changed, 21 insertions(+), 4 deletions(-)
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
prev parent reply other threads:[~2016-06-08 14:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-20 15:10 [PATCH 1/2] regmap: irq: Add support to call client specific pre/post interrupt service Laxman Dewangan
2016-05-20 15:10 ` [PATCH 2/2] mfd: max77620: Add pre/post irq handler before/after servicing interrupt Laxman Dewangan
2016-06-08 14:41 ` Lee Jones
2016-06-08 15:42 ` Laxman Dewangan
2016-06-09 14:47 ` Lee Jones
2016-06-02 23:46 ` [PATCH 1/2] regmap: irq: Add support to call client specific pre/post interrupt service Mark Brown
2016-06-08 14:33 ` Lee Jones [this message]
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=20160608143307.GK14888@dell \
--to=lee.jones@linaro.org \
--cc=broonie@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=ldewangan@nvidia.com \
--cc=linux-kernel@vger.kernel.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.