Merge branch 'pci/controller/mvebu'
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 31 Jul 2025 21:12:15 +0000 (16:12 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 31 Jul 2025 21:12:15 +0000 (16:12 -0500)
commitd5b0b60ab054ef8006a6339ba8f6eeda3ba8a120
treebd12c382a80e8c687b2eace467de089f9ed55ed1
parented1e2002b748a1ae58e94c1ed93051f3d82b71ce
parentc79a7ca8fb72a17db03e916438c44d9afc98998f
Merge branch 'pci/controller/mvebu'

- Use devm_add_action_or_reset() when adding port->clk devm cleanup action
  so we don't have to explicitly call clk_put() (Salah Triki)

* pci/controller/mvebu:
  PCI: mvebu: Use devm_add_action_or_reset() instead of devm_add_action()