mbox series

[0/2] PCI: Simplify few things

Message ID 20250112-syscon-phandle-args-pci-v1-0-fcb6ebcc0afc@linaro.org (mailing list archive)
Headers show
Series PCI: Simplify few things | expand

Message

Krzysztof Kozlowski Jan. 12, 2025, 1:39 p.m. UTC
Few code simplifications without functional impact.  Not tested on
hardware.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (2):
      PCI: dwc: dra7xx: Use syscon_regmap_lookup_by_phandle_args
      PCI: dwc: layerscape: Use syscon_regmap_lookup_by_phandle_args

 drivers/pci/controller/dwc/pci-dra7xx.c     | 27 ++++++---------------------
 drivers/pci/controller/dwc/pci-layerscape.c | 10 ++++------
 2 files changed, 10 insertions(+), 27 deletions(-)
---
base-commit: 2ddfbff29a2d45551e8c3e4f0c6b7c4618de24b7
change-id: 20250112-syscon-phandle-args-pci-d97537922ddd

Best regards,

Comments

Krzysztof WilczyƄski Jan. 15, 2025, 12:03 p.m. UTC | #1
Hello,

> Few code simplifications without functional impact.  Not tested on
> hardware.

Applied to controller/dwc for v6.14, thank you!

	Krzysztof