Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2B4F6C74A5B for ; Tue, 14 Mar 2023 13:57:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232618AbjCNN50 (ORCPT ); Tue, 14 Mar 2023 09:57:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47506 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232396AbjCNN46 (ORCPT ); Tue, 14 Mar 2023 09:56:58 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D672D7A8F; Tue, 14 Mar 2023 06:56:00 -0700 (PDT) Received: from cryzen.lan (cpc87451-finc19-2-0-cust61.4-2.cable.virginm.net [82.11.51.62]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: tanureal) by madras.collabora.co.uk (Postfix) with ESMTPSA id 2B8C16603089; Tue, 14 Mar 2023 13:55:59 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1678802159; bh=6DQmp7EOc/vZBH7Agp0m4MGPepgjsuaiBjh47b5ACbc=; h=From:To:Cc:Subject:Date:From; b=KFeu9bmgQCCt7vY17t9enfuXXo172EBdEpRc3cgQxMbZZM8OqdV7NsT2SzFUZWUul 40mttmj1eCPqRUDLqu5oENEtn5xJS/eWk7CtmtnqBdr5Uj8yQ2QVqOi03zTm4UbDcl binjMFjerBQHYMUgxSkbzXRkUJnSx/yCsW2kFv3xj8dF9vugAAvqYoa8NMiLDrNHOG +xHUCWR034ujStkdwDIrcYnGLrTM6K/nGdxlSgaOVUlbhQng9aINSkrO0rf37qbueE XXjCHza1TJiIfzV7u1ZMcU9q2oGCRJ29YA/YlT07xW6LBiSU1OIB7O2X7cvbgrYk26 cnTTZ+XO8aGkQ== From: Lucas Tanure To: Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Heiko Stuebner , Thomas Gleixner , Marc Zyngier , Lorenzo Pieralisi , Krzysztof Wilczynski , Bjorn Helgaas Cc: Qu Wenruo , Piotr Oniszczuk , Peter Geis , Kever Yang , linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, Lucas Tanure , kernel@collabora.com Subject: [PATCHv2 0/3] Add PCIe2 driver support for Rockchip Date: Tue, 14 Mar 2023 13:55:52 +0000 Message-Id: <20230314135555.44162-1-lucas.tanure@collabora.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I am assisting with PCIe and networking bring-up for Rock Pi 5B (RK3588). We sent this series a few days ago: https://lore.kernel.org/all/20230310080518.78054-1-lucas.tanure@collabora.com/ From that conversation we decided to send patches for Rockchip that don't require GIC/ITS implementation. We will send that in a separed series. Making easier for reviews and unblocking patches that don't require GIC/ITS implementation. This is work based on prior work from XiaoDong Huang and Peter Geis fixing this issue specifically for Rockchip 356x. Plus comments of Robin Murphy about Non-Coherent properties. Since v1: - Don't add compatible string to PCIe driver, only to DT Bindings - Improve commit message for "Add rk3588 compatible" Lucas Tanure (3): dt-bindings: PCI: dwc: Add rk3588 compatible dt-bindings: phy: rockchip: Add rk3588 compatible phy: rockchip: Add naneng combo phy support for RK3588 .../bindings/pci/rockchip-dw-pcie.yaml | 6 +- .../phy/phy-rockchip-naneng-combphy.yaml | 1 + .../rockchip/phy-rockchip-naneng-combphy.c | 184 ++++++++++++++++++ 3 files changed, 190 insertions(+), 1 deletion(-) -- 2.39.2