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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FAKE_REPLY_C,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 8DF9BC43331 for ; Thu, 26 Mar 2020 14:22:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 662132076A for ; Thu, 26 Mar 2020 14:22:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585232542; bh=YlsR+y4MevduxIpBHtlSqX0E4PR8rEoNyXJuFhZpfCs=; h=Date:From:To:Cc:Subject:In-Reply-To:List-ID:From; b=dthetztPaT/DcnN7TbqsbSgy1jLy4uEyDqiRFcJRJDj2diT0o1WTjFMGYALF7ixBL +QDickg7+iXZWdSutYp25AmuqzlADRBagAbirNdbiox3evaOkQ+X8RNd60/K92nyJG i44FmpsQfgvIAkx9tEBj4FtRtLtlzibnQeJwmhLY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727901AbgCZOWV (ORCPT ); Thu, 26 Mar 2020 10:22:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:34526 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727695AbgCZOWV (ORCPT ); Thu, 26 Mar 2020 10:22:21 -0400 Received: from localhost (mobile-166-175-186-165.mycingular.net [166.175.186.165]) (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 AD322206F8; Thu, 26 Mar 2020 14:22:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585232541; bh=YlsR+y4MevduxIpBHtlSqX0E4PR8rEoNyXJuFhZpfCs=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=aUzqJqzYSCnTgPyA/P32W4O9j/LzdzCb6cnGRFJy0Cwv8RSWlx1+hK3ZUovfKdEtI tvJHNho2Hbq8acMNBk8LnaocRhllSCzcGoE/b6S8E7jLJ4VgMCZdp/FAj24UGX+eaI onNUYLGqPj9hTNVjVXaO6egDdALibnysCDzybkNY= Date: Thu, 26 Mar 2020 09:22:18 -0500 From: Bjorn Helgaas To: Srinath Mannam Cc: Lorenzo Pieralisi , Florian Fainelli , Ray Jui , Rob Herring , Andrew Murray , Mark Rutland , Andy Shevchenko , Arnd Bergmann , bcm-kernel-feedback-list@broadcom.com, linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Ray Jui Subject: Re: [PATCH v5 1/6] dt-bindings: pci: Update iProc PCI binding for INTx support Message-ID: <20200326142218.GA259277@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1585205326-25326-2-git-send-email-srinath.mannam@broadcom.com> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org $ git log --oneline Documentation/devicetree/bindings/pci/ 34129bb831cc ("dt-bindings: PCI: intel: Fix dt_binding_check compilation failure") e1ac611f57c9 ("dt-bindings: PCI: Convert generic host binding to DT schema") 919ba6e739eb ("dt-bindings: PCI: Convert Arm Versatile binding to DT schema") 0956dcb853dc ("dt-bindings: PCI: Add bindings for brcmstb's PCIe device") 5d28bee7c91e ("dt-bindings: PCI: qcom: Add support for SDM845 PCIe") e54ea45a4955 ("dt-bindings: PCI: intel: Add YAML schemas for the PCIe RC controller") d8725e38dd9f ("dt-bindings: pci: layerscape-pci: add compatible strings "fsl, ls1028a-pcie"") Capitalize yours match and put the useful information at the beginning; maybe something like this: dt-bindings: PCI: iproc: Improve INTx modeling On Thu, Mar 26, 2020 at 12:18:41PM +0530, Srinath Mannam wrote: > From: Ray Jui > > Update the iProc PCIe binding document for better modeling of the legacy > interrupt (INTx) support. 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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,FAKE_REPLY_C,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 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 F2376C2D0E8 for ; Thu, 26 Mar 2020 14:22:25 +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 C3F502076A for ; Thu, 26 Mar 2020 14:22:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="H4u5hwKS"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="aUzqJqzY" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C3F502076A 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-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version: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:References: List-Owner; bh=Bp6vf6gC0JAhHHpxzEsbwUJvRMw9icU2OE64O89sMmk=; b=H4u5hwKSZhM/S5 +PvScn7kvtkpnIQUrt8yVUGUW2/Smcf1YsQh7kBw2p2reNnld4HAqRoh0rt45FCZ6zZGU3Gc2fo0Y joVzF/XtY8uhRwujkmV8B5pIZFJWSrQ4MS+jrqqOWiPtfvuBag8aEAkNOwLC/yUHQbmoW7mfSHMrL QiGbFh1Venh/iOBV4p2WWyvL9kjAzJOY5yjkjuX9OpplaeGc+k4kHo3xTsaQeYiMX73jVA91xq6eW 2tXXJtrvxtULriN+TRYO7iRKos7+w/IIsDDCKQvhQTKvaHOX7DIy5m7cOu0UmWEEd/vV5QXyAnllz gFXWeA7tKRoNu03DOuyA==; 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 1jHTOr-0000BI-3Z; Thu, 26 Mar 2020 14:22:25 +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 1jHTOn-0000AE-TY for linux-arm-kernel@lists.infradead.org; Thu, 26 Mar 2020 14:22:23 +0000 Received: from localhost (mobile-166-175-186-165.mycingular.net [166.175.186.165]) (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 AD322206F8; Thu, 26 Mar 2020 14:22:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585232541; bh=YlsR+y4MevduxIpBHtlSqX0E4PR8rEoNyXJuFhZpfCs=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=aUzqJqzYSCnTgPyA/P32W4O9j/LzdzCb6cnGRFJy0Cwv8RSWlx1+hK3ZUovfKdEtI tvJHNho2Hbq8acMNBk8LnaocRhllSCzcGoE/b6S8E7jLJ4VgMCZdp/FAj24UGX+eaI onNUYLGqPj9hTNVjVXaO6egDdALibnysCDzybkNY= Date: Thu, 26 Mar 2020 09:22:18 -0500 From: Bjorn Helgaas To: Srinath Mannam Subject: Re: [PATCH v5 1/6] dt-bindings: pci: Update iProc PCI binding for INTx support Message-ID: <20200326142218.GA259277@google.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1585205326-25326-2-git-send-email-srinath.mannam@broadcom.com> User-Agent: Mutt/1.12.2 (2019-09-21) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200326_072221_977515_492D6FE3 X-CRM114-Status: UNSURE ( 9.22 ) 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: Mark Rutland , devicetree@vger.kernel.org, Florian Fainelli , Arnd Bergmann , Ray Jui , Ray Jui , linux-kernel@vger.kernel.org, Rob Herring , Andy Shevchenko , Lorenzo Pieralisi , bcm-kernel-feedback-list@broadcom.com, linux-pci@vger.kernel.org, Andrew Murray , 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+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org $ git log --oneline Documentation/devicetree/bindings/pci/ 34129bb831cc ("dt-bindings: PCI: intel: Fix dt_binding_check compilation failure") e1ac611f57c9 ("dt-bindings: PCI: Convert generic host binding to DT schema") 919ba6e739eb ("dt-bindings: PCI: Convert Arm Versatile binding to DT schema") 0956dcb853dc ("dt-bindings: PCI: Add bindings for brcmstb's PCIe device") 5d28bee7c91e ("dt-bindings: PCI: qcom: Add support for SDM845 PCIe") e54ea45a4955 ("dt-bindings: PCI: intel: Add YAML schemas for the PCIe RC controller") d8725e38dd9f ("dt-bindings: pci: layerscape-pci: add compatible strings "fsl, ls1028a-pcie"") Capitalize yours match and put the useful information at the beginning; maybe something like this: dt-bindings: PCI: iproc: Improve INTx modeling On Thu, Mar 26, 2020 at 12:18:41PM +0530, Srinath Mannam wrote: > From: Ray Jui > > Update the iProc PCIe binding document for better modeling of the legacy > interrupt (INTx) support. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel