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=-6.7 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 0409AC2F420 for ; Mon, 21 Jan 2019 14:37:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BE0882089F for ; Mon, 21 Jan 2019 14:37:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548081439; bh=Y/g2iDkfkIrQOfww0ByuoTOYvkPpUMrXjww2OJLERa0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=fvBgpoBesNGSklQT73XPLd9bFXUX3pgKJ9FcmaaORAyqkRpMR17isRV9cutkxDxZP 6fybU2PrWCzYVcGOIwRsQfZSDVG2EtnVTK1Llo53kEtMfhg6TmdVmM85d73ZvkzmFT cm2yIFm+62QBH1DKMLwm+N3btr6dXsDo+3Rq1XQk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729341AbfAUOhO (ORCPT ); Mon, 21 Jan 2019 09:37:14 -0500 Received: from mail-ot1-f66.google.com ([209.85.210.66]:45744 "EHLO mail-ot1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729185AbfAUOhM (ORCPT ); Mon, 21 Jan 2019 09:37:12 -0500 Received: by mail-ot1-f66.google.com with SMTP id 32so20652321ota.12; Mon, 21 Jan 2019 06:37:12 -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=yCZE0qmHTsavb3lVKD5eIngzqW5FGtladyA6/TKyrl0=; b=Wn9d1KfPaN4rT/o+ISxVyt/Hvx4vcrlizOe2ivntof2oIwE1Jix3oVGxN4HcWS054j iS0jGGKEzR1d0syBVuYZnQzUwOmAPr97BbitzaWvdOr7LpQ16DawbiVotX2O+jb5ttj2 q1Cv5oLdAouDQoMgklKDnLHugHjxGDwm5PfsFGmK5pG5UaCDrYtuFxylOTLJ6kt7Ak9I ojk4m+4nk63q1vVDcxmAgi2ECqU0mNT74POzGanJz7wadThc/mizcqKM/UZ1TT0IEfnb UvuXDmw9oifZ+I2JS0eRGwSvnd+8XoxlelTw3E/pk1H/6NvM8W5epJ3WeTIvKF7VzS2A PvcQ== X-Gm-Message-State: AJcUukdsk83+QEBKlpre6BEqgrcqLrGhkUxA8rKupeDSXd2MnYPffNnT c20ukpHJukQBQZBftTeFVg== X-Google-Smtp-Source: ALg8bN70Q4ksOHrrmPpNmJxNmO3jRYxHaViWwUELu9sncCjtnH94eEs9zdYbjYPjPBO5KUeNXVTrgw== X-Received: by 2002:a9d:77d4:: with SMTP id w20mr19070332otl.196.1548081431955; Mon, 21 Jan 2019 06:37:11 -0800 (PST) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id y25sm5426170otk.50.2019.01.21.06.37.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 21 Jan 2019 06:37:11 -0800 (PST) Date: Mon, 21 Jan 2019 08:37:10 -0600 From: Rob Herring To: Xiaowei Bao Cc: bhelgaas@google.com, mark.rutland@arm.com, shawnguo@kernel.org, leoyang.li@nxp.com, kishon@ti.com, lorenzo.pieralisi@arm.com, arnd@arndb.de, gregkh@linuxfoundation.org, minghuan.Lian@nxp.com, mingkai.hu@nxp.com, roy.zang@nxp.com, kstewart@linuxfoundation.org, cyrille.pitchen@free-electrons.com, pombredanne@nexb.com, shawn.lin@rock-chips.com, niklas.cassel@axis.com, linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCHv5 1/4] dt-bindings: add DT binding for the layerscape PCIe controller with EP mode Message-ID: <20190121143710.GA10941@bogus> References: <20190121094500.10657-1-xiaowei.bao@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190121094500.10657-1-xiaowei.bao@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 Mon, Jan 21, 2019 at 05:44:57PM +0800, Xiaowei Bao wrote: > Add the documentation for the Device Tree binding for the layerscape PCIe > controller with EP mode. > > Signed-off-by: Xiaowei Bao > Reviewed-by: Minghuan Lian > Reviewed-by: Zhiqiang Hou > --- > v2: > - Add the SoC specific compatibles. > v3: > - modify the commit message. > v4: > - no change. > v5: > - no change. Still missing my R-by tag from v3. > > .../devicetree/bindings/pci/layerscape-pci.txt | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) 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=MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_PASS,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 1AD7AC2F420 for ; Mon, 21 Jan 2019 14:38:50 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (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 6336A20879 for ; Mon, 21 Jan 2019 14:38:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6336A20879 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 43jvLZ6h0pzDqSj for ; Tue, 22 Jan 2019 01:38:46 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gmail.com (client-ip=209.85.210.65; helo=mail-ot1-f65.google.com; envelope-from=robherring2@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Received: from mail-ot1-f65.google.com (mail-ot1-f65.google.com [209.85.210.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 43jvJp1hmZzDqMr for ; Tue, 22 Jan 2019 01:37:14 +1100 (AEDT) Received: by mail-ot1-f65.google.com with SMTP id v23so20672232otk.9 for ; Mon, 21 Jan 2019 06:37:13 -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=yCZE0qmHTsavb3lVKD5eIngzqW5FGtladyA6/TKyrl0=; b=fCk7CBDMNFvxIAk9og5ouNbwJiWT6soM/PFV4jTSowpbrP9sXxv50D9hIXKgSUhfs3 Z2HW3vIb1FykfYm50KPkRE/zFGMJo7hoFJPQ1DbOKkK9qy4UygRw/uWgx6S/+1tCqZir zSCyQP8W/2ouENffaUx5l2TV+iH/r5oO5pcGJMU4k8fz1uZll8oVtuxTRkU33dQ6AtMG 5CCvMe5WuAP6Oo0qJnF96TIN5/qyjv83irtPkqX4rahRJI7SL3dZrninMEpARgxEBjXZ Lo+7VSTX4TRPCSpf1v4zBcPBHxOS11gmRU8kmlz/YjbiCrFNh5rPwj4qFX6Os5qz6nfL CXyA== X-Gm-Message-State: AJcUukfoo4T4YFNX/RY94Oymt6eWu2u2+B0qEQRixngsyJ5YnuGunzZI bGgR8OiEQuPK7n+fznwgcA== X-Google-Smtp-Source: ALg8bN70Q4ksOHrrmPpNmJxNmO3jRYxHaViWwUELu9sncCjtnH94eEs9zdYbjYPjPBO5KUeNXVTrgw== X-Received: by 2002:a9d:77d4:: with SMTP id w20mr19070332otl.196.1548081431955; Mon, 21 Jan 2019 06:37:11 -0800 (PST) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id y25sm5426170otk.50.2019.01.21.06.37.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 21 Jan 2019 06:37:11 -0800 (PST) Date: Mon, 21 Jan 2019 08:37:10 -0600 From: Rob Herring To: Xiaowei Bao Subject: Re: [PATCHv5 1/4] dt-bindings: add DT binding for the layerscape PCIe controller with EP mode Message-ID: <20190121143710.GA10941@bogus> References: <20190121094500.10657-1-xiaowei.bao@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190121094500.10657-1-xiaowei.bao@nxp.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mark.rutland@arm.com, roy.zang@nxp.com, lorenzo.pieralisi@arm.com, arnd@arndb.de, devicetree@vger.kernel.org, gregkh@linuxfoundation.org, kstewart@linuxfoundation.org, niklas.cassel@axis.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, kishon@ti.com, minghuan.Lian@nxp.com, cyrille.pitchen@free-electrons.com, linux-arm-kernel@lists.infradead.org, pombredanne@nexb.com, bhelgaas@google.com, leoyang.li@nxp.com, shawnguo@kernel.org, shawn.lin@rock-chips.com, mingkai.hu@nxp.com, linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Mon, Jan 21, 2019 at 05:44:57PM +0800, Xiaowei Bao wrote: > Add the documentation for the Device Tree binding for the layerscape PCIe > controller with EP mode. > > Signed-off-by: Xiaowei Bao > Reviewed-by: Minghuan Lian > Reviewed-by: Zhiqiang Hou > --- > v2: > - Add the SoC specific compatibles. > v3: > - modify the commit message. > v4: > - no change. > v5: > - no change. Still missing my R-by tag from v3. > > .../devicetree/bindings/pci/layerscape-pci.txt | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) 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=-6.6 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 24D65C2F3D5 for ; Mon, 21 Jan 2019 14:37:18 +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 EA0A62089F for ; Mon, 21 Jan 2019 14:37:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Fh7G6Gbv" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EA0A62089F 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=e52U0MOERluQkhTjscnycRcAhxkdljjgnUhuzqjVlDk=; b=Fh7G6GbvwklRvJ AboeQEMKKNzp6HTeOSBa1rgtWI3Nv5bA3WEaY+OjLNoAZ7ZIkpUQRRW/y/sWLtyGfG6jVWC0Bqz8o SKeOiAp2dascwDdwWD4Bv53TjTQZ4BLiosLB+sTQ1hi4JMnwxfDvVT3tbeAvmrJoBwpq2QmDOCLu1 t2FJ5VEMdGig3OkVO98jDPLSGMpcUtbo45nfZz3oUBInVDoyRFw4dVQF/QPw++32Pp5U+u7jsai20 IFqYtis6tgbVDTXTdmb0mFF96XCq1nQ+8g2IuikYrhEZn50r8LxHZe4AEieMwW9Y20v7EPmFV8go3 OagkRasjrxMlXa/aJnMQ==; 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 1glahP-0005ZM-RB; Mon, 21 Jan 2019 14:37:15 +0000 Received: from mail-ot1-f68.google.com ([209.85.210.68]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1glahN-0005Yi-76 for linux-arm-kernel@lists.infradead.org; Mon, 21 Jan 2019 14:37:14 +0000 Received: by mail-ot1-f68.google.com with SMTP id f18so20658721otl.11 for ; Mon, 21 Jan 2019 06:37:12 -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=yCZE0qmHTsavb3lVKD5eIngzqW5FGtladyA6/TKyrl0=; b=aaWLVru9g189CFI9e0NduoC9IpdCNBnS49VwyaVPuU+B8+waTikvCqQdVSOdP/CAll F7Zjl6lYXqBC7a/vv20vnG59zZ3Ig3NUDQkI35C3XEk5XNQebRwOgNZ2PCV7htUVLVSV ssLlY9486v6i7qVNI6naqSDSqjKP5YrlwV+GOINHZDjGP8H9eDQQO09cSX/u00i7RrPZ aub7dU+pCzcx3SfVbzBk/Ip6IIa2ekgBD7lTR+38RuoBLraKb2PLuH/i3BkfTTrMBAo3 +OClrZWObmDfYKUFPhhgzZIgH/y4PbzgExn/usqU4UZS/dIchDqRcFO3P+zzGbapJAGQ 8Utw== X-Gm-Message-State: AJcUuke+XsIwiFYtLjV4iIoBHXucniWUS7sHT/05Ck1b1eoJmAtA6Uz+ nbN5lufauUZpnmr0DGpD4A== X-Google-Smtp-Source: ALg8bN70Q4ksOHrrmPpNmJxNmO3jRYxHaViWwUELu9sncCjtnH94eEs9zdYbjYPjPBO5KUeNXVTrgw== X-Received: by 2002:a9d:77d4:: with SMTP id w20mr19070332otl.196.1548081431955; Mon, 21 Jan 2019 06:37:11 -0800 (PST) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id y25sm5426170otk.50.2019.01.21.06.37.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 21 Jan 2019 06:37:11 -0800 (PST) Date: Mon, 21 Jan 2019 08:37:10 -0600 From: Rob Herring To: Xiaowei Bao Subject: Re: [PATCHv5 1/4] dt-bindings: add DT binding for the layerscape PCIe controller with EP mode Message-ID: <20190121143710.GA10941@bogus> References: <20190121094500.10657-1-xiaowei.bao@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190121094500.10657-1-xiaowei.bao@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-20190121_063713_253468_1F155534 X-CRM114-Status: GOOD ( 12.41 ) 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, roy.zang@nxp.com, lorenzo.pieralisi@arm.com, arnd@arndb.de, devicetree@vger.kernel.org, gregkh@linuxfoundation.org, kstewart@linuxfoundation.org, niklas.cassel@axis.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, kishon@ti.com, minghuan.Lian@nxp.com, cyrille.pitchen@free-electrons.com, linux-arm-kernel@lists.infradead.org, pombredanne@nexb.com, bhelgaas@google.com, leoyang.li@nxp.com, shawnguo@kernel.org, shawn.lin@rock-chips.com, mingkai.hu@nxp.com, linuxppc-dev@lists.ozlabs.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 Mon, Jan 21, 2019 at 05:44:57PM +0800, Xiaowei Bao wrote: > Add the documentation for the Device Tree binding for the layerscape PCIe > controller with EP mode. > > Signed-off-by: Xiaowei Bao > Reviewed-by: Minghuan Lian > Reviewed-by: Zhiqiang Hou > --- > v2: > - Add the SoC specific compatibles. > v3: > - modify the commit message. > v4: > - no change. > v5: > - no change. Still missing my R-by tag from v3. > > .../devicetree/bindings/pci/layerscape-pci.txt | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel