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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 0A1C9C4167B for ; Fri, 11 Dec 2020 03:32:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A539123BF0 for ; Fri, 11 Dec 2020 03:32:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2395119AbgLKDbw (ORCPT ); Thu, 10 Dec 2020 22:31:52 -0500 Received: from mail-oi1-f171.google.com ([209.85.167.171]:45750 "EHLO mail-oi1-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2395118AbgLKDbn (ORCPT ); Thu, 10 Dec 2020 22:31:43 -0500 Received: by mail-oi1-f171.google.com with SMTP id f132so8331404oib.12; Thu, 10 Dec 2020 19:31:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=tPzs8wSBCqyhse1n/k2re/x+sNjYYy09CVQwRqHItwI=; b=gQ/HNjI7icU+q5RfyyZQmcLWXOAylfZXZ8Q0a2ris4aNL+7/7MBoA6WFfrtLkzcPQ4 RylURrv4Z74vRE+4epcWfCyK1OE/msCr1dUqx0zbkXJ+pWaX7vVslhDY2iy3+N355I3r iYuf3ozkOFQb+OAKLHBzDxU9FympkfAXuKzzsIXNFwCFyBHGaoyc2+2znQJWMAxUj3L6 TXVzSIW1fiNjOimaseejJBtbaA8M5ic0pmKh+aRrYpB6875aT2ftuOg/i3zQZVrlqdDN HynRkXB0BValT41oiO0vyYNklXU/R1+8PtCpKWFy7+ghP1QJdiYMCwAXgw1VwG2xWb4Q tFuw== X-Gm-Message-State: AOAM533Dh0E280vsx5aihl1Zx9OufPuyLehzt5+qp6YYk7t7tpPCN64C aqOMkEybdPVQEkM+YlCT2g== X-Google-Smtp-Source: ABdhPJwPCuxaIFDkVuxjowHzrgvOOxjtSzFefQfi85WoIOFGCsidOK1LZhRoJTa/vgfpVMEGYSKEIQ== X-Received: by 2002:aca:c443:: with SMTP id u64mr7735487oif.117.1607657462747; Thu, 10 Dec 2020 19:31:02 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id l5sm1491453ooo.2.2020.12.10.19.31.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Dec 2020 19:31:01 -0800 (PST) Received: (nullmailer pid 3581367 invoked by uid 1000); Fri, 11 Dec 2020 03:31:01 -0000 Date: Thu, 10 Dec 2020 21:31:01 -0600 From: Rob Herring To: Lars Povlsen Cc: linux-arm-kernel@lists.infradead.org, Linus Walleij , Alexandre Belloni , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Microchip Linux Driver Support , linux-gpio@vger.kernel.org Subject: Re: [PATCH -next 2/3] dt-bindings: pinctrl: pinctrl-microchip-sgpio: Add irq support Message-ID: <20201211033101.GA3581336@robh.at.kernel.org> References: <20201209142753.683208-1-lars.povlsen@microchip.com> <20201209142753.683208-3-lars.povlsen@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201209142753.683208-3-lars.povlsen@microchip.com> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Wed, 09 Dec 2020 15:27:52 +0100, Lars Povlsen wrote: > This describe the new bindings for the added IRQ support in the > pinctrl-microchip-sgpio driver. > > Signed-off-by: Lars Povlsen > --- > .../bindings/pinctrl/microchip,sparx5-sgpio.yaml | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > Reviewed-by: Rob Herring 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=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 E9DB2C4361B for ; Fri, 11 Dec 2020 03:32:14 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 8EA5323770 for ; Fri, 11 Dec 2020 03:32:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8EA5323770 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+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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=ihcLrbYAteIGGkFL4NPAr2mXfLI4JMcY2i2KAu8v0ic=; b=kTB/OsT5FjNnbDfmqdBTZUEHQ 0oU0OwvBsQXlUDTBKAEiBEPNF9IVIx0rcn7SZ9nkWvuZoUs+C61dbIdBUT82IrTk4vnRFPOUocYNt GDX/wn0jt8g/IX6i2Sh8o8FVloYc1hD9GKEJDTkSUh7/hTfAE7DJHZ94bo/pXmfuKowXfDFauEF0X JYBvjmmCrwGw8wtHmUj4QUgWFQoUQD6d5USa0vStQrwXjHfUxz2Y38mWAAyrlp56X/l23U30HbfXc z/JefVTNWHK5SaNoSkeqvMbH14VHfiZC5hDdfwpcQWo4DhKGdfZJXxlX/hrIbusgil6FMKlgEnPaW bGM7Ew2Xg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1knZ97-0004f5-T8; Fri, 11 Dec 2020 03:31:05 +0000 Received: from mail-oi1-f171.google.com ([209.85.167.171]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1knZ95-0004eL-AH for linux-arm-kernel@lists.infradead.org; Fri, 11 Dec 2020 03:31:04 +0000 Received: by mail-oi1-f171.google.com with SMTP id l200so8334204oig.9 for ; Thu, 10 Dec 2020 19:31:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=tPzs8wSBCqyhse1n/k2re/x+sNjYYy09CVQwRqHItwI=; b=GC+Wfp2sHOnrlV1BwfnHqN5lM5Xq9ho2uNDz6Ex68XMxADVkzWnolPu6H0F8be0aED EGNN7xnHqRbmR5HVZ0KItSJkVHRSnrH0DEuonOR93auv7mIlEGLEuTbati5EKzqi/EnE gj0jivFhledYwD+6NpP8vYxfiYCibx3XMYEwXJiSusa7RLw0PevMPXH/fD2XkI4x13u9 /RJKFYV3lIESIKNm1i4SXamrLwqahzkf1tWaHjykgo9Q9l3JbCy+UL9kye/NY/qDU3m/ FQ+843DUzUR1T5pT2mchth88juxkR4QwGJG79ftFbhn3uCkGo4BUbV5hEU2EcI+CXpL/ Bomg== X-Gm-Message-State: AOAM5325FN3uhHKw2A9ozByFtp2nOPCJhYsyj6B9h7fK4WoUZbuOK9++ /sF7ACXbKiH0bm5SwYQc6VjJtnXSig== X-Google-Smtp-Source: ABdhPJwPCuxaIFDkVuxjowHzrgvOOxjtSzFefQfi85WoIOFGCsidOK1LZhRoJTa/vgfpVMEGYSKEIQ== X-Received: by 2002:aca:c443:: with SMTP id u64mr7735487oif.117.1607657462747; Thu, 10 Dec 2020 19:31:02 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id l5sm1491453ooo.2.2020.12.10.19.31.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Dec 2020 19:31:01 -0800 (PST) Received: (nullmailer pid 3581367 invoked by uid 1000); Fri, 11 Dec 2020 03:31:01 -0000 Date: Thu, 10 Dec 2020 21:31:01 -0600 From: Rob Herring To: Lars Povlsen Subject: Re: [PATCH -next 2/3] dt-bindings: pinctrl: pinctrl-microchip-sgpio: Add irq support Message-ID: <20201211033101.GA3581336@robh.at.kernel.org> References: <20201209142753.683208-1-lars.povlsen@microchip.com> <20201209142753.683208-3-lars.povlsen@microchip.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201209142753.683208-3-lars.povlsen@microchip.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201210_223103_365833_38F55EB9 X-CRM114-Status: GOOD ( 12.33 ) 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: devicetree@vger.kernel.org, Alexandre Belloni , Linus Walleij , linux-kernel@vger.kernel.org, Microchip Linux Driver Support , linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 09 Dec 2020 15:27:52 +0100, Lars Povlsen wrote: > This describe the new bindings for the added IRQ support in the > pinctrl-microchip-sgpio driver. > > Signed-off-by: Lars Povlsen > --- > .../bindings/pinctrl/microchip,sparx5-sgpio.yaml | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel