Update v5.19 patches

Changes:
 - Rebase onto v5.19.13

Links:
 - kernel: ab70f2e8b1
This commit is contained in:
Maximilian Luz 2022-10-04 21:15:49 +02:00
parent c215d7036d
commit c7a9e1a84e
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02
11 changed files with 117 additions and 117 deletions

View file

@ -1,4 +1,4 @@
From 086e9ea6e92f1fdc5b02187cd3c43a47bdc10de3 Mon Sep 17 00:00:00 2001
From 93fe64be26a6b0aa994b2a4e1bb52c00a1199d78 Mon Sep 17 00:00:00 2001
From: Tsuchiya Yuto <kitakar@gmail.com>
Date: Sun, 18 Oct 2020 16:42:44 +0900
Subject: [PATCH] (surface3-oemb) add DMI matches for Surface 3 with broken DMI
@ -97,5 +97,5 @@ index 6beb00858c33..d82d77387a0a 100644
};
--
2.37.3
2.38.0

View file

@ -1,4 +1,4 @@
From 9a69ea3a3767f1ec699a0b89bc1694b8883e5dc4 Mon Sep 17 00:00:00 2001
From 175c5b454303a18ce400042a7cc1f5557b2151c0 Mon Sep 17 00:00:00 2001
From: Tsuchiya Yuto <kitakar@gmail.com>
Date: Tue, 29 Sep 2020 17:32:22 +0900
Subject: [PATCH] mwifiex: pcie: add reset_wsid quirk for Surface 3
@ -181,9 +181,9 @@ index 8ec4176d698f..25370c5a4f59 100644
int mwifiex_pcie_reset_d3cold_quirk(struct pci_dev *pdev);
+int mwifiex_pcie_reset_wsid_quirk(struct pci_dev *pdev);
--
2.37.3
2.38.0
From 391d6b0683b6d7602db161b878e21a7d030318d2 Mon Sep 17 00:00:00 2001
From 787a412a2d5f5ed3c6f74ecd0cfea4facf48ac6c Mon Sep 17 00:00:00 2001
From: Tsuchiya Yuto <kitakar@gmail.com>
Date: Wed, 30 Sep 2020 18:08:24 +0900
Subject: [PATCH] mwifiex: pcie: (OEMB) add quirk for Surface 3 with broken DMI
@ -243,9 +243,9 @@ index 563dd0d5ac79..32e2f000e57b 100644
};
--
2.37.3
2.38.0
From e3058bb2c978cba155a7b77248c2c70b4e5d47d3 Mon Sep 17 00:00:00 2001
From 9f5de85ea1268a12450c571a79a5a3e24cb12cd1 Mon Sep 17 00:00:00 2001
From: Tsuchiya Yuto <kitakar@gmail.com>
Date: Sun, 4 Oct 2020 00:11:49 +0900
Subject: [PATCH] mwifiex: pcie: disable bridge_d3 for Surface gen4+
@ -398,9 +398,9 @@ index 25370c5a4f59..a1de111ad1db 100644
void mwifiex_initialize_quirks(struct pcie_service_card *card);
int mwifiex_pcie_reset_d3cold_quirk(struct pci_dev *pdev);
--
2.37.3
2.38.0
From 25af20fa9b857aca8818c66fec248ef881d8b953 Mon Sep 17 00:00:00 2001
From 7dfde4cdf1205b9a7a1424e4e43abdbbd0f9c3a9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <verdre@v0yd.nl>
Date: Tue, 3 Nov 2020 13:28:04 +0100
Subject: [PATCH] mwifiex: Add quirk resetting the PCI bridge on MS Surface
@ -565,9 +565,9 @@ index a1de111ad1db..0e429779bb04 100644
void mwifiex_initialize_quirks(struct pcie_service_card *card);
int mwifiex_pcie_reset_d3cold_quirk(struct pci_dev *pdev);
--
2.37.3
2.38.0
From b3c8573c35e015c7a77829b448df3007eef79411 Mon Sep 17 00:00:00 2001
From 855497f414ccf437da4433148420e2000de84d57 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <verdre@v0yd.nl>
Date: Thu, 25 Mar 2021 11:33:02 +0100
Subject: [PATCH] Bluetooth: btusb: Lower passive lescan interval on Marvell
@ -643,9 +643,9 @@ index aaba2d737178..5d29e592cd34 100644
(id->driver_info & BTUSB_MEDIATEK)) {
hdev->setup = btusb_mtk_setup;
--
2.37.3
2.38.0
From 3b1393c403f6139dcc867be737f0828dcbe198dc Mon Sep 17 00:00:00 2001
From 74fa35d502122f57a0f4f6c65d17f4767a4de4e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <verdre@v0yd.nl>
Date: Tue, 10 Nov 2020 12:49:56 +0100
Subject: [PATCH] mwifiex: Use non-posted PCI register writes
@ -700,5 +700,5 @@ index 24bcd22a2618..b4ad0113a035 100644
}
--
2.37.3
2.38.0

View file

@ -1,4 +1,4 @@
From 3b181a8258dbc6ce55e7ba8f7f55006c266f7624 Mon Sep 17 00:00:00 2001
From 8e55b6d4db64ac36499596c249c1e4298856e1e7 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Sat, 27 Feb 2021 00:45:52 +0100
Subject: [PATCH] ath10k: Add module parameters to override board files
@ -117,5 +117,5 @@ index 688177453b07..e400a0318838 100644
ret = firmware_request_nowarn(&fw, filename, ar->dev);
ath10k_dbg(ar, ATH10K_DBG_BOOT, "boot fw request '%s': %d\n",
--
2.37.3
2.38.0

View file

@ -1,4 +1,4 @@
From f3d263ff5c3b0a75181d6d9c629db23ccffb40b5 Mon Sep 17 00:00:00 2001
From fb59891de6d10cafd5d2ccfb28ddc07314663464 Mon Sep 17 00:00:00 2001
From: Dorian Stoll <dorian.stoll@tmsp.io>
Date: Thu, 30 Jul 2020 13:21:53 +0200
Subject: [PATCH] misc: mei: Add missing IPTS device IDs
@ -34,9 +34,9 @@ index 5435604327a7..1165ee4f5928 100644
{MEI_PCI_DEVICE(MEI_DEV_ID_TGP_LP, MEI_ME_PCH15_CFG)},
--
2.37.3
2.38.0
From 101d8658aaafd87b8b39b50190e473b7746afd67 Mon Sep 17 00:00:00 2001
From 81852cad85e104e405f68bb600cfa69c84a72b23 Mon Sep 17 00:00:00 2001
From: Dorian Stoll <dorian.stoll@tmsp.io>
Date: Thu, 6 Aug 2020 11:20:41 +0200
Subject: [PATCH] misc: Add support for Intel Precise Touch & Stylus
@ -1499,9 +1499,9 @@ index 000000000000..53fb86a88f97
+
+#endif /* _IPTS_UAPI_H_ */
--
2.37.3
2.38.0
From 374348663a0cb1ff9aa142ba7af4dfca9654218d Mon Sep 17 00:00:00 2001
From af6cdd729a30128af6d8a0a9aa26da29fa955b32 Mon Sep 17 00:00:00 2001
From: Liban Hannan <liban.p@gmail.com>
Date: Tue, 12 Apr 2022 23:31:12 +0100
Subject: [PATCH] iommu: ipts: use IOMMU passthrough mode for IPTS
@ -1523,7 +1523,7 @@ Patchset: ipts
1 file changed, 24 insertions(+)
diff --git a/drivers/iommu/intel/iommu.c b/drivers/iommu/intel/iommu.c
index c0464959cbcd..fa4f675ffeda 100644
index 3ed15e8ca677..8c5d47c5262f 100644
--- a/drivers/iommu/intel/iommu.c
+++ b/drivers/iommu/intel/iommu.c
@@ -37,6 +37,8 @@
@ -1570,7 +1570,7 @@ index c0464959cbcd..fa4f675ffeda 100644
check_tylersburg_isoch();
ret = si_domain_init(hw_pass_through);
@@ -4910,6 +4920,17 @@ static void quirk_iommu_igfx(struct pci_dev *dev)
@@ -4933,6 +4943,17 @@ static void quirk_iommu_igfx(struct pci_dev *dev)
dmar_map_gfx = 0;
}
@ -1588,7 +1588,7 @@ index c0464959cbcd..fa4f675ffeda 100644
/* G4x/GM45 integrated gfx dmar support is totally busted. */
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2a40, quirk_iommu_igfx);
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2e00, quirk_iommu_igfx);
@@ -4945,6 +4966,9 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x1632, quirk_iommu_igfx);
@@ -4968,6 +4989,9 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x1632, quirk_iommu_igfx);
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x163A, quirk_iommu_igfx);
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x163D, quirk_iommu_igfx);
@ -1599,5 +1599,5 @@ index c0464959cbcd..fa4f675ffeda 100644
{
if (risky_device(dev))
--
2.37.3
2.38.0

View file

@ -1,4 +1,4 @@
From 3c81c666d9953a794458a776e8fc3a7f01bc5e3f Mon Sep 17 00:00:00 2001
From 10cd88124de652804f308111320a863b55da23a0 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 27 May 2022 04:34:36 +0200
Subject: [PATCH] platform/surface: aggregator: Allow is_ssam_device() to be
@ -53,9 +53,9 @@ index cc257097eb05..62b38b4487eb 100644
* to_ssam_device() - Casts the given device to a SSAM client device.
* @d: The device to cast.
--
2.37.3
2.38.0
From 27a764414ea8159400e18f4f2d6cc343a0ef0fe1 Mon Sep 17 00:00:00 2001
From 491afd847e8b97631743293a1e88d1019038a710 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 27 May 2022 04:34:37 +0200
Subject: [PATCH] platform/surface: aggregator: Allow devices to be marked as
@ -162,9 +162,9 @@ index 62b38b4487eb..6df7c8d4e50e 100644
* ssam_device_get() - Increment reference count of SSAM client device.
* @sdev: The device to increment the reference count of.
--
2.37.3
2.38.0
From c43c8482fd9b50c583abb5ac580b5f0c0bdc70b0 Mon Sep 17 00:00:00 2001
From bebd8ac867acf177167fd156f5e7bcfd36869c52 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 27 May 2022 04:34:38 +0200
Subject: [PATCH] platform/surface: aggregator: Allow notifiers to avoid
@ -458,9 +458,9 @@ index 6df7c8d4e50e..c418f7f2732d 100644
+
#endif /* _LINUX_SURFACE_AGGREGATOR_DEVICE_H */
--
2.37.3
2.38.0
From 14bc87cdfd2e26b659555dc062e015feed05c135 Mon Sep 17 00:00:00 2001
From 0fd3d44ee0d9f061a61a909a0cc3fea3c61d40f0 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 27 May 2022 04:34:39 +0200
Subject: [PATCH] platform/surface: aggregator_registry: Use client device
@ -510,9 +510,9 @@ index 08019c6ccc9c..71fe014d3ebb 100644
ssam_remove_clients(&sdev->dev);
}
--
2.37.3
2.38.0
From 9815b041ed7f4ab5ea63dad939b01a3f831bcd79 Mon Sep 17 00:00:00 2001
From cf13eafc909feea8e97fbd414e0b699c5a42dca5 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 27 May 2022 04:34:40 +0200
Subject: [PATCH] power/supply: surface_charger: Use client device wrappers for
@ -554,9 +554,9 @@ index a060c36c7766..59182d55742d 100644
static const struct spwr_psy_properties spwr_psy_props_adp1 = {
--
2.37.3
2.38.0
From 2b1a6ac8c71b964bbc27d51128765f6085e4d952 Mon Sep 17 00:00:00 2001
From dc06c3418aa297013312a182d4c34da6609ce6de Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 27 May 2022 04:34:41 +0200
Subject: [PATCH] power/supply: surface_battery: Use client device wrappers for
@ -598,9 +598,9 @@ index 5ec2e6bb2465..540707882bb0 100644
}
--
2.37.3
2.38.0
From 1d76184c74ca14d5848d247cd723cb3ae6c76459 Mon Sep 17 00:00:00 2001
From 900fd067b67e27666f43785ef0268e2c1b131eea Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 27 May 2022 04:34:42 +0200
Subject: [PATCH] HID: surface-hid: Add support for hot-removal
@ -712,9 +712,9 @@ index e46330b2e561..87637f813de2 100644
return shid->ops.output_report(shid, reportnum, buf, len);
--
2.37.3
2.38.0
From badf44e9c231da4129c62c0437ffc3778742dc61 Mon Sep 17 00:00:00 2001
From 6b145011e2842f8c0bfd947283ac2183f113604c Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 27 May 2022 04:34:43 +0200
Subject: [PATCH] platform/surface: aggregator: Add comment for KIP subsystem
@ -753,9 +753,9 @@ index c3de43edcffa..26b95ec12733 100644
SSAM_SSH_TC_BLD = 0x10,
SSAM_SSH_TC_BAS = 0x11, /* Detachment system (Surface Book 2/3). */
--
2.37.3
2.38.0
From 7081e62b97913bf3d9958b4bb396da477a418318 Mon Sep 17 00:00:00 2001
From 9767e9af49e71d638777210bdbbb1a6ec83c00bf Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 27 May 2022 04:34:44 +0200
Subject: [PATCH] platform/surface: aggregator_registry: Generify subsystem hub
@ -1143,9 +1143,9 @@ index 71fe014d3ebb..0b1ca1155770 100644
};
--
2.37.3
2.38.0
From 67b8de85e1deb327617206db943f92f95abfe477 Mon Sep 17 00:00:00 2001
From e668d006ec6ad044f993c0857afee7f3f0303709 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 27 May 2022 04:34:45 +0200
Subject: [PATCH] platform/surface: aggregator_registry: Change device ID for
@ -1187,9 +1187,9 @@ index 0b1ca1155770..d0e9e287c7e5 100644
};
--
2.37.3
2.38.0
From 57d73c1974395c66f69b962fc8202e0de8a7d84d Mon Sep 17 00:00:00 2001
From 607f5c3e825c05bf0a5b9fa2e9570bc01cef2770 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 27 May 2022 04:34:46 +0200
Subject: [PATCH] platform/surface: aggregator_registry: Add KIP device hub
@ -1352,9 +1352,9 @@ index d0e9e287c7e5..0b4aeba4ad93 100644
platform_driver_unregister(&ssam_platform_hub_driver);
}
--
2.37.3
2.38.0
From ce1956200975e2970fdff53a087e7a767642c1a1 Mon Sep 17 00:00:00 2001
From 336477e2e2926a4adea68881da5b10a4445c702b Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 27 May 2022 04:34:47 +0200
Subject: [PATCH] platform/surface: aggregator_registry: Add support for
@ -1453,9 +1453,9 @@ index 0b4aeba4ad93..3b1310d61a24 100644
};
--
2.37.3
2.38.0
From 3999328cf31503288268f970c858549ff5b7cf49 Mon Sep 17 00:00:00 2001
From 6451a24698c042a26385615af15bc5bb97188d99 Mon Sep 17 00:00:00 2001
From: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Date: Fri, 10 Jun 2022 14:41:58 +0900
Subject: [PATCH] platform/surface: avoid flush_scheduled_work() usage
@ -1532,9 +1532,9 @@ index 7b758f8cc137..c0e12f0b9b79 100644
MODULE_AUTHOR("Maximilian Luz <luzmaximilian@gmail.com>");
MODULE_DESCRIPTION("Surface ACPI Notify driver for Surface System Aggregator Module");
--
2.37.3
2.38.0
From d5e0484b36959f14cb2776539abe080fd3da3f2a Mon Sep 17 00:00:00 2001
From d08092adbfe7e12c8fd688e2262ce7dad8f7baf4 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Tue, 14 Jun 2022 21:41:17 +0200
Subject: [PATCH] platform/surface: aggregator: Reserve more event- and
@ -1754,9 +1754,9 @@ index 26b95ec12733..45501b6e54e8 100644
--
2.37.3
2.38.0
From 2400a6e2d77a9e22bf6c86bd0249f88ff9247913 Mon Sep 17 00:00:00 2001
From bb44dfeb982ea5fdf9d18982512084eeca71ed7f Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 24 Jun 2022 20:36:39 +0200
Subject: [PATCH] platform/surface: aggregator: Add helper macros for requests
@ -1967,9 +1967,9 @@ index c418f7f2732d..6cf7e80312d5 100644
/* -- Helpers for client-device notifiers. ---------------------------------- */
--
2.37.3
2.38.0
From 9dde47356cb22272f3c05555fd491b893cffcf16 Mon Sep 17 00:00:00 2001
From b0e8cc2fefdf4e572e6ce71b0bf60b9e63022ed1 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 24 Jun 2022 20:36:40 +0200
Subject: [PATCH] platform/surface: Add KIP/POS tablet-mode switch driver
@ -2699,9 +2699,9 @@ index 000000000000..596ca6c80681
+MODULE_DESCRIPTION("Tablet mode switch driver for Surface devices using the Surface Aggregator Module");
+MODULE_LICENSE("GPL");
--
2.37.3
2.38.0
From a066a9ca172fa11d04ebb9827921a8a6bd803a2b Mon Sep 17 00:00:00 2001
From f4cb665baca13f087ffa41e999f61031b44315da Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 24 Jun 2022 20:36:41 +0200
Subject: [PATCH] platform/surface: aggregator_registry: Add support for tablet
@ -2752,9 +2752,9 @@ index 3b1310d61a24..6994168ee898 100644
};
--
2.37.3
2.38.0
From f49217f6c686d364cafd42a9db8f60eeb609269d Mon Sep 17 00:00:00 2001
From f648e64b4ea98a52495f8e7382605d3c99ffbea0 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 24 Jun 2022 20:36:42 +0200
Subject: [PATCH] platform/surface: aggregator_registry: Add support for tablet
@ -2799,9 +2799,9 @@ index 6994168ee898..6e14dd18c7a7 100644
&ssam_node_hid_tid1_penstash,
&ssam_node_hid_tid1_touchpad,
--
2.37.3
2.38.0
From ddb145f8b3d338afaaa6bc13dd009fc334ee41ee Mon Sep 17 00:00:00 2001
From 246f11e41c786c82df2e816a3a94705784bc1b0f Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 24 Jun 2022 22:57:58 +0200
Subject: [PATCH] platform/surface: aggregator: Move device registry helper
@ -3195,9 +3195,9 @@ index 6cf7e80312d5..46c45d1b6368 100644
/* -- Helpers for client-device requests. ----------------------------------- */
--
2.37.3
2.38.0
From 2c8b24578fe15ed64beff660f75821b4b2931fbb Mon Sep 17 00:00:00 2001
From b864dfd5fa6a705d7ae5a13e79ac32ca67dec4a9 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 24 Jun 2022 22:57:59 +0200
Subject: [PATCH] platform/surface: aggregator: Move subsystem hub drivers to
@ -4085,9 +4085,9 @@ index eb88021c208c..76dc9c4f108e 100644
MODULE_AUTHOR("Maximilian Luz <luzmaximilian@gmail.com>");
MODULE_DESCRIPTION("Device-registry for Surface System Aggregator Module");
--
2.37.3
2.38.0
From 40051497382a40aef690562429e8827392e42b5f Mon Sep 17 00:00:00 2001
From 7724d8aff10451320a984da1e036e6287d31d885 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 24 Jun 2022 22:58:00 +0200
Subject: [PATCH] platform/surface: Update copyright year of various drivers
@ -4407,9 +4407,9 @@ index 6373d3b5eb7f..fbf2e11fd6ce 100644
#include <asm/unaligned.h>
--
2.37.3
2.38.0
From ec73ceb2ee84043dc0e44311c9046f07a885dddc Mon Sep 17 00:00:00 2001
From c438c4623613abea111de98c2b31e5485ad3ebfa Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Date: Wed, 13 Jul 2022 06:09:16 +0200
Subject: [PATCH] MAINTAINERS: repair file entry in MICROSOFT SURFACE
@ -4453,9 +4453,9 @@ index 55e80354a097..6772c9d0eccc 100644
MICROSOFT SURFACE BATTERY AND AC DRIVERS
M: Maximilian Luz <luzmaximilian@gmail.com>
--
2.37.3
2.38.0
From 19d39f5eb3be113da3661a81a7a13ec0fc0a9f37 Mon Sep 17 00:00:00 2001
From 5186ef74d3d66701d614de93666a74ca282b7f63 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Sun, 17 Jul 2022 14:07:35 +0200
Subject: [PATCH] platform/surface: tabletsw: Fix __le32 integer access
@ -4497,9 +4497,9 @@ index 596ca6c80681..27d95a6a7851 100644
*source_id = get_unaligned_le32(&sources.id[0]);
return 0;
--
2.37.3
2.38.0
From 98765fb785d93cafba6012dd98bd75e22bff18e9 Mon Sep 17 00:00:00 2001
From 8d9c314269418930276f16add5c811760cb5bceb Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Sat, 25 Jun 2022 20:42:00 +0200
Subject: [PATCH] platform/surface: aggregator_registry: Rename HID device
@ -4570,9 +4570,9 @@ index 93ab62eb393d..7d82398f55b1 100644
};
--
2.37.3
2.38.0
From 6db6e2fbbf973e05313ff49ced60a25b16b5f9bd Mon Sep 17 00:00:00 2001
From 60c2cdb4214c855aa92b1e23f15856eefbaef80f Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Sat, 25 Jun 2022 20:52:47 +0200
Subject: [PATCH] platform/surface: aggregator_registry: Rename HID device
@ -4663,9 +4663,9 @@ index 7d82398f55b1..9970f89b1411 100644
};
--
2.37.3
2.38.0
From 5df824cc1d6179b0f92675528d4af9e35af1a46c Mon Sep 17 00:00:00 2001
From dbd435c49913b4e6f186647301f311fb1ab1e61c Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Sat, 25 Jun 2022 20:54:59 +0200
Subject: [PATCH] platform/surface: aggregator_registry: Add HID devices for
@ -4699,5 +4699,5 @@ index 9970f89b1411..585911020cea 100644
};
--
2.37.3
2.38.0

View file

@ -1,4 +1,4 @@
From 09377616cda2a365fff6b4f4cdce3b54cfd5d418 Mon Sep 17 00:00:00 2001
From 08505968fab0bac14ba05674fa1d0ff11da61789 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Sat, 25 Jul 2020 17:19:53 +0200
Subject: [PATCH] i2c: acpi: Implement RawBytes read access
@ -108,9 +108,9 @@ index 08b561f0709d..d7c397bce0f0 100644
dev_warn(&adapter->dev, "protocol 0x%02x not supported for client 0x%02x\n",
accessor_type, client->addr);
--
2.37.3
2.38.0
From bb7f8a7f6281bd79bc47f8715a33243a1cbe8b53 Mon Sep 17 00:00:00 2001
From 814062e78b71de0b7105ea17ad2a369f265564a5 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Sat, 13 Feb 2021 16:41:18 +0100
Subject: [PATCH] platform/surface: Add driver for Surface Book 1 dGPU switch
@ -331,5 +331,5 @@ index 000000000000..8b816ed8f35c
+MODULE_DESCRIPTION("Discrete GPU Power-Switch for Surface Book 1");
+MODULE_LICENSE("GPL");
--
2.37.3
2.38.0

View file

@ -1,4 +1,4 @@
From 9db35ae0c7a69695196965dba37bda99aafea13e Mon Sep 17 00:00:00 2001
From 6a93164b5e6a0c4a1fec96a823c62f3a44593b55 Mon Sep 17 00:00:00 2001
From: Sachi King <nakato@nakato.io>
Date: Tue, 5 Oct 2021 00:05:09 +1100
Subject: [PATCH] Input: soc_button_array - support AMD variant Surface devices
@ -73,9 +73,9 @@ index 480476121c01..36e1bf7b7a01 100644
/*
--
2.37.3
2.38.0
From 99602a6b72967c5599c5a054f2147c67387275e9 Mon Sep 17 00:00:00 2001
From d9f61576d201addde8af7610c857968c87c2c242 Mon Sep 17 00:00:00 2001
From: Sachi King <nakato@nakato.io>
Date: Tue, 5 Oct 2021 00:22:57 +1100
Subject: [PATCH] platform/surface: surfacepro3_button: don't load on amd
@ -145,5 +145,5 @@ index 242fb690dcaf..30eea54dbb47 100644
--
2.37.3
2.38.0

View file

@ -1,4 +1,4 @@
From 910e190ce4bf58fb58ccea2cdb2a31a3b7641311 Mon Sep 17 00:00:00 2001
From 83753a93a5d1a7c51e837cc2956dadd0f72721ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <verdre@v0yd.nl>
Date: Thu, 5 Nov 2020 13:09:45 +0100
Subject: [PATCH] hid/multitouch: Turn off Type Cover keyboard backlight when
@ -229,9 +229,9 @@ index 2e72922e36f5..15f5f11c4b85 100644
{ .driver_data = MT_CLS_GOOGLE,
HID_DEVICE(HID_BUS_ANY, HID_GROUP_ANY, USB_VENDOR_ID_GOOGLE,
--
2.37.3
2.38.0
From 3ec3699033ec26f7aeaaf5a256ca31e3e84e95ce Mon Sep 17 00:00:00 2001
From 74f4864f5ee9a57153fa9fcc99b562b81ff27857 Mon Sep 17 00:00:00 2001
From: PJungkamp <p.jungkamp@gmail.com>
Date: Fri, 25 Feb 2022 12:04:25 +0100
Subject: [PATCH] hid/multitouch: Add support for surface pro type cover tablet
@ -529,5 +529,5 @@ index 15f5f11c4b85..69202575ce19 100644
unregister_pm_notifier(&td->pm_notifier);
del_timer_sync(&td->release_timer);
--
2.37.3
2.38.0

View file

@ -1,4 +1,4 @@
From fac5698e0526a384d4f6ccf963b99e05f160e115 Mon Sep 17 00:00:00 2001
From 78fdb0bc56da4e2181920dbf24e6a79277099cbd Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Thu, 21 Jul 2022 14:11:20 +0200
Subject: [PATCH] platform/surface: gpe: Add support for 13" Intel version of
@ -39,5 +39,5 @@ index 27365cbe1ee9..c219b840d491 100644
.ident = "Surface Laptop Studio",
.matches = {
--
2.37.3
2.38.0

View file

@ -1,4 +1,4 @@
From b15e789fd5b50d0c8e64647e833c5b74f9ad6520 Mon Sep 17 00:00:00 2001
From bbdda78f638e4ab83d7e5d228dceed9c2f6dafa9 Mon Sep 17 00:00:00 2001
From: Hans de Goede <hdegoede@redhat.com>
Date: Sun, 10 Oct 2021 20:56:57 +0200
Subject: [PATCH] ACPI: delay enumeration of devices with a _DEP pointing to an
@ -72,9 +72,9 @@ index 762b61f67e6c..2c0f39a7f2a1 100644
* Do not enumerate devices with enumeration_by_parent flag set as
* they will be enumerated by their respective parents.
--
2.37.3
2.38.0
From 608949a8da76d664b0ee84e8e053c3129eb5231d Mon Sep 17 00:00:00 2001
From 40f5750f7449f6b524e487c53473737ef650c42e Mon Sep 17 00:00:00 2001
From: zouxiaoh <xiaohong.zou@intel.com>
Date: Fri, 25 Jun 2021 08:52:59 +0800
Subject: [PATCH] iommu: intel-ipu: use IOMMU passthrough mode for Intel IPUs
@ -100,7 +100,7 @@ Patchset: cameras
1 file changed, 30 insertions(+)
diff --git a/drivers/iommu/intel/iommu.c b/drivers/iommu/intel/iommu.c
index fa4f675ffeda..9bf47eb74c9f 100644
index 8c5d47c5262f..ba732695e21e 100644
--- a/drivers/iommu/intel/iommu.c
+++ b/drivers/iommu/intel/iommu.c
@@ -37,6 +37,12 @@
@ -151,7 +151,7 @@ index fa4f675ffeda..9bf47eb74c9f 100644
if (!dmar_map_ipts)
iommu_identity_mapping |= IDENTMAP_IPTS;
@@ -4920,6 +4934,18 @@ static void quirk_iommu_igfx(struct pci_dev *dev)
@@ -4943,6 +4957,18 @@ static void quirk_iommu_igfx(struct pci_dev *dev)
dmar_map_gfx = 0;
}
@ -170,7 +170,7 @@ index fa4f675ffeda..9bf47eb74c9f 100644
static void quirk_iommu_ipts(struct pci_dev *dev)
{
if (!IS_IPTS(dev))
@@ -4931,6 +4957,7 @@ static void quirk_iommu_ipts(struct pci_dev *dev)
@@ -4954,6 +4980,7 @@ static void quirk_iommu_ipts(struct pci_dev *dev)
pci_info(dev, "Passthrough IOMMU for IPTS\n");
dmar_map_ipts = 0;
}
@ -178,7 +178,7 @@ index fa4f675ffeda..9bf47eb74c9f 100644
/* G4x/GM45 integrated gfx dmar support is totally busted. */
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2a40, quirk_iommu_igfx);
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2e00, quirk_iommu_igfx);
@@ -4966,6 +4993,9 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x1632, quirk_iommu_igfx);
@@ -4989,6 +5016,9 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x1632, quirk_iommu_igfx);
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x163A, quirk_iommu_igfx);
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x163D, quirk_iommu_igfx);
@ -189,9 +189,9 @@ index fa4f675ffeda..9bf47eb74c9f 100644
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x9D3E, quirk_iommu_ipts);
--
2.37.3
2.38.0
From ee8081e45bd1644c436ea55be8606e6959f6a416 Mon Sep 17 00:00:00 2001
From 98ba341f6bd3203fdf6588c7173a3479b37fb3f7 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sun, 10 Oct 2021 20:57:02 +0200
Subject: [PATCH] platform/x86: int3472: Enable I2c daisy chain
@ -226,9 +226,9 @@ index 22f61b47f9e5..e1de1ff40bba 100644
return 0;
--
2.37.3
2.38.0
From cb1a1e6fe44f6ae53ff43a6c0aedcd2a44b04f4e Mon Sep 17 00:00:00 2001
From b6c82c91b4022eb5381fa939769080f3b71a07e5 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Thu, 28 Oct 2021 21:55:16 +0100
Subject: [PATCH] media: i2c: Add driver for DW9719 VCM
@ -732,9 +732,9 @@ index 000000000000..8451c75b696b
+MODULE_DESCRIPTION("DW9719 VCM Driver");
+MODULE_LICENSE("GPL");
--
2.37.3
2.38.0
From 1ab2b91a4920c108eebcd68c3962b4a91e538294 Mon Sep 17 00:00:00 2001
From 5224b3cf4426a17b6028c55df6813cc35e163ab7 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Wed, 4 May 2022 23:21:45 +0100
Subject: [PATCH] media: ipu3-cio2: Move functionality from .complete() to
@ -847,9 +847,9 @@ index dbdbdb648a0d..d0715144bf3e 100644
static int cio2_parse_firmware(struct cio2_device *cio2)
--
2.37.3
2.38.0
From 8255d1840bd305be053d7c3b004bfe050ee6124f Mon Sep 17 00:00:00 2001
From 89fabae2653d100a652850a20f8c10f78c78a6b4 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Thu, 2 Jun 2022 22:15:56 +0100
Subject: [PATCH] media: ipu3-cio2: Re-add .complete() to ipu3-cio2
@ -890,9 +890,9 @@ index d0715144bf3e..3a25dfc696b2 100644
static int cio2_parse_firmware(struct cio2_device *cio2)
--
2.37.3
2.38.0
From 3f8353cc39389ebc36146883e458b791e69a1c54 Mon Sep 17 00:00:00 2001
From 4c023010eb4436179c26ada1428f62b5254b4780 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 15 Jul 2022 23:48:00 +0200
Subject: [PATCH] drivers/media/i2c: Fix DW9719 dependencies
@ -919,9 +919,9 @@ index 5c245f642ae3..50ea62e63784 100644
select VIDEO_V4L2_SUBDEV_API
select V4L2_ASYNC
--
2.37.3
2.38.0
From a2b8d46b1eda63338cdefe6fa7ac2ef4f75da10f Mon Sep 17 00:00:00 2001
From 66c6f9a3244f5490c3fc72d87d8ffbb3142a5051 Mon Sep 17 00:00:00 2001
From: Sakari Ailus <sakari.ailus@linux.intel.com>
Date: Thu, 25 Aug 2022 21:36:37 +0300
Subject: [PATCH] ipu3-imgu: Fix NULL pointer dereference in active selection
@ -1000,9 +1000,9 @@ index d1c539cefba8..2234bb8d48b3 100644
static int imgu_subdev_set_selection(struct v4l2_subdev *sd,
--
2.37.3
2.38.0
From 7c4ee6d2e714c2e9d03e84d53cd8248086ecef17 Mon Sep 17 00:00:00 2001
From 8cfc8dc251f35c5f0e0333044336701703f972f4 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Wed, 7 Sep 2022 15:38:08 +0200
Subject: [PATCH] ipu3-imgu: Fix NULL pointer dereference in
@ -1131,5 +1131,5 @@ index 2234bb8d48b3..490ba0eb249b 100644
}
--
2.37.3
2.38.0

View file

@ -1,4 +1,4 @@
From 6fc51d83b777a7f9ba598377a83608093f358765 Mon Sep 17 00:00:00 2001
From 3ee90f4eb2fb72497ef1abdd3eba9a64578facc6 Mon Sep 17 00:00:00 2001
From: Sachi King <nakato@nakato.io>
Date: Sat, 29 May 2021 17:47:38 +1000
Subject: [PATCH] ACPI: Add quirk for Surface Laptop 4 AMD missing irq 7
@ -63,9 +63,9 @@ index 907cc98b1938..0116d27b29ea 100644
mp_config_acpi_legacy_irqs();
--
2.37.3
2.38.0
From 950171fcfd30c3e3aab673141f2b66f3093616dc Mon Sep 17 00:00:00 2001
From 77248458c2df8a4846b2d16aa3c6167e39a0956f Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Thu, 3 Jun 2021 14:04:26 +0200
Subject: [PATCH] ACPI: Add AMD 13" Surface Laptop 4 model to irq 7 override
@ -105,5 +105,5 @@ index 0116d27b29ea..af102c6f8e5b 100644
};
--
2.37.3
2.38.0