Skip to content

Commit

Permalink
chore: autopublish 2024-10-21T00:45:17Z
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 21, 2024
1 parent 65f53a8 commit c6b2e4c
Show file tree
Hide file tree
Showing 15 changed files with 99 additions and 99 deletions.
10 changes: 5 additions & 5 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 3072491a57e495f0c1cea7d177f23b7e1b2dce4f Mon Sep 17 00:00:00 2001
From c65813200c754d8eea4f90853ff530913f4e7756 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.46.1
2.47.0

From 5c2e6c9e2424f940b98ac772b9e8c6bae07563c9 Mon Sep 17 00:00:00 2001
From 3b4f12925b7a0febe9063369302cd2ffcf9162aa 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 All @@ -53,7 +53,7 @@ Patchset: secureboot
2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index 09126bb8cc9f..d4203d40146e 100644
index be010fec7654..cc6e7ae5786e 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -3020,6 +3020,11 @@
Expand Down Expand Up @@ -108,5 +108,5 @@ index 0a213f69a9e4..8e4f9dcc9f4c 100644
__setup("nohibernate", nohibernate_setup);
+__setup("lockdown_hibernate", lockdown_hibernate_setup);
--
2.46.1
2.47.0

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 5e2a56c28a75458faee96311074a886d18df278e Mon Sep 17 00:00:00 2001
From d8e561d29cf04f0bc3cc956a5c20193f1e8efafe 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.46.1
2.47.0

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 d3dce7daa7c9b02fffc26ab4b001dd28bacc0354 Mon Sep 17 00:00:00 2001
From ce9b11dd660f9e7509570f821bd4fa527ee5ce7a 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.46.1
2.47.0

From 9769338807b783cee28ff7bccbaa0e60c684be9f Mon Sep 17 00:00:00 2001
From 2aaddb1037531ed3501dacbe10fbeccbfd912abb 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.46.1
2.47.0

From f9801752d406cd308af5286c21bb27d946d3e9c7 Mon Sep 17 00:00:00 2001
From 842d18f931d475c631983088f0dc68590b5d01f7 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 51d9d4532dda..e62c565ebc6d 100644
index a1e9b052bc84..ca5193dd1760 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 51d9d4532dda..e62c565ebc6d 100644

/* Intel Bluetooth devices */
{ USB_DEVICE(0x8087, 0x0025), .driver_info = BTUSB_INTEL_COMBINED },
@@ -3856,6 +3858,19 @@ static int btusb_probe(struct usb_interface *intf,
@@ -3861,6 +3863,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 51d9d4532dda..e62c565ebc6d 100644
(id->driver_info & BTUSB_MEDIATEK)) {
hdev->setup = btusb_mtk_setup;
--
2.46.1
2.47.0

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 137690d1fd93f0c5f723f1734e2b8db6709f806e Mon Sep 17 00:00:00 2001
From bf796a6f659919fc07005a3f592af73bbccec01d 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.46.1
2.47.0

14 changes: 7 additions & 7 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 349269d5e90409c3dd12e022da4771c6a66752b6 Mon Sep 17 00:00:00 2001
From 7b55614047170b243dc1c960a58379c8189bc542 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.46.1
2.47.0

From 9c052968302b202812f519f38839dd00d3621795 Mon Sep 17 00:00:00 2001
From 5232bb39f72e91e8ff1be56bc22967c7be5d5c26 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 4aa070cf56e7..5df658b9811b 100644
index e3e513cabc86..d786fbda6eb3 100644
--- a/drivers/iommu/intel/iommu.c
+++ b/drivers/iommu/intel/iommu.c
@@ -40,6 +40,11 @@
Expand Down Expand Up @@ -142,9 +142,9 @@ index 4aa070cf56e7..5df658b9811b 100644
{
if (risky_device(dev))
--
2.46.1
2.47.0

From 4d098196ff771e07ce301632377779c94dfa7cb4 Mon Sep 17 00:00:00 2001
From fc25e7b589070e501a5d34a5bbfbc1e54726bb0d 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.46.1
2.47.0

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 153d9fcfbe1cd5765470d42ae7aa82825dc9ffc3 Mon Sep 17 00:00:00 2001
From 31980f3e712c9d376ed1fbe285fddeebf2f86632 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.46.1
2.47.0

From e3fd5a2f58e174fab58d777ad43a2fb378e58ce9 Mon Sep 17 00:00:00 2001
From 80bbbf9215e6fcd4ab2614b11229b4c2f172effc 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.46.1
2.47.0

12 changes: 6 additions & 6 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 046b4dd2291ee2e379f529037eab24d6b0cee56e Mon Sep 17 00:00:00 2001
From bf2d9c3afe03fb23296bb163ab83b49534572778 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 All @@ -20,10 +20,10 @@ Patchset: surface-sam
create mode 100644 drivers/hwmon/surface_temp.c

diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index b60fe2e58ad6..70c6385f0ed6 100644
index 778e584c3a75..b8d65292db83 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -2080,6 +2080,16 @@ config SENSORS_SURFACE_FAN
@@ -2084,6 +2084,16 @@ config SENSORS_SURFACE_FAN

Select M or Y here, if you want to be able to read the fan's speed.

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.46.1
2.47.0

From e8afedc65f5b36c2e2845e7b5848750785512817 Mon Sep 17 00:00:00 2001
From 826d753cfebd01a24a6c8b0b454ab743628511b4 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.46.1
2.47.0

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 3f6a1691ef17be41dcf06a10d9f61f8f782c89eb Mon Sep 17 00:00:00 2001
From aac218684ff18afe0bc296766b4abdaf38c384a5 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.46.1
2.47.0

From 2e305391186160d0098b014174322fc7bf80f778 Mon Sep 17 00:00:00 2001
From ebcf9444565e3f3050e92cb6b32a8c590bd69189 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.46.1
2.47.0

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 0200cc75ca3e977b952b064efa6a1f1eb013b782 Mon Sep 17 00:00:00 2001
From 24edbaa278fb632bc77683074b6c7b402f3fe0f2 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.46.1
2.47.0

From 193f349dc523cfb1d718c3f3f7f1a3e1152bb726 Mon Sep 17 00:00:00 2001
From fb78e4db42f1a3c1ed6d8434ab0869f740eeebd9 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.46.1
2.47.0

Loading

0 comments on commit c6b2e4c

Please sign in to comment.