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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, URIBL_BLOCKED,USER_AGENT_MUTT 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 5EDD9C282D9 for ; Wed, 30 Jan 2019 18:49:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 34CD12086C for ; Wed, 30 Jan 2019 18:49:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548874170; bh=ixLWY9OVlE2HgOEa9bPSIYM5P4xklubm8XlVhQdcftI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=QgJH0pZeaHMfXbYSrD8Dih7EimV+jiiNYGiQrjBrzKOMWt06WVezFydJsgFD8DIFk acrHPgJSxYt4v56dZpCdVIUu+o8A9AKyvO4zZrWlMAJ7O5OO5p4+73DD6DOKTRGNAV l8hG1HRU0nZWvZDn1Et7d/Ubo+Xe8hUb2S/7YrYE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727180AbfA3StY (ORCPT ); Wed, 30 Jan 2019 13:49:24 -0500 Received: from mail-ot1-f41.google.com ([209.85.210.41]:37192 "EHLO mail-ot1-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726087AbfA3StY (ORCPT ); Wed, 30 Jan 2019 13:49:24 -0500 Received: by mail-ot1-f41.google.com with SMTP id s13so545489otq.4; Wed, 30 Jan 2019 10:49:23 -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:user-agent; bh=tYYlhSahpUNu07gio0txRqogQXhjXBtvhFKl/XrSWBY=; b=SEYQwni8HqlSUUxB3WFU03R2wQgGy5qh4WWchMkEw4pG3z8roBbvgiVpEnmSsOwkkY fL7xvgpwiLsPAfQOIRLHnkF94+iwtJ3TO3yTdNlGLbJnAkv1WsoIZmlPLrzKa2oQWtCe YzchvcqIwjTuJOU9acS/iGhMobJrt8jeUsB2VoJiFfZ3hEpX3anBgfuvxbWc6GkhJUfn tUnQkyYtmbVwGEAZ5qDaH3INj7QbwOwdil/szVsNZlHu0pCkdKs0fVAhkXwuf9lKhUVf csxIv2YG3r5Xp0DrjcVYuhoh6oIeuiF1vZ3Qsrdd6aw35rZ6OzD+oOzfxJjlJ7C2jKaW WGHw== X-Gm-Message-State: AJcUukdNqReSy7vvkWkUzhlTsCFTZ4J320JksuIcbuZ6aw6iM+QzlgKj 67eLB1Yy1RbZlQ7o3kA7zQ== X-Google-Smtp-Source: ALg8bN54bW836SloDXShRDMPNqN03yId2mioatzz5oGhCooWcTX9jq6BWbBL79OHo+A7V8eZwjdtWw== X-Received: by 2002:a9d:177:: with SMTP id 110mr23986512otu.26.1548874163431; Wed, 30 Jan 2019 10:49:23 -0800 (PST) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id t2sm795044otl.4.2019.01.30.10.49.22 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 30 Jan 2019 10:49:22 -0800 (PST) Date: Wed, 30 Jan 2019 12:49:22 -0600 From: Rob Herring To: "Z.q. Hou" Cc: "linux-pci@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "bhelgaas@google.com" , "robh+dt@kernel.org" , "mark.rutland@arm.com" , "l.subrahmanya@mobiveil.co.in" , "shawnguo@kernel.org" , Leo Li , "lorenzo.pieralisi@arm.com" , "catalin.marinas@arm.com" , "will.deacon@arm.com" , Mingkai Hu , "M.h. Lian" , Xiaowei Bao , "Z.q. Hou" Subject: Re: [PATCHv3 22/27] dt-bindings: pci: Add NXP Layerscape SoCs PCIe Gen4 controller Message-ID: <20190130184922.GA13423@bogus> References: <20190129080926.36773-1-Zhiqiang.Hou@nxp.com> <20190129080926.36773-23-Zhiqiang.Hou@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190129080926.36773-23-Zhiqiang.Hou@nxp.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Tue, 29 Jan 2019 08:10:49 +0000, "Z.q. Hou" wrote: > From: Hou Zhiqiang > > Add PCIe Gen4 controller DT bindings of NXP Layerscape SoCs. > > Signed-off-by: Hou Zhiqiang > --- > V3: > - Change back to use an new doc for Layerscape PCIe Gen4 DT bindings. > - Switch the order of "csr_axi_slave" and "config_axi_slave". > > .../bindings/pci/layerscape-pci-gen4.txt | 52 +++++++++++++++++++ > MAINTAINERS | 8 +++ > 2 files changed, 60 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pci/layerscape-pci-gen4.txt > 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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT 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 51413C282D7 for ; Wed, 30 Jan 2019 18:49:29 +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 27B772086C for ; Wed, 30 Jan 2019 18:49:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="BerHytyX" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 27B772086C 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: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=wgDwGQQWZTFOqHuQQmpCgdBMt6Ft/Zt6AGkvoOBrNiM=; b=BerHytyXn+aND9 KK8Wcx4ZSjYsWC4XcGzDlO4uETrA5twunEczbsazARUgI2urL40nq4HLGMWmgME0RoP+6qP1hr6VN nhMbZcyqkOIXazUCW1VY7A2uyUJr2Zg5Cx3o0wJXbmX8czyXpI9SwegFLReQphUuynzwIEg7hDpYw n+QrSisUpdgKpOmcS/cqaeS+Ljlu8TF0BVoWzrfVQ0dFm0y4dVqnw5JfL9Wms/yKCpp1Gx0S5wtl0 7JZj3XnqoLihL/TN05oB6t0MOfDJm1xK1+wcrPNPLgL55XEtkNeNLbmM4Duil/2w1znHrX7KI6yfh 4NggG4qe6ZigX4lxWIDw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gouvP-0005pO-Ks; Wed, 30 Jan 2019 18:49:27 +0000 Received: from mail-ot1-f44.google.com ([209.85.210.44]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gouvM-0005oz-Eg for linux-arm-kernel@lists.infradead.org; Wed, 30 Jan 2019 18:49:25 +0000 Received: by mail-ot1-f44.google.com with SMTP id s13so545492otq.4 for ; Wed, 30 Jan 2019 10:49:24 -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:user-agent; bh=tYYlhSahpUNu07gio0txRqogQXhjXBtvhFKl/XrSWBY=; b=QqgiGTBx2SznXilFA94vdMiSTBUynLS1Imz5x9daG/Yj2Rtkw6umbmyk3bl/SD2/Jf 1ZhvmrkOfCWhUg9BvgF+3wt9ynF92tf1bcgJZqRn0ZuYbnuNM7Mt9pTz1UirHPpMeu75 FAlBQqzSC20xcnXkRcREar5jvfv3joD1g4/3elRFaH7xttn4BkGYi6Q23nGSmZnS8Abs n73a3C5Lv0Fz/jt77g6dc+/duIfz/mQMTSPR4oJQRSN75SqxsnfxTcp4RNnyV4Ho6urz Pg0ftf6wSs0ubalrWD8/FhQeuTcClt0KTxQ6BfNRsD+Wlb0+EHf14oGoMvhKxI24YeV+ QbDw== X-Gm-Message-State: AJcUukcJfk5fKqIIuCDOdeGWgf8UivQyL4icyk0lZZgq4k/7btv7USae J+z7cKl7jHtFyANoR5/q1A== X-Google-Smtp-Source: ALg8bN54bW836SloDXShRDMPNqN03yId2mioatzz5oGhCooWcTX9jq6BWbBL79OHo+A7V8eZwjdtWw== X-Received: by 2002:a9d:177:: with SMTP id 110mr23986512otu.26.1548874163431; Wed, 30 Jan 2019 10:49:23 -0800 (PST) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id t2sm795044otl.4.2019.01.30.10.49.22 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 30 Jan 2019 10:49:22 -0800 (PST) Date: Wed, 30 Jan 2019 12:49:22 -0600 From: Rob Herring To: "Z.q. Hou" Subject: Re: [PATCHv3 22/27] dt-bindings: pci: Add NXP Layerscape SoCs PCIe Gen4 controller Message-ID: <20190130184922.GA13423@bogus> References: <20190129080926.36773-1-Zhiqiang.Hou@nxp.com> <20190129080926.36773-23-Zhiqiang.Hou@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190129080926.36773-23-Zhiqiang.Hou@nxp.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190130_104924_488963_A0F71498 X-CRM114-Status: GOOD ( 11.20 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "mark.rutland@arm.com" , "devicetree@vger.kernel.org" , "lorenzo.pieralisi@arm.com" , Xiaowei Bao , "linux-pci@vger.kernel.org" , "Z.q. Hou" , "l.subrahmanya@mobiveil.co.in" , "will.deacon@arm.com" , "linux-kernel@vger.kernel.org" , Leo Li , "M.h. Lian" , "robh+dt@kernel.org" , Mingkai Hu , "catalin.marinas@arm.com" , "bhelgaas@google.com" , "shawnguo@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+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 29 Jan 2019 08:10:49 +0000, "Z.q. Hou" wrote: > From: Hou Zhiqiang > > Add PCIe Gen4 controller DT bindings of NXP Layerscape SoCs. > > Signed-off-by: Hou Zhiqiang > --- > V3: > - Change back to use an new doc for Layerscape PCIe Gen4 DT bindings. > - Switch the order of "csr_axi_slave" and "config_axi_slave". > > .../bindings/pci/layerscape-pci-gen4.txt | 52 +++++++++++++++++++ > MAINTAINERS | 8 +++ > 2 files changed, 60 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pci/layerscape-pci-gen4.txt > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCHv3 22/27] dt-bindings: pci: Add NXP Layerscape SoCs PCIe Gen4 controller Date: Wed, 30 Jan 2019 12:49:22 -0600 Message-ID: <20190130184922.GA13423@bogus> References: <20190129080926.36773-1-Zhiqiang.Hou@nxp.com> <20190129080926.36773-23-Zhiqiang.Hou@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190129080926.36773-23-Zhiqiang.Hou@nxp.com> Sender: linux-kernel-owner@vger.kernel.org To: "Z.q. Hou" Cc: "linux-pci@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "bhelgaas@google.com" , "robh+dt@kernel.org" , "mark.rutland@arm.com" , "l.subrahmanya@mobiveil.co.in" , "shawnguo@kernel.org" , Leo Li , "lorenzo.pieralisi@arm.com" , "catalin.marinas@arm.com" , "will.deacon@arm.com" , Mingkai Hu , "M.h. Lian" , Xiaowei List-Id: devicetree@vger.kernel.org On Tue, 29 Jan 2019 08:10:49 +0000, "Z.q. Hou" wrote: > From: Hou Zhiqiang > > Add PCIe Gen4 controller DT bindings of NXP Layerscape SoCs. > > Signed-off-by: Hou Zhiqiang > --- > V3: > - Change back to use an new doc for Layerscape PCIe Gen4 DT bindings. > - Switch the order of "csr_axi_slave" and "config_axi_slave". > > .../bindings/pci/layerscape-pci-gen4.txt | 52 +++++++++++++++++++ > MAINTAINERS | 8 +++ > 2 files changed, 60 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pci/layerscape-pci-gen4.txt > Reviewed-by: Rob Herring