aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq/ltq-vdsl-vr11-mei/patches/010-warnings.patch
diff options
context:
space:
mode:
authorMartin Schiller <ms.3headeddevs@gmail.com>2019-08-21 08:44:58 +0200
committerDaniel Golle <daniel@makrotopia.org>2023-01-16 23:41:41 +0000
commitbc442076f28937d5d752364be1727e765325cbac (patch)
treea6d347693b1f861400df4aedb06be6717d48cb10 /package/kernel/lantiq/ltq-vdsl-vr11-mei/patches/010-warnings.patch
parent2a0aa9eefadb3bad415eae84e023af70c06b020c (diff)
downloadupstream-bc442076f28937d5d752364be1727e765325cbac.tar.gz
upstream-bc442076f28937d5d752364be1727e765325cbac.tar.bz2
upstream-bc442076f28937d5d752364be1727e765325cbac.zip
kernel: add new ltq-vdsl-vr11-mei driver
This uses version 1.11.1 of the drv_mei_cpe package from the Intel UGW 8.5.2.10 for the VRX518. Signed-off-by: Martin Schiller <ms.3headeddevs@gmail.com> [updated for kernel 5.10] Signed-off-by: Jan Hoffmann <jan@3e8.eu> [update to 1.11.1, switch to tag tarball, update patches] Signed-off-by: Andre Heider <a.heider@gmail.com> [update for kernel 5.15] Signed-off-by: Jan Hoffmann <jan@3e8.eu> Signed-off-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'package/kernel/lantiq/ltq-vdsl-vr11-mei/patches/010-warnings.patch')
-rw-r--r--package/kernel/lantiq/ltq-vdsl-vr11-mei/patches/010-warnings.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/kernel/lantiq/ltq-vdsl-vr11-mei/patches/010-warnings.patch b/package/kernel/lantiq/ltq-vdsl-vr11-mei/patches/010-warnings.patch
new file mode 100644
index 0000000000..f6ee2f7f8b
--- /dev/null
+++ b/package/kernel/lantiq/ltq-vdsl-vr11-mei/patches/010-warnings.patch
@@ -0,0 +1,20 @@
+--- a/src/drv_mei_cpe_dbg_driver.c
++++ b/src/drv_mei_cpe_dbg_driver.c
+@@ -309,7 +309,7 @@ MEI_STATIC IFX_void_t MEI_DbgMsgDumpLogW
+ IFX_int32_t i;
+ unsigned short paylSize;
+ union {IFX_uint8_t d8[2]; IFX_uint16_t d16;} temp16;
+- union {IFX_uint8_t d8[4]; IFX_uint16_t d32;} temp32;
++ union {IFX_uint8_t d8[4]; IFX_uint32_t d32;} temp32;
+
+ MEI_DbgMsgDumpLogLabel(pCmvMsg, fctOpCode);
+
+@@ -368,7 +368,7 @@ MEI_STATIC IFX_void_t MEI_DbgMsgDumpTrcW
+ IFX_int32_t i;
+ unsigned short paylSize;
+ union {IFX_uint8_t d8[2]; IFX_uint16_t d16;} temp16;
+- union {IFX_uint8_t d8[4]; IFX_uint16_t d32;} temp32;
++ union {IFX_uint8_t d8[4]; IFX_uint32_t d32;} temp32;
+
+ MEI_DbgMsgDumpTraceLabel(pCmvMsg, fctOpCode);
+