Skip to content

Commit

Permalink
chore: autopublish 2024-12-11T00:48:29Z
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 11, 2024
1 parent c6b2e4c commit 1d53603
Show file tree
Hide file tree
Showing 29 changed files with 8,967 additions and 89 deletions.
8 changes: 4 additions & 4 deletions sys-kernel/surface-sources/files/6.11/0001-secureboot.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From c65813200c754d8eea4f90853ff530913f4e7756 Mon Sep 17 00:00:00 2001
From 505a0ba56061dd331e950bcd43fe2266972ccc96 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <[email protected]>
Date: Sun, 9 Jun 2024 19:48:58 +0200
Subject: [PATCH] Revert "efi/x86: Set the PE/COFF header's NX compat flag
Expand Down Expand Up @@ -33,9 +33,9 @@ index b5c79f43359b..a1bbedd989e4 100644
.long 0 # SizeOfStackReserve
.long 0 # SizeOfStackCommit
--
2.47.0
2.47.1

From 3b4f12925b7a0febe9063369302cd2ffcf9162aa Mon Sep 17 00:00:00 2001
From 0494ea66d3d0a1de801409b6e9a60b12be6a254b Mon Sep 17 00:00:00 2001
From: "J. Eduardo" <[email protected]>
Date: Sun, 25 Aug 2024 14:17:45 +0200
Subject: [PATCH] PM: hibernate: Add a lockdown_hibernate parameter
Expand Down Expand Up @@ -108,5 +108,5 @@ index 0a213f69a9e4..8e4f9dcc9f4c 100644
__setup("nohibernate", nohibernate_setup);
+__setup("lockdown_hibernate", lockdown_hibernate_setup);
--
2.47.0
2.47.1

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From d8e561d29cf04f0bc3cc956a5c20193f1e8efafe Mon Sep 17 00:00:00 2001
From 81226380de9cd987ca5e358eb8dd7cd26928416f Mon Sep 17 00:00:00 2001
From: Tsuchiya Yuto <[email protected]>
Date: Sun, 18 Oct 2020 16:42:44 +0900
Subject: [PATCH] (surface3-oemb) add DMI matches for Surface 3 with broken DMI
Expand Down Expand Up @@ -97,5 +97,5 @@ index e4c3492a0c28..0b930c91bccb 100644
};

--
2.47.0
2.47.1

16 changes: 8 additions & 8 deletions sys-kernel/surface-sources/files/6.11/0003-mwifiex.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From ce9b11dd660f9e7509570f821bd4fa527ee5ce7a Mon Sep 17 00:00:00 2001
From 38ec660bc429bf686de0ba064daf93afb7b6b7ea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <[email protected]>
Date: Tue, 3 Nov 2020 13:28:04 +0100
Subject: [PATCH] mwifiex: Add quirk resetting the PCI bridge on MS Surface
Expand Down Expand Up @@ -163,9 +163,9 @@ index d6ff964aec5b..5d30ae39d65e 100644
void mwifiex_initialize_quirks(struct pcie_service_card *card);
int mwifiex_pcie_reset_d3cold_quirk(struct pci_dev *pdev);
--
2.47.0
2.47.1

From 2aaddb1037531ed3501dacbe10fbeccbfd912abb Mon Sep 17 00:00:00 2001
From 31aea914a54c2324e8f564d1fe401bd4fd1ba9b4 Mon Sep 17 00:00:00 2001
From: Tsuchiya Yuto <[email protected]>
Date: Sun, 4 Oct 2020 00:11:49 +0900
Subject: [PATCH] mwifiex: pcie: disable bridge_d3 for Surface gen4+
Expand Down Expand Up @@ -318,9 +318,9 @@ index 5d30ae39d65e..c14eb56eb911 100644
void mwifiex_initialize_quirks(struct pcie_service_card *card);
int mwifiex_pcie_reset_d3cold_quirk(struct pci_dev *pdev);
--
2.47.0
2.47.1

From 842d18f931d475c631983088f0dc68590b5d01f7 Mon Sep 17 00:00:00 2001
From 9f1e3122d73eb3c58496426357f6db81436a8ffb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <[email protected]>
Date: Thu, 25 Mar 2021 11:33:02 +0100
Subject: [PATCH] Bluetooth: btusb: Lower passive lescan interval on Marvell
Expand Down Expand Up @@ -356,7 +356,7 @@ Patchset: mwifiex
1 file changed, 15 insertions(+)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index a1e9b052bc84..ca5193dd1760 100644
index 09afd75145ed..78953ee8816c 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -65,6 +65,7 @@ static struct usb_driver btusb_driver;
Expand All @@ -375,7 +375,7 @@ index a1e9b052bc84..ca5193dd1760 100644

/* Intel Bluetooth devices */
{ USB_DEVICE(0x8087, 0x0025), .driver_info = BTUSB_INTEL_COMBINED },
@@ -3861,6 +3863,19 @@ static int btusb_probe(struct usb_interface *intf,
@@ -3867,6 +3869,19 @@ static int btusb_probe(struct usb_interface *intf,
if (id->driver_info & BTUSB_MARVELL)
hdev->set_bdaddr = btusb_set_bdaddr_marvell;

Expand All @@ -396,5 +396,5 @@ index a1e9b052bc84..ca5193dd1760 100644
(id->driver_info & BTUSB_MEDIATEK)) {
hdev->setup = btusb_mtk_setup;
--
2.47.0
2.47.1

4 changes: 2 additions & 2 deletions sys-kernel/surface-sources/files/6.11/0004-ath10k.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From bf796a6f659919fc07005a3f592af73bbccec01d Mon Sep 17 00:00:00 2001
From bfe0767ceac48580c30108ab6daac1c407060901 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <[email protected]>
Date: Sat, 27 Feb 2021 00:45:52 +0100
Subject: [PATCH] ath10k: Add module parameters to override board files
Expand Down Expand Up @@ -116,5 +116,5 @@ index b3294287bce1..2936fdae823c 100644
snprintf(filename, sizeof(filename), "%s/%s/%s",
dir, ar->board_name, file);
--
2.47.0
2.47.1

22 changes: 11 additions & 11 deletions sys-kernel/surface-sources/files/6.11/0005-ipts.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 7b55614047170b243dc1c960a58379c8189bc542 Mon Sep 17 00:00:00 2001
From cf98baee650089d8d322ce941adb508f70e7b8ec Mon Sep 17 00:00:00 2001
From: Dorian Stoll <[email protected]>
Date: Thu, 30 Jul 2020 13:21:53 +0200
Subject: [PATCH] mei: me: Add Icelake device ID for iTouch
Expand Down Expand Up @@ -35,9 +35,9 @@ index 6589635f8ba3..a1df48a434e2 100644

{MEI_PCI_DEVICE(MEI_DEV_ID_TGP_LP, MEI_ME_PCH15_CFG)},
--
2.47.0
2.47.1

From 5232bb39f72e91e8ff1be56bc22967c7be5d5c26 Mon Sep 17 00:00:00 2001
From ed5408f8d3447fe4a40515abbd6ccbf0aeaad63d Mon Sep 17 00:00:00 2001
From: Liban Hannan <[email protected]>
Date: Tue, 12 Apr 2022 23:31:12 +0100
Subject: [PATCH] iommu: Use IOMMU passthrough mode for IPTS
Expand All @@ -61,7 +61,7 @@ Patchset: ipts
1 file changed, 29 insertions(+)

diff --git a/drivers/iommu/intel/iommu.c b/drivers/iommu/intel/iommu.c
index e3e513cabc86..d786fbda6eb3 100644
index cdb8701a968f..d664dde86fcd 100644
--- a/drivers/iommu/intel/iommu.c
+++ b/drivers/iommu/intel/iommu.c
@@ -40,6 +40,11 @@
Expand Down Expand Up @@ -91,7 +91,7 @@ index e3e513cabc86..d786fbda6eb3 100644

const struct iommu_ops intel_iommu_ops;
static const struct iommu_dirty_ops intel_dirty_ops;
@@ -2156,6 +2163,9 @@ static int device_def_domain_type(struct device *dev)
@@ -2168,6 +2175,9 @@ static int device_def_domain_type(struct device *dev)

if ((iommu_identity_mapping & IDENTMAP_AZALIA) && IS_AZALIA(pdev))
return IOMMU_DOMAIN_IDENTITY;
Expand All @@ -101,7 +101,7 @@ index e3e513cabc86..d786fbda6eb3 100644
}

return 0;
@@ -2456,6 +2466,9 @@ static int __init init_dmars(void)
@@ -2468,6 +2478,9 @@ static int __init init_dmars(void)
iommu_set_root_entry(iommu);
}

Expand All @@ -111,7 +111,7 @@ index e3e513cabc86..d786fbda6eb3 100644
check_tylersburg_isoch();

ret = si_domain_init(hw_pass_through);
@@ -4699,6 +4712,18 @@ static void quirk_iommu_igfx(struct pci_dev *dev)
@@ -4713,6 +4726,18 @@ static void quirk_iommu_igfx(struct pci_dev *dev)
disable_igfx_iommu = 1;
}

Expand All @@ -130,7 +130,7 @@ index e3e513cabc86..d786fbda6eb3 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);
@@ -4734,6 +4759,10 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x1632, quirk_iommu_igfx);
@@ -4748,6 +4773,10 @@ 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);

Expand All @@ -142,9 +142,9 @@ index e3e513cabc86..d786fbda6eb3 100644
{
if (risky_device(dev))
--
2.47.0
2.47.1

From fc25e7b589070e501a5d34a5bbfbc1e54726bb0d Mon Sep 17 00:00:00 2001
From b96950fbdcba66483f5ce2608a5cc71430c4925b Mon Sep 17 00:00:00 2001
From: Dorian Stoll <[email protected]>
Date: Sun, 11 Dec 2022 12:00:59 +0100
Subject: [PATCH] hid: Add support for Intel Precise Touch and Stylus
Expand Down Expand Up @@ -3237,5 +3237,5 @@ index 000000000000..1f966b8b32c4
+
+#endif /* IPTS_THREAD_H */
--
2.47.0
2.47.1

8 changes: 4 additions & 4 deletions sys-kernel/surface-sources/files/6.11/0006-ithc.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 31980f3e712c9d376ed1fbe285fddeebf2f86632 Mon Sep 17 00:00:00 2001
From 3f81e12dfd2837a046c56c052edc3aabc8ee540e Mon Sep 17 00:00:00 2001
From: Dorian Stoll <[email protected]>
Date: Sun, 11 Dec 2022 12:03:38 +0100
Subject: [PATCH] iommu: intel: Disable source id verification for ITHC
Expand Down Expand Up @@ -37,9 +37,9 @@ index e090ca07364b..e575193615bf 100644
* DMA alias provides us with a PCI device and alias. The only case
* where the it will return an alias on a different bus than the
--
2.47.0
2.47.1

From 80bbbf9215e6fcd4ab2614b11229b4c2f172effc Mon Sep 17 00:00:00 2001
From 0762a09dbf4911f892cab58d308c7328e2309ddf Mon Sep 17 00:00:00 2001
From: quo <[email protected]>
Date: Sun, 11 Dec 2022 12:10:54 +0100
Subject: [PATCH] hid: Add support for Intel Touch Host Controller
Expand Down Expand Up @@ -2767,5 +2767,5 @@ index 000000000000..aec320d4e945
+int ithc_reset(struct ithc *ithc);
+
--
2.47.0
2.47.1

8 changes: 4 additions & 4 deletions sys-kernel/surface-sources/files/6.11/0007-surface-sam.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From bf2d9c3afe03fb23296bb163ab83b49534572778 Mon Sep 17 00:00:00 2001
From 2942ac475f0ec3e0b18bc1bb3432053cd95071dd Mon Sep 17 00:00:00 2001
From: Maximilian Luz <[email protected]>
Date: Sat, 30 Dec 2023 18:07:54 +0100
Subject: [PATCH] hwmon: Add thermal sensor driver for Surface Aggregator
Expand Down Expand Up @@ -224,9 +224,9 @@ index 000000000000..48c3e826713f
+MODULE_DESCRIPTION("Thermal sensor subsystem driver for Surface System Aggregator Module");
+MODULE_LICENSE("GPL");
--
2.47.0
2.47.1

From 826d753cfebd01a24a6c8b0b454ab743628511b4 Mon Sep 17 00:00:00 2001
From 74dc2e2aecbb5d1e9e0ba543ae87ca4708fa5e92 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <[email protected]>
Date: Sat, 30 Dec 2023 18:12:23 +0100
Subject: [PATCH] hwmon: surface_temp: Add support for sensor names
Expand Down Expand Up @@ -419,5 +419,5 @@ index 48c3e826713f..4c08926139db 100644
"surface_thermal", ssam_temp, &ssam_temp_hwmon_chip_info,
NULL);
--
2.47.0
2.47.1

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From aac218684ff18afe0bc296766b4abdaf38c384a5 Mon Sep 17 00:00:00 2001
From 3b7581a18eb5fe1329200505b20c5b2ff2295ee4 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <[email protected]>
Date: Sat, 25 Jul 2020 17:19:53 +0200
Subject: [PATCH] i2c: acpi: Implement RawBytes read access
Expand Down Expand Up @@ -107,9 +107,9 @@ index 14ae0cfc325e..6197c5252d2a 100644
dev_warn(&adapter->dev, "protocol 0x%02x not supported for client 0x%02x\n",
accessor_type, client->addr);
--
2.47.0
2.47.1

From ebcf9444565e3f3050e92cb6b32a8c590bd69189 Mon Sep 17 00:00:00 2001
From 70118b3481fed555e71e15e3afc19d54648463cd Mon Sep 17 00:00:00 2001
From: Maximilian Luz <[email protected]>
Date: Sat, 13 Feb 2021 16:41:18 +0100
Subject: [PATCH] platform/surface: Add driver for Surface Book 1 dGPU switch
Expand Down Expand Up @@ -304,5 +304,5 @@ index 000000000000..68db237734a1
+MODULE_DESCRIPTION("Discrete GPU Power-Switch for Surface Book 1");
+MODULE_LICENSE("GPL");
--
2.47.0
2.47.1

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 24edbaa278fb632bc77683074b6c7b402f3fe0f2 Mon Sep 17 00:00:00 2001
From ed528610f8b376e59834d8facc2f3bcde3aa4227 Mon Sep 17 00:00:00 2001
From: Sachi King <[email protected]>
Date: Tue, 5 Oct 2021 00:05:09 +1100
Subject: [PATCH] Input: soc_button_array - support AMD variant Surface devices
Expand Down Expand Up @@ -73,9 +73,9 @@ index 5c5d407fe965..4e1bfe90e730 100644

/*
--
2.47.0
2.47.1

From fb78e4db42f1a3c1ed6d8434ab0869f740eeebd9 Mon Sep 17 00:00:00 2001
From b0202f08273bd8d28bc2652d6d28163a3c20c62d Mon Sep 17 00:00:00 2001
From: Sachi King <[email protected]>
Date: Tue, 5 Oct 2021 00:22:57 +1100
Subject: [PATCH] platform/surface: surfacepro3_button: don't load on amd
Expand Down Expand Up @@ -145,5 +145,5 @@ index 2755601f979c..4240c98ca226 100644


--
2.47.0
2.47.1

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From a5a6bdb95712bac5c7654818ac8d4f057ef4d5cb Mon Sep 17 00:00:00 2001
From e7b4f40261a112d31be87dacfd756af00cbacf7e Mon Sep 17 00:00:00 2001
From: Maximilian Luz <[email protected]>
Date: Sat, 18 Feb 2023 01:02:49 +0100
Subject: [PATCH] USB: quirks: Add USB_QUIRK_DELAY_INIT for Surface Go 3
Expand Down Expand Up @@ -37,9 +37,9 @@ index 13171454f959..a83beefd25f3 100644
{ USB_DEVICE(0x046a, 0x0023), .driver_info = USB_QUIRK_RESET_RESUME },

--
2.47.0
2.47.1

From 4ce6ba56469f18617a4498efc9a820eee619adf1 Mon Sep 17 00:00:00 2001
From 0e5bd25f10026a249ebd03a85a0629957c3cbdd0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <[email protected]>
Date: Thu, 5 Nov 2020 13:09:45 +0100
Subject: [PATCH] hid/multitouch: Turn off Type Cover keyboard backlight when
Expand Down Expand Up @@ -75,7 +75,7 @@ Patchset: surface-typecover
1 file changed, 98 insertions(+), 2 deletions(-)

diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
index 847462650549..eea3fdbe28e9 100644
index 24da73964763..42c393912645 100644
--- a/drivers/hid/hid-multitouch.c
+++ b/drivers/hid/hid-multitouch.c
@@ -34,7 +34,10 @@
Expand Down Expand Up @@ -257,7 +257,7 @@ index 847462650549..eea3fdbe28e9 100644
del_timer_sync(&td->release_timer);

sysfs_remove_group(&hdev->dev.kobj, &mt_attribute_group);
@@ -2277,6 +2368,11 @@ static const struct hid_device_id mt_devices[] = {
@@ -2290,6 +2381,11 @@ static const struct hid_device_id mt_devices[] = {
MT_USB_DEVICE(USB_VENDOR_ID_XIROKU,
USB_DEVICE_ID_XIROKU_CSR2) },

Expand All @@ -270,9 +270,9 @@ index 847462650549..eea3fdbe28e9 100644
{ .driver_data = MT_CLS_GOOGLE,
HID_DEVICE(HID_BUS_ANY, HID_GROUP_ANY, USB_VENDOR_ID_GOOGLE,
--
2.47.0
2.47.1

From cf0c06dd2575c17fbe7a82e6cc40ffaeea997903 Mon Sep 17 00:00:00 2001
From a316b2f907765659374f52acf21df1751c1eb371 Mon Sep 17 00:00:00 2001
From: PJungkamp <[email protected]>
Date: Fri, 25 Feb 2022 12:04:25 +0100
Subject: [PATCH] hid/multitouch: Add support for surface pro type cover tablet
Expand Down Expand Up @@ -301,7 +301,7 @@ Patchset: surface-typecover
1 file changed, 122 insertions(+), 26 deletions(-)

diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
index eea3fdbe28e9..382dd01beb82 100644
index 42c393912645..c44a43db1444 100644
--- a/drivers/hid/hid-multitouch.c
+++ b/drivers/hid/hid-multitouch.c
@@ -77,6 +77,7 @@ MODULE_LICENSE("GPL");
Expand Down Expand Up @@ -569,5 +569,5 @@ index eea3fdbe28e9..382dd01beb82 100644
unregister_pm_notifier(&td->pm_notifier);
del_timer_sync(&td->release_timer);
--
2.47.0
2.47.1

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From f2446b2596fb644a8918c873ee6482a4632a9ed7 Mon Sep 17 00:00:00 2001
From 44765b95447983e3e02aa26937c6b04266f09461 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <[email protected]>
Date: Sun, 19 Feb 2023 22:12:24 +0100
Subject: [PATCH] PCI: Add quirk to prevent calling shutdown mehtod
Expand Down Expand Up @@ -93,5 +93,5 @@ index 37d97bef060f..056fce19477b 100644
atomic_t enable_cnt; /* pci_enable_device has been called */

--
2.47.0
2.47.1

4 changes: 2 additions & 2 deletions sys-kernel/surface-sources/files/6.11/0012-surface-gpe.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 9414be4b9e54845ed9f115cda63deb7687b04b38 Mon Sep 17 00:00:00 2001
From b2ce5736b25f6c6f029c77d95f2d81ea35f8b879 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <[email protected]>
Date: Sun, 12 Mar 2023 01:41:57 +0100
Subject: [PATCH] platform/surface: gpe: Add support for Surface Pro 9
Expand Down Expand Up @@ -47,5 +47,5 @@ index 62fd4004db31..103fc4468262 100644
.ident = "Surface Book 1",
.matches = {
--
2.47.0
2.47.1

Loading

0 comments on commit 1d53603

Please sign in to comment.