1866368a8a
LS1088A is an ARMv8 implementation combining eight ARM A53 processor cores. The LS1088ARDB is an evaluatoin platform that supports the LS1088A family SoCs. Features summary: - Eight 64-bit ARM v8 Cortex-A53 CPUs - Data path acceleration architecture 2.0 (DPAA2) - Ethernet interfaces - QUADSPI flash, 3 PCIe, 2 USB, 1 SD, 2 DUARTs etc Signed-off-by: Yutang Jiang <yutang.jiang@nxp.com>
35 lines
1.8 KiB
Diff
35 lines
1.8 KiB
Diff
From a4150e8ec8da3add3933dd026c7154dcca2ee2e7 Mon Sep 17 00:00:00 2001
|
|
From: Mihai Caraman <mihai.caraman@freescale.com>
|
|
Date: Tue, 5 Apr 2016 14:47:57 +0000
|
|
Subject: [PATCH 199/226] dpaa2-dpio: Cosmetic cleanup
|
|
|
|
Replace obsolete terms.
|
|
|
|
Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
|
|
---
|
|
drivers/staging/fsl-mc/bus/dpio/fsl_qbman_base.h | 2 +-
|
|
drivers/staging/fsl-mc/bus/dpio/qbman_portal.h | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- a/drivers/staging/fsl-mc/bus/dpio/fsl_qbman_base.h
|
|
+++ b/drivers/staging/fsl-mc/bus/dpio/fsl_qbman_base.h
|
|
@@ -51,7 +51,7 @@ struct qbman_block_desc {
|
|
* Descriptor for a QBMan software portal, expressed in terms that make sense to
|
|
* the user context. Ie. on MC, this information is likely to be true-physical,
|
|
* and instantiated statically at compile-time. On GPP, this information is
|
|
- * likely to be obtained via "discovery" over a partition's "layerscape bus"
|
|
+ * likely to be obtained via "discovery" over a partition's "MC bus"
|
|
* (ie. in response to a MC portal command), and would take into account any
|
|
* virtualisation of the GPP user's address space and/or interrupt numbering.
|
|
*/
|
|
--- a/drivers/staging/fsl-mc/bus/dpio/qbman_portal.h
|
|
+++ b/drivers/staging/fsl-mc/bus/dpio/qbman_portal.h
|
|
@@ -138,7 +138,7 @@ static inline void *qbman_swp_mc_complet
|
|
/* This struct locates a sub-field within a QBMan portal (CENA) cacheline which
|
|
* is either serving as a configuration command or a query result. The
|
|
* representation is inherently little-endian, as the indexing of the words is
|
|
- * itself little-endian in nature and layerscape is little endian for anything
|
|
+ * itself little-endian in nature and DPAA2 is little endian for anything
|
|
* that crosses a word boundary too (64-bit fields are the obvious examples).
|
|
*/
|
|
struct qb_attr_code {
|