瀏覽代碼

Update v5.4 patches

Changes:
  SAM:
    - Add support for Surface Book 3 in Surface HPS driver. The dGPU of
      the Surface Book 3 can now be turned on and off via the same
      mechanism already being used by the Surface Book 2.
    - Add SID devices for Surface Pro 6 with MSHW0111 ID.
    - Complete restructure of Surface Serial Hub driver internals. The
      old synchronous communication core has been replaced by a
      completely asynchronous implementation.
    - Misc. code improvements and clean-up.

References:
  kernel: https://github.com/linux-surface/kernel/commit/c3255a6336e0dc514f4f9ea56a20541aba034876
  SAM: https://github.com/linux-surface/surface-aggregator-module/commit/6715faf265fd275aec0f5fab253cceecc9e5044e
Maximilian Luz 5 年之前
父節點
當前提交
39ac8bb15e

+ 3 - 3
patches/5.4/0001-surface3-power.patch

@@ -1,7 +1,7 @@
-From 776ae5ea12a951312f7fb3d3e69a3e7004eb4f4f Mon Sep 17 00:00:00 2001
+From d0e8502b29fa663b74c7bfc2969132444968cf6b Mon Sep 17 00:00:00 2001
 From: qzed <qzed@users.noreply.github.com>
 Date: Tue, 17 Sep 2019 17:17:56 +0200
-Subject: [PATCH 1/7] surface3-power
+Subject: [PATCH 1/6] surface3-power
 
 ---
  drivers/platform/x86/Kconfig          |   7 +
@@ -651,5 +651,5 @@ index 0000000000000..e0af01a603025
 +MODULE_DESCRIPTION("mshw0011 driver");
 +MODULE_LICENSE("GPL v2");
 -- 
-2.26.2
+2.27.0
 

+ 3 - 3
patches/5.4/0002-surface3-spi.patch

@@ -1,7 +1,7 @@
-From 549b0062d79c181f68fc4216901db61b0da0f152 Mon Sep 17 00:00:00 2001
+From 07db5029b7361c652a457cc666447e8ae649ba44 Mon Sep 17 00:00:00 2001
 From: kitakar5525 <34676735+kitakar5525@users.noreply.github.com>
 Date: Fri, 6 Dec 2019 23:10:30 +0900
-Subject: [PATCH 2/7] surface3-spi
+Subject: [PATCH 2/6] surface3-spi
 
 ---
  drivers/input/touchscreen/surface3_spi.c | 26 ++++++++++++++++++++++++
@@ -59,5 +59,5 @@ index ce4828b1415a8..63b0b8ddf0903 100644
  }
  
 -- 
-2.26.2
+2.27.0
 

+ 5 - 5
patches/5.4/0003-surface3-oemb.patch

@@ -1,7 +1,7 @@
-From 2399e1d0b248cd799d6103ae6ec69449d5145d54 Mon Sep 17 00:00:00 2001
+From 27c1115dde271b49bd68515191046f51da1abe36 Mon Sep 17 00:00:00 2001
 From: Chih-Wei Huang <cwhuang@linux.org.tw>
 Date: Tue, 18 Sep 2018 11:01:37 +0800
-Subject: [PATCH 3/7] surface3-oemb
+Subject: [PATCH 3/6] surface3-oemb
 
 ---
  drivers/platform/x86/surface3-wmi.c               | 7 +++++++
@@ -28,10 +28,10 @@ index 130b6f52a6001..801083aa56d6d 100644
  	{ }
  };
 diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
-index 19662ee330d6b..dbe70f80d1de7 100644
+index c83f7f5da96b7..e6bfe684d6be8 100644
 --- a/sound/soc/codecs/rt5645.c
 +++ b/sound/soc/codecs/rt5645.c
-@@ -3675,6 +3675,15 @@ static const struct dmi_system_id dmi_platform_data[] = {
+@@ -3681,6 +3681,15 @@ static const struct dmi_system_id dmi_platform_data[] = {
  		},
  		.driver_data = (void *)&intel_braswell_platform_data,
  	},
@@ -67,5 +67,5 @@ index d0fb43c2b9f68..0e938713cb133 100644
  };
  
 -- 
-2.26.2
+2.27.0
 

File diff suppressed because it is too large
+ 375 - 170
patches/5.4/0004-surface-sam.patch


+ 4 - 4
patches/5.4/0006-wifi.patch → patches/5.4/0005-wifi.patch

@@ -1,7 +1,7 @@
-From 503e9e13d52372e50e52438cdf7d3c7113edb771 Mon Sep 17 00:00:00 2001
+From b6534b1af8f92cb5778e61ec9415210d1cd8202b Mon Sep 17 00:00:00 2001
 From: kitakar5525 <34676735+kitakar5525@users.noreply.github.com>
 Date: Thu, 20 Feb 2020 16:51:11 +0900
-Subject: [PATCH 6/7] wifi
+Subject: [PATCH 5/6] wifi
 
 ---
  .../net/wireless/marvell/mwifiex/cfg80211.c   | 26 ++++++
@@ -10,7 +10,7 @@ Subject: [PATCH 6/7] wifi
  3 files changed, 84 insertions(+), 57 deletions(-)
 
 diff --git a/drivers/net/wireless/marvell/mwifiex/cfg80211.c b/drivers/net/wireless/marvell/mwifiex/cfg80211.c
-index d896841685008..108d7ac6a0dd9 100644
+index 9e6dc289ec3e8..00b4bc4469892 100644
 --- a/drivers/net/wireless/marvell/mwifiex/cfg80211.c
 +++ b/drivers/net/wireless/marvell/mwifiex/cfg80211.c
 @@ -25,6 +25,11 @@
@@ -251,5 +251,5 @@ index 4ed10cf82f9a4..410bef3d6a6eb 100644
  	if (priv->bss_type != MWIFIEX_BSS_TYPE_UAP) {
  		/* Send cmd to FW to enable/disable 11D function */
 -- 
-2.26.2
+2.27.0
 

+ 3 - 3
patches/5.4/0007-ipts.patch → patches/5.4/0006-ipts.patch

@@ -1,7 +1,7 @@
-From 08f34dc84753960c03b6d4a7838752d890ef2b3b Mon Sep 17 00:00:00 2001
+From f1b513a26507811fb3c389ba396e2a0e6eb78367 Mon Sep 17 00:00:00 2001
 From: Dorian Stoll <dorian.stoll@tmsp.io>
 Date: Mon, 27 Jan 2020 21:16:20 +0100
-Subject: [PATCH 7/7] ipts
+Subject: [PATCH 6/6] ipts
 
 ---
  drivers/input/touchscreen/Kconfig             |   2 +
@@ -2057,5 +2057,5 @@ index 9a61c28ed3ae4..47fc20975245d 100644
  /*
   * MT_TOOL types
 -- 
-2.26.2
+2.27.0
 

Some files were not shown because too many files changed in this diff