Browse Source

Update v6.3 patches

Changes:
 - Rebase onto v6.3.5

Links:
 - kernel: https://github.com/linux-surface/kernel/commit/1d0740ced32856b7ca57baf21c36b43a382505e1
Maximilian Luz 2 years ago
parent
commit
f6d9315b8a

+ 4 - 4
patches/6.3/0001-surface3-oemb.patch

@@ -1,4 +1,4 @@
-From b1d6076c7e001d367ce484ecb9b36efcaab7eea2 Mon Sep 17 00:00:00 2001
+From 83cc05c72f1f63597ec728280dba6fb55d7add76 Mon Sep 17 00:00:00 2001
 From: Tsuchiya Yuto <kitakar@gmail.com>
 Date: Sun, 18 Oct 2020 16:42:44 +0900
 Subject: [PATCH] (surface3-oemb) add DMI matches for Surface 3 with broken DMI
@@ -40,7 +40,7 @@ Patchset: surface3-oemb
  3 files changed, 24 insertions(+)
 
 diff --git a/drivers/platform/surface/surface3-wmi.c b/drivers/platform/surface/surface3-wmi.c
-index ca4602bcc7dea..490b9731068ae 100644
+index ca4602bcc7de..490b9731068a 100644
 --- a/drivers/platform/surface/surface3-wmi.c
 +++ b/drivers/platform/surface/surface3-wmi.c
 @@ -37,6 +37,13 @@ static const struct dmi_system_id surface3_dmi_table[] = {
@@ -58,7 +58,7 @@ index ca4602bcc7dea..490b9731068ae 100644
  	{ }
  };
 diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
-index 7c7cbb6362ea1..81a8ff40e86e4 100644
+index 7c7cbb6362ea..81a8ff40e86e 100644
 --- a/sound/soc/codecs/rt5645.c
 +++ b/sound/soc/codecs/rt5645.c
 @@ -3717,6 +3717,15 @@ static const struct dmi_system_id dmi_platform_data[] = {
@@ -78,7 +78,7 @@ index 7c7cbb6362ea1..81a8ff40e86e4 100644
  		/*
  		 * Match for the GPDwin which unfortunately uses somewhat
 diff --git a/sound/soc/intel/common/soc-acpi-intel-cht-match.c b/sound/soc/intel/common/soc-acpi-intel-cht-match.c
-index 6beb00858c33f..d82d77387a0a6 100644
+index 6beb00858c33..d82d77387a0a 100644
 --- a/sound/soc/intel/common/soc-acpi-intel-cht-match.c
 +++ b/sound/soc/intel/common/soc-acpi-intel-cht-match.c
 @@ -27,6 +27,14 @@ static const struct dmi_system_id cht_table[] = {

+ 10 - 10
patches/6.3/0002-mwifiex.patch

@@ -1,4 +1,4 @@
-From 85915058dccb3929435f06288c1c9bbf09ecd0e7 Mon Sep 17 00:00:00 2001
+From 4432de77009d2d1765b85345fe091e525d444ef9 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <verdre@v0yd.nl>
 Date: Tue, 3 Nov 2020 13:28:04 +0100
 Subject: [PATCH] mwifiex: Add quirk resetting the PCI bridge on MS Surface
@@ -32,7 +32,7 @@ Patchset: mwifiex
  3 files changed, 31 insertions(+), 8 deletions(-)
 
 diff --git a/drivers/net/wireless/marvell/mwifiex/pcie.c b/drivers/net/wireless/marvell/mwifiex/pcie.c
-index 9a698a16a8f38..14687342bc81c 100644
+index 9a698a16a8f3..14687342bc81 100644
 --- a/drivers/net/wireless/marvell/mwifiex/pcie.c
 +++ b/drivers/net/wireless/marvell/mwifiex/pcie.c
 @@ -1762,9 +1762,21 @@ mwifiex_pcie_send_boot_cmd(struct mwifiex_adapter *adapter, struct sk_buff *skb)
@@ -58,7 +58,7 @@ index 9a698a16a8f38..14687342bc81c 100644
  	if (mwifiex_write_reg(adapter, reg->rx_rdptr, card->rxbd_rdptr |
  			      tx_wrap)) {
 diff --git a/drivers/net/wireless/marvell/mwifiex/pcie_quirks.c b/drivers/net/wireless/marvell/mwifiex/pcie_quirks.c
-index dd6d21f1dbfd7..f46b06f8d6435 100644
+index dd6d21f1dbfd..f46b06f8d643 100644
 --- a/drivers/net/wireless/marvell/mwifiex/pcie_quirks.c
 +++ b/drivers/net/wireless/marvell/mwifiex/pcie_quirks.c
 @@ -13,7 +13,8 @@ static const struct dmi_system_id mwifiex_quirk_table[] = {
@@ -151,7 +151,7 @@ index dd6d21f1dbfd7..f46b06f8d6435 100644
  
  static void mwifiex_pcie_set_power_d3cold(struct pci_dev *pdev)
 diff --git a/drivers/net/wireless/marvell/mwifiex/pcie_quirks.h b/drivers/net/wireless/marvell/mwifiex/pcie_quirks.h
-index d6ff964aec5bf..5d30ae39d65ec 100644
+index d6ff964aec5b..5d30ae39d65e 100644
 --- a/drivers/net/wireless/marvell/mwifiex/pcie_quirks.h
 +++ b/drivers/net/wireless/marvell/mwifiex/pcie_quirks.h
 @@ -4,6 +4,7 @@
@@ -165,7 +165,7 @@ index d6ff964aec5bf..5d30ae39d65ec 100644
 -- 
 2.40.1
 
-From c50faae4527bb16acf82297833e765f9580fde0f Mon Sep 17 00:00:00 2001
+From 8999971ac1888c7f868ca9307fa43e69fcaf0454 Mon Sep 17 00:00:00 2001
 From: Tsuchiya Yuto <kitakar@gmail.com>
 Date: Sun, 4 Oct 2020 00:11:49 +0900
 Subject: [PATCH] mwifiex: pcie: disable bridge_d3 for Surface gen4+
@@ -187,7 +187,7 @@ Patchset: mwifiex
  3 files changed, 27 insertions(+), 8 deletions(-)
 
 diff --git a/drivers/net/wireless/marvell/mwifiex/pcie.c b/drivers/net/wireless/marvell/mwifiex/pcie.c
-index 14687342bc81c..5e1a341f63dff 100644
+index 14687342bc81..5e1a341f63df 100644
 --- a/drivers/net/wireless/marvell/mwifiex/pcie.c
 +++ b/drivers/net/wireless/marvell/mwifiex/pcie.c
 @@ -368,6 +368,7 @@ static int mwifiex_pcie_probe(struct pci_dev *pdev,
@@ -212,7 +212,7 @@ index 14687342bc81c..5e1a341f63dff 100644
  }
  
 diff --git a/drivers/net/wireless/marvell/mwifiex/pcie_quirks.c b/drivers/net/wireless/marvell/mwifiex/pcie_quirks.c
-index f46b06f8d6435..99b024ecbadea 100644
+index f46b06f8d643..99b024ecbade 100644
 --- a/drivers/net/wireless/marvell/mwifiex/pcie_quirks.c
 +++ b/drivers/net/wireless/marvell/mwifiex/pcie_quirks.c
 @@ -14,7 +14,8 @@ static const struct dmi_system_id mwifiex_quirk_table[] = {
@@ -306,7 +306,7 @@ index f46b06f8d6435..99b024ecbadea 100644
  
  static void mwifiex_pcie_set_power_d3cold(struct pci_dev *pdev)
 diff --git a/drivers/net/wireless/marvell/mwifiex/pcie_quirks.h b/drivers/net/wireless/marvell/mwifiex/pcie_quirks.h
-index 5d30ae39d65ec..c14eb56eb9118 100644
+index 5d30ae39d65e..c14eb56eb911 100644
 --- a/drivers/net/wireless/marvell/mwifiex/pcie_quirks.h
 +++ b/drivers/net/wireless/marvell/mwifiex/pcie_quirks.h
 @@ -5,6 +5,7 @@
@@ -320,7 +320,7 @@ index 5d30ae39d65ec..c14eb56eb9118 100644
 -- 
 2.40.1
 
-From 36b2519009fc30f3989c8b63bebce4c4508b152c Mon Sep 17 00:00:00 2001
+From 98a074a2f96ac4bb9062191e8bc7b2bdf5f11e32 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <verdre@v0yd.nl>
 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 0923582299f3a..3a2c8e3bc2444 100644
+index 0923582299f3..3a2c8e3bc244 100644
 --- a/drivers/bluetooth/btusb.c
 +++ b/drivers/bluetooth/btusb.c
 @@ -65,6 +65,7 @@ static struct usb_driver btusb_driver;

+ 2 - 2
patches/6.3/0003-ath10k.patch

@@ -1,4 +1,4 @@
-From bc07b8f0f89a86823eb34dd5675bb85efae50883 Mon Sep 17 00:00:00 2001
+From 0af0f82cd021c2fe32e507969debca87cc36a438 Mon Sep 17 00:00:00 2001
 From: Maximilian Luz <luzmaximilian@gmail.com>
 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 5eb131ab916fd..67f074a126d1f 100644
+index 5eb131ab916f..67f074a126d1 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;

+ 35 - 35
patches/6.3/0004-ipts.patch

@@ -1,4 +1,4 @@
-From 00480848a35e21bc7f43846e6776ac665b9e3500 Mon Sep 17 00:00:00 2001
+From a14ce1393617d53e7528910ce6f19ad48aec124f Mon Sep 17 00:00:00 2001
 From: Dorian Stoll <dorian.stoll@tmsp.io>
 Date: Thu, 30 Jul 2020 13:21:53 +0200
 Subject: [PATCH] misc: mei: Add missing IPTS device IDs
@@ -10,7 +10,7 @@ Patchset: ipts
  2 files changed, 2 insertions(+)
 
 diff --git a/drivers/misc/mei/hw-me-regs.h b/drivers/misc/mei/hw-me-regs.h
-index bdc65d50b945f..08723c01d7275 100644
+index bdc65d50b945..08723c01d727 100644
 --- a/drivers/misc/mei/hw-me-regs.h
 +++ b/drivers/misc/mei/hw-me-regs.h
 @@ -92,6 +92,7 @@
@@ -22,7 +22,7 @@ index bdc65d50b945f..08723c01d7275 100644
  
  #define MEI_DEV_ID_JSP_N      0x4DE0  /* Jasper Lake Point N */
 diff --git a/drivers/misc/mei/pci-me.c b/drivers/misc/mei/pci-me.c
-index 5bf0d50d55a00..c13864512229f 100644
+index 5bf0d50d55a0..c13864512229 100644
 --- a/drivers/misc/mei/pci-me.c
 +++ b/drivers/misc/mei/pci-me.c
 @@ -97,6 +97,7 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
@@ -36,7 +36,7 @@ index 5bf0d50d55a00..c13864512229f 100644
 -- 
 2.40.1
 
-From 71596afdd221022f66c5fdddaf4161df55c051bd Mon Sep 17 00:00:00 2001
+From b9c4d883ec315c9653410873df44222756bf3811 Mon Sep 17 00:00:00 2001
 From: Liban Hannan <liban.p@gmail.com>
 Date: Tue, 12 Apr 2022 23:31:12 +0100
 Subject: [PATCH] iommu: ipts: use IOMMU passthrough mode for IPTS
@@ -58,7 +58,7 @@ Patchset: ipts
  1 file changed, 24 insertions(+)
 
 diff --git a/drivers/iommu/intel/iommu.c b/drivers/iommu/intel/iommu.c
-index 7c2f4bd335823..3ebd2260cdabd 100644
+index 7c2f4bd33582..3ebd2260cdab 100644
 --- a/drivers/iommu/intel/iommu.c
 +++ b/drivers/iommu/intel/iommu.c
 @@ -37,6 +37,8 @@
@@ -136,7 +136,7 @@ index 7c2f4bd335823..3ebd2260cdabd 100644
 -- 
 2.40.1
 
-From 3240a3b676eebdff583edc24d98cd87245c7aab5 Mon Sep 17 00:00:00 2001
+From 7e7f475cb844ac46bb993d667eb2f6e6b0df6521 Mon Sep 17 00:00:00 2001
 From: Dorian Stoll <dorian.stoll@tmsp.io>
 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 4ce012f83253e..7945cb57f5313 100644
+index 4ce012f83253..7945cb57f531 100644
 --- a/drivers/hid/Kconfig
 +++ b/drivers/hid/Kconfig
 @@ -1316,4 +1316,6 @@ source "drivers/hid/amd-sfh-hid/Kconfig"
@@ -206,7 +206,7 @@ index 4ce012f83253e..7945cb57f5313 100644
 +
  endif # HID_SUPPORT
 diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile
-index 5d37cacbde33d..285e12d95b0ed 100644
+index 5d37cacbde33..285e12d95b0e 100644
 --- a/drivers/hid/Makefile
 +++ b/drivers/hid/Makefile
 @@ -167,3 +167,5 @@ obj-$(INTEL_ISH_FIRMWARE_DOWNLOADER)	+= intel-ish-hid/
@@ -217,7 +217,7 @@ index 5d37cacbde33d..285e12d95b0ed 100644
 +obj-$(CONFIG_HID_IPTS)          += ipts/
 diff --git a/drivers/hid/ipts/Kconfig b/drivers/hid/ipts/Kconfig
 new file mode 100644
-index 0000000000000..297401bd388dd
+index 000000000000..297401bd388d
 --- /dev/null
 +++ b/drivers/hid/ipts/Kconfig
 @@ -0,0 +1,14 @@
@@ -237,7 +237,7 @@ index 0000000000000..297401bd388dd
 +	  module will be called ipts.
 diff --git a/drivers/hid/ipts/Makefile b/drivers/hid/ipts/Makefile
 new file mode 100644
-index 0000000000000..0fe655bccdc0f
+index 000000000000..0fe655bccdc0
 --- /dev/null
 +++ b/drivers/hid/ipts/Makefile
 @@ -0,0 +1,14 @@
@@ -257,7 +257,7 @@ index 0000000000000..0fe655bccdc0f
 +ipts-objs += thread.o
 diff --git a/drivers/hid/ipts/cmd.c b/drivers/hid/ipts/cmd.c
 new file mode 100644
-index 0000000000000..7fd69271ccd52
+index 000000000000..7fd69271ccd5
 --- /dev/null
 +++ b/drivers/hid/ipts/cmd.c
 @@ -0,0 +1,62 @@
@@ -325,7 +325,7 @@ index 0000000000000..7fd69271ccd52
 +}
 diff --git a/drivers/hid/ipts/cmd.h b/drivers/hid/ipts/cmd.h
 new file mode 100644
-index 0000000000000..924758ffee671
+index 000000000000..924758ffee67
 --- /dev/null
 +++ b/drivers/hid/ipts/cmd.h
 @@ -0,0 +1,61 @@
@@ -392,7 +392,7 @@ index 0000000000000..924758ffee671
 +#endif /* IPTS_CMD_H */
 diff --git a/drivers/hid/ipts/context.h b/drivers/hid/ipts/context.h
 new file mode 100644
-index 0000000000000..3450a95e66ee8
+index 000000000000..3450a95e66ee
 --- /dev/null
 +++ b/drivers/hid/ipts/context.h
 @@ -0,0 +1,51 @@
@@ -449,7 +449,7 @@ index 0000000000000..3450a95e66ee8
 +#endif /* IPTS_CONTEXT_H */
 diff --git a/drivers/hid/ipts/control.c b/drivers/hid/ipts/control.c
 new file mode 100644
-index 0000000000000..2f61500b5119c
+index 000000000000..2f61500b5119
 --- /dev/null
 +++ b/drivers/hid/ipts/control.c
 @@ -0,0 +1,495 @@
@@ -950,7 +950,7 @@ index 0000000000000..2f61500b5119c
 +}
 diff --git a/drivers/hid/ipts/control.h b/drivers/hid/ipts/control.h
 new file mode 100644
-index 0000000000000..744bb92d682a0
+index 000000000000..744bb92d682a
 --- /dev/null
 +++ b/drivers/hid/ipts/control.h
 @@ -0,0 +1,127 @@
@@ -1083,7 +1083,7 @@ index 0000000000000..744bb92d682a0
 +#endif /* IPTS_CONTROL_H */
 diff --git a/drivers/hid/ipts/desc.h b/drivers/hid/ipts/desc.h
 new file mode 100644
-index 0000000000000..c058974a03a1e
+index 000000000000..c058974a03a1
 --- /dev/null
 +++ b/drivers/hid/ipts/desc.h
 @@ -0,0 +1,81 @@
@@ -1170,7 +1170,7 @@ index 0000000000000..c058974a03a1e
 +#endif /* IPTS_DESC_H */
 diff --git a/drivers/hid/ipts/hid.c b/drivers/hid/ipts/hid.c
 new file mode 100644
-index 0000000000000..6782394e8dde3
+index 000000000000..6782394e8dde
 --- /dev/null
 +++ b/drivers/hid/ipts/hid.c
 @@ -0,0 +1,348 @@
@@ -1524,7 +1524,7 @@ index 0000000000000..6782394e8dde3
 +}
 diff --git a/drivers/hid/ipts/hid.h b/drivers/hid/ipts/hid.h
 new file mode 100644
-index 0000000000000..62bf3cd486081
+index 000000000000..62bf3cd48608
 --- /dev/null
 +++ b/drivers/hid/ipts/hid.h
 @@ -0,0 +1,22 @@
@@ -1552,7 +1552,7 @@ index 0000000000000..62bf3cd486081
 +#endif /* IPTS_HID_H */
 diff --git a/drivers/hid/ipts/main.c b/drivers/hid/ipts/main.c
 new file mode 100644
-index 0000000000000..0f20c6c08c38c
+index 000000000000..0f20c6c08c38
 --- /dev/null
 +++ b/drivers/hid/ipts/main.c
 @@ -0,0 +1,127 @@
@@ -1685,7 +1685,7 @@ index 0000000000000..0f20c6c08c38c
 +MODULE_LICENSE("GPL");
 diff --git a/drivers/hid/ipts/mei.c b/drivers/hid/ipts/mei.c
 new file mode 100644
-index 0000000000000..26666fd99b0c7
+index 000000000000..26666fd99b0c
 --- /dev/null
 +++ b/drivers/hid/ipts/mei.c
 @@ -0,0 +1,189 @@
@@ -1880,7 +1880,7 @@ index 0000000000000..26666fd99b0c7
 +}
 diff --git a/drivers/hid/ipts/mei.h b/drivers/hid/ipts/mei.h
 new file mode 100644
-index 0000000000000..eadacae54c400
+index 000000000000..eadacae54c40
 --- /dev/null
 +++ b/drivers/hid/ipts/mei.h
 @@ -0,0 +1,67 @@
@@ -1953,7 +1953,7 @@ index 0000000000000..eadacae54c400
 +#endif /* IPTS_MEI_H */
 diff --git a/drivers/hid/ipts/receiver.c b/drivers/hid/ipts/receiver.c
 new file mode 100644
-index 0000000000000..77234f9e0e178
+index 000000000000..77234f9e0e17
 --- /dev/null
 +++ b/drivers/hid/ipts/receiver.c
 @@ -0,0 +1,249 @@
@@ -2208,7 +2208,7 @@ index 0000000000000..77234f9e0e178
 +}
 diff --git a/drivers/hid/ipts/receiver.h b/drivers/hid/ipts/receiver.h
 new file mode 100644
-index 0000000000000..96070f34fbcaa
+index 000000000000..96070f34fbca
 --- /dev/null
 +++ b/drivers/hid/ipts/receiver.h
 @@ -0,0 +1,17 @@
@@ -2231,7 +2231,7 @@ index 0000000000000..96070f34fbcaa
 +#endif /* IPTS_RECEIVER_H */
 diff --git a/drivers/hid/ipts/resources.c b/drivers/hid/ipts/resources.c
 new file mode 100644
-index 0000000000000..80ba5885bb55d
+index 000000000000..80ba5885bb55
 --- /dev/null
 +++ b/drivers/hid/ipts/resources.c
 @@ -0,0 +1,108 @@
@@ -2345,7 +2345,7 @@ index 0000000000000..80ba5885bb55d
 +}
 diff --git a/drivers/hid/ipts/resources.h b/drivers/hid/ipts/resources.h
 new file mode 100644
-index 0000000000000..6cbb24a8a0543
+index 000000000000..6cbb24a8a054
 --- /dev/null
 +++ b/drivers/hid/ipts/resources.h
 @@ -0,0 +1,39 @@
@@ -2390,7 +2390,7 @@ index 0000000000000..6cbb24a8a0543
 +#endif /* IPTS_RESOURCES_H */
 diff --git a/drivers/hid/ipts/spec-data.h b/drivers/hid/ipts/spec-data.h
 new file mode 100644
-index 0000000000000..e8dd98895a7ee
+index 000000000000..e8dd98895a7e
 --- /dev/null
 +++ b/drivers/hid/ipts/spec-data.h
 @@ -0,0 +1,100 @@
@@ -2496,7 +2496,7 @@ index 0000000000000..e8dd98895a7ee
 +#endif /* IPTS_SPEC_DATA_H */
 diff --git a/drivers/hid/ipts/spec-device.h b/drivers/hid/ipts/spec-device.h
 new file mode 100644
-index 0000000000000..93f673d981f7f
+index 000000000000..93f673d981f7
 --- /dev/null
 +++ b/drivers/hid/ipts/spec-device.h
 @@ -0,0 +1,285 @@
@@ -2787,7 +2787,7 @@ index 0000000000000..93f673d981f7f
 +#endif /* IPTS_SPEC_DEVICE_H */
 diff --git a/drivers/hid/ipts/spec-hid.h b/drivers/hid/ipts/spec-hid.h
 new file mode 100644
-index 0000000000000..ea70f29ff00cb
+index 000000000000..ea70f29ff00c
 --- /dev/null
 +++ b/drivers/hid/ipts/spec-hid.h
 @@ -0,0 +1,35 @@
@@ -2828,7 +2828,7 @@ index 0000000000000..ea70f29ff00cb
 +#endif /* IPTS_SPEC_HID_H */
 diff --git a/drivers/hid/ipts/thread.c b/drivers/hid/ipts/thread.c
 new file mode 100644
-index 0000000000000..8b46f775c1070
+index 000000000000..8b46f775c107
 --- /dev/null
 +++ b/drivers/hid/ipts/thread.c
 @@ -0,0 +1,85 @@
@@ -2919,7 +2919,7 @@ index 0000000000000..8b46f775c1070
 +}
 diff --git a/drivers/hid/ipts/thread.h b/drivers/hid/ipts/thread.h
 new file mode 100644
-index 0000000000000..a314843599fc3
+index 000000000000..a314843599fc
 --- /dev/null
 +++ b/drivers/hid/ipts/thread.h
 @@ -0,0 +1,60 @@
@@ -2986,7 +2986,7 @@ index 0000000000000..a314843599fc3
 -- 
 2.40.1
 
-From c4ef5d1aab6950986c2d727600ed92d692653956 Mon Sep 17 00:00:00 2001
+From 6e4d69adf4555cb69048791f924940847f9729ad Mon Sep 17 00:00:00 2001
 From: Dorian Stoll <dorian.stoll@tmsp.io>
 Date: Fri, 28 Apr 2023 15:41:12 +0200
 Subject: [PATCH] Update IPTS from module repo
@@ -3009,7 +3009,7 @@ Patchset: ipts
  4 files changed, 40 insertions(+), 15 deletions(-)
 
 diff --git a/drivers/hid/ipts/hid.c b/drivers/hid/ipts/hid.c
-index 6782394e8dde3..a2471219615bc 100644
+index 6782394e8dde..a2471219615b 100644
 --- a/drivers/hid/ipts/hid.c
 +++ b/drivers/hid/ipts/hid.c
 @@ -237,7 +237,6 @@ static struct hid_ll_driver ipts_hid_driver = {
@@ -3063,7 +3063,7 @@ index 6782394e8dde3..a2471219615bc 100644
  	snprintf(ipts->hid->name, sizeof(ipts->hid->name), "IPTS %04X:%04X", info.vendor,
  		 info.product);
 diff --git a/drivers/hid/ipts/receiver.c b/drivers/hid/ipts/receiver.c
-index 77234f9e0e178..f56e9ed32d579 100644
+index 77234f9e0e17..f56e9ed32d57 100644
 --- a/drivers/hid/ipts/receiver.c
 +++ b/drivers/hid/ipts/receiver.c
 @@ -42,7 +42,7 @@ static void ipts_receiver_backoff(time64_t last, u32 n)
@@ -3076,7 +3076,7 @@ index 77234f9e0e178..f56e9ed32d579 100644
  		msleep(200);
  }
 diff --git a/drivers/hid/ipts/resources.c b/drivers/hid/ipts/resources.c
-index 80ba5885bb55d..5e924d58c4880 100644
+index 80ba5885bb55..5e924d58c488 100644
 --- a/drivers/hid/ipts/resources.c
 +++ b/drivers/hid/ipts/resources.c
 @@ -9,6 +9,7 @@
@@ -3162,7 +3162,7 @@ index 80ba5885bb55d..5e924d58c4880 100644
  	return 0;
  }
 diff --git a/drivers/hid/ipts/resources.h b/drivers/hid/ipts/resources.h
-index 6cbb24a8a0543..e0c400f420b93 100644
+index 6cbb24a8a054..e0c400f420b9 100644
 --- a/drivers/hid/ipts/resources.h
 +++ b/drivers/hid/ipts/resources.h
 @@ -31,6 +31,9 @@ struct ipts_resources {

+ 14 - 14
patches/6.3/0005-ithc.patch

@@ -1,4 +1,4 @@
-From be02683f4630b6cc2cf4042ce8f408cc0a9f968c Mon Sep 17 00:00:00 2001
+From 8e5ae227645053891d6799a803d69baa17c92808 Mon Sep 17 00:00:00 2001
 From: Dorian Stoll <dorian.stoll@tmsp.io>
 Date: Sun, 11 Dec 2022 12:03:38 +0100
 Subject: [PATCH] iommu: intel: Disable source id verification for ITHC
@@ -10,7 +10,7 @@ Patchset: ithc
  1 file changed, 16 insertions(+)
 
 diff --git a/drivers/iommu/intel/irq_remapping.c b/drivers/iommu/intel/irq_remapping.c
-index df9e261af0b56..bc2a0aefedf2a 100644
+index df9e261af0b5..bc2a0aefedf2 100644
 --- a/drivers/iommu/intel/irq_remapping.c
 +++ b/drivers/iommu/intel/irq_remapping.c
 @@ -390,6 +390,22 @@ static int set_msi_sid(struct irte *irte, struct pci_dev *dev)
@@ -39,7 +39,7 @@ index df9e261af0b56..bc2a0aefedf2a 100644
 -- 
 2.40.1
 
-From b52fe0f47474d98c5f95b77c16f8b11b6812d3fd Mon Sep 17 00:00:00 2001
+From 4e210dba1910e236eeb1449b8a067a27c4196693 Mon Sep 17 00:00:00 2001
 From: Dorian Stoll <dorian.stoll@tmsp.io>
 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 7945cb57f5313..91e9e4f58c273 100644
+index 7945cb57f531..91e9e4f58c27 100644
 --- a/drivers/hid/Kconfig
 +++ b/drivers/hid/Kconfig
 @@ -1318,4 +1318,6 @@ source "drivers/hid/surface-hid/Kconfig"
@@ -83,7 +83,7 @@ index 7945cb57f5313..91e9e4f58c273 100644
 +
  endif # HID_SUPPORT
 diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile
-index 285e12d95b0ed..a3ff62e922f16 100644
+index 285e12d95b0e..a3ff62e922f1 100644
 --- a/drivers/hid/Makefile
 +++ b/drivers/hid/Makefile
 @@ -169,3 +169,4 @@ obj-$(CONFIG_AMD_SFH_HID)       += amd-sfh-hid/
@@ -93,7 +93,7 @@ index 285e12d95b0ed..a3ff62e922f16 100644
 +obj-$(CONFIG_HID_ITHC)          += ithc/
 diff --git a/drivers/hid/ithc/Kbuild b/drivers/hid/ithc/Kbuild
 new file mode 100644
-index 0000000000000..aea83f2ac07b4
+index 000000000000..aea83f2ac07b
 --- /dev/null
 +++ b/drivers/hid/ithc/Kbuild
 @@ -0,0 +1,6 @@
@@ -105,7 +105,7 @@ index 0000000000000..aea83f2ac07b4
 +
 diff --git a/drivers/hid/ithc/Kconfig b/drivers/hid/ithc/Kconfig
 new file mode 100644
-index 0000000000000..ede7130236096
+index 000000000000..ede713023609
 --- /dev/null
 +++ b/drivers/hid/ithc/Kconfig
 @@ -0,0 +1,12 @@
@@ -123,7 +123,7 @@ index 0000000000000..ede7130236096
 +	  module will be called ithc.
 diff --git a/drivers/hid/ithc/ithc-debug.c b/drivers/hid/ithc/ithc-debug.c
 new file mode 100644
-index 0000000000000..57bf125c45bd5
+index 000000000000..57bf125c45bd
 --- /dev/null
 +++ b/drivers/hid/ithc/ithc-debug.c
 @@ -0,0 +1,96 @@
@@ -225,7 +225,7 @@ index 0000000000000..57bf125c45bd5
 +
 diff --git a/drivers/hid/ithc/ithc-dma.c b/drivers/hid/ithc/ithc-dma.c
 new file mode 100644
-index 0000000000000..7e89b3496918d
+index 000000000000..7e89b3496918
 --- /dev/null
 +++ b/drivers/hid/ithc/ithc-dma.c
 @@ -0,0 +1,258 @@
@@ -489,7 +489,7 @@ index 0000000000000..7e89b3496918d
 +
 diff --git a/drivers/hid/ithc/ithc-dma.h b/drivers/hid/ithc/ithc-dma.h
 new file mode 100644
-index 0000000000000..d9f2c19a13f3a
+index 000000000000..d9f2c19a13f3
 --- /dev/null
 +++ b/drivers/hid/ithc/ithc-dma.h
 @@ -0,0 +1,67 @@
@@ -562,7 +562,7 @@ index 0000000000000..d9f2c19a13f3a
 +
 diff --git a/drivers/hid/ithc/ithc-main.c b/drivers/hid/ithc/ithc-main.c
 new file mode 100644
-index 0000000000000..09512b9cb4d31
+index 000000000000..09512b9cb4d3
 --- /dev/null
 +++ b/drivers/hid/ithc/ithc-main.c
 @@ -0,0 +1,534 @@
@@ -1102,7 +1102,7 @@ index 0000000000000..09512b9cb4d31
 +
 diff --git a/drivers/hid/ithc/ithc-regs.c b/drivers/hid/ithc/ithc-regs.c
 new file mode 100644
-index 0000000000000..85d567b05761f
+index 000000000000..85d567b05761
 --- /dev/null
 +++ b/drivers/hid/ithc/ithc-regs.c
 @@ -0,0 +1,64 @@
@@ -1172,7 +1172,7 @@ index 0000000000000..85d567b05761f
 +
 diff --git a/drivers/hid/ithc/ithc-regs.h b/drivers/hid/ithc/ithc-regs.h
 new file mode 100644
-index 0000000000000..1a96092ed7eed
+index 000000000000..1a96092ed7ee
 --- /dev/null
 +++ b/drivers/hid/ithc/ithc-regs.h
 @@ -0,0 +1,186 @@
@@ -1364,7 +1364,7 @@ index 0000000000000..1a96092ed7eed
 +
 diff --git a/drivers/hid/ithc/ithc.h b/drivers/hid/ithc/ithc.h
 new file mode 100644
-index 0000000000000..6a9b0d480bc15
+index 000000000000..6a9b0d480bc1
 --- /dev/null
 +++ b/drivers/hid/ithc/ithc.h
 @@ -0,0 +1,60 @@

+ 14 - 14
patches/6.3/0006-surface-sam.patch

@@ -1,4 +1,4 @@
-From 28a501ccd9cc4e7fd424b79b32ecab9e79dea137 Mon Sep 17 00:00:00 2001
+From b5352df11ec4bfc20133348d43d1abc08ca19bf7 Mon Sep 17 00:00:00 2001
 From: Maximilian Luz <luzmaximilian@gmail.com>
 Date: Sat, 4 Mar 2023 20:09:36 +0100
 Subject: [PATCH] platform/surface: aggregator_tabletsw: Properly handle
@@ -25,7 +25,7 @@ Patchset: surface-sam
  1 file changed, 84 insertions(+), 39 deletions(-)
 
 diff --git a/drivers/platform/surface/surface_aggregator_tabletsw.c b/drivers/platform/surface/surface_aggregator_tabletsw.c
-index 9fed800c7cc09..e8682f52558f3 100644
+index 9fed800c7cc0..e8682f52558f 100644
 --- a/drivers/platform/surface/surface_aggregator_tabletsw.c
 +++ b/drivers/platform/surface/surface_aggregator_tabletsw.c
 @@ -20,16 +20,23 @@
@@ -306,7 +306,7 @@ index 9fed800c7cc09..e8682f52558f3 100644
 -- 
 2.40.1
 
-From 254309b7f226893d432dec3f247185fd182c5192 Mon Sep 17 00:00:00 2001
+From 366d4400549e896159aceee4ce0cc2514074998a Mon Sep 17 00:00:00 2001
 From: Maximilian Luz <luzmaximilian@gmail.com>
 Date: Sun, 19 Feb 2023 23:33:43 +0100
 Subject: [PATCH] platform/surface: aggregator_tabletsw: Add support for
@@ -322,7 +322,7 @@ Patchset: surface-sam
  1 file changed, 57 insertions(+)
 
 diff --git a/drivers/platform/surface/surface_aggregator_tabletsw.c b/drivers/platform/surface/surface_aggregator_tabletsw.c
-index e8682f52558f3..8f52b62d1c195 100644
+index e8682f52558f..8f52b62d1c19 100644
 --- a/drivers/platform/surface/surface_aggregator_tabletsw.c
 +++ b/drivers/platform/surface/surface_aggregator_tabletsw.c
 @@ -325,9 +325,18 @@ MODULE_PARM_DESC(tablet_mode_in_slate_state, "Enable tablet mode in slate device
@@ -423,7 +423,7 @@ index e8682f52558f3..8f52b62d1c195 100644
 -- 
 2.40.1
 
-From 7b641bef1a47526a82353571a0694a41881ff69d Mon Sep 17 00:00:00 2001
+From 517b8295d0ee72a07e4d2fbea33caa62c95b6cd6 Mon Sep 17 00:00:00 2001
 From: Maximilian Luz <luzmaximilian@gmail.com>
 Date: Sun, 19 Feb 2023 23:41:18 +0100
 Subject: [PATCH] platform/surface: aggregator_registry: Add support for
@@ -439,7 +439,7 @@ Patchset: surface-sam
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/drivers/platform/surface/surface_aggregator_registry.c b/drivers/platform/surface/surface_aggregator_registry.c
-index 296f72d52e6a6..0fe5be5396525 100644
+index 296f72d52e6a..0fe5be539652 100644
 --- a/drivers/platform/surface/surface_aggregator_registry.c
 +++ b/drivers/platform/surface/surface_aggregator_registry.c
 @@ -305,7 +305,7 @@ static const struct software_node *ssam_node_group_sp9[] = {
@@ -454,7 +454,7 @@ index 296f72d52e6a6..0fe5be5396525 100644
 -- 
 2.40.1
 
-From 980183aeae06a1b46c4dee929d642854b3c24c89 Mon Sep 17 00:00:00 2001
+From d755c0fc01f40efdbcef5a0dce87851d192d2428 Mon Sep 17 00:00:00 2001
 From: Maximilian Luz <luzmaximilian@gmail.com>
 Date: Wed, 3 May 2023 02:02:21 +0200
 Subject: [PATCH] platform/surface: aggregator: Allow completion work-items to
@@ -499,7 +499,7 @@ Patchset: surface-sam
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/drivers/platform/surface/aggregator/controller.c b/drivers/platform/surface/aggregator/controller.c
-index 535581c0471c5..7fc602e01487d 100644
+index 535581c0471c..7fc602e01487 100644
 --- a/drivers/platform/surface/aggregator/controller.c
 +++ b/drivers/platform/surface/aggregator/controller.c
 @@ -825,7 +825,7 @@ static int ssam_cplt_init(struct ssam_cplt *cplt, struct device *dev)
@@ -514,7 +514,7 @@ index 535581c0471c5..7fc602e01487d 100644
 -- 
 2.40.1
 
-From 54c72fc01264aface4345f5d70eb7d194d471210 Mon Sep 17 00:00:00 2001
+From 4bbf93ff793516e059b80c6ba46aa9acba97bc32 Mon Sep 17 00:00:00 2001
 From: Maximilian Luz <luzmaximilian@gmail.com>
 Date: Thu, 18 May 2023 22:33:55 +0200
 Subject: [PATCH] platform/surface: aggregator: Make to_ssam_device_driver()
@@ -531,7 +531,7 @@ Patchset: surface-sam
  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
+index df81043b9e71..42b249b4c24b 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)
@@ -550,7 +550,7 @@ index df81043b9e718..42b249b4c24b1 100644
 -- 
 2.40.1
 
-From 61df3fe89021926391458b9e2b334c4ca0263449 Mon Sep 17 00:00:00 2001
+From 0090c94065225954afeb4e31ee9275f2604f9e98 Mon Sep 17 00:00:00 2001
 From: Maximilian Luz <luzmaximilian@gmail.com>
 Date: Thu, 18 May 2023 22:53:12 +0200
 Subject: [PATCH] platform/surface: aggregator_tabletsw: Add support for book
@@ -572,7 +572,7 @@ Patchset: surface-sam
  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
+index 8f52b62d1c19..4a029f5db20a 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 {
@@ -604,7 +604,7 @@ index 8f52b62d1c195..4a029f5db20a9 100644
 -- 
 2.40.1
 
-From bac3a83ede3421c7d625c5b901be2f37fcde9af2 Mon Sep 17 00:00:00 2001
+From 64b3ed37013345594b474ec1d513ca1409d497b1 Mon Sep 17 00:00:00 2001
 From: Maximilian Luz <luzmaximilian@gmail.com>
 Date: Thu, 18 May 2023 22:57:17 +0200
 Subject: [PATCH] platform/surface: aggregator_tabletsw: Add support for book
@@ -626,7 +626,7 @@ Patchset: surface-sam
  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
+index 4a029f5db20a..c0a1a5869246 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 {

+ 6 - 6
patches/6.3/0007-surface-sam-over-hid.patch

@@ -1,4 +1,4 @@
-From 040ee7e542edec94c6dd50e0973cb65fb4e9b991 Mon Sep 17 00:00:00 2001
+From 62e117eb2b95baa34e8c143510227a9e8c9dd37d Mon Sep 17 00:00:00 2001
 From: Maximilian Luz <luzmaximilian@gmail.com>
 Date: Sat, 25 Jul 2020 17:19:53 +0200
 Subject: [PATCH] i2c: acpi: Implement RawBytes read access
@@ -55,7 +55,7 @@ Patchset: surface-sam-over-hid
  1 file changed, 35 insertions(+)
 
 diff --git a/drivers/i2c/i2c-core-acpi.c b/drivers/i2c/i2c-core-acpi.c
-index d6037a3286690..a290ebc77aea2 100644
+index d6037a328669..a290ebc77aea 100644
 --- a/drivers/i2c/i2c-core-acpi.c
 +++ b/drivers/i2c/i2c-core-acpi.c
 @@ -628,6 +628,28 @@ static int acpi_gsb_i2c_write_bytes(struct i2c_client *client,
@@ -110,7 +110,7 @@ index d6037a3286690..a290ebc77aea2 100644
 -- 
 2.40.1
 
-From 6650a037f78a8c3bc6a539fa62ed360ed3460dfd Mon Sep 17 00:00:00 2001
+From 7ec90ea0a1749bd444aa8ba5e1ff63d620785f91 Mon Sep 17 00:00:00 2001
 From: Maximilian Luz <luzmaximilian@gmail.com>
 Date: Sat, 13 Feb 2021 16:41:18 +0100
 Subject: [PATCH] platform/surface: Add driver for Surface Book 1 dGPU switch
@@ -133,7 +133,7 @@ Patchset: surface-sam-over-hid
  create mode 100644 drivers/platform/surface/surfacebook1_dgpu_switch.c
 
 diff --git a/drivers/platform/surface/Kconfig b/drivers/platform/surface/Kconfig
-index b629e82af97c0..68656e8f309ed 100644
+index b629e82af97c..68656e8f309e 100644
 --- a/drivers/platform/surface/Kconfig
 +++ b/drivers/platform/surface/Kconfig
 @@ -149,6 +149,13 @@ config SURFACE_AGGREGATOR_TABLET_SWITCH
@@ -151,7 +151,7 @@ index b629e82af97c0..68656e8f309ed 100644
  	tristate "Surface DTX (Detachment System) Driver"
  	depends on SURFACE_AGGREGATOR
 diff --git a/drivers/platform/surface/Makefile b/drivers/platform/surface/Makefile
-index 53344330939bf..7efcd0cdb5329 100644
+index 53344330939b..7efcd0cdb532 100644
 --- a/drivers/platform/surface/Makefile
 +++ b/drivers/platform/surface/Makefile
 @@ -12,6 +12,7 @@ obj-$(CONFIG_SURFACE_AGGREGATOR_CDEV)	+= surface_aggregator_cdev.o
@@ -164,7 +164,7 @@ index 53344330939bf..7efcd0cdb5329 100644
  obj-$(CONFIG_SURFACE_HOTPLUG)		+= surface_hotplug.o
 diff --git a/drivers/platform/surface/surfacebook1_dgpu_switch.c b/drivers/platform/surface/surfacebook1_dgpu_switch.c
 new file mode 100644
-index 0000000000000..8b816ed8f35c6
+index 000000000000..8b816ed8f35c
 --- /dev/null
 +++ b/drivers/platform/surface/surfacebook1_dgpu_switch.c
 @@ -0,0 +1,162 @@

+ 4 - 4
patches/6.3/0008-surface-button.patch

@@ -1,4 +1,4 @@
-From bea5c75f802d22408c8f4391d3cde0ca5f4e066a Mon Sep 17 00:00:00 2001
+From bcc1e114cfef6719a83a57c4f1a8c2499c19f04b Mon Sep 17 00:00:00 2001
 From: Sachi King <nakato@nakato.io>
 Date: Tue, 5 Oct 2021 00:05:09 +1100
 Subject: [PATCH] Input: soc_button_array - support AMD variant Surface devices
@@ -20,7 +20,7 @@ Patchset: surface-button
  1 file changed, 8 insertions(+), 25 deletions(-)
 
 diff --git a/drivers/input/misc/soc_button_array.c b/drivers/input/misc/soc_button_array.c
-index 09489380afda7..0f02411a60f1c 100644
+index 09489380afda..0f02411a60f1 100644
 --- a/drivers/input/misc/soc_button_array.c
 +++ b/drivers/input/misc/soc_button_array.c
 @@ -507,8 +507,8 @@ static const struct soc_device_data soc_device_MSHW0028 = {
@@ -75,7 +75,7 @@ index 09489380afda7..0f02411a60f1c 100644
 -- 
 2.40.1
 
-From cf6271b70eb0126552bfaa66eae38773b04c2785 Mon Sep 17 00:00:00 2001
+From c3ae94a83db83d0009077ff2169f89e235c9cdea Mon Sep 17 00:00:00 2001
 From: Sachi King <nakato@nakato.io>
 Date: Tue, 5 Oct 2021 00:22:57 +1100
 Subject: [PATCH] platform/surface: surfacepro3_button: don't load on amd
@@ -96,7 +96,7 @@ Patchset: surface-button
  1 file changed, 6 insertions(+), 24 deletions(-)
 
 diff --git a/drivers/platform/surface/surfacepro3_button.c b/drivers/platform/surface/surfacepro3_button.c
-index 2755601f979cd..4240c98ca2265 100644
+index 2755601f979c..4240c98ca226 100644
 --- a/drivers/platform/surface/surfacepro3_button.c
 +++ b/drivers/platform/surface/surfacepro3_button.c
 @@ -149,7 +149,8 @@ static int surface_button_resume(struct device *dev)

+ 6 - 6
patches/6.3/0009-surface-typecover.patch

@@ -1,4 +1,4 @@
-From e69afe96a02db5f3e556e690181479783f26364a Mon Sep 17 00:00:00 2001
+From c9cc368852f53a8ef87f90819338115219ddd327 Mon Sep 17 00:00:00 2001
 From: Maximilian Luz <luzmaximilian@gmail.com>
 Date: Sat, 18 Feb 2023 01:02:49 +0100
 Subject: [PATCH] USB: quirks: Add USB_QUIRK_DELAY_INIT for Surface Go 3
@@ -23,7 +23,7 @@ Patchset: surface-typecover
  1 file changed, 3 insertions(+)
 
 diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
-index 934b3d997702e..2c6604c6e8e12 100644
+index 934b3d997702..2c6604c6e8e1 100644
 --- a/drivers/usb/core/quirks.c
 +++ b/drivers/usb/core/quirks.c
 @@ -220,6 +220,9 @@ static const struct usb_device_id usb_quirk_list[] = {
@@ -39,7 +39,7 @@ index 934b3d997702e..2c6604c6e8e12 100644
 -- 
 2.40.1
 
-From b858a9e5919d7dcd5b6500e7b52cae7b9c694b1e Mon Sep 17 00:00:00 2001
+From 8b2409405f787d5fcca840047b8338cd5f75b0f1 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <verdre@v0yd.nl>
 Date: Thu, 5 Nov 2020 13:09:45 +0100
 Subject: [PATCH] hid/multitouch: Turn off Type Cover keyboard backlight when
@@ -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 e31be0cb8b850..63fd042aba6ba 100644
+index e31be0cb8b85..63fd042aba6b 100644
 --- a/drivers/hid/hid-multitouch.c
 +++ b/drivers/hid/hid-multitouch.c
 @@ -34,7 +34,10 @@
@@ -272,7 +272,7 @@ index e31be0cb8b850..63fd042aba6ba 100644
 -- 
 2.40.1
 
-From 77180f68ca3739f61ed58e4e4d92c1556f3c7dbf Mon Sep 17 00:00:00 2001
+From 11185cfd33079320d91f8a09939060fb7df24fa6 Mon Sep 17 00:00:00 2001
 From: PJungkamp <p.jungkamp@gmail.com>
 Date: Fri, 25 Feb 2022 12:04:25 +0100
 Subject: [PATCH] hid/multitouch: Add support for surface pro type cover tablet
@@ -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 63fd042aba6ba..508a250ff4bf1 100644
+index 63fd042aba6b..508a250ff4bf 100644
 --- a/drivers/hid/hid-multitouch.c
 +++ b/drivers/hid/hid-multitouch.c
 @@ -77,6 +77,7 @@ MODULE_LICENSE("GPL");

+ 4 - 4
patches/6.3/0010-surface-shutdown.patch

@@ -1,4 +1,4 @@
-From 5a4ce00dafdbefafe8f689213613faf696c82079 Mon Sep 17 00:00:00 2001
+From b0bf94fe785a83311fa078f235ee2f449ef74256 Mon Sep 17 00:00:00 2001
 From: Maximilian Luz <luzmaximilian@gmail.com>
 Date: Sun, 19 Feb 2023 22:12:24 +0100
 Subject: [PATCH] PCI: Add quirk to prevent calling shutdown mehtod
@@ -23,7 +23,7 @@ Patchset: surface-shutdown
  3 files changed, 40 insertions(+)
 
 diff --git a/drivers/pci/pci-driver.c b/drivers/pci/pci-driver.c
-index 57ddcc59af304..497cbadd2c6c4 100644
+index 57ddcc59af30..497cbadd2c6c 100644
 --- a/drivers/pci/pci-driver.c
 +++ b/drivers/pci/pci-driver.c
 @@ -507,6 +507,9 @@ static void pci_device_shutdown(struct device *dev)
@@ -37,7 +37,7 @@ index 57ddcc59af304..497cbadd2c6c4 100644
  
  	if (drv && drv->shutdown)
 diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
-index f4e2a88729fd1..ad3cf25becfcd 100644
+index f4e2a88729fd..ad3cf25becfc 100644
 --- a/drivers/pci/quirks.c
 +++ b/drivers/pci/quirks.c
 @@ -6036,3 +6036,39 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x9a2d, dpc_log_size);
@@ -81,7 +81,7 @@ index f4e2a88729fd1..ad3cf25becfcd 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 a5dda515fcd1d..69f6fc707ae56 100644
+index a5dda515fcd1..69f6fc707ae5 100644
 --- a/include/linux/pci.h
 +++ b/include/linux/pci.h
 @@ -464,6 +464,7 @@ struct pci_dev {

+ 2 - 2
patches/6.3/0011-surface-gpe.patch

@@ -1,4 +1,4 @@
-From 18a5314af4fe20fad2b38960bb5233c6b377d9b2 Mon Sep 17 00:00:00 2001
+From 5ee0ac6f8e868d40002fa83e2c17c3d52b81749f Mon Sep 17 00:00:00 2001
 From: Maximilian Luz <luzmaximilian@gmail.com>
 Date: Sun, 12 Mar 2023 01:41:57 +0100
 Subject: [PATCH] platform/surface: gpe: Add support for Surface Pro 9
@@ -12,7 +12,7 @@ Patchset: surface-gpe
  1 file changed, 17 insertions(+)
 
 diff --git a/drivers/platform/surface/surface_gpe.c b/drivers/platform/surface/surface_gpe.c
-index c219b840d491a..69c4352e8406b 100644
+index c219b840d491..69c4352e8406 100644
 --- a/drivers/platform/surface/surface_gpe.c
 +++ b/drivers/platform/surface/surface_gpe.c
 @@ -41,6 +41,11 @@ static const struct property_entry lid_device_props_l4F[] = {

+ 32 - 32
patches/6.3/0012-cameras.patch

@@ -1,4 +1,4 @@
-From 84fd3ab36e7037f93ad0a56c4a04e9f7785a3066 Mon Sep 17 00:00:00 2001
+From ec09656666c001b610e91600dc33529aeeb20ced Mon Sep 17 00:00:00 2001
 From: Hans de Goede <hdegoede@redhat.com>
 Date: Sun, 10 Oct 2021 20:56:57 +0200
 Subject: [PATCH] ACPI: delay enumeration of devices with a _DEP pointing to an
@@ -58,7 +58,7 @@ Patchset: cameras
  1 file changed, 3 insertions(+)
 
 diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c
-index 0c6f06abe3f47..4fc320f424e8e 100644
+index 0c6f06abe3f4..4fc320f424e8 100644
 --- a/drivers/acpi/scan.c
 +++ b/drivers/acpi/scan.c
 @@ -2106,6 +2106,9 @@ static acpi_status acpi_bus_check_add_2(acpi_handle handle, u32 lvl_not_used,
@@ -74,7 +74,7 @@ index 0c6f06abe3f47..4fc320f424e8e 100644
 -- 
 2.40.1
 
-From 2632b8c6e41429e9652fd508177783629972749f Mon Sep 17 00:00:00 2001
+From e9b690e2ecbc09834b84f10671c0a44d2dd59c56 Mon Sep 17 00:00:00 2001
 From: zouxiaoh <xiaohong.zou@intel.com>
 Date: Fri, 25 Jun 2021 08:52:59 +0800
 Subject: [PATCH] iommu: intel-ipu: use IOMMU passthrough mode for Intel IPUs
@@ -100,7 +100,7 @@ Patchset: cameras
  1 file changed, 30 insertions(+)
 
 diff --git a/drivers/iommu/intel/iommu.c b/drivers/iommu/intel/iommu.c
-index 3ebd2260cdabd..f8937235de4bc 100644
+index 3ebd2260cdab..f8937235de4b 100644
 --- a/drivers/iommu/intel/iommu.c
 +++ b/drivers/iommu/intel/iommu.c
 @@ -37,6 +37,12 @@
@@ -191,7 +191,7 @@ index 3ebd2260cdabd..f8937235de4bc 100644
 -- 
 2.40.1
 
-From f1c720553bdedcfcca8e2e3e284ae5493b5f395d Mon Sep 17 00:00:00 2001
+From 1487f4ad2ed8b38a7905b34ab8f5d9f0566ffa7e Mon Sep 17 00:00:00 2001
 From: Daniel Scally <djrscally@gmail.com>
 Date: Sun, 10 Oct 2021 20:57:02 +0200
 Subject: [PATCH] platform/x86: int3472: Enable I2c daisy chain
@@ -208,7 +208,7 @@ Patchset: cameras
  1 file changed, 7 insertions(+)
 
 diff --git a/drivers/platform/x86/intel/int3472/tps68470.c b/drivers/platform/x86/intel/int3472/tps68470.c
-index 5b8d1a9620a5d..6a0ff035cf209 100644
+index 5b8d1a9620a5..6a0ff035cf20 100644
 --- a/drivers/platform/x86/intel/int3472/tps68470.c
 +++ b/drivers/platform/x86/intel/int3472/tps68470.c
 @@ -46,6 +46,13 @@ static int tps68470_chip_init(struct device *dev, struct regmap *regmap)
@@ -228,7 +228,7 @@ index 5b8d1a9620a5d..6a0ff035cf209 100644
 -- 
 2.40.1
 
-From f7afa71be129fb1385495681167843a823bfed30 Mon Sep 17 00:00:00 2001
+From c827cbe45bb51de44104dc68cf040d7e7a9e2768 Mon Sep 17 00:00:00 2001
 From: Daniel Scally <djrscally@gmail.com>
 Date: Wed, 4 May 2022 23:21:45 +0100
 Subject: [PATCH] media: ipu3-cio2: Move functionality from .complete() to
@@ -247,7 +247,7 @@ Patchset: cameras
  1 file changed, 23 insertions(+), 42 deletions(-)
 
 diff --git a/drivers/media/pci/intel/ipu3/ipu3-cio2-main.c b/drivers/media/pci/intel/ipu3/ipu3-cio2-main.c
-index 3b76a9d0383a8..38f9f4da1922e 100644
+index 3b76a9d0383a..38f9f4da1922 100644
 --- a/drivers/media/pci/intel/ipu3/ipu3-cio2-main.c
 +++ b/drivers/media/pci/intel/ipu3/ipu3-cio2-main.c
 @@ -1383,7 +1383,10 @@ static int cio2_notifier_bound(struct v4l2_async_notifier *notifier,
@@ -343,7 +343,7 @@ index 3b76a9d0383a8..38f9f4da1922e 100644
 -- 
 2.40.1
 
-From 3bc72d377e45ec673f03e2d22b886d16648bbc2e Mon Sep 17 00:00:00 2001
+From 039d2340085e21bcad5e68b7b926d1e10a7755e7 Mon Sep 17 00:00:00 2001
 From: Daniel Scally <djrscally@gmail.com>
 Date: Thu, 2 Jun 2022 22:15:56 +0100
 Subject: [PATCH] media: ipu3-cio2: Re-add .complete() to ipu3-cio2
@@ -361,7 +361,7 @@ Patchset: cameras
  1 file changed, 9 insertions(+)
 
 diff --git a/drivers/media/pci/intel/ipu3/ipu3-cio2-main.c b/drivers/media/pci/intel/ipu3/ipu3-cio2-main.c
-index 38f9f4da1922e..82681df7d794f 100644
+index 38f9f4da1922..82681df7d794 100644
 --- a/drivers/media/pci/intel/ipu3/ipu3-cio2-main.c
 +++ b/drivers/media/pci/intel/ipu3/ipu3-cio2-main.c
 @@ -1430,9 +1430,18 @@ static void cio2_notifier_unbind(struct v4l2_async_notifier *notifier,
@@ -386,7 +386,7 @@ index 38f9f4da1922e..82681df7d794f 100644
 -- 
 2.40.1
 
-From 4216901b7fcfb1df4380c7ed93d844012498a4a3 Mon Sep 17 00:00:00 2001
+From f70f763ca5d030731c2db01ea2afb29e63f063d3 Mon Sep 17 00:00:00 2001
 From: Daniel Scally <djrscally@gmail.com>
 Date: Thu, 28 Oct 2021 21:55:16 +0100
 Subject: [PATCH] media: i2c: Add driver for DW9719 VCM
@@ -405,7 +405,7 @@ Patchset: cameras
  create mode 100644 drivers/media/i2c/dw9719.c
 
 diff --git a/MAINTAINERS b/MAINTAINERS
-index c6545eb541047..a197e0a54eed8 100644
+index c6545eb54104..a197e0a54eed 100644
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
 @@ -6237,6 +6237,13 @@ T:	git git://linuxtv.org/media_tree.git
@@ -423,7 +423,7 @@ index c6545eb541047..a197e0a54eed8 100644
  M:	Dongchun Zhu <dongchun.zhu@mediatek.com>
  L:	linux-media@vger.kernel.org
 diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig
-index c3d5952ca27e6..e759470a0b6bc 100644
+index c3d5952ca27e..e759470a0b6b 100644
 --- a/drivers/media/i2c/Kconfig
 +++ b/drivers/media/i2c/Kconfig
 @@ -887,6 +887,17 @@ config VIDEO_DW9714
@@ -445,7 +445,7 @@ index c3d5952ca27e6..e759470a0b6bc 100644
  	tristate "DW9768 lens voice coil support"
  	depends on I2C && VIDEO_DEV
 diff --git a/drivers/media/i2c/Makefile b/drivers/media/i2c/Makefile
-index 4f5e9d9cee855..eef3ee84d7dc6 100644
+index 4f5e9d9cee85..eef3ee84d7dc 100644
 --- a/drivers/media/i2c/Makefile
 +++ b/drivers/media/i2c/Makefile
 @@ -30,6 +30,7 @@ obj-$(CONFIG_VIDEO_CS5345) += cs5345.o
@@ -458,7 +458,7 @@ index 4f5e9d9cee855..eef3ee84d7dc6 100644
  obj-$(CONFIG_VIDEO_ET8EK8) += et8ek8/
 diff --git a/drivers/media/i2c/dw9719.c b/drivers/media/i2c/dw9719.c
 new file mode 100644
-index 0000000000000..180b04d2a6b3a
+index 000000000000..180b04d2a6b3
 --- /dev/null
 +++ b/drivers/media/i2c/dw9719.c
 @@ -0,0 +1,425 @@
@@ -890,7 +890,7 @@ index 0000000000000..180b04d2a6b3a
 -- 
 2.40.1
 
-From ff66ee732fe7b1cc82590fdf2f41b267f7b1282b Mon Sep 17 00:00:00 2001
+From de4c986ae352ae75b578196693785eba1e7ed76d Mon Sep 17 00:00:00 2001
 From: Maximilian Luz <luzmaximilian@gmail.com>
 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 e759470a0b6bc..dbc6d20efbe57 100644
+index e759470a0b6b..dbc6d20efbe5 100644
 --- a/drivers/media/i2c/Kconfig
 +++ b/drivers/media/i2c/Kconfig
 @@ -889,7 +889,7 @@ config VIDEO_DW9714
@@ -919,7 +919,7 @@ index e759470a0b6bc..dbc6d20efbe57 100644
 -- 
 2.40.1
 
-From 03a76190e58c8575426db12c9fe2c397aa932d17 Mon Sep 17 00:00:00 2001
+From c9e81c233bb7dd14e5d702438979de7bbe43d7e5 Mon Sep 17 00:00:00 2001
 From: Daniel Scally <dan.scally@ideasonboard.com>
 Date: Thu, 2 Mar 2023 12:59:39 +0000
 Subject: [PATCH] platform/x86: int3472: Remap reset GPIO for INT347E
@@ -941,7 +941,7 @@ Patchset: cameras
  1 file changed, 14 insertions(+)
 
 diff --git a/drivers/platform/x86/intel/int3472/discrete.c b/drivers/platform/x86/intel/int3472/discrete.c
-index f064da74f50af..2064b3bbe5301 100644
+index f064da74f50a..2064b3bbe530 100644
 --- a/drivers/platform/x86/intel/int3472/discrete.c
 +++ b/drivers/platform/x86/intel/int3472/discrete.c
 @@ -98,6 +98,9 @@ static int skl_int3472_map_gpio_to_sensor(struct int3472_discrete_device *int347
@@ -975,7 +975,7 @@ index f064da74f50af..2064b3bbe5301 100644
 -- 
 2.40.1
 
-From d92cd2e463bcc9fe94a4d3636f9da37632f0683d Mon Sep 17 00:00:00 2001
+From 62cdeb5122bab9ab731d059155bfddc58f7ca0dc Mon Sep 17 00:00:00 2001
 From: Daniel Scally <dan.scally@ideasonboard.com>
 Date: Tue, 21 Mar 2023 13:45:26 +0000
 Subject: [PATCH] media: i2c: Clarify that gain is Analogue gain in OV7251
@@ -990,7 +990,7 @@ Patchset: cameras
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/drivers/media/i2c/ov7251.c b/drivers/media/i2c/ov7251.c
-index 88e9874352853..ff7b2c26da835 100644
+index 88e987435285..ff7b2c26da83 100644
 --- a/drivers/media/i2c/ov7251.c
 +++ b/drivers/media/i2c/ov7251.c
 @@ -1051,7 +1051,7 @@ static int ov7251_s_ctrl(struct v4l2_ctrl *ctrl)
@@ -1014,7 +1014,7 @@ index 88e9874352853..ff7b2c26da835 100644
 -- 
 2.40.1
 
-From 9a8bb05637f2771dd1c6de6c0ec40d6a45e203a5 Mon Sep 17 00:00:00 2001
+From dd119debd4a323d4310c28fb83897b02a64e1d6b Mon Sep 17 00:00:00 2001
 From: Daniel Scally <dan.scally@ideasonboard.com>
 Date: Wed, 22 Mar 2023 11:01:42 +0000
 Subject: [PATCH] media: v4l2-core: Acquire privacy led in
@@ -1033,7 +1033,7 @@ Patchset: cameras
  2 files changed, 4 insertions(+), 4 deletions(-)
 
 diff --git a/drivers/media/v4l2-core/v4l2-async.c b/drivers/media/v4l2-core/v4l2-async.c
-index b16b5f4cb91e2..33739a979cbc0 100644
+index b16b5f4cb91e..33739a979cbc 100644
 --- a/drivers/media/v4l2-core/v4l2-async.c
 +++ b/drivers/media/v4l2-core/v4l2-async.c
 @@ -760,6 +760,10 @@ int v4l2_async_register_subdev(struct v4l2_subdev *sd)
@@ -1048,7 +1048,7 @@ index b16b5f4cb91e2..33739a979cbc0 100644
  	 * No reference taken. The reference is held by the device
  	 * (struct v4l2_subdev.dev), and async sub-device does not
 diff --git a/drivers/media/v4l2-core/v4l2-fwnode.c b/drivers/media/v4l2-core/v4l2-fwnode.c
-index 049c2f2001eaa..f8c3e40b2b71e 100644
+index 049c2f2001ea..f8c3e40b2b71 100644
 --- a/drivers/media/v4l2-core/v4l2-fwnode.c
 +++ b/drivers/media/v4l2-core/v4l2-fwnode.c
 @@ -1304,10 +1304,6 @@ int v4l2_async_register_subdev_sensor(struct v4l2_subdev *sd)
@@ -1065,7 +1065,7 @@ index 049c2f2001eaa..f8c3e40b2b71e 100644
 -- 
 2.40.1
 
-From b5e3e43f56e7660caab8e21243b2a3275a3829a8 Mon Sep 17 00:00:00 2001
+From 98f45a697ea77058a84ceb93d9fe5736fbf32c4c Mon Sep 17 00:00:00 2001
 From: Kate Hsuan <hpa@redhat.com>
 Date: Tue, 21 Mar 2023 23:37:16 +0800
 Subject: [PATCH] platform: x86: int3472: Add MFD cell for tps68470 LED
@@ -1081,7 +1081,7 @@ Patchset: cameras
  1 file changed, 3 insertions(+), 2 deletions(-)
 
 diff --git a/drivers/platform/x86/intel/int3472/tps68470.c b/drivers/platform/x86/intel/int3472/tps68470.c
-index 6a0ff035cf209..2a7d01d3abc85 100644
+index 6a0ff035cf20..2a7d01d3abc8 100644
 --- a/drivers/platform/x86/intel/int3472/tps68470.c
 +++ b/drivers/platform/x86/intel/int3472/tps68470.c
 @@ -17,7 +17,7 @@
@@ -1106,7 +1106,7 @@ index 6a0ff035cf209..2a7d01d3abc85 100644
 -- 
 2.40.1
 
-From 5052d3966996c5285340b77f47b49ed1065b2fa8 Mon Sep 17 00:00:00 2001
+From 960c31a09178852085dcfe0ea6babd45018d59f2 Mon Sep 17 00:00:00 2001
 From: Kate Hsuan <hpa@redhat.com>
 Date: Tue, 21 Mar 2023 23:37:17 +0800
 Subject: [PATCH] include: mfd: tps68470: Add masks for LEDA and LEDB
@@ -1124,7 +1124,7 @@ Patchset: cameras
  1 file changed, 5 insertions(+)
 
 diff --git a/include/linux/mfd/tps68470.h b/include/linux/mfd/tps68470.h
-index 7807fa329db00..2d2abb25b944f 100644
+index 7807fa329db0..2d2abb25b944 100644
 --- a/include/linux/mfd/tps68470.h
 +++ b/include/linux/mfd/tps68470.h
 @@ -34,6 +34,7 @@
@@ -1147,7 +1147,7 @@ index 7807fa329db00..2d2abb25b944f 100644
 -- 
 2.40.1
 
-From 18e2645d949f158ce447826e23f23351388ba18d Mon Sep 17 00:00:00 2001
+From eb4aaa36f8f989a70c4b3b8de9c61ac3d447ae14 Mon Sep 17 00:00:00 2001
 From: Kate Hsuan <hpa@redhat.com>
 Date: Tue, 21 Mar 2023 23:37:18 +0800
 Subject: [PATCH] leds: tps68470: Add LED control for tps68470
@@ -1170,7 +1170,7 @@ Patchset: cameras
  create mode 100644 drivers/leds/leds-tps68470.c
 
 diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
-index aaa9140bc3514..1fb892c9acf1e 100644
+index aaa9140bc351..1fb892c9acf1 100644
 --- a/drivers/leds/Kconfig
 +++ b/drivers/leds/Kconfig
 @@ -827,6 +827,18 @@ config LEDS_TPS6105X
@@ -1193,7 +1193,7 @@ index aaa9140bc3514..1fb892c9acf1e 100644
  	tristate "LED support for SGI Octane machines"
  	depends on LEDS_CLASS
 diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile
-index d30395d11fd84..515a69953e736 100644
+index d30395d11fd8..515a69953e73 100644
 --- a/drivers/leds/Makefile
 +++ b/drivers/leds/Makefile
 @@ -80,6 +80,7 @@ obj-$(CONFIG_LEDS_TCA6507)		+= leds-tca6507.o
@@ -1206,7 +1206,7 @@ index d30395d11fd84..515a69953e736 100644
  obj-$(CONFIG_LEDS_WM8350)		+= leds-wm8350.o
 diff --git a/drivers/leds/leds-tps68470.c b/drivers/leds/leds-tps68470.c
 new file mode 100644
-index 0000000000000..35aeb5db89c8f
+index 000000000000..35aeb5db89c8
 --- /dev/null
 +++ b/drivers/leds/leds-tps68470.c
 @@ -0,0 +1,185 @@

+ 4 - 4
patches/6.3/0013-amd-gpio.patch

@@ -1,4 +1,4 @@
-From 73260304a2968c3617616c0a529a5b3f44bc7c8c Mon Sep 17 00:00:00 2001
+From 52b885b62b4b77682307aa2dff1aa922816623aa Mon Sep 17 00:00:00 2001
 From: Sachi King <nakato@nakato.io>
 Date: Sat, 29 May 2021 17:47:38 +1000
 Subject: [PATCH] ACPI: Add quirk for Surface Laptop 4 AMD missing irq 7
@@ -21,7 +21,7 @@ Patchset: amd-gpio
  1 file changed, 17 insertions(+)
 
 diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c
-index 0dac4ab5b55ba..9ce909da6db38 100644
+index 0dac4ab5b55b..9ce909da6db3 100644
 --- a/arch/x86/kernel/acpi/boot.c
 +++ b/arch/x86/kernel/acpi/boot.c
 @@ -22,6 +22,7 @@
@@ -65,7 +65,7 @@ index 0dac4ab5b55ba..9ce909da6db38 100644
 -- 
 2.40.1
 
-From 45c24f768b817c83df66188dd039631318966730 Mon Sep 17 00:00:00 2001
+From 5984f29452ed348b5008e0331dbd9398d196cffe Mon Sep 17 00:00:00 2001
 From: Maximilian Luz <luzmaximilian@gmail.com>
 Date: Thu, 3 Jun 2021 14:04:26 +0200
 Subject: [PATCH] ACPI: Add AMD 13" Surface Laptop 4 model to irq 7 override
@@ -80,7 +80,7 @@ Patchset: amd-gpio
  1 file changed, 8 insertions(+), 1 deletion(-)
 
 diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c
-index 9ce909da6db38..623d94a9cb867 100644
+index 9ce909da6db3..623d94a9cb86 100644
 --- a/arch/x86/kernel/acpi/boot.c
 +++ b/arch/x86/kernel/acpi/boot.c
 @@ -1255,12 +1255,19 @@ static void __init mp_config_acpi_legacy_irqs(void)

+ 2 - 2
patches/6.3/0014-rtc.patch

@@ -1,4 +1,4 @@
-From 48c02505587dab01c73f6957ecfe812bdfe2c574 Mon Sep 17 00:00:00 2001
+From 03b40e54aa09ea00d1a4232a6c02ee7e40993bfd Mon Sep 17 00:00:00 2001
 From: "Bart Groeneveld | GPX Solutions B.V" <bart@gpxbv.nl>
 Date: Mon, 5 Dec 2022 16:08:46 +0100
 Subject: [PATCH] acpi: allow usage of acpi_tad on HW-reduced platforms
@@ -21,7 +21,7 @@ Patchset: rtc
  1 file changed, 24 insertions(+), 11 deletions(-)
 
 diff --git a/drivers/acpi/acpi_tad.c b/drivers/acpi/acpi_tad.c
-index e9b8e8305e23e..944276934e7ec 100644
+index e9b8e8305e23..944276934e7e 100644
 --- a/drivers/acpi/acpi_tad.c
 +++ b/drivers/acpi/acpi_tad.c
 @@ -432,6 +432,14 @@ static ssize_t caps_show(struct device *dev, struct device_attribute *attr,