All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] Add label to pcie nodes
@ 2020-07-13 16:59 Wasim Khan
  2020-07-13 16:59 ` [PATCH 01/12] pci: layerscape: Print pcie controller number starting from 1 Wasim Khan
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Wasim Khan @ 2020-07-13 16:59 UTC (permalink / raw)
  To: u-boot

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(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-07-13 16:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-13 16:59 [PATCH 00/12] Add label to pcie nodes Wasim Khan
2020-07-13 16:59 ` [PATCH 01/12] pci: layerscape: Print pcie controller number starting from 1 Wasim Khan
2020-07-13 16:59 ` [PATCH 02/12] pci: ls_pcie_g4: " Wasim Khan
2020-07-13 16:59 ` [PATCH 03/12] arm: dts: lx2160a: add label to pcie nodes in dts Wasim Khan
2020-07-13 16:59 ` [PATCH 04/12] arm: dts: ls1046a: " Wasim Khan
2020-07-13 16:59 ` [PATCH 05/12] arm: dts: ls2080a: " Wasim Khan
2020-07-13 16:59 ` [PATCH 06/12] arm: dts: ls1088a: " Wasim Khan
2020-07-13 16:59 ` [PATCH 07/12] arm: dts: ls1012a: " Wasim Khan
2020-07-13 16:59 ` [PATCH 08/12] arm: dts: ls1043a: " Wasim Khan
2020-07-13 16:59 ` [PATCH 09/12] arm: dts: ls1028a: " Wasim Khan
2020-07-13 16:59 ` [PATCH 10/12] pci: layerscape: Add size check for config resource Wasim Khan
2020-07-13 16:59 ` [PATCH 11/12] pci: ls_pcie_g4: " Wasim Khan
2020-07-13 16:59 ` [PATCH 12/12] pci: layerscape: indentation correction Wasim Khan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.