diff options
Diffstat (limited to 'target/linux/layerscape/patches-4.4/7199-dpaa2-dpio-Cosmetic-cleanup.patch')
-rw-r--r-- | target/linux/layerscape/patches-4.4/7199-dpaa2-dpio-Cosmetic-cleanup.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/target/linux/layerscape/patches-4.4/7199-dpaa2-dpio-Cosmetic-cleanup.patch b/target/linux/layerscape/patches-4.4/7199-dpaa2-dpio-Cosmetic-cleanup.patch deleted file mode 100644 index dd5eb7e1b0..0000000000 --- a/target/linux/layerscape/patches-4.4/7199-dpaa2-dpio-Cosmetic-cleanup.patch +++ /dev/null @@ -1,35 +0,0 @@ -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 { |