[openwrt/openwrt] kernel: properly condition EM919x patch

LEDE Commits lede-commits at lists.infradead.org
Tue Aug 9 05:01:07 PDT 2022


xback pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/cf110404e3307bd2dba64889435b4b403f6940f4

commit cf110404e3307bd2dba64889435b4b403f6940f4
Author: Koen Vandeputte <koen.vandeputte at ncentric.com>
AuthorDate: Tue Aug 9 09:36:10 2022 +0200

    kernel: properly condition EM919x patch
    
    Properly format and refresh patch
    
    Fixes: d03977faf4 ("kernel: backport support for Sierra Wireless EM919x modems")
    
    Signed-off-by: Koen Vandeputte <koen.vandeputte at ncentric.com>
---
 ...i_generic-Introduce-Sierra-EM919X-support.patch | 27 ++++++++++++++++++----
 1 file changed, 23 insertions(+), 4 deletions(-)

diff --git a/target/linux/generic/backport-5.15/780-v5.16-bus-mhi-pci_generic-Introduce-Sierra-EM919X-support.patch b/target/linux/generic/backport-5.15/780-v5.16-bus-mhi-pci_generic-Introduce-Sierra-EM919X-support.patch
index 47a123494e..5fe10e0caa 100644
--- a/target/linux/generic/backport-5.15/780-v5.16-bus-mhi-pci_generic-Introduce-Sierra-EM919X-support.patch
+++ b/target/linux/generic/backport-5.15/780-v5.16-bus-mhi-pci_generic-Introduce-Sierra-EM919X-support.patch
@@ -1,7 +1,26 @@
-Index: linux-5.15.58/drivers/bus/mhi/pci_generic.c
-===================================================================
---- linux-5.15.58.orig/drivers/bus/mhi/pci_generic.c
-+++ linux-5.15.58/drivers/bus/mhi/pci_generic.c
+From 789d3eeb2367f92193a0882f7cdab03f0f9d6930 Mon Sep 17 00:00:00 2001
+From: Thomas Perrot <thomas.perrot at bootlin.com>
+Date: Thu, 16 Dec 2021 13:42:27 +0530
+Subject: [PATCH] bus: mhi: pci_generic: Introduce Sierra EM919X support
+
+Add support for EM919X modems, this modem series is based on SDX55
+qcom chip.
+
+It is mandatory to use the same ring for control+data and diag events.
+
+Link: https://lore.kernel.org/r/20211123081541.648426-1-thomas.perrot@bootlin.com
+Tested-by: Aleksander Morgado <aleksander at aleksander.es>
+Reviewed-by: Manivannan Sadhasivam <mani at kernel.org>
+Signed-off-by: Thomas Perrot <thomas.perrot at bootlin.com>
+Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam at linaro.org>
+Link: https://lore.kernel.org/r/20211216081227.237749-11-manivannan.sadhasivam@linaro.org
+Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
+---
+ drivers/bus/mhi/pci_generic.c | 43 +++++++++++++++++++++++++++++++++++
+ 1 file changed, 43 insertions(+)
+
+--- a/drivers/bus/mhi/pci_generic.c
++++ b/drivers/bus/mhi/pci_generic.c
 @@ -406,6 +406,46 @@ static const struct mhi_pci_dev_info mhi
  	.mru_default = 32768,
  };




More information about the lede-commits mailing list