From fe2f8b442c57725fcb2f5536c4417c656126f82b Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Fri, 26 May 2023 01:11:56 +0200 Subject: [PATCH] Update v6.3 patches Changes: - Add support for "book" mode in Surface Aggregator tablet-mode switch driver - Rebase onto v6.3.4 Links: - kernel: https://github.com/linux-surface/kernel/commit/1d0740ced32856b7ca57baf21c36b43a382505e1 --- patches/6.3/0001-surface3-oemb.patch | 2 +- patches/6.3/0002-mwifiex.patch | 10 +- patches/6.3/0003-ath10k.patch | 2 +- patches/6.3/0004-ipts.patch | 8 +- patches/6.3/0005-ithc.patch | 4 +- patches/6.3/0006-surface-sam.patch | 152 +++++++++++++++++++- patches/6.3/0007-surface-sam-over-hid.patch | 4 +- patches/6.3/0008-surface-button.patch | 4 +- patches/6.3/0009-surface-typecover.patch | 6 +- patches/6.3/0010-surface-shutdown.patch | 2 +- patches/6.3/0011-surface-gpe.patch | 2 +- patches/6.3/0012-cameras.patch | 26 ++-- patches/6.3/0013-amd-gpio.patch | 4 +- patches/6.3/0014-rtc.patch | 2 +- 14 files changed, 186 insertions(+), 42 deletions(-) diff --git a/patches/6.3/0001-surface3-oemb.patch b/patches/6.3/0001-surface3-oemb.patch index 79c0f8fad..4211685e4 100644 --- a/patches/6.3/0001-surface3-oemb.patch +++ b/patches/6.3/0001-surface3-oemb.patch @@ -1,4 +1,4 @@ -From 4915f114ac9c7264cade7fae938759431969ebc3 Mon Sep 17 00:00:00 2001 +From b1d6076c7e001d367ce484ecb9b36efcaab7eea2 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.3/0002-mwifiex.patch b/patches/6.3/0002-mwifiex.patch index f76ba41ed..eac8743f5 100644 --- a/patches/6.3/0002-mwifiex.patch +++ b/patches/6.3/0002-mwifiex.patch @@ -1,4 +1,4 @@ -From c059d74f87714dda36291cfa0db3f1d26d08c0dc Mon Sep 17 00:00:00 2001 +From 85915058dccb3929435f06288c1c9bbf09ecd0e7 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 d6ff964aec5bf..5d30ae39d65ec 100644 -- 2.40.1 -From d26f4ddaa595f3699363232bf03707caf6e5b36c Mon Sep 17 00:00:00 2001 +From c50faae4527bb16acf82297833e765f9580fde0f 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 5d30ae39d65ec..c14eb56eb9118 100644 -- 2.40.1 -From 2b73690fcf839644165ab306cc730c4df34b7736 Mon Sep 17 00:00:00 2001 +From 36b2519009fc30f3989c8b63bebce4c4508b152c 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 5c536151ef836..4de564dd1c604 100644 +index 0923582299f3a..3a2c8e3bc2444 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -65,6 +65,7 @@ static struct usb_driver btusb_driver; @@ -375,7 +375,7 @@ index 5c536151ef836..4de564dd1c604 100644 /* Intel Bluetooth devices */ { USB_DEVICE(0x8087, 0x0025), .driver_info = BTUSB_INTEL_COMBINED }, -@@ -4033,6 +4035,19 @@ static int btusb_probe(struct usb_interface *intf, +@@ -4036,6 +4038,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.3/0003-ath10k.patch b/patches/6.3/0003-ath10k.patch index cbf0fd86f..37d30fccd 100644 --- a/patches/6.3/0003-ath10k.patch +++ b/patches/6.3/0003-ath10k.patch @@ -1,4 +1,4 @@ -From bbe0ce868dcef2cdefb6b3a4169bb8fccd421ff4 Mon Sep 17 00:00:00 2001 +From bc07b8f0f89a86823eb34dd5675bb85efae50883 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.3/0004-ipts.patch b/patches/6.3/0004-ipts.patch index 63d1852bf..cfd7d90ec 100644 --- a/patches/6.3/0004-ipts.patch +++ b/patches/6.3/0004-ipts.patch @@ -1,4 +1,4 @@ -From 15327e2fc18fcdfd6e3c47ee9edc9a5190beec1f Mon Sep 17 00:00:00 2001 +From 00480848a35e21bc7f43846e6776ac665b9e3500 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 5bf0d50d55a00..c13864512229f 100644 -- 2.40.1 -From cecfb94bd2e5d32764b69c332ba96b9ae0255a1b Mon Sep 17 00:00:00 2001 +From 71596afdd221022f66c5fdddaf4161df55c051bd 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 7c2f4bd335823..3ebd2260cdabd 100644 -- 2.40.1 -From 33a7b96e81bd863e44388eabe0dde3cf9907a90e Mon Sep 17 00:00:00 2001 +From 3240a3b676eebdff583edc24d98cd87245c7aab5 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 @@ -2986,7 +2986,7 @@ index 0000000000000..a314843599fc3 -- 2.40.1 -From 5ca915a04362277677363bf78080bca67a8799c4 Mon Sep 17 00:00:00 2001 +From c4ef5d1aab6950986c2d727600ed92d692653956 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 diff --git a/patches/6.3/0005-ithc.patch b/patches/6.3/0005-ithc.patch index 2edc2f598..db91136e4 100644 --- a/patches/6.3/0005-ithc.patch +++ b/patches/6.3/0005-ithc.patch @@ -1,4 +1,4 @@ -From c15479098447bad9acb4a3e9caf2a32e132fa8ef Mon Sep 17 00:00:00 2001 +From be02683f4630b6cc2cf4042ce8f408cc0a9f968c 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 df9e261af0b56..bc2a0aefedf2a 100644 -- 2.40.1 -From 18cd5080dfe44996b58df77a602fc68a7feafbdc Mon Sep 17 00:00:00 2001 +From b52fe0f47474d98c5f95b77c16f8b11b6812d3fd 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.3/0006-surface-sam.patch b/patches/6.3/0006-surface-sam.patch index 35b0528c0..ab0d7df01 100644 --- a/patches/6.3/0006-surface-sam.patch +++ b/patches/6.3/0006-surface-sam.patch @@ -1,4 +1,4 @@ -From eeb1adb412207da63766136af6f5d89808101b29 Mon Sep 17 00:00:00 2001 +From 28a501ccd9cc4e7fd424b79b32ecab9e79dea137 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sat, 4 Mar 2023 20:09:36 +0100 Subject: [PATCH] platform/surface: aggregator_tabletsw: Properly handle @@ -306,7 +306,7 @@ index 9fed800c7cc09..e8682f52558f3 100644 -- 2.40.1 -From 50d4f96f8acaabf7b8a58f0dc75de713b73cc84e Mon Sep 17 00:00:00 2001 +From 254309b7f226893d432dec3f247185fd182c5192 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 @@ -423,7 +423,7 @@ index e8682f52558f3..8f52b62d1c195 100644 -- 2.40.1 -From cd05d2742eae39ac24876011b2855a5aaff8ff7c Mon Sep 17 00:00:00 2001 +From 7b641bef1a47526a82353571a0694a41881ff69d 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 @@ -454,7 +454,7 @@ index 296f72d52e6a6..0fe5be5396525 100644 -- 2.40.1 -From 1e7598acdaabca7b0827bd00ff10ad96b2130d0c Mon Sep 17 00:00:00 2001 +From 980183aeae06a1b46c4dee929d642854b3c24c89 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Wed, 3 May 2023 02:02:21 +0200 Subject: [PATCH] platform/surface: aggregator: Allow completion work-items to @@ -514,3 +514,147 @@ index 535581c0471c5..7fc602e01487d 100644 -- 2.40.1 +From 54c72fc01264aface4345f5d70eb7d194d471210 Mon Sep 17 00:00:00 2001 +From: Maximilian Luz +Date: Thu, 18 May 2023 22:33:55 +0200 +Subject: [PATCH] platform/surface: aggregator: Make to_ssam_device_driver() + respect const-ness + +Make to_ssam_device_driver() a bit safer by replacing container_of() +with container_of_const() to respect the const-ness of the passed in +pointer, instead of silently discarding any const specifications. + +Signed-off-by: Maximilian Luz +Patchset: surface-sam +--- + include/linux/surface_aggregator/device.h | 6 +----- + 1 file changed, 1 insertion(+), 5 deletions(-) + +diff --git a/include/linux/surface_aggregator/device.h b/include/linux/surface_aggregator/device.h +index df81043b9e718..42b249b4c24b1 100644 +--- a/include/linux/surface_aggregator/device.h ++++ b/include/linux/surface_aggregator/device.h +@@ -243,11 +243,7 @@ static inline bool is_ssam_device(struct device *d) + * Return: Returns the pointer to the &struct ssam_device_driver wrapping the + * given device driver @d. + */ +-static inline +-struct ssam_device_driver *to_ssam_device_driver(struct device_driver *d) +-{ +- return container_of(d, struct ssam_device_driver, driver); +-} ++#define to_ssam_device_driver(d) container_of_const(d, struct ssam_device_driver, driver) + + const struct ssam_device_id *ssam_device_id_match(const struct ssam_device_id *table, + const struct ssam_device_uid uid); +-- +2.40.1 + +From 61df3fe89021926391458b9e2b334c4ca0263449 Mon Sep 17 00:00:00 2001 +From: Maximilian Luz +Date: Thu, 18 May 2023 22:53:12 +0200 +Subject: [PATCH] platform/surface: aggregator_tabletsw: Add support for book + mode in KIP subsystem + +Devices with a type-cover have an additional "book" mode, deactivating +type-cover input and turning off its backlight. This is currently +unsupported, leading to the warning + + surface_aggregator_tablet_mode_switch 01:03:01:00:01: unknown KIP cover state: 6 + +Therefore, add support for this state and map it to enable tablet-mode. + +Fixes: 9f794056db5b ("platform/surface: Add KIP/POS tablet-mode switch driver") +Signed-off-by: Maximilian Luz +Patchset: surface-sam +--- + drivers/platform/surface/surface_aggregator_tabletsw.c | 5 +++++ + 1 file changed, 5 insertions(+) + +diff --git a/drivers/platform/surface/surface_aggregator_tabletsw.c b/drivers/platform/surface/surface_aggregator_tabletsw.c +index 8f52b62d1c195..4a029f5db20a9 100644 +--- a/drivers/platform/surface/surface_aggregator_tabletsw.c ++++ b/drivers/platform/surface/surface_aggregator_tabletsw.c +@@ -210,6 +210,7 @@ enum ssam_kip_cover_state { + SSAM_KIP_COVER_STATE_LAPTOP = 0x03, + SSAM_KIP_COVER_STATE_FOLDED_CANVAS = 0x04, + SSAM_KIP_COVER_STATE_FOLDED_BACK = 0x05, ++ SSAM_KIP_COVER_STATE_BOOK = 0x06, + }; + + static const char *ssam_kip_cover_state_name(struct ssam_tablet_sw *sw, +@@ -231,6 +232,9 @@ static const char *ssam_kip_cover_state_name(struct ssam_tablet_sw *sw, + case SSAM_KIP_COVER_STATE_FOLDED_BACK: + return "folded-back"; + ++ case SSAM_KIP_COVER_STATE_BOOK: ++ return "book"; ++ + default: + dev_warn(&sw->sdev->dev, "unknown KIP cover state: %u\n", state->state); + return ""; +@@ -244,6 +248,7 @@ static bool ssam_kip_cover_state_is_tablet_mode(struct ssam_tablet_sw *sw, + case SSAM_KIP_COVER_STATE_DISCONNECTED: + case SSAM_KIP_COVER_STATE_FOLDED_CANVAS: + case SSAM_KIP_COVER_STATE_FOLDED_BACK: ++ case SSAM_KIP_COVER_STATE_BOOK: + return true; + + case SSAM_KIP_COVER_STATE_CLOSED: +-- +2.40.1 + +From bac3a83ede3421c7d625c5b901be2f37fcde9af2 Mon Sep 17 00:00:00 2001 +From: Maximilian Luz +Date: Thu, 18 May 2023 22:57:17 +0200 +Subject: [PATCH] platform/surface: aggregator_tabletsw: Add support for book + mode in POS subsystem + +Devices with a type-cover have an additional "book" mode, deactivating +type-cover input and turning off its backlight. This is currently +unsupported, leading to the warning + + surface_aggregator_tablet_mode_switch 01:26:01:00:01: unknown device posture for type-cover: 6 + +Therefore, add support for this state and map it to enable tablet-mode. + +Fixes: 37ff64cd81ff ("platform/surface: aggregator_tabletsw: Add support for Type-Cover posture source") +Signed-off-by: Maximilian Luz +Patchset: surface-sam +--- + drivers/platform/surface/surface_aggregator_tabletsw.c | 5 +++++ + 1 file changed, 5 insertions(+) + +diff --git a/drivers/platform/surface/surface_aggregator_tabletsw.c b/drivers/platform/surface/surface_aggregator_tabletsw.c +index 4a029f5db20a9..c0a1a5869246e 100644 +--- a/drivers/platform/surface/surface_aggregator_tabletsw.c ++++ b/drivers/platform/surface/surface_aggregator_tabletsw.c +@@ -340,6 +340,7 @@ enum ssam_pos_state_cover { + SSAM_POS_COVER_LAPTOP = 0x03, + SSAM_POS_COVER_FOLDED_CANVAS = 0x04, + SSAM_POS_COVER_FOLDED_BACK = 0x05, ++ SSAM_POS_COVER_BOOK = 0x06, + }; + + enum ssam_pos_state_sls { +@@ -372,6 +373,9 @@ static const char *ssam_pos_state_name_cover(struct ssam_tablet_sw *sw, u32 stat + case SSAM_POS_COVER_FOLDED_BACK: + return "folded-back"; + ++ case SSAM_POS_COVER_BOOK: ++ return "book"; ++ + default: + dev_warn(&sw->sdev->dev, "unknown device posture for type-cover: %u\n", state); + return ""; +@@ -421,6 +425,7 @@ static bool ssam_pos_state_is_tablet_mode_cover(struct ssam_tablet_sw *sw, u32 s + case SSAM_POS_COVER_DISCONNECTED: + case SSAM_POS_COVER_FOLDED_CANVAS: + case SSAM_POS_COVER_FOLDED_BACK: ++ case SSAM_POS_COVER_BOOK: + return true; + + case SSAM_POS_COVER_CLOSED: +-- +2.40.1 + diff --git a/patches/6.3/0007-surface-sam-over-hid.patch b/patches/6.3/0007-surface-sam-over-hid.patch index a96526562..a56b94862 100644 --- a/patches/6.3/0007-surface-sam-over-hid.patch +++ b/patches/6.3/0007-surface-sam-over-hid.patch @@ -1,4 +1,4 @@ -From 1748375516647ac71da40598c3c011f5d6512881 Mon Sep 17 00:00:00 2001 +From 040ee7e542edec94c6dd50e0973cb65fb4e9b991 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 d6037a3286690..a290ebc77aea2 100644 -- 2.40.1 -From 920c274e0cc3deafa30095e436a332505d6d6393 Mon Sep 17 00:00:00 2001 +From 6650a037f78a8c3bc6a539fa62ed360ed3460dfd 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.3/0008-surface-button.patch b/patches/6.3/0008-surface-button.patch index e79ca2b12..fd7bd8171 100644 --- a/patches/6.3/0008-surface-button.patch +++ b/patches/6.3/0008-surface-button.patch @@ -1,4 +1,4 @@ -From d3b19cb554d937bd70f01c53bac05d7b3ec2f706 Mon Sep 17 00:00:00 2001 +From bea5c75f802d22408c8f4391d3cde0ca5f4e066a 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 09489380afda7..0f02411a60f1c 100644 -- 2.40.1 -From d6b1a97d76feeccb3ddf9deff55068bfec1f6fdd Mon Sep 17 00:00:00 2001 +From cf6271b70eb0126552bfaa66eae38773b04c2785 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.3/0009-surface-typecover.patch b/patches/6.3/0009-surface-typecover.patch index 4cc89e1c1..5a9b6a1c2 100644 --- a/patches/6.3/0009-surface-typecover.patch +++ b/patches/6.3/0009-surface-typecover.patch @@ -1,4 +1,4 @@ -From f55e1b94d9a485b6b91bfe780e13ca46925d0976 Mon Sep 17 00:00:00 2001 +From e69afe96a02db5f3e556e690181479783f26364a 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 934b3d997702e..2c6604c6e8e12 100644 -- 2.40.1 -From a648c63c79ace4c229e7a7e9d43f78e4d7d170e0 Mon Sep 17 00:00:00 2001 +From b858a9e5919d7dcd5b6500e7b52cae7b9c694b1e 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 e31be0cb8b850..63fd042aba6ba 100644 -- 2.40.1 -From 8f6449d7aadf2f8034f84ecdb9c663e8d185f1d2 Mon Sep 17 00:00:00 2001 +From 77180f68ca3739f61ed58e4e4d92c1556f3c7dbf 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.3/0010-surface-shutdown.patch b/patches/6.3/0010-surface-shutdown.patch index a008c22c3..f132f2888 100644 --- a/patches/6.3/0010-surface-shutdown.patch +++ b/patches/6.3/0010-surface-shutdown.patch @@ -1,4 +1,4 @@ -From 09661db840fb6f8236ce56d48f0d77a14e89592c Mon Sep 17 00:00:00 2001 +From 5a4ce00dafdbefafe8f689213613faf696c82079 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.3/0011-surface-gpe.patch b/patches/6.3/0011-surface-gpe.patch index 4fa68cf73..c2757a727 100644 --- a/patches/6.3/0011-surface-gpe.patch +++ b/patches/6.3/0011-surface-gpe.patch @@ -1,4 +1,4 @@ -From d7ece57197a23a64a36ec8c7e624ff782ec1ab65 Mon Sep 17 00:00:00 2001 +From 18a5314af4fe20fad2b38960bb5233c6b377d9b2 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.3/0012-cameras.patch b/patches/6.3/0012-cameras.patch index bbf6a7c35..e05b0624a 100644 --- a/patches/6.3/0012-cameras.patch +++ b/patches/6.3/0012-cameras.patch @@ -1,4 +1,4 @@ -From 85e3e3d3611d20422e217e76ab953fae871fc2bc Mon Sep 17 00:00:00 2001 +From 84fd3ab36e7037f93ad0a56c4a04e9f7785a3066 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 0c6f06abe3f47..4fc320f424e8e 100644 -- 2.40.1 -From 71ec59a57e6cf84f304848b1e4efa30e421e0643 Mon Sep 17 00:00:00 2001 +From 2632b8c6e41429e9652fd508177783629972749f 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 3ebd2260cdabd..f8937235de4bc 100644 -- 2.40.1 -From 95f14c69b0524a727c1efc349c1c0a8bbe94dcb7 Mon Sep 17 00:00:00 2001 +From f1c720553bdedcfcca8e2e3e284ae5493b5f395d 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 5b8d1a9620a5d..6a0ff035cf209 100644 -- 2.40.1 -From ecf242270f93e2286d8ae653dea213cdca125c1b Mon Sep 17 00:00:00 2001 +From f7afa71be129fb1385495681167843a823bfed30 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 3b76a9d0383a8..38f9f4da1922e 100644 -- 2.40.1 -From a31049d7d114fba3273baed4558531649dd4977a Mon Sep 17 00:00:00 2001 +From 3bc72d377e45ec673f03e2d22b886d16648bbc2e 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 38f9f4da1922e..82681df7d794f 100644 -- 2.40.1 -From d8d1b74ca87e748d1f3468edc6e30b49b38406d1 Mon Sep 17 00:00:00 2001 +From 4216901b7fcfb1df4380c7ed93d844012498a4a3 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 @@ -890,7 +890,7 @@ index 0000000000000..180b04d2a6b3a -- 2.40.1 -From 17d2cf17d53a977fe15ec6c77bc053436719e9ca Mon Sep 17 00:00:00 2001 +From ff66ee732fe7b1cc82590fdf2f41b267f7b1282b 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,7 +919,7 @@ index e759470a0b6bc..dbc6d20efbe57 100644 -- 2.40.1 -From c99795027659bf7dbdba3c9c84dbdfd0d77ec6e8 Mon Sep 17 00:00:00 2001 +From 03a76190e58c8575426db12c9fe2c397aa932d17 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 f064da74f50af..2064b3bbe5301 100644 -- 2.40.1 -From 1aa5fd48dc46a048b3f9b447a03075e4323be395 Mon Sep 17 00:00:00 2001 +From d92cd2e463bcc9fe94a4d3636f9da37632f0683d 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 88e9874352853..ff7b2c26da835 100644 -- 2.40.1 -From 7b958e8b1190258a354c004ddc90ed8bf72640e7 Mon Sep 17 00:00:00 2001 +From 9a8bb05637f2771dd1c6de6c0ec40d6a45e203a5 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 049c2f2001eaa..f8c3e40b2b71e 100644 -- 2.40.1 -From 369f42196b36c67b22d53320e049245bac9c3afe Mon Sep 17 00:00:00 2001 +From b5e3e43f56e7660caab8e21243b2a3275a3829a8 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 6a0ff035cf209..2a7d01d3abc85 100644 -- 2.40.1 -From 46f66db7b7287e3d4369bf29d58e1cbc8ddcf8af Mon Sep 17 00:00:00 2001 +From 5052d3966996c5285340b77f47b49ed1065b2fa8 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 7807fa329db00..2d2abb25b944f 100644 -- 2.40.1 -From cbc7d348f0b6a93f98e6c1e2508767055a6fd352 Mon Sep 17 00:00:00 2001 +From 18e2645d949f158ce447826e23f23351388ba18d 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.3/0013-amd-gpio.patch b/patches/6.3/0013-amd-gpio.patch index aec2326b8..4f4a2bdb4 100644 --- a/patches/6.3/0013-amd-gpio.patch +++ b/patches/6.3/0013-amd-gpio.patch @@ -1,4 +1,4 @@ -From 1ce88f87e0e6eeb0c0d914af7274f3f45799179b Mon Sep 17 00:00:00 2001 +From 73260304a2968c3617616c0a529a5b3f44bc7c8c 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 0dac4ab5b55ba..9ce909da6db38 100644 -- 2.40.1 -From b293ce03c54d15e941d3fee880d64b35d8d3e923 Mon Sep 17 00:00:00 2001 +From 45c24f768b817c83df66188dd039631318966730 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.3/0014-rtc.patch b/patches/6.3/0014-rtc.patch index 081096272..1334360ab 100644 --- a/patches/6.3/0014-rtc.patch +++ b/patches/6.3/0014-rtc.patch @@ -1,4 +1,4 @@ -From 99035a37951cf6048c6f35231d3ef243bc536ab8 Mon Sep 17 00:00:00 2001 +From 48c02505587dab01c73f6957ecfe812bdfe2c574 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