mbox series

[00/12] Add label to pcie nodes

Message ID 1594659555-12669-1-git-send-email-wasim.khan@nxp.com
Headers show
Series Add label to pcie nodes | expand

Message

Wasim Khan July 13, 2020, 4:59 p.m. UTC
This patch series
- Adds label to pcie nodes in dts file for NXP's layerscape SoCs 
- Print the pcie controller number starting from 1 to match RMs
- Add checks for config resource size and fix indendation.

Wasim Khan (12):
  pci: layerscape: Print pcie controller number starting from 1
  pci: ls_pcie_g4: Print pcie controller number starting from 1
  arm: dts: lx2160a: add label to pcie nodes in dts
  arm: dts: ls1046a: add label to pcie nodes in dts
  arm: dts: ls2080a: add label to pcie nodes in dts
  arm: dts: ls1088a: add label to pcie nodes in dts
  arm: dts: ls1012a: add label to pcie nodes in dts
  arm: dts: ls1043a: add label to pcie nodes in dts
  arm: dts: ls1028a: add label to pcie nodes in dts
  pci: layerscape: Add size check for config resource
  pci: ls_pcie_g4: Add size check for config resource
  pci: layerscape: indentation correction

 arch/arm/dts/fsl-ls1012a.dtsi      |  3 ++-
 arch/arm/dts/fsl-ls1028a.dtsi      |  6 +++---
 arch/arm/dts/fsl-ls1043a.dtsi      |  9 +++++----
 arch/arm/dts/fsl-ls1046a.dtsi      |  9 +++++----
 arch/arm/dts/fsl-ls1088a.dtsi      |  8 ++++----
 arch/arm/dts/fsl-ls2080a.dtsi      | 11 ++++++-----
 arch/arm/dts/fsl-lx2160a.dtsi      | 12 ++++++------
 drivers/pci/pcie_layerscape.c      | 23 ++++++++++++++++-------
 drivers/pci/pcie_layerscape_gen4.c | 20 ++++++++++++++++----
 9 files changed, 63 insertions(+), 38 deletions(-)