From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933160AbcFBXqo (ORCPT ); Thu, 2 Jun 2016 19:46:44 -0400 Received: from mezzanine.sirena.org.uk ([106.187.55.193]:36394 "EHLO mezzanine.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932440AbcFBXqn (ORCPT ); Thu, 2 Jun 2016 19:46:43 -0400 Date: Fri, 3 Jun 2016 00:46:28 +0100 From: Mark Brown To: Laxman Dewangan Cc: gregkh@linuxfoundation.org, lee.jones@linaro.org, linux-kernel@vger.kernel.org Message-ID: <20160602234628.GW2282@sirena.org.uk> References: <1463757027-1398-1-git-send-email-ldewangan@nvidia.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="E5HUUwS3R9LcK7+r" Content-Disposition: inline In-Reply-To: <1463757027-1398-1-git-send-email-ldewangan@nvidia.com> X-Cookie: Your present plans will be successful. User-Agent: Mutt/1.6.0 (2016-04-01) X-SA-Exim-Connect-IP: 92.54.156.156 X-SA-Exim-Mail-From: broonie@sirena.org.uk Subject: Re: [PATCH 1/2] regmap: irq: Add support to call client specific pre/post interrupt service X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: Yes (on mezzanine.sirena.org.uk) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --E5HUUwS3R9LcK7+r Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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: 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(-) --E5HUUwS3R9LcK7+r Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXUMVKAAoJECTWi3JdVIfQKa4H/1zDuaIa2F9n2iKCfgd6gi6N zPbMWELxi5xYx01TcQDN9jLHDFuxZZDH1E7nj1n7l24DvfT6XUnea72kx/HppcW9 Y9HZkjsN5/BsPzcjiCE8BFE6+S6PDg9QjwGc3SGxjUscOK03qFzbj68u2T1zxM50 A35kKGMeCrXhVWdK1riHRXXLfW/whUKYlDJEGsJhAH4V0GD1wPc3tXgKWw6hjd9y Gy5YHoiVv0JQruPMZwD1S82MN444UnPb9m8PHTU3vCIwnvr+vT64xVxeiWGXoLz+ /z5wfw21X2xX5RvXSkdr0JxknWptIoDBbD6kbDHUe43iV1NmQohmuMX0gEV+Qco= =0y+b -----END PGP SIGNATURE----- --E5HUUwS3R9LcK7+r--