This patch series fixes the 'intel-gw' driver to work again with the
current pcie framework. The following changes are:
* Move interrupt 'enable' to its own function to improve readability.
* Enable clock for the PHY before PHY init call.
* Add missing 'start_link' callback that was added to the PCIe dwc
framework.
* Read ATU base assignment from the DTS rather than specifying it in the
source.
* Remove unused preprocessor define.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
---
Florian Eckert (5):
PCI: intel-gw: Move interrupt enable to own function
PCI: intel-gw: Enable clock before phy init
PCI: intel-gw: Add start_link callback function
PCI: intel-gw: Remove atu base assignment
PCI: intel-gw: Remove unused define
drivers/pci/controller/dwc/pcie-intel-gw.c | 47 +++++++++++++++---------------
1 file changed, 24 insertions(+), 23 deletions(-)
---
base-commit: f338e77383789c0cae23ca3d48adcc5e9e137e3c
change-id: 20260317-pcie-intel-gw-50902113f9e1
Best regards,
--
Florian Eckert <fe@dev.tdt.de>