All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] pcie-layerscape: Enable PCI-LUT initialization for NXP-Chasis-2
@ 2017-01-30 10:43 Bharat Bhushan
  2017-01-30 10:43 ` [U-Boot] [PATCH 1/3] fsl-lsch3: rename ls2080a_stream_id.h to stream_id_lsch3.h Bharat Bhushan
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Bharat Bhushan @ 2017-01-30 10:43 UTC (permalink / raw)
  To: u-boot

First patch is rename the stream-id defination file to generic
so that this can be leveraged for new SOCs, ls2088, ls1088 etc.

Second add stream-ids allocation for NXP Chasis-2 based SOCs, ls1043, ls1046 etc.
and Third patch enables PCI-LUT initialization.

Bharat Bhushan (3):
  fsl-lsch3: rename ls2080a_stream_id.h to stream_id_lsch3.h
  pcie-layerscape: Define stream-ids for Layerscape Chasis-2
  pcie-layerscape: Initialize pci-lut for NXP chasis-2 socs

 .../asm/arch-fsl-layerscape/ls2080a_stream_id.h    | 77 ----------------------
 .../asm/arch-fsl-layerscape/stream_id_lsch2.h      | 60 +++++++++++++++++
 .../asm/arch-fsl-layerscape/stream_id_lsch3.h      | 77 ++++++++++++++++++++++
 drivers/pci/pcie_layerscape_fixup.c                |  4 --
 include/configs/ls1043a_common.h                   |  1 +
 include/configs/ls2080a_common.h                   |  2 +-
 6 files changed, 139 insertions(+), 82 deletions(-)
 delete mode 100644 arch/arm/include/asm/arch-fsl-layerscape/ls2080a_stream_id.h
 create mode 100644 arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch2.h
 create mode 100644 arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch3.h

-- 
1.9.3

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

end of thread, other threads:[~2017-01-31 13:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-30 10:43 [U-Boot] [PATCH 0/3] pcie-layerscape: Enable PCI-LUT initialization for NXP-Chasis-2 Bharat Bhushan
2017-01-30 10:43 ` [U-Boot] [PATCH 1/3] fsl-lsch3: rename ls2080a_stream_id.h to stream_id_lsch3.h Bharat Bhushan
2017-01-30 16:13   ` york sun
2017-01-30 16:36     ` Bharat Bhushan
2017-01-31 12:32   ` Mike Caraman
2017-01-30 10:43 ` [U-Boot] [PATCH 2/3] pcie-layerscape: Define stream-ids for Layerscape Chasis-2 Bharat Bhushan
2017-01-31 13:12   ` Mike Caraman
2017-01-30 10:43 ` [U-Boot] [PATCH 3/3] pcie-layerscape: Initialize pci-lut for NXP chasis-2 socs Bharat Bhushan

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.