On Mon, Apr 08, 2024 at 10:24:51AM +0900, Yoshihiro Shimoda wrote: > Yoshihiro Shimoda (7): > dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car V4H compatible > dt-bindings: PCI: rcar-gen4-pci-ep: Add R-Car V4H compatible > PCI: dwc: Add PCIE_PORT_{FORCE,LANE_SKEW} macros > PCI: dwc: rcar-gen4: Add rcar_gen4_pcie_platdata > PCI: dwc: rcar-gen4: Add .ltssm_enable() for other SoC support > PCI: dwc: rcar-gen4: Add support for r8a779g0 Previous history for this file uses a "PCI: rcar-gen4: " prefix (without "dwc:"). I don't think we need to replicate the whole file path here in the precious subject line space, so "PCI: rcar-gen4: " should be enough. > misc: pci_endpoint_test: Document a policy about adding pci_device_id > > .../bindings/pci/rcar-gen4-pci-ep.yaml | 4 +- > .../bindings/pci/rcar-gen4-pci-host.yaml | 4 +- > drivers/misc/pci_endpoint_test.c | 1 + > drivers/pci/controller/dwc/pcie-designware.h | 6 + > drivers/pci/controller/dwc/pcie-rcar-gen4.c | 272 +++++++++++++++++- > 5 files changed, 270 insertions(+), 17 deletions(-) > > -- > 2.25.1 >