Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp4858288pxu; Thu, 10 Dec 2020 07:11:07 -0800 (PST) X-Google-Smtp-Source: ABdhPJzyxzCAY2y35g/pF3fJi9cPxwALStIJut4o2YqFMD7NIVO6SwepvngRERZns0Co6vC7tIpu X-Received: by 2002:aa7:c652:: with SMTP id z18mr6903077edr.60.1607613067651; Thu, 10 Dec 2020 07:11:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607613067; cv=none; d=google.com; s=arc-20160816; b=vDegIEhCyXU3Uy8WQJej858iwksMU98xVKcrDUVjYSUob5pUVz8az+K5/Qm2tXleDi 3S5k+/PUvewa1Vsa9WMoFs2JYbV1KSNgVmXpYOP5t80Utz/U5csoTr5lfrmgYoDu2AwA FdKtO4V4MgVa8yyjsAjzUIU6qJTLA+zU2bGajmbkLgA9t1kYY+gGVRTazpYBraja1Sxu 7Fc95aLVeQec1rSd8we4xhPBz8g02VA4MJHzomgj/kH044YUkypmkMNL1DJ02ep0HoUz dElM3ZZl+FD/LqDJW95n96sjwOOgfiNr+vh/46Rg7Ba9RFWIWKkmdt4ZTSd+c4i+j1sa f9JQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=sC3xF0fvCJLV3s1qb63JJisn7qZV9d8+Vo/TU7DKCbc=; b=DmBq71XwNnUZwQL8gUla1Od1/1+WaUrGRrj+TBi9hj+RducLdICGZHrGtDS8DpRHEv 548SwCY9puaCZYd3SCBjAWLrTFaK5cclWyux2AzcDLERZrBajhnJwtT28eo3mFmAMn88 5ne3JD0tOSE//QddqBwKTCH2OxbPi3FTg2D7dWpcvAokSfCpLnZqripU6P59+eueEQk7 xkN19iP3sDjmYZXLxgEWTnWQE7fVCg9VeelZrM6c++vQDXfivLgpKzGMRWcg/5gmRILq f4cKaWAGi9DI4OZJxXODE+Li7useKGC7zlEg78qlnYt+1me8pN1jkVXD3ZB0B4cIkWE6 Cfxw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id zm13si2694354ejb.351.2020.12.10.07.10.44; Thu, 10 Dec 2020 07:11:07 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728441AbgLJOug (ORCPT + 99 others); Thu, 10 Dec 2020 09:50:36 -0500 Received: from foss.arm.com ([217.140.110.172]:45726 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391313AbgLJOka (ORCPT ); Thu, 10 Dec 2020 09:40:30 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C563E1FB; Thu, 10 Dec 2020 06:39:44 -0800 (PST) Received: from red-moon.arm.com (unknown [10.57.55.73]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 9C1FD3F718; Thu, 10 Dec 2020 06:39:42 -0800 (PST) From: Lorenzo Pieralisi To: Bjorn Helgaas , Rob Herring , Tom Joseph , Kishon Vijay Abraham I Cc: Lorenzo Pieralisi , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RESEND PATCH 0/4] PCI: J7: J7200/J721E PCIe bindings Date: Thu, 10 Dec 2020 14:39:35 +0000 Message-Id: <160761114382.21392.11608975856655590224.b4-ty@arm.com> X-Mailer: git-send-email 2.26.1 In-Reply-To: <20201210124917.24185-1-kishon@ti.com> References: <20201210124917.24185-1-kishon@ti.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 10 Dec 2020 18:19:13 +0530, Kishon Vijay Abraham I wrote: > Patch series adds PCIe binding for J7200 and and fixes > "ti,syscon-pcie-ctrl" applicable to both J721E and J7200. > > All the four patches here have got Acks from Rob Herring. > > Ack for "dt-bindings: pci: ti,j721e: Fix "ti,syscon-pcie-ctrl" to take > argument" > lore.kernel.org/r/CAL_JsqJQju8TUZA-wu=WA-5XH4H9s2ifO8Hf4TnT5epa=Gg1ng@mail.gmail.com > > [...] Applied to pci/cadence, thanks! [1/4] dt-bindings: pci: ti,j721e: Fix "ti,syscon-pcie-ctrl" to take argument https://git.kernel.org/lpieralisi/pci/c/b6c81be912 [2/4] dt-bindings: PCI: Add host mode dt-bindings for TI's J7200 SoC https://git.kernel.org/lpieralisi/pci/c/3f1f870c01 [3/4] dt-bindings: PCI: Add EP mode dt-bindings for TI's J7200 SoC https://git.kernel.org/lpieralisi/pci/c/17c5b458a9 [4/4] PCI: j721e: Get offset within "syscon" from "ti,syscon-pcie-ctrl" phandle arg https://git.kernel.org/lpieralisi/pci/c/7aa256234c Thanks, Lorenzo