Re: [PATCH RFC 0/7] PCI: enable Power and configure the QPS615 PCIe switch

From: Bjorn Helgaas
Date: Mon Jul 01 2024 - 13:52:08 EST


On Wed, Jun 26, 2024 at 06:07:48PM +0530, Krishna chaitanya chundru wrote:
> dt: bindings: add qcom,qps615.yaml
> arm64: dts: qcom: qcs6490-rb3gen2: Add qps615 node
> pci: Change the parent of the platform devices for child OF nodes
> pci: Add new start_link() & stop_link function ops
> pci: dwc: Add support for new pci function op
> pci: qcom: Add support for start_link() & stop_link()
> pci: pwrctl: Add power control driver for qps615

Run "git log --oneline" on these files and match the style.
"PCI: Change ...", "PCI: qcom:", "PCI/pwrctl", etc.

The colon vs slash convention isn't obvious, but this is how we've
applied it in the past:

For PCI core features like MSI, PM, ASPM, AER, DOE, etc:

PCI/<feature>: <Text>

For PCI drivers outside the PCI core, like dwc, qcom, imx6, etc:

PCI: <driver name>: <Text>