From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8A814C3404D for ; Wed, 19 Feb 2020 11:19:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 403ED24656 for ; Wed, 19 Feb 2020 11:19:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582111184; bh=BwgSD1a186ReLRbRpljqkbL5xbN/xb62IKOX5waLZ3U=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=JOjGts4EfaHJ+1GARd7N0AKadvqPprs59YNT2ApkmG7bCeoKY/PmrNRurpStE1ENk +Qy3xbu6UVKhvL5bAefVSK8XycbVXD6TtKV/V14ahBlz+eyun4PrnKzdXaRVG2Llsb w3xrLoXWT3ImdeRqrS/newrf4NKkfwAhnp0jfpic= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726632AbgBSLTo (ORCPT ); Wed, 19 Feb 2020 06:19:44 -0500 Received: from mail.kernel.org ([198.145.29.99]:60890 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726514AbgBSLTn (ORCPT ); Wed, 19 Feb 2020 06:19:43 -0500 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 28B97206E2; Wed, 19 Feb 2020 11:19:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582111183; bh=BwgSD1a186ReLRbRpljqkbL5xbN/xb62IKOX5waLZ3U=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=DtGnndcmPB5eBW9AOBpUytkTAaLSpoU88u6KVZS6XNDAOBWhHwzPa2+Yd3gwdop9J XNvJgwMBfFFWGu9XDvoyVbpApAltto5Xq31N289qcRTU2cZWKUV9mPH/8tDpmAKCMH ERqmxUf1atqq4K7mZtC0xLZO8+Xbl/eGBMRHM8Ko= Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1j4NOH-006URF-9N; Wed, 19 Feb 2020 11:19:41 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 19 Feb 2020 11:19:41 +0000 From: Marc Zyngier To: Alexandre Torgue Cc: Marek Vasut , Thomas Gleixner , Jason Cooper , Marc Zyngier , Linus Walleij , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel-owner@vger.kernel.org Subject: Re: [PATCH 2/2] pinctrl: stm32: Add level interrupt support to gpio irq chip In-Reply-To: References: <20200210134901.1939-1-alexandre.torgue@st.com> <20200210134901.1939-3-alexandre.torgue@st.com> <377b0895-aaeb-b12e-cad7-469332787b4e@denx.de> Message-ID: X-Sender: maz@kernel.org User-Agent: Roundcube Webmail/1.3.10 X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: alexandre.torgue@st.com, marex@denx.de, tglx@linutronix.de, jason@lakedaemon.net, marc.zyngier@arm.com, linus.walleij@linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel-owner@vger.kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On 2020-02-11 10:08, Alexandre Torgue wrote: [...] > Yes. It'll be fixed in v2. And when you do that, please use my official email address (my @arm.com address goes to my ex manager, and I don't think he cares much about this). M. -- Jazz is not dead. It just smells funny... From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4B6DFC3404D for ; Wed, 19 Feb 2020 11:19:46 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0377F24656 for ; Wed, 19 Feb 2020 11:19:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="SeRbZpXo"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="DtGnndcm" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0377F24656 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:References:In-Reply-To:Subject:To:From: Date:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=JEhBxRE2ZvqfjFb/d81ayCLvJUI1KbOiH7RFwhzchKg=; b=SeRbZpXo9Hgqjd1fjfLEFy65m 2wzcjiZyhoBVNNFH+RoeyV72WeeQKwXDh98c2MVAALGS6wHyxFm3B60iZEx7B8ssJF3ji1kEiBemZ nk9Xm8J3YugPUSP7CaovqIH8/cew4I8U62bhUDqau/icCYiONtUucEg1Abk9tM+spyvf7d/FJjq8P Zy0sxEke3/7M6+yozS+dc0PGcHJmVk4RNWTyK+ma8p4St2lOIznyYG5sRwWwC9l+hgsYZOwBhiHu1 GqSwuosunjVEPjtBiQPzyZmYk3r0DAy9WiWLW/RyMkCJwY6tKbB/1GcQVyHCRUIt7tIf76prsXF56 qnxWlkthw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j4NOL-0006kG-Mb; Wed, 19 Feb 2020 11:19:45 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j4NOJ-0006jx-JV for linux-arm-kernel@lists.infradead.org; Wed, 19 Feb 2020 11:19:44 +0000 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 28B97206E2; Wed, 19 Feb 2020 11:19:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582111183; bh=BwgSD1a186ReLRbRpljqkbL5xbN/xb62IKOX5waLZ3U=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=DtGnndcmPB5eBW9AOBpUytkTAaLSpoU88u6KVZS6XNDAOBWhHwzPa2+Yd3gwdop9J XNvJgwMBfFFWGu9XDvoyVbpApAltto5Xq31N289qcRTU2cZWKUV9mPH/8tDpmAKCMH ERqmxUf1atqq4K7mZtC0xLZO8+Xbl/eGBMRHM8Ko= Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1j4NOH-006URF-9N; Wed, 19 Feb 2020 11:19:41 +0000 MIME-Version: 1.0 Date: Wed, 19 Feb 2020 11:19:41 +0000 From: Marc Zyngier To: Alexandre Torgue Subject: Re: [PATCH 2/2] pinctrl: stm32: Add level interrupt support to gpio irq chip In-Reply-To: References: <20200210134901.1939-1-alexandre.torgue@st.com> <20200210134901.1939-3-alexandre.torgue@st.com> <377b0895-aaeb-b12e-cad7-469332787b4e@denx.de> Message-ID: X-Sender: maz@kernel.org User-Agent: Roundcube Webmail/1.3.10 X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: alexandre.torgue@st.com, marex@denx.de, tglx@linutronix.de, jason@lakedaemon.net, marc.zyngier@arm.com, linus.walleij@linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel-owner@vger.kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200219_031943_666683_ADA5AD9F X-CRM114-Status: UNSURE ( 7.01 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marek Vasut , linux-kernel-owner@vger.kernel.org, Jason Cooper , Marc Zyngier , Linus Walleij , linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Thomas Gleixner , linux-arm-kernel@lists.infradead.org Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2020-02-11 10:08, Alexandre Torgue wrote: [...] > Yes. It'll be fixed in v2. And when you do that, please use my official email address (my @arm.com address goes to my ex manager, and I don't think he cares much about this). 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