From 7cb8c4fff2a97f046835a264b3408d531db8ec82 Mon Sep 17 00:00:00 2001 From: Dorian Stoll Date: Sun, 23 Jul 2023 18:05:52 +0200 Subject: [PATCH] Update v6.4 patches Changes: - Update IPTS - Fix swapped parameters in EDS v2 Links: - kernel: https://github.com/linux-surface/kernel/commit/37a244245e5a16b38a28238ef1e6215c7dccc1a4 - IPTS: https://github.com/linux-surface/intel-precise-touch/commit/4b5c013d0140c47e4a009adf9a053a45bb0532a3 --- patches/6.4/0001-surface3-oemb.patch | 2 +- patches/6.4/0002-mwifiex.patch | 6 +-- patches/6.4/0003-ath10k.patch | 4 +- patches/6.4/0004-ipts.patch | 47 ++++++++++++++++++--- patches/6.4/0005-ithc.patch | 6 +-- patches/6.4/0006-surface-sam-over-hid.patch | 4 +- patches/6.4/0007-surface-button.patch | 4 +- patches/6.4/0008-surface-typecover.patch | 6 +-- patches/6.4/0009-surface-shutdown.patch | 4 +- patches/6.4/0010-surface-gpe.patch | 2 +- patches/6.4/0011-cameras.patch | 30 ++++++------- patches/6.4/0012-amd-gpio.patch | 4 +- patches/6.4/0013-rtc.patch | 2 +- 13 files changed, 77 insertions(+), 44 deletions(-) diff --git a/patches/6.4/0001-surface3-oemb.patch b/patches/6.4/0001-surface3-oemb.patch index 9c1b94608..eceb671ec 100644 --- a/patches/6.4/0001-surface3-oemb.patch +++ b/patches/6.4/0001-surface3-oemb.patch @@ -1,4 +1,4 @@ -From 4eacf265d5adbd67e1f3ee63ba76ebfbc213c8ba Mon Sep 17 00:00:00 2001 +From 212c5559ce9393295461b2872db2b058924a1079 Mon Sep 17 00:00:00 2001 From: Tsuchiya Yuto Date: Sun, 18 Oct 2020 16:42:44 +0900 Subject: [PATCH] (surface3-oemb) add DMI matches for Surface 3 with broken DMI diff --git a/patches/6.4/0002-mwifiex.patch b/patches/6.4/0002-mwifiex.patch index f6b309fee..1c11f5f45 100644 --- a/patches/6.4/0002-mwifiex.patch +++ b/patches/6.4/0002-mwifiex.patch @@ -1,4 +1,4 @@ -From 7d293837789acaa3b865552ea304cf3fa3cc3b1b Mon Sep 17 00:00:00 2001 +From cf093c2fadf427e7a1db016aa5258f9eb41a2dda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Tue, 3 Nov 2020 13:28:04 +0100 Subject: [PATCH] mwifiex: Add quirk resetting the PCI bridge on MS Surface @@ -165,7 +165,7 @@ index d6ff964aec5b..5d30ae39d65e 100644 -- 2.41.0 -From 9a575242ccba531c0215b7653b3e557569828fe6 Mon Sep 17 00:00:00 2001 +From a9148b9eb0da7101e35bf5028732ef497cfb17ac Mon Sep 17 00:00:00 2001 From: Tsuchiya Yuto Date: Sun, 4 Oct 2020 00:11:49 +0900 Subject: [PATCH] mwifiex: pcie: disable bridge_d3 for Surface gen4+ @@ -320,7 +320,7 @@ index 5d30ae39d65e..c14eb56eb911 100644 -- 2.41.0 -From 8d69786e9b9f6879acff05bd3a8821f6dd0d85f9 Mon Sep 17 00:00:00 2001 +From 51cfc404b6446934410054a6eb1671e5cedd49b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Thu, 25 Mar 2021 11:33:02 +0100 Subject: [PATCH] Bluetooth: btusb: Lower passive lescan interval on Marvell diff --git a/patches/6.4/0003-ath10k.patch b/patches/6.4/0003-ath10k.patch index 1441ada54..0b99ab81e 100644 --- a/patches/6.4/0003-ath10k.patch +++ b/patches/6.4/0003-ath10k.patch @@ -1,4 +1,4 @@ -From 07ef6257248704323077589c80c00ee99972cbb5 Mon Sep 17 00:00:00 2001 +From e9228c600b9106a7f4c94c98589460ee4f8d0898 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sat, 27 Feb 2021 00:45:52 +0100 Subject: [PATCH] ath10k: Add module parameters to override board files @@ -20,7 +20,7 @@ Patchset: ath10k 1 file changed, 58 insertions(+) diff --git a/drivers/net/wireless/ath/ath10k/core.c b/drivers/net/wireless/ath/ath10k/core.c -index 5eb131ab916f..67f074a126d1 100644 +index 6cdb225b7eac..19c036751fb1 100644 --- a/drivers/net/wireless/ath/ath10k/core.c +++ b/drivers/net/wireless/ath/ath10k/core.c @@ -38,6 +38,9 @@ static bool fw_diag_log; diff --git a/patches/6.4/0004-ipts.patch b/patches/6.4/0004-ipts.patch index cdf0eca8c..173e7dcc4 100644 --- a/patches/6.4/0004-ipts.patch +++ b/patches/6.4/0004-ipts.patch @@ -1,4 +1,4 @@ -From 4b251599b09f01035083eabe39b464553b368da9 Mon Sep 17 00:00:00 2001 +From cea5cd0e4ff93372adcdc46a9741d2a037fc4c68 Mon Sep 17 00:00:00 2001 From: Dorian Stoll Date: Thu, 30 Jul 2020 13:21:53 +0200 Subject: [PATCH] misc: mei: Add missing IPTS device IDs @@ -36,7 +36,7 @@ index 676d566f38dd..6b37dd1f8b2a 100644 -- 2.41.0 -From 36d43ffc88a890636dacf53adcbdf5e844a71b46 Mon Sep 17 00:00:00 2001 +From b2b9508281521369adb6a45996ec1130b10ce172 Mon Sep 17 00:00:00 2001 From: Liban Hannan Date: Tue, 12 Apr 2022 23:31:12 +0100 Subject: [PATCH] iommu: ipts: use IOMMU passthrough mode for IPTS @@ -136,7 +136,7 @@ index b871a6afd803..0d4542b7365d 100644 -- 2.41.0 -From dcc74801efc9dc7f1ba8197d13d78f60f5b7e0f4 Mon Sep 17 00:00:00 2001 +From 3a1c50173d069ef23f36869fdce1d648dc61c349 Mon Sep 17 00:00:00 2001 From: Dorian Stoll Date: Sun, 11 Dec 2022 12:00:59 +0100 Subject: [PATCH] hid: Add support for Intel Precise Touch and Stylus @@ -195,7 +195,7 @@ Patchset: ipts create mode 100644 drivers/hid/ipts/thread.h diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig -index 4ce012f83253..7945cb57f531 100644 +index b977450cac75..dcedd5b90f35 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -1316,4 +1316,6 @@ source "drivers/hid/amd-sfh-hid/Kconfig" @@ -2986,7 +2986,7 @@ index 000000000000..a314843599fc -- 2.41.0 -From 741a055a0f89c4f6db9d908a86c3ad0699928fca Mon Sep 17 00:00:00 2001 +From 29b1919585750c0a6ac5d017e1acc8ad6e1aa728 Mon Sep 17 00:00:00 2001 From: Dorian Stoll Date: Fri, 28 Apr 2023 15:41:12 +0200 Subject: [PATCH] Update IPTS from module repo @@ -3178,7 +3178,7 @@ index 6cbb24a8a054..e0c400f420b9 100644 -- 2.41.0 -From 3416fa5a1a0bd6153d50e309ac1bf59bd55d95b6 Mon Sep 17 00:00:00 2001 +From fe0c021970641e80ebba3e2b6c123bef2689b39e Mon Sep 17 00:00:00 2001 From: Dorian Stoll Date: Mon, 17 Jul 2023 18:10:43 +0200 Subject: [PATCH] Update IPTS from module repo @@ -4433,7 +4433,7 @@ index a314843599fc..1f966b8b32c4 100644 -- 2.41.0 -From 076482103071f96815dea8ef9da74b8cf6a642ae Mon Sep 17 00:00:00 2001 +From c4dd408973703bf9dbe7a0f2cd8687376caf7152 Mon Sep 17 00:00:00 2001 From: Dorian Stoll Date: Sat, 22 Jul 2023 17:08:56 +0200 Subject: [PATCH] Update IPTS from module repo @@ -4467,3 +4467,36 @@ index e835b460aa79..7c5cbafdb279 100644 -- 2.41.0 +From c79400bddf06027fc6a4639d2c3c0a5e0c3acf1d Mon Sep 17 00:00:00 2001 +From: Dorian Stoll +Date: Sun, 23 Jul 2023 17:55:15 +0200 +Subject: [PATCH] Update IPTS from module repo + +Changes: + * Fix swapped parameters in EDS v2 + +Based on https://github.com/linux-surface/intel-precise-touch/commit/4b5c013d0140c47e4a009adf9a053a45bb0532a3 + +Signed-off-by: Dorian Stoll +Patchset: ipts +--- + drivers/hid/ipts/eds2.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/drivers/hid/ipts/eds2.c b/drivers/hid/ipts/eds2.c +index 7c5cbafdb279..198dc65d7887 100644 +--- a/drivers/hid/ipts/eds2.c ++++ b/drivers/hid/ipts/eds2.c +@@ -138,7 +138,7 @@ int ipts_eds2_raw_request(struct ipts_context *ipts, u8 *buffer, size_t size, u8 + return -EIO; + + if (request_type == HID_REQ_GET_REPORT) +- return ipts_eds2_get_feature(ipts, buffer, report_id, size, feedback_type); ++ return ipts_eds2_get_feature(ipts, buffer, size, report_id, feedback_type); + else +- return ipts_eds2_set_feature(ipts, buffer, report_id, size, feedback_type); ++ return ipts_eds2_set_feature(ipts, buffer, size, report_id, feedback_type); + } +-- +2.41.0 + diff --git a/patches/6.4/0005-ithc.patch b/patches/6.4/0005-ithc.patch index 553d5698f..393df7d6a 100644 --- a/patches/6.4/0005-ithc.patch +++ b/patches/6.4/0005-ithc.patch @@ -1,4 +1,4 @@ -From c9650eca17f7f7dbd6ea1cfe8a33a30bc00f011f Mon Sep 17 00:00:00 2001 +From b8fd34edd85322e3106a5aa6ddc375673a023c40 Mon Sep 17 00:00:00 2001 From: Dorian Stoll Date: Sun, 11 Dec 2022 12:03:38 +0100 Subject: [PATCH] iommu: intel: Disable source id verification for ITHC @@ -39,7 +39,7 @@ index a1b987335b31..970805409470 100644 -- 2.41.0 -From 6e9262732447276e2e1a19da7701bd32da622ea0 Mon Sep 17 00:00:00 2001 +From 357c5b10962caedb479db99d1383a31f9e77111f Mon Sep 17 00:00:00 2001 From: Dorian Stoll Date: Sun, 11 Dec 2022 12:10:54 +0100 Subject: [PATCH] hid: Add support for Intel Touch Host Controller @@ -72,7 +72,7 @@ Patchset: ithc create mode 100644 drivers/hid/ithc/ithc.h diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig -index 7945cb57f531..91e9e4f58c27 100644 +index dcedd5b90f35..847c6b07914d 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -1318,4 +1318,6 @@ source "drivers/hid/surface-hid/Kconfig" diff --git a/patches/6.4/0006-surface-sam-over-hid.patch b/patches/6.4/0006-surface-sam-over-hid.patch index bb685612d..cb7ffcd2a 100644 --- a/patches/6.4/0006-surface-sam-over-hid.patch +++ b/patches/6.4/0006-surface-sam-over-hid.patch @@ -1,4 +1,4 @@ -From e87bc8644c1f6241309562a27b3d2f5b34054db1 Mon Sep 17 00:00:00 2001 +From 920bcf4cf3fe625d0042fd124e4f6a0a77e117bf Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sat, 25 Jul 2020 17:19:53 +0200 Subject: [PATCH] i2c: acpi: Implement RawBytes read access @@ -110,7 +110,7 @@ index d6037a328669..a290ebc77aea 100644 -- 2.41.0 -From 94fe2b2dccbbec57753b3c0750607a650c14b4b9 Mon Sep 17 00:00:00 2001 +From 64371a49aa5632a0b62bb688cf800e5b308b45e8 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sat, 13 Feb 2021 16:41:18 +0100 Subject: [PATCH] platform/surface: Add driver for Surface Book 1 dGPU switch diff --git a/patches/6.4/0007-surface-button.patch b/patches/6.4/0007-surface-button.patch index 8facef2ca..d004edb8c 100644 --- a/patches/6.4/0007-surface-button.patch +++ b/patches/6.4/0007-surface-button.patch @@ -1,4 +1,4 @@ -From c0dbaf869d5119db6838d1fe66f9e06136f69c42 Mon Sep 17 00:00:00 2001 +From 83a47033d0267f3e187153ae96af6fe74ab3492c Mon Sep 17 00:00:00 2001 From: Sachi King Date: Tue, 5 Oct 2021 00:05:09 +1100 Subject: [PATCH] Input: soc_button_array - support AMD variant Surface devices @@ -75,7 +75,7 @@ index e79f5497948b..2bddbe6e9ea4 100644 -- 2.41.0 -From f4fe09308d0f8c665b30deaaa42ed60333f135cd Mon Sep 17 00:00:00 2001 +From fee40cdf5a90a2c9490d708a50778e9de5224661 Mon Sep 17 00:00:00 2001 From: Sachi King Date: Tue, 5 Oct 2021 00:22:57 +1100 Subject: [PATCH] platform/surface: surfacepro3_button: don't load on amd diff --git a/patches/6.4/0008-surface-typecover.patch b/patches/6.4/0008-surface-typecover.patch index 7657c5525..cd19838aa 100644 --- a/patches/6.4/0008-surface-typecover.patch +++ b/patches/6.4/0008-surface-typecover.patch @@ -1,4 +1,4 @@ -From 785f9b97e9da3623421f5c3986b7fa3469641858 Mon Sep 17 00:00:00 2001 +From 3cdb4a06c73be84fee63d36c78d0c788253fb906 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sat, 18 Feb 2023 01:02:49 +0100 Subject: [PATCH] USB: quirks: Add USB_QUIRK_DELAY_INIT for Surface Go 3 @@ -39,7 +39,7 @@ index 934b3d997702..2c6604c6e8e1 100644 -- 2.41.0 -From e4faddc8b5b4dfd88fd766e438d455fb7bbccb8c Mon Sep 17 00:00:00 2001 +From 4e3d011d51c7ff15608aecc955b6382b612996de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Thu, 5 Nov 2020 13:09:45 +0100 Subject: [PATCH] hid/multitouch: Turn off Type Cover keyboard backlight when @@ -272,7 +272,7 @@ index e31be0cb8b85..63fd042aba6b 100644 -- 2.41.0 -From e5cadf1b77047bd8f004aaa5571437007e39b39c Mon Sep 17 00:00:00 2001 +From 6feb7cde2e73560f3609b9f59836587de01f7eb7 Mon Sep 17 00:00:00 2001 From: PJungkamp Date: Fri, 25 Feb 2022 12:04:25 +0100 Subject: [PATCH] hid/multitouch: Add support for surface pro type cover tablet diff --git a/patches/6.4/0009-surface-shutdown.patch b/patches/6.4/0009-surface-shutdown.patch index 4cea82774..175358b35 100644 --- a/patches/6.4/0009-surface-shutdown.patch +++ b/patches/6.4/0009-surface-shutdown.patch @@ -1,4 +1,4 @@ -From c12f7cb4d5133c2a8b8eba90f5f011dddae0a3b2 Mon Sep 17 00:00:00 2001 +From 1b70d0b363bf61ae919369e35599fdcc4bee85c1 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sun, 19 Feb 2023 22:12:24 +0100 Subject: [PATCH] PCI: Add quirk to prevent calling shutdown mehtod @@ -81,7 +81,7 @@ index c525867760bf..b67d9181a608 100644 +DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x466d, quirk_no_shutdown); // Thunderbolt 4 NHI +DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x46a8, quirk_no_shutdown); // GPU diff --git a/include/linux/pci.h b/include/linux/pci.h -index 60b8772b5bd4..cc07be9c7e37 100644 +index c69a2cc1f412..a23262cfc9b7 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -464,6 +464,7 @@ struct pci_dev { diff --git a/patches/6.4/0010-surface-gpe.patch b/patches/6.4/0010-surface-gpe.patch index d1e67d9f9..61bd687e7 100644 --- a/patches/6.4/0010-surface-gpe.patch +++ b/patches/6.4/0010-surface-gpe.patch @@ -1,4 +1,4 @@ -From c017d94dbc46d648b52e7ff2f66df960b9c2f130 Mon Sep 17 00:00:00 2001 +From 0c10a9ea93f172ca0d71b117af7bdf7c808c8af7 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sun, 12 Mar 2023 01:41:57 +0100 Subject: [PATCH] platform/surface: gpe: Add support for Surface Pro 9 diff --git a/patches/6.4/0011-cameras.patch b/patches/6.4/0011-cameras.patch index 695344dc8..cd865177f 100644 --- a/patches/6.4/0011-cameras.patch +++ b/patches/6.4/0011-cameras.patch @@ -1,4 +1,4 @@ -From d69944e1acb3f417731b5128ba7e9ee1ead0fa8f Mon Sep 17 00:00:00 2001 +From 45dcb7d85cdb1acedde251c8bfe449802fe321e5 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sun, 10 Oct 2021 20:56:57 +0200 Subject: [PATCH] ACPI: delay enumeration of devices with a _DEP pointing to an @@ -74,7 +74,7 @@ index 0c6f06abe3f4..4fc320f424e8 100644 -- 2.41.0 -From 23a732b89e9a9572095ebc9bc6d79d1f6a0b3d81 Mon Sep 17 00:00:00 2001 +From 8d80b54539db04ba12474159b7792495296cbe30 Mon Sep 17 00:00:00 2001 From: zouxiaoh Date: Fri, 25 Jun 2021 08:52:59 +0800 Subject: [PATCH] iommu: intel-ipu: use IOMMU passthrough mode for Intel IPUs @@ -191,7 +191,7 @@ index 0d4542b7365d..c96a9baea21c 100644 -- 2.41.0 -From cb948321e6e2d4a959b6e7890366028c5b4b7938 Mon Sep 17 00:00:00 2001 +From 76089567df22065ae52bf2cc2cfd5031bd808ce8 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Sun, 10 Oct 2021 20:57:02 +0200 Subject: [PATCH] platform/x86: int3472: Enable I2c daisy chain @@ -228,7 +228,7 @@ index 5b8d1a9620a5..6a0ff035cf20 100644 -- 2.41.0 -From c3df3ab4a47d2ebce9e23be3863709480c6f5247 Mon Sep 17 00:00:00 2001 +From 1be01e7174d76a4ae8bc3226d564cce68c4dff01 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Wed, 4 May 2022 23:21:45 +0100 Subject: [PATCH] media: ipu3-cio2: Move functionality from .complete() to @@ -343,7 +343,7 @@ index 3c84cb121632..8ba5f78baf9c 100644 -- 2.41.0 -From b551835863227b32672a1d7047f335efe7c1c332 Mon Sep 17 00:00:00 2001 +From aaaa967ec5af91dfd4928c232370adbfff183ad0 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Thu, 2 Jun 2022 22:15:56 +0100 Subject: [PATCH] media: ipu3-cio2: Re-add .complete() to ipu3-cio2 @@ -386,7 +386,7 @@ index 8ba5f78baf9c..f0b77012641b 100644 -- 2.41.0 -From 134f10f3f9d08098e3b2fed34d894b44bf8b9109 Mon Sep 17 00:00:00 2001 +From 5cd2114b5b0c79aca8c300eea2b977aff57aef55 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Thu, 28 Oct 2021 21:55:16 +0100 Subject: [PATCH] media: i2c: Add driver for DW9719 VCM @@ -423,7 +423,7 @@ index 35e19594640d..7e6631f0b55b 100644 M: Dongchun Zhu L: linux-media@vger.kernel.org diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig -index 256d55bb2b1d..c9587f500a88 100644 +index 76d1ee3cc1ba..f5d036164db9 100644 --- a/drivers/media/i2c/Kconfig +++ b/drivers/media/i2c/Kconfig @@ -835,6 +835,17 @@ config VIDEO_DW9714 @@ -890,7 +890,7 @@ index 000000000000..180b04d2a6b3 -- 2.41.0 -From 4d00c4ddfa59ab50aace2ffce596f49306d5f05e Mon Sep 17 00:00:00 2001 +From 8821e2c09393d4d929d1fd5c7d5c7cf4de4776cc Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Fri, 15 Jul 2022 23:48:00 +0200 Subject: [PATCH] drivers/media/i2c: Fix DW9719 dependencies @@ -904,7 +904,7 @@ Patchset: cameras 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig -index c9587f500a88..0e5a69d5d7ff 100644 +index f5d036164db9..cf6919f73347 100644 --- a/drivers/media/i2c/Kconfig +++ b/drivers/media/i2c/Kconfig @@ -837,7 +837,7 @@ config VIDEO_DW9714 @@ -919,7 +919,7 @@ index c9587f500a88..0e5a69d5d7ff 100644 -- 2.41.0 -From cc9a03f16748473f0ef48cbf0dea5529023a357e Mon Sep 17 00:00:00 2001 +From a5f0694cc9d2b426ae58fbab57133703e5b0d26a Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Thu, 2 Mar 2023 12:59:39 +0000 Subject: [PATCH] platform/x86: int3472: Remap reset GPIO for INT347E @@ -975,7 +975,7 @@ index ef020e23e596..d21ef437c2f6 100644 -- 2.41.0 -From 44f08fa3e281a7019ef0a1b2db7c1319cc0da80e Mon Sep 17 00:00:00 2001 +From 8f204923a484bb4579d86f5bc250808e539f4dde Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Tue, 21 Mar 2023 13:45:26 +0000 Subject: [PATCH] media: i2c: Clarify that gain is Analogue gain in OV7251 @@ -1014,7 +1014,7 @@ index 88e987435285..ff7b2c26da83 100644 -- 2.41.0 -From d3a4b533b2932bdd6398ea430cfca8fa7d51386c Mon Sep 17 00:00:00 2001 +From 32600a0bff990cd7fefe2d9fdc268d205896cdea Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Wed, 22 Mar 2023 11:01:42 +0000 Subject: [PATCH] media: v4l2-core: Acquire privacy led in @@ -1065,7 +1065,7 @@ index 049c2f2001ea..f8c3e40b2b71 100644 -- 2.41.0 -From 33d5408f18336da004bf9f86d1add568b184624f Mon Sep 17 00:00:00 2001 +From 598457740ec4c15fb2559a197097bbfa6199b6a1 Mon Sep 17 00:00:00 2001 From: Kate Hsuan Date: Tue, 21 Mar 2023 23:37:16 +0800 Subject: [PATCH] platform: x86: int3472: Add MFD cell for tps68470 LED @@ -1106,7 +1106,7 @@ index 6a0ff035cf20..2a7d01d3abc8 100644 -- 2.41.0 -From 414acb5a6b1bb43e1bc2df05a77b4f4cd0e46925 Mon Sep 17 00:00:00 2001 +From 1e3dbea1af5ef756abed184406918b1a374174fb Mon Sep 17 00:00:00 2001 From: Kate Hsuan Date: Tue, 21 Mar 2023 23:37:17 +0800 Subject: [PATCH] include: mfd: tps68470: Add masks for LEDA and LEDB @@ -1147,7 +1147,7 @@ index 7807fa329db0..2d2abb25b944 100644 -- 2.41.0 -From 405426bd01c4cb3646afb639b945f79844e525fe Mon Sep 17 00:00:00 2001 +From fc3806c61feed2507cc5f0eab032253af28deede Mon Sep 17 00:00:00 2001 From: Kate Hsuan Date: Tue, 21 Mar 2023 23:37:18 +0800 Subject: [PATCH] leds: tps68470: Add LED control for tps68470 diff --git a/patches/6.4/0012-amd-gpio.patch b/patches/6.4/0012-amd-gpio.patch index 0e276c89a..8a25b52c0 100644 --- a/patches/6.4/0012-amd-gpio.patch +++ b/patches/6.4/0012-amd-gpio.patch @@ -1,4 +1,4 @@ -From 985951f1bb8716be7378d83fb285fe23cf86e31f Mon Sep 17 00:00:00 2001 +From 496dffa3dc18502e68063d54fa6abbcd102112a2 Mon Sep 17 00:00:00 2001 From: Sachi King Date: Sat, 29 May 2021 17:47:38 +1000 Subject: [PATCH] ACPI: Add quirk for Surface Laptop 4 AMD missing irq 7 @@ -65,7 +65,7 @@ index 21b542a6866c..fdd602e640b5 100644 -- 2.41.0 -From 8764552bf765a9dfea3d95093e5fdacc6dff3582 Mon Sep 17 00:00:00 2001 +From 44bbc06bcfc29561bfdb9e381612e7587d933f55 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Thu, 3 Jun 2021 14:04:26 +0200 Subject: [PATCH] ACPI: Add AMD 13" Surface Laptop 4 model to irq 7 override diff --git a/patches/6.4/0013-rtc.patch b/patches/6.4/0013-rtc.patch index ccf0559fe..7efd9fb4a 100644 --- a/patches/6.4/0013-rtc.patch +++ b/patches/6.4/0013-rtc.patch @@ -1,4 +1,4 @@ -From 79625d878f8615b4e86131c9d539727b6e694894 Mon Sep 17 00:00:00 2001 +From 42136396a32e598971b1e131b6a95738c6f1ca97 Mon Sep 17 00:00:00 2001 From: "Bart Groeneveld | GPX Solutions B.V" Date: Mon, 5 Dec 2022 16:08:46 +0100 Subject: [PATCH] acpi: allow usage of acpi_tad on HW-reduced platforms