All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 1/6] fsl-lsch3: rename ls2080a_stream_id.h to stream_id_lsch3.h
@ 2017-03-22  6:36 Bharat Bhushan
  2017-03-22  6:36 ` [U-Boot] [PATCH v2 2/6] fsl-lsch3: Rewording to support other Chassis-3 Socs Bharat Bhushan
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Bharat Bhushan @ 2017-03-22  6:36 UTC (permalink / raw)
  To: u-boot

The stream ID allocation for Chasis3.0 devices,
LS1088, LS2088 and LS2080, can be shared.

This patch renames this accordingly.

Signed-off-by: Bharat Bhushan <Bharat.Bhushan@nxp.com>
---
 .../asm/arch-fsl-layerscape/{ls2080a_stream_id.h => stream_id_lsch3.h}  | 0
 include/configs/ls2080a_common.h                                        | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename arch/arm/include/asm/arch-fsl-layerscape/{ls2080a_stream_id.h => stream_id_lsch3.h} (100%)

diff --git a/arch/arm/include/asm/arch-fsl-layerscape/ls2080a_stream_id.h b/arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch3.h
similarity index 100%
rename from arch/arm/include/asm/arch-fsl-layerscape/ls2080a_stream_id.h
rename to arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch3.h
diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h
index 5072e20..427f623 100644
--- a/include/configs/ls2080a_common.h
+++ b/include/configs/ls2080a_common.h
@@ -13,7 +13,7 @@
 #define CONFIG_GICV3
 #define CONFIG_FSL_TZPC_BP147
 
-#include <asm/arch/ls2080a_stream_id.h>
+#include <asm/arch/stream_id_lsch3.h>
 #include <asm/arch/config.h>
 
 /* Link Definitions */
-- 
1.9.3

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

end of thread, other threads:[~2017-03-28 18:00 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-22  6:36 [U-Boot] [PATCH v2 1/6] fsl-lsch3: rename ls2080a_stream_id.h to stream_id_lsch3.h Bharat Bhushan
2017-03-22  6:36 ` [U-Boot] [PATCH v2 2/6] fsl-lsch3: Rewording to support other Chassis-3 Socs Bharat Bhushan
2017-03-28 17:59   ` york sun
2017-03-22  6:36 ` [U-Boot] [PATCH v2 3/6] pcie-layerscape: Define stream-ids for Layerscape Chassis-2 Bharat Bhushan
2017-03-28 18:00   ` york sun
2017-03-22  6:36 ` [U-Boot] [PATCH v2 4/6] fsl-lsch2: Use Chassis-2 streamid definition for ls1046a Bharat Bhushan
2017-03-28 18:00   ` york sun
2017-03-22  6:36 ` [U-Boot] [PATCH v2 5/6] fsl-lsch2: Use Chassis-2 streamid definition for ls1012a Bharat Bhushan
2017-03-28 18:00   ` york sun
2017-03-22  6:36 ` [U-Boot] [PATCH v2 6/6] pcie-layerscape: Initialize pci-lut for NXP chasis-2 socs Bharat Bhushan
2017-03-28 18:00   ` york sun
2017-03-22 16:20 ` [U-Boot] [PATCH v2 1/6] fsl-lsch3: rename ls2080a_stream_id.h to stream_id_lsch3.h york sun
2017-03-22 17:08   ` Bharat Bhushan
2017-03-22 17:09     ` york sun
2017-03-28 17:59 ` york sun

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.