From cd9bc17824124557f93dc2bbf7a73f378961ebd4 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Thu, 2 Mar 2023 11:52:16 +0100 Subject: [PATCH] Update v6.1 patches Changes: - Add Surface Go 3 Board data for IR camera GPIOs. This enables the IR camera on the Surface Go 3. - Rebase onto v6.1.14 Links: - kernel: https://github.com/linux-surface/kernel/commit/76ee2b3514994a40fcbebc8a5246cbcdf2e7952a --- patches/6.1/0001-surface3-oemb.patch | 2 +- patches/6.1/0002-mwifiex.patch | 12 ++--- patches/6.1/0003-ath10k.patch | 2 +- patches/6.1/0004-ipts.patch | 6 +-- patches/6.1/0005-ithc.patch | 4 +- patches/6.1/0006-surface-sam.patch | 22 ++++----- patches/6.1/0007-surface-sam-over-hid.patch | 4 +- patches/6.1/0008-surface-button.patch | 4 +- patches/6.1/0009-surface-typecover.patch | 6 +-- patches/6.1/0010-surface-shutdown.patch | 2 +- patches/6.1/0011-cameras.patch | 51 +++++++++++++++++---- patches/6.1/0012-amd-gpio.patch | 4 +- patches/6.1/0013-rtc.patch | 2 +- 13 files changed, 78 insertions(+), 43 deletions(-) diff --git a/patches/6.1/0001-surface3-oemb.patch b/patches/6.1/0001-surface3-oemb.patch index 48231af3e..d2be4d57d 100644 --- a/patches/6.1/0001-surface3-oemb.patch +++ b/patches/6.1/0001-surface3-oemb.patch @@ -1,4 +1,4 @@ -From f9f0c985d2795f69976ff82a15094a8cb52dd1dc Mon Sep 17 00:00:00 2001 +From 5a10b485f10e3dbba1c94e15e63e7ba95949ce8f 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.1/0002-mwifiex.patch b/patches/6.1/0002-mwifiex.patch index 50a9808db..d61ad8e07 100644 --- a/patches/6.1/0002-mwifiex.patch +++ b/patches/6.1/0002-mwifiex.patch @@ -1,4 +1,4 @@ -From 997c6431253d8c7d7f055b77d9bf92e711f8d60d Mon Sep 17 00:00:00 2001 +From 6ce4113ed6011be04f3ab18a7c84b0a35df6875c 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.39.2 -From fe7256bb261d8ee3ef318b01a042ae7d51af1cab Mon Sep 17 00:00:00 2001 +From cd6d152769abdefae6e61ec4d495f3ed9b0059aa 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.39.2 -From 9ebff2e8f74d27010f9065cbf072edf894284dc2 Mon Sep 17 00:00:00 2001 +From 6514a9dde3e8122dc2bf6e1a3f779fceaef4f0e8 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 @@ -356,7 +356,7 @@ Patchset: mwifiex 1 file changed, 15 insertions(+) diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c -index 6beafd62d722..633f77fb4f96 100644 +index 93e9ae928e4e..2ac96b071a54 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -63,6 +63,7 @@ static struct usb_driver btusb_driver; @@ -367,7 +367,7 @@ index 6beafd62d722..633f77fb4f96 100644 static const struct usb_device_id btusb_table[] = { /* Generic Bluetooth USB device */ -@@ -382,6 +383,7 @@ static const struct usb_device_id blacklist_table[] = { +@@ -466,6 +467,7 @@ static const struct usb_device_id blacklist_table[] = { { USB_DEVICE(0x1286, 0x2044), .driver_info = BTUSB_MARVELL }, { USB_DEVICE(0x1286, 0x2046), .driver_info = BTUSB_MARVELL }, { USB_DEVICE(0x1286, 0x204e), .driver_info = BTUSB_MARVELL }, @@ -375,7 +375,7 @@ index 6beafd62d722..633f77fb4f96 100644 /* Intel Bluetooth devices */ { USB_DEVICE(0x8087, 0x0025), .driver_info = BTUSB_INTEL_COMBINED }, -@@ -3862,6 +3864,19 @@ static int btusb_probe(struct usb_interface *intf, +@@ -3946,6 +3948,19 @@ static int btusb_probe(struct usb_interface *intf, if (id->driver_info & BTUSB_MARVELL) hdev->set_bdaddr = btusb_set_bdaddr_marvell; diff --git a/patches/6.1/0003-ath10k.patch b/patches/6.1/0003-ath10k.patch index 3a22bfdd3..338d495d2 100644 --- a/patches/6.1/0003-ath10k.patch +++ b/patches/6.1/0003-ath10k.patch @@ -1,4 +1,4 @@ -From eb8e83b964d4929b06301d8bfa0db384bd8d1506 Mon Sep 17 00:00:00 2001 +From 342ad27471e4f0467a5416b5000d778119d3c0a3 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 diff --git a/patches/6.1/0004-ipts.patch b/patches/6.1/0004-ipts.patch index 6b78574ba..4b6549971 100644 --- a/patches/6.1/0004-ipts.patch +++ b/patches/6.1/0004-ipts.patch @@ -1,4 +1,4 @@ -From d49d76712fbbab0d92e96f0aec953dce30035a88 Mon Sep 17 00:00:00 2001 +From 120ef1b918cfa26c70e254d5760e7f1071515e94 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 5bf0d50d55a0..c13864512229 100644 -- 2.39.2 -From 0463f6e9c42ff92b857b6dd493b491b6f6df6256 Mon Sep 17 00:00:00 2001 +From 6c59a3902112567f01620b727f94e2a910cd351f 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 644ca49e8cf8..408c321b929a 100644 -- 2.39.2 -From ac50706abf1478b0a7451df44f891c905cef8b3d Mon Sep 17 00:00:00 2001 +From 2bf7dacaff311d5e472bb3bf39113f5fee5f8e24 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 diff --git a/patches/6.1/0005-ithc.patch b/patches/6.1/0005-ithc.patch index 61ca0c27d..a4f05715e 100644 --- a/patches/6.1/0005-ithc.patch +++ b/patches/6.1/0005-ithc.patch @@ -1,4 +1,4 @@ -From f09cbf3a3d9c0b98da10a56a16471c9d49834bb8 Mon Sep 17 00:00:00 2001 +From 9d023b64e41b5bb7a993e5c32964d5bb11dc76ea 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 5962bb5027d0..86fa129d10d4 100644 -- 2.39.2 -From 3ab81656e093e3562363e33b7ec4ee87b044d097 Mon Sep 17 00:00:00 2001 +From ae7151828db3806379e313770db54dee598f0e59 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 diff --git a/patches/6.1/0006-surface-sam.patch b/patches/6.1/0006-surface-sam.patch index 4d5b0c519..b6f7d528b 100644 --- a/patches/6.1/0006-surface-sam.patch +++ b/patches/6.1/0006-surface-sam.patch @@ -1,4 +1,4 @@ -From ad8c4323d2c26bb0ecb6edd3d4454bc6bd1d6834 Mon Sep 17 00:00:00 2001 +From 0e3664a9ba1b3ead91be2efaac925b2bdf690151 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Fri, 2 Dec 2022 23:33:20 +0100 Subject: [PATCH] platform/surface: aggregator: Improve documentation and @@ -289,7 +289,7 @@ index 45501b6e54e8..5c4ae1a26183 100644 -- 2.39.2 -From a6746225eda535855697d2c67345e69492cd16d2 Mon Sep 17 00:00:00 2001 +From 34940c93f45df98a51fa9cfa9cf0591df754819c Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Fri, 2 Dec 2022 23:33:21 +0100 Subject: [PATCH] platform/surface: aggregator: Add target and source IDs to @@ -486,7 +486,7 @@ index 2a2c17771d01..55cc61bba1da 100644 -- 2.39.2 -From 6807f5a7b1d9455ecb9c17e7dc3722a0decf046b Mon Sep 17 00:00:00 2001 +From ca0942524cdfd7db9f9be3bcf2672e76093913a5 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Fri, 2 Dec 2022 23:33:22 +0100 Subject: [PATCH] platform/surface: aggregator_hub: Use target-ID enum instead @@ -529,7 +529,7 @@ index 43061514be38..62f27cdb6ca8 100644 -- 2.39.2 -From 2bde74c62a924c449dd16d3f9e2235a90c5024b9 Mon Sep 17 00:00:00 2001 +From a99128fe82accf55bd1d200fbc3f3feb2fd55801 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Fri, 2 Dec 2022 23:33:23 +0100 Subject: [PATCH] platform/surface: aggregator_tabletsw: Use target-ID enum @@ -581,7 +581,7 @@ index 27d95a6a7851..bd8cd453c393 100644 -- 2.39.2 -From d7e4a70d7cbb007af42574aaa774e09c1e9a5df3 Mon Sep 17 00:00:00 2001 +From 7555620eb1f6c89d1568274d5808e093cdc209ea Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Fri, 2 Dec 2022 23:33:24 +0100 Subject: [PATCH] platform/surface: dtx: Use target-ID enum instead of @@ -679,7 +679,7 @@ index ed36944467f9..0de76a784a35 100644 -- 2.39.2 -From 2413f22c4f7cc7c912d39bdc0e978fb0d9e203f0 Mon Sep 17 00:00:00 2001 +From 82ef8b7ea80d3f3206241d89ca92b72eaf0e23fe Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Fri, 2 Dec 2022 23:33:26 +0100 Subject: [PATCH] platform/surface: aggregator: Enforce use of target-ID enum @@ -915,7 +915,7 @@ index 46c45d1b6368..4da20b7a0ee5 100644 -- 2.39.2 -From 11a81c259aa0b95173d5f58b1b6894b4b03efa97 Mon Sep 17 00:00:00 2001 +From 9909e49d5c81636829920a86f175c1c5bae3a493 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Fri, 2 Dec 2022 23:33:27 +0100 Subject: [PATCH] platform/surface: aggregator_registry: Fix target-ID of @@ -970,7 +970,7 @@ index 023f126121d7..296f72d52e6a 100644 -- 2.39.2 -From e5b6e43cbe9680df6a69316445fd0393d3898ccf Mon Sep 17 00:00:00 2001 +From 9854fe03066a6a5d1d9672b4ef85162673ce60dc Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Tue, 20 Dec 2022 18:56:08 +0100 Subject: [PATCH] platform/surface: aggregator: Rename top-level request @@ -1517,7 +1517,7 @@ index 4da20b7a0ee5..1545e5567b15 100644 -- 2.39.2 -From befb1a9635fd881ba3ce196b5faa54054ea0994d Mon Sep 17 00:00:00 2001 +From d56137459f3c4e14665720620b12a99494bd2fc9 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Wed, 18 Jan 2023 11:38:23 +0200 Subject: [PATCH] platform/surface: Switch to use acpi_evaluate_dsm_typed() @@ -1573,7 +1573,7 @@ index f004a2495201..7b6d887dccdb 100644 -- 2.39.2 -From d3fa9ab59c5b2806a81e4b2435c850d385f58010 Mon Sep 17 00:00:00 2001 +From 0ec60b307909eb59a9c3e759364942547084dc23 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sun, 19 Feb 2023 23:33:43 +0100 Subject: [PATCH] platform/surface: aggregator_tabletsw: Add support for @@ -1934,7 +1934,7 @@ index 9fed800c7cc0..8f52b62d1c19 100644 -- 2.39.2 -From f527d43aac3e0919d93a324713b0a834b34892dd Mon Sep 17 00:00:00 2001 +From 47f8746cc24f7add9f1ed8f95e32178c711f4de4 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sun, 19 Feb 2023 23:41:18 +0100 Subject: [PATCH] platform/surface: aggregator_registry: Add support for diff --git a/patches/6.1/0007-surface-sam-over-hid.patch b/patches/6.1/0007-surface-sam-over-hid.patch index de2be0187..8a16e1844 100644 --- a/patches/6.1/0007-surface-sam-over-hid.patch +++ b/patches/6.1/0007-surface-sam-over-hid.patch @@ -1,4 +1,4 @@ -From c69766f03576c5c2331c88516f06c3645fd40061 Mon Sep 17 00:00:00 2001 +From 531cc2dbee920db3a563feb4f6c5a8264ef0b3d5 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 4dd777cc0c89..b2338618163a 100644 -- 2.39.2 -From 75e6d2cb77a4fde1d4a0b4feb8f0067134c0c7da Mon Sep 17 00:00:00 2001 +From 13975b496cc9a9442a00355b644d153e324023cf 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.1/0008-surface-button.patch b/patches/6.1/0008-surface-button.patch index e91344296..caf7c08f4 100644 --- a/patches/6.1/0008-surface-button.patch +++ b/patches/6.1/0008-surface-button.patch @@ -1,4 +1,4 @@ -From f887466dfe95b687d8f3a943f0cc30d2a201e59f Mon Sep 17 00:00:00 2001 +From b65ae743b120e21660ec69dcf9d05708167b827a 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 09489380afda..0f02411a60f1 100644 -- 2.39.2 -From 48b65ccfc8243533b3b4e4b465af8d0fbd2b193d Mon Sep 17 00:00:00 2001 +From 82af5cb14a6735b86e9a8470b35f85c0bf34ce72 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.1/0009-surface-typecover.patch b/patches/6.1/0009-surface-typecover.patch index ec24bb758..13bc0ddf7 100644 --- a/patches/6.1/0009-surface-typecover.patch +++ b/patches/6.1/0009-surface-typecover.patch @@ -1,4 +1,4 @@ -From 048421f1a28e2e685402bf1df6fdbd768b57e002 Mon Sep 17 00:00:00 2001 +From 40514b2568d6796a613042a61f4f1c1a9f78abf0 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.39.2 -From 49e9f215decabb7f89f98eb9df1802081af31e44 Mon Sep 17 00:00:00 2001 +From 3e03878ff94c1faab11053687babf0fc6cf19ca3 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 372cbdd223e0..fe849df6a948 100644 -- 2.39.2 -From 8cd38718a1b968f94bb03dae39b8f8435b229406 Mon Sep 17 00:00:00 2001 +From 8ab39185d5970a9c08aa88e77c5244c708404439 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.1/0010-surface-shutdown.patch b/patches/6.1/0010-surface-shutdown.patch index 2eefedb36..32369fef7 100644 --- a/patches/6.1/0010-surface-shutdown.patch +++ b/patches/6.1/0010-surface-shutdown.patch @@ -1,4 +1,4 @@ -From ff971c76a02ccf8b17525094d207126dad975826 Mon Sep 17 00:00:00 2001 +From d3800a2dce1058415130d3007f735c446bb14809 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 diff --git a/patches/6.1/0011-cameras.patch b/patches/6.1/0011-cameras.patch index 6d60354df..88f141bb3 100644 --- a/patches/6.1/0011-cameras.patch +++ b/patches/6.1/0011-cameras.patch @@ -1,4 +1,4 @@ -From 77466e97c2a57b14dc89cb09c6f33bbe00289a66 Mon Sep 17 00:00:00 2001 +From 3f66c54bb7cdc2bdff7190e5df83f447e734552f 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 dbfa58e799e2..ccbd3f8b523e 100644 -- 2.39.2 -From 5a29cdef4f40c48e5af03fd21f48317edd071d1e Mon Sep 17 00:00:00 2001 +From 62264ff19af79dc149d64402792592984dd0c75e 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 408c321b929a..6e58effbe12b 100644 -- 2.39.2 -From 6a75a52d08f7f622dde5f11bfa75de7b7925244b Mon Sep 17 00:00:00 2001 +From bcde3e84b374dddd265fe2f573db5526093519ac 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.39.2 -From 7e65c772074f621f1209056d1a23e0257e3ba2b0 Mon Sep 17 00:00:00 2001 +From a3a05f6fb9fa061a677279331a46b928e358cfcb 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 @@ -247,7 +247,7 @@ Patchset: cameras create mode 100644 drivers/media/i2c/dw9719.c diff --git a/MAINTAINERS b/MAINTAINERS -index d4822ae39e39..41e9ec6c55d5 100644 +index 350d7e3ba94f..ce7d8d9c83cb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6286,6 +6286,13 @@ T: git git://linuxtv.org/media_tree.git @@ -732,7 +732,7 @@ index 000000000000..180b04d2a6b3 -- 2.39.2 -From 9c38ac000528f1f951195723c419e494e772740d Mon Sep 17 00:00:00 2001 +From 92bf34f3eab200885562d4c93d571c8d2d809866 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 @@ -847,7 +847,7 @@ index 390bd5ea3472..76339fb842bf 100644 -- 2.39.2 -From 28bb2c06321cb49b43023115dbf8d1c6799fddac Mon Sep 17 00:00:00 2001 +From 7ab4524bd26746628f7589aa64de69f2feff8087 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 @@ -890,7 +890,7 @@ index 76339fb842bf..eb7aa269ec2b 100644 -- 2.39.2 -From 9611373ae1fa6514a807325294e689e74c395195 Mon Sep 17 00:00:00 2001 +From 91c602ca79d19d327d048844f64c7a9c79ca13f7 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 @@ -919,3 +919,38 @@ index 98d081efeef7..c67966cafe10 100644 -- 2.39.2 +From d29625db940a2c8ee8f6c8f1717512dfb4fa8650 Mon Sep 17 00:00:00 2001 +From: Daniel Scally +Date: Fri, 24 Feb 2023 14:03:41 +0000 +Subject: [PATCH] platform/x86: int3472: Add GPIOs to Surface Go 3 Board data + +Add the INT347E GPIO lookup table to the board data for the Surface +Go 3. This is necessary to allow the ov7251 IR camera to probe +properly on that platform. + +Signed-off-by: Daniel Scally +Patchset: cameras +--- + drivers/platform/x86/intel/int3472/tps68470_board_data.c | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) + +diff --git a/drivers/platform/x86/intel/int3472/tps68470_board_data.c b/drivers/platform/x86/intel/int3472/tps68470_board_data.c +index 309eab9c0558..322237e056f3 100644 +--- a/drivers/platform/x86/intel/int3472/tps68470_board_data.c ++++ b/drivers/platform/x86/intel/int3472/tps68470_board_data.c +@@ -159,9 +159,10 @@ static const struct int3472_tps68470_board_data surface_go_tps68470_board_data = + static const struct int3472_tps68470_board_data surface_go3_tps68470_board_data = { + .dev_name = "i2c-INT3472:01", + .tps68470_regulator_pdata = &surface_go_tps68470_pdata, +- .n_gpiod_lookups = 1, ++ .n_gpiod_lookups = 2, + .tps68470_gpio_lookup_tables = { +- &surface_go_int347a_gpios ++ &surface_go_int347a_gpios, ++ &surface_go_int347e_gpios, + }, + }; + +-- +2.39.2 + diff --git a/patches/6.1/0012-amd-gpio.patch b/patches/6.1/0012-amd-gpio.patch index 38c3a3f79..e040431bf 100644 --- a/patches/6.1/0012-amd-gpio.patch +++ b/patches/6.1/0012-amd-gpio.patch @@ -1,4 +1,4 @@ -From cdfd53f093d71314bfaa894e8ddc8923d3beb78d Mon Sep 17 00:00:00 2001 +From 481681d33b4cb8e671018ac20594bf3d565f2e90 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 907cc98b1938..0116d27b29ea 100644 -- 2.39.2 -From d289db11e4035cd5a44d1aef3ee1d077a283e296 Mon Sep 17 00:00:00 2001 +From f1454356c009ec1d6f3e88f0365309118e227f13 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.1/0013-rtc.patch b/patches/6.1/0013-rtc.patch index afb30342c..c17d6ad73 100644 --- a/patches/6.1/0013-rtc.patch +++ b/patches/6.1/0013-rtc.patch @@ -1,4 +1,4 @@ -From 065d45a3d9ed87e049b27708b1faf20be76c0533 Mon Sep 17 00:00:00 2001 +From af18c9f0e984b6ab4af004e0877f094064844b27 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