From patchwork Wed Jul 12 10:39:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 702463 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 4DE8EEB64DD for ; Wed, 12 Jul 2023 10:39:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232263AbjGLKj4 (ORCPT ); Wed, 12 Jul 2023 06:39:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54862 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231578AbjGLKjs (ORCPT ); Wed, 12 Jul 2023 06:39:48 -0400 Received: from mail.zeus03.de (www.zeus03.de [194.117.254.33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1884AE5C for ; Wed, 12 Jul 2023 03:39:41 -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=hAryLDGRrsOSmX ERGiB+C1mBG99Cn/6s0lKFEG1FTPQ=; b=YXoWev0KyTGtvp+bj7nkmCNVCELEw+ 7TTy1JM9WhcgH+DQN9VUFr2SPCn9phdr6tmdNK1tmWbnG4q34QnM5uBw2vXV/vw3 C+a7gZCtEkSpZwPBCR8aroMGQ8Q2Gb0Eh6ZPVKC9xkNxg3ujXY8e6RJPcT2nNk+c brtM9aBbEly14fgbVJB8Cj0ZlZJXePS59UYVMBZm2WPr6jTNqaM+GuhHc6Odgl8I nfhxFxhW1CQULqJd1xViLFVU+jT8OZpvYi6NYR09q3Kv4Hpt6o923FMLSmu1Xu5i NffGMwECvpLzLwyS0XNrmgcneI1DUcwwwHg6s+OpL7DhtT0W8f619ckg== Received: (qmail 1580036 invoked from network); 12 Jul 2023 12:39:38 +0200 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 12 Jul 2023 12:39:38 +0200 X-UD-Smtp-Session: l3s3148p1@WKjb1EcA/L0ujnvL 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 v3 RESEND 0/2] KingFisher: support regulators for PCIe Date: Wed, 12 Jul 2023 12:39:14 +0200 Message-Id: <20230712103916.1631-1-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@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-rc1 and Geert's tag on patch 2 added. I think all the acks are now in place. 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(-)