All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/12] Add label to pcie nodes
@ 2020-09-28 10:56 Wasim Khan
  2020-09-28 10:56 ` [PATCH v2 01/12] configs: lx2160a: Enable CONFIG_PCIE_LAYERSCAPE_GEN4 Wasim Khan
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Wasim Khan @ 2020-09-28 10:56 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.

Changes in V2:
- Enable CONFIG_PCIE_LAYERSCAPE_GEN4 to make LX2160A-Rev1 work
- Fix CheckPatch issues
- Change 1KB size check to 4KB size check for ls_pcie_g4.
- Commit description updates

Changes in V3:
- fix compilation issue on ls102xa platforms

Wasim Khan (12):
  configs: lx2160a: Enable CONFIG_PCIE_LAYERSCAPE_GEN4
  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

 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                | 12 ++++++------
 arch/arm/dts/fsl-ls1088a.dtsi                |  8 ++++----
 arch/arm/dts/fsl-ls2080a.dtsi                | 11 ++++++-----
 arch/arm/dts/fsl-lx2160a.dtsi                | 12 ++++++------
 configs/lx2160aqds_tfa_SECURE_BOOT_defconfig |  1 +
 configs/lx2160aqds_tfa_defconfig             |  1 +
 configs/lx2160ardb_tfa_SECURE_BOOT_defconfig |  1 +
 configs/lx2160ardb_tfa_defconfig             |  1 +
 configs/lx2160ardb_tfa_stmm_defconfig        |  1 +
 drivers/pci/pcie_layerscape_ep.c             |  4 +++-
 drivers/pci/pcie_layerscape_gen4.c           | 19 +++++++++++++++----
 drivers/pci/pcie_layerscape_rc.c             | 14 +++++++++++---
 15 files changed, 66 insertions(+), 37 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH v2 00/12] Add label to pcie nodes
@ 2020-08-04 11:18 Wasim Khan
  2020-08-04 11:18 ` [PATCH v2 01/12] configs: lx2160a: Enable CONFIG_PCIE_LAYERSCAPE_GEN4 Wasim Khan
  0 siblings, 1 reply; 15+ messages in thread
From: Wasim Khan @ 2020-08-04 11:18 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.

Changes in V2:
- Enable CONFIG_PCIE_LAYERSCAPE_GEN4 to make LX2160A-Rev1 work
- Fix CheckPatch issues
- Change 1KB size check to 4KB size check for ls_pcie_g4.
- Commit description updates

Wasim Khan (12):
  configs: lx2160a: Enable CONFIG_PCIE_LAYERSCAPE_GEN4
  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

 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                | 12 ++++++------
 arch/arm/dts/fsl-ls1088a.dtsi                |  8 ++++----
 arch/arm/dts/fsl-ls2080a.dtsi                | 11 ++++++-----
 arch/arm/dts/fsl-lx2160a.dtsi                | 12 ++++++------
 configs/lx2160aqds_tfa_SECURE_BOOT_defconfig |  1 +
 configs/lx2160aqds_tfa_defconfig             |  1 +
 configs/lx2160ardb_tfa_SECURE_BOOT_defconfig |  1 +
 configs/lx2160ardb_tfa_defconfig             |  1 +
 configs/lx2160ardb_tfa_stmm_defconfig        |  1 +
 drivers/pci/pcie_layerscape_ep.c             |  4 +++-
 drivers/pci/pcie_layerscape_gen4.c           | 19 +++++++++++++++----
 drivers/pci/pcie_layerscape_rc.c             | 14 +++++++++++---
 15 files changed, 66 insertions(+), 37 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2020-12-11  7:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-28 10:56 [PATCH v2 00/12] Add label to pcie nodes Wasim Khan
2020-09-28 10:56 ` [PATCH v2 01/12] configs: lx2160a: Enable CONFIG_PCIE_LAYERSCAPE_GEN4 Wasim Khan
2020-12-11  7:58   ` Priyanka Jain
2020-09-28 10:56 ` [PATCH v2 02/12] pci: layerscape: Print pcie controller number starting from 1 Wasim Khan
2020-09-28 10:56 ` [PATCH v2 03/12] pci: ls_pcie_g4: " Wasim Khan
2020-09-28 10:56 ` [PATCH v2 04/12] arm: dts: lx2160a: add label to pcie nodes in dts Wasim Khan
2020-09-28 10:56 ` [PATCH v2 05/12] arm: dts: ls1046a: " Wasim Khan
2020-09-28 10:56 ` [PATCH v2 06/12] arm: dts: ls2080a: " Wasim Khan
2020-09-28 10:56 ` [PATCH v2 07/12] arm: dts: ls1088a: " Wasim Khan
2020-09-28 10:56 ` [PATCH v2 08/12] arm: dts: ls1012a: " Wasim Khan
2020-09-28 10:56 ` [PATCH v2 09/12] arm: dts: ls1043a: " Wasim Khan
2020-09-28 10:56 ` [PATCH v2 10/12] arm: dts: ls1028a: " Wasim Khan
2020-09-28 10:56 ` [PATCH v2 11/12] pci: layerscape: Add size check for config resource Wasim Khan
2020-09-28 10:56 ` [PATCH v2 12/12] pci: ls_pcie_g4: " Wasim Khan
  -- strict thread matches above, loose matches on Subject: below --
2020-08-04 11:18 [PATCH v2 00/12] Add label to pcie nodes Wasim Khan
2020-08-04 11:18 ` [PATCH v2 01/12] configs: lx2160a: Enable CONFIG_PCIE_LAYERSCAPE_GEN4 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.