[PATCH 0/2] PCI: brcmstb: Use "num-lanes" DT property if present

Jim Quinlan posted 2 patches 6 months, 2 weeks ago
.../bindings/pci/brcm,stb-pcie.yaml           |  4 +++
drivers/pci/controller/pcie-brcmstb.c         | 26 ++++++++++++++++++-
2 files changed, 29 insertions(+), 1 deletion(-)
[PATCH 0/2] PCI: brcmstb: Use "num-lanes" DT property if present
Posted by Jim Quinlan 6 months, 2 weeks ago
v2:
  -- DT bindings: Add default, maximum values for 'num-lanes' (Rob)
  -- Add 'if' clause to clamp maximum requested num-lanes


v1: original

Jim Quinlan (2):
  dt-bindings: PCI: brcm,stb-pcie: Add num-lanes property
  PCI: brcmstb: Use "num-lanes" DT property if present

 .../bindings/pci/brcm,stb-pcie.yaml           |  4 +++
 drivers/pci/controller/pcie-brcmstb.c         | 26 ++++++++++++++++++-
 2 files changed, 29 insertions(+), 1 deletion(-)


base-commit: 01f95500a162fca88cefab9ed64ceded5afabc12
-- 
2.43.0
Re: [PATCH 0/2] PCI: brcmstb: Use "num-lanes" DT property if present
Posted by Manivannan Sadhasivam 5 months, 3 weeks ago
On Fri, 30 May 2025 18:40:31 -0400, Jim Quinlan wrote:
> v2:
>   -- DT bindings: Add default, maximum values for 'num-lanes' (Rob)
>   -- Add 'if' clause to clamp maximum requested num-lanes
> 
> 
> v1: original
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: PCI: brcm,stb-pcie: Add num-lanes property
      commit: dbb1258daf75f2b98e465ba5a0e26073eda6e539
[2/2] PCI: brcmstb: Use "num-lanes" DT property if present
      commit: a364d10ffe361fb34c3838d33604da493045de1e

Best regards,
-- 
Manivannan Sadhasivam <mani@kernel.org>
Re: [PATCH 0/2] PCI: brcmstb: Use "num-lanes" DT property if present
Posted by Florian Fainelli 6 months, 2 weeks ago
On 5/30/25 15:40, Jim Quinlan wrote:
> v2:
>    -- DT bindings: Add default, maximum values for 'num-lanes' (Rob)
>    -- Add 'if' clause to clamp maximum requested num-lanes

Subjects should have been "PATCH v2", FWIW.
-- 
Florian