[PATCH 0/5] PCI: intel-gw: Fixes to make the driver working again

Florian Eckert posted 5 patches 2 weeks, 6 days ago
There is a newer version of this series
drivers/pci/controller/dwc/pcie-intel-gw.c | 47 +++++++++++++++---------------
1 file changed, 24 insertions(+), 23 deletions(-)
[PATCH 0/5] PCI: intel-gw: Fixes to make the driver working again
Posted by Florian Eckert 2 weeks, 6 days ago
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>