public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
From: Claudiu Beznea <claudiu.beznea@tuxon.dev>
To: nobuhiro.iwamatsu.x90@mail.toshiba, pavel@nabladev.com
Cc: cip-dev@lists.cip-project.org
Subject: Re: [cip-dev] [PATCH 6.1.y-cip 00/17] Add RZ/G3S PCIe support
Date: Mon, 23 Mar 2026 13:05:36 +0200	[thread overview]
Message-ID: <69b5da97-4fa2-4ce6-a1f7-74b9bce6712f@tuxon.dev> (raw)
In-Reply-To: <189BC4ACC53FCB81.1328210@lists.cip-project.org>

Hi, CIP maintainers,

Gentle ping on this series and the v6.1, v6.12 backports.

Thank you!

On 3/11/26 13:05, claudiu beznea via lists.cip-project.org wrote:
> From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
> 
> Hi,
> 
> Series adds PCIe support for the Renesas RZ/G3S SoC.
> Please have a look.
> 
> Thank you,
> Claudiu
> 
> Claudiu Beznea (11):
>    clk: renesas: r9a08g045: Add PCIe clocks and resets
>    dt-bindings: PCI: Add Renesas RZ/G3S PCIe controller binding
>    PCI: Add Renesas RZ/G3S host controller driver
>    PCI: rzg3s-host: Initialize MSI status bitmap before use
>    PCI: rzg3s-host: Use pci_generic_config_write() for the root bus
>    PCI: rzg3s-host: Drop the lock on RZG3S_PCI_MSIRS and
>      RZG3S_PCI_PINTRCVIS
>    arm64: dts: renesas: r9a08g045: Use syscon compatible for the system
>      controller
>    arm64: dts: renesas: r9a08g045: Add PCIe node
>    arm64: dts: renesas: rzg3s-smarc-som: Add PCIe reference clock
>    arm64: dts: renesas: rzg3s-smarc: Enable PCIe
>    arm64: defconfig: Enable PCIe for the Renesas RZ/G3S SoC
> 
> Felix Gu (1):
>    PCI: rzg3s-host: Fix device node reference leak in
>      rzg3s_pcie_host_parse_port()
> 
> Kevin Xie (1):
>    PCI: Add PCIE_RESET_CONFIG_DEVICE_WAIT_MS waiting time value
> 
> Marek Vasut (1):
>    genirq/msi: Silence 'set affinity failed' warning
> 
> Niklas Cassel (2):
>    PCI: Rename PCIE_RESET_CONFIG_DEVICE_WAIT_MS to
>      PCIE_RESET_CONFIG_WAIT_MS
>    PCI: Move link up wait time and max retries macros to pci.h
> 
> Syed Nayyar Waris (1):
>    lib/bitmap: add bitmap_{read,write}()
> 
>   .../bindings/pci/renesas,r9a08g045-pcie.yaml  |  249 +++
>   MAINTAINERS                                   |    8 +
>   arch/arm64/boot/dts/renesas/r9a08g045.dtsi    |   67 +-
>   .../boot/dts/renesas/rzg3s-smarc-som.dtsi     |    5 +
>   arch/arm64/boot/dts/renesas/rzg3s-smarc.dtsi  |   11 +
>   arch/arm64/configs/defconfig                  |    1 +
>   drivers/clk/renesas/r9a08g045-cpg.c           |   19 +
>   drivers/pci/controller/Kconfig                |    9 +
>   drivers/pci/controller/Makefile               |    1 +
>   drivers/pci/controller/pcie-rzg3s-host.c      | 1764 +++++++++++++++++
>   drivers/pci/pci.h                             |   19 +
>   include/linux/bitmap.h                        |   77 +
>   include/linux/msi.h                           |    2 +
>   kernel/irq/msi.c                              |    2 +-
>   14 files changed, 2232 insertions(+), 2 deletions(-)
>   create mode 100644 Documentation/devicetree/bindings/pci/renesas,r9a08g045-pcie.yaml
>   create mode 100644 drivers/pci/controller/pcie-rzg3s-host.c
> 



       reply	other threads:[~2026-03-23 11:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <189BC4ACC53FCB81.1328210@lists.cip-project.org>
2026-03-23 11:05 ` Claudiu Beznea [this message]
2026-03-24  9:10   ` [cip-dev] [PATCH 6.1.y-cip 00/17] Add RZ/G3S PCIe support nobuhiro.iwamatsu.x90
2026-04-01  4:14     ` Claudiu Beznea
2026-04-01  5:33       ` nobuhiro.iwamatsu.x90
2026-04-01  5:22     ` nobuhiro.iwamatsu.x90

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=69b5da97-4fa2-4ce6-a1f7-74b9bce6712f@tuxon.dev \
    --to=claudiu.beznea@tuxon.dev \
    --cc=cip-dev@lists.cip-project.org \
    --cc=nobuhiro.iwamatsu.x90@mail.toshiba \
    --cc=pavel@nabladev.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox