From patchwork Wed Aug 16 10:42:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 13354927 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 69D78C04A94 for ; Wed, 16 Aug 2023 10:43:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243901AbjHPKn2 (ORCPT ); Wed, 16 Aug 2023 06:43:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49364 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243857AbjHPKnW (ORCPT ); Wed, 16 Aug 2023 06:43:22 -0400 Received: from mail.zeus03.de (www.zeus03.de [194.117.254.33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0129C2723 for ; Wed, 16 Aug 2023 03:43:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; s=k1; bh=+g5CczUC0LAQ/D vPOJcyPdA8qzB+pAOqt2A3QG4u+4I=; b=NvJKnk0bLExDm1/E7mUH3Aan/y+Qc/ 5It39boGsc/1KnBzb/UQAK5cCzBasyxcEupFiJa61uVDzIkl1QP1j/NTj7ZCDBYd CR1pDQ9desc2sjaWqAeMQ53xIuqH8uGT5BnpByY+1253zHfF0TYIX3TyB7+QgVGl 9o3kovnJFunSTfyvERHDR6xGwkFrXNlo40uVW3tumGArLNKVRnB/lAqq5FlXs8ka vA+7JTKSb+190sGjCO/7pnAGwgsaahYHVx8rHThtRvD6cTOvaaxDwlXf3+98wxrB ckHf5cbKz3m9DBeUbpRqzavi3xu1kVGs3CwAqiIze0Xrmn3oU2nZdYkw== Received: (qmail 101914 invoked from network); 16 Aug 2023 12:43:09 +0200 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 16 Aug 2023 12:43:09 +0200 X-UD-Smtp-Session: l3s3148p1@u4Yd9gcDQL0gAwDPXy5qAJ1huuy56R1W From: Wolfram Sang To: linux-renesas-soc@vger.kernel.org Cc: Wolfram Sang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, Marek Vasut , Yoshihiro Shimoda Subject: [PATCH v4 0/2] PCI: rcar: support regulators for PCIe Date: Wed, 16 Aug 2023 12:42:48 +0200 Message-Id: <20230816104251.19744-1-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Here are the patches to make PCIe cards work in the slot CN15 on a KingFisher board. No code changes since v3, only rebased to 6.5-rc6 and reworded the commit messages. Please apply. Wolfram Sang (2): dt-bindings: PCI: rcar-pci-host: add optional regulators PCI: rcar-host: add support for optional regulators .../devicetree/bindings/pci/rcar-pci-host.yaml | 11 +++++++++++ drivers/pci/controller/pcie-rcar-host.c | 16 +++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-)