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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 A5F01C2D0E4 for ; Mon, 23 Nov 2020 09:53:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 63B9120888 for ; Mon, 23 Nov 2020 09:53:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727175AbgKWJxS (ORCPT ); Mon, 23 Nov 2020 04:53:18 -0500 Received: from foss.arm.com ([217.140.110.172]:39082 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725843AbgKWJxS (ORCPT ); Mon, 23 Nov 2020 04:53:18 -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 EDF18101E; Mon, 23 Nov 2020 01:53:17 -0800 (PST) Received: from red-moon.arm.com (unknown [10.57.62.101]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D8EA23F70D; Mon, 23 Nov 2020 01:53:14 -0800 (PST) From: Lorenzo Pieralisi To: linux-samsung-soc@vger.kernel.org, Marek Szyprowski , linux-pci@vger.kernel.org Cc: Lorenzo Pieralisi , Kishon Vijay Abraham I , Bjorn Helgaas , Jingoo Han , Vinod Koul , Rob Herring , Bartlomiej Zolnierkiewicz , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Jaehoon Chung , Krzysztof Kozlowski Subject: Re: [PATCH v4 0/5] Add DW PCIe support for Exynos5433 SoCs Date: Mon, 23 Nov 2020 09:53:08 +0000 Message-Id: <160612514814.21459.9917651424181472858.b4-ty@arm.com> X-Mailer: git-send-email 2.26.1 In-Reply-To: <20201113170139.29956-1-m.szyprowski@samsung.com> References: <20201113170139.29956-1-m.szyprowski@samsung.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 13 Nov 2020 18:01:34 +0100, Marek Szyprowski wrote: > This patchset is a resurrection of the DW PCIe support for the Exynos5433 > SoCs posted long time ago here: https://lkml.org/lkml/2016/12/26/6 and > later here: https://lkml.org/lkml/2017/12/21/296 . > > In meantime the support for the Exynos5440 SoCs has been completely > dropped from mainline kernel, as those SoCs never reached the market. The > PCIe driver for Exynos5440 variant however has not been removed yet. This > patchset simply reworks it to support the Exynos5433 variant. The lack of > the need to support both variants significantly simplifies the driver > code. > > [...] Applied to pci/dwc, thanks! [1/5] dt-bindings: PCI: exynos: drop samsung,exynos5440-pcie binding https://git.kernel.org/lpieralisi/pci/c/83fbffcd13 [2/5] dt-bindings: PCI: exynos: add the samsung,exynos-pcie binding https://git.kernel.org/lpieralisi/pci/c/eea23e4a00 [3/5] dt-bindings: phy: exynos: add the samsung,exynos-pcie-phy binding https://git.kernel.org/lpieralisi/pci/c/a7b4dba9a7 [4/5] phy: samsung: phy-exynos-pcie: rework driver to support Exynos5433 PCIe PHY https://git.kernel.org/lpieralisi/pci/c/46bc965df0 [5/5] PCI: dwc: exynos: Rework the driver to support Exynos5433 variant https://git.kernel.org/lpieralisi/pci/c/f0a6743028 Thanks, Lorenzo