diff --git a/patches/5.11/0001-surface3-oemb.patch b/patches/5.11/0001-surface3-oemb.patch index 3e8622e22..01e621a93 100644 --- a/patches/5.11/0001-surface3-oemb.patch +++ b/patches/5.11/0001-surface3-oemb.patch @@ -1,4 +1,4 @@ -From 69584ae12e420197d37281fa9ac10748c95159e0 Mon Sep 17 00:00:00 2001 +From e6d25f7538426bd45706329a13c6ec2523f5899b 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/5.11/0002-wifi.patch b/patches/5.11/0002-wifi.patch index b3acf3e4b..3dada9bd4 100644 --- a/patches/5.11/0002-wifi.patch +++ b/patches/5.11/0002-wifi.patch @@ -1,4 +1,4 @@ -From 2c1f36e04ac78dbf685c53a367e3b608ffe72c97 Mon Sep 17 00:00:00 2001 +From 8de29febc13795f44263a9c1826488fbe63fd4d8 Mon Sep 17 00:00:00 2001 From: Tsuchiya Yuto Date: Mon, 28 Sep 2020 17:46:49 +0900 Subject: [PATCH] mwifiex: pcie: add DMI-based quirk impl for Surface devices @@ -206,7 +206,7 @@ index 000000000000..5326ae7e5671 -- 2.31.1 -From c6aea0ee7e98052d01d9576d4026c2ee25b53359 Mon Sep 17 00:00:00 2001 +From f54cbb3d064c5d408b1bbb283f03044e77e4de19 Mon Sep 17 00:00:00 2001 From: Tsuchiya Yuto Date: Tue, 29 Sep 2020 17:25:22 +0900 Subject: [PATCH] mwifiex: pcie: add reset_d3cold quirk for Surface gen4+ @@ -407,7 +407,7 @@ index 5326ae7e5671..8b9dcb5070d8 100644 -- 2.31.1 -From d9ab434bce1d625274d9e4a72088c510d4d02164 Mon Sep 17 00:00:00 2001 +From 1c26491c00fe075fc901d397567c7946f0aa639e Mon Sep 17 00:00:00 2001 From: Tsuchiya Yuto Date: Tue, 29 Sep 2020 17:32:22 +0900 Subject: [PATCH] mwifiex: pcie: add reset_wsid quirk for Surface 3 @@ -586,7 +586,7 @@ index 8b9dcb5070d8..3ef7440418e3 100644 -- 2.31.1 -From 4f98f165f8d4c7056bbb766189bd02b40fa7e4c1 Mon Sep 17 00:00:00 2001 +From 11b587191358f8b18555bf41b4958bd30131968a Mon Sep 17 00:00:00 2001 From: Tsuchiya Yuto Date: Wed, 30 Sep 2020 18:08:24 +0900 Subject: [PATCH] mwifiex: pcie: (OEMB) add quirk for Surface 3 with broken DMI @@ -648,7 +648,7 @@ index f0a6fa0a7ae5..34dcd84f02a6 100644 -- 2.31.1 -From 64b5e3713163c3ebf7979c78eb989ef5dd7a0b8e Mon Sep 17 00:00:00 2001 +From 45c761b68885d62b7a8be4fbb8355d9fbcd9beb8 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+ @@ -803,7 +803,7 @@ index 3ef7440418e3..a95ebac06e13 100644 -- 2.31.1 -From 566bce2581f693b5d641d8bed13364ed74eb3648 Mon Sep 17 00:00:00 2001 +From 6fb483e102f4ffd6338bd94b48091a57664f8814 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 @@ -970,7 +970,7 @@ index a95ebac06e13..4ec2ae72f632 100644 -- 2.31.1 -From d78d1dfdc3cd3d968a5b2203560bb4d99d42caf1 Mon Sep 17 00:00:00 2001 +From 0208cf5e3589f5ffd25908f2e6ef03d1a61585a5 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 @@ -1006,7 +1006,7 @@ Patchset: wifi 1 file changed, 15 insertions(+) diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c -index a4f834a50a98..e276f84a41bd 100644 +index 3620981e8b1c..526320673fa0 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -61,6 +61,7 @@ static struct usb_driver btusb_driver; @@ -1025,7 +1025,7 @@ index a4f834a50a98..e276f84a41bd 100644 /* Intel Bluetooth devices */ { USB_DEVICE(0x8087, 0x0025), .driver_info = BTUSB_INTEL_NEW | -@@ -4491,6 +4493,19 @@ static int btusb_probe(struct usb_interface *intf, +@@ -4493,6 +4495,19 @@ static int btusb_probe(struct usb_interface *intf, if (id->driver_info & BTUSB_MARVELL) hdev->set_bdaddr = btusb_set_bdaddr_marvell; @@ -1048,7 +1048,7 @@ index a4f834a50a98..e276f84a41bd 100644 -- 2.31.1 -From c1308b274ba1820ba6a9f8c7d786d04a7b6c42f6 Mon Sep 17 00:00:00 2001 +From 3e0eb9f427c72ccc4938a1b2cd73546c1fce2388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Wed, 11 Nov 2020 12:31:26 +0100 Subject: [PATCH] mwifiex: Small cleanup for handling virtual interface type @@ -1149,7 +1149,7 @@ index a6b9dc6700b1..d50fd8570475 100644 -- 2.31.1 -From f835be62dbfd20f693b3e717afe1846964aff0b1 Mon Sep 17 00:00:00 2001 +From e196f55feb353c9409e09f397f8918469bf4d521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Wed, 11 Nov 2020 12:44:39 +0100 Subject: [PATCH] mwifiex: Use function to check whether interface type change @@ -1382,7 +1382,7 @@ index d50fd8570475..3a79a55bbfd2 100644 -- 2.31.1 -From 19f80aaf56fd707f0c153e12bd9d2b99117d0fde Mon Sep 17 00:00:00 2001 +From 2fb8f5b8b2abe58b446a120c91034bfa118ef9d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Wed, 11 Nov 2020 13:33:04 +0100 Subject: [PATCH] mwifiex: Run SET_BSS_MODE when changing from P2P to STATION @@ -1450,7 +1450,7 @@ index 3a79a55bbfd2..66e978088061 100644 -- 2.31.1 -From 71c032dca5b21c39eafc1d75c3de09b90e9683e0 Mon Sep 17 00:00:00 2001 +From 7ada305aa7a3a1cdfc719f6cebc0293d29e76943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Wed, 11 Nov 2020 14:42:54 +0100 Subject: [PATCH] mwifiex: Use helper function for counting interface types @@ -1626,7 +1626,7 @@ index 66e978088061..db30f595e9f9 100644 -- 2.31.1 -From 1e6b4aeb16575937420aa2c7d8ab32214e04088d Mon Sep 17 00:00:00 2001 +From 1de4818c6ed1fab2c4d5d71e9b5d49c9794cd1e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Fri, 26 Mar 2021 15:56:58 +0100 Subject: [PATCH] mwifiex: Update virtual interface counters right after @@ -1729,7 +1729,7 @@ index db30f595e9f9..60de1cec77c7 100644 -- 2.31.1 -From 284e3fcdec1ec66911d1ca8330ac31be0e637d6d Mon Sep 17 00:00:00 2001 +From 56e4eae3b97bd3e1790a57f6ae04f0feee126feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Wed, 11 Nov 2020 13:42:40 +0100 Subject: [PATCH] mwifiex: Allow switching interface type from P2P_CLIENT to @@ -1818,7 +1818,7 @@ index 60de1cec77c7..a37b504bd084 100644 -- 2.31.1 -From ea9dc7da545778d220b75ba8cba07eebc7a62a14 Mon Sep 17 00:00:00 2001 +From c4fe64dd8ac97b1eab109a20d2f9a71daaa5ff14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Fri, 26 Mar 2021 15:31:08 +0100 Subject: [PATCH] mwifiex: Handle interface type changes from AP to STATION @@ -1845,7 +1845,7 @@ index a37b504bd084..e65f285e3efe 100644 -- 2.31.1 -From 699036d1311fddc59f9d09af3d1b8436bcea03e8 Mon Sep 17 00:00:00 2001 +From 4c30b5476237da4887d12e331b7228dfc07ba897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Fri, 26 Mar 2021 15:32:16 +0100 Subject: [PATCH] mwifiex: Properly initialize private structure on interface @@ -1900,7 +1900,7 @@ index e65f285e3efe..a290312313f3 100644 -- 2.31.1 -From 96a9ae570d630052217389bc25cc6534d571bd6a Mon Sep 17 00:00:00 2001 +From 5f978abee6600f8d44458a7695d2ad5bbae940fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Sat, 27 Mar 2021 12:19:14 +0100 Subject: [PATCH] mwifiex: Fix copy-paste mistake when creating virtual @@ -1932,7 +1932,7 @@ index a290312313f3..1e1cf523e228 100644 -- 2.31.1 -From 4bae07eb75ed6492fd95d723806577bafea7c71b Mon Sep 17 00:00:00 2001 +From e6626bb7402937413c4c0dfa304e6cddc620e98d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Tue, 10 Nov 2020 12:49:56 +0100 Subject: [PATCH] mwifiex: Use non-posted PCI register writes @@ -1989,7 +1989,7 @@ index 9ac12ff4a5c1..4123c8bb6b6f 100644 -- 2.31.1 -From 2b30af20e51034a4fb060fd1882d67643a921ccd Mon Sep 17 00:00:00 2001 +From e14c128fc83dfb35913c8829590a99a5b761f6f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Sun, 28 Mar 2021 21:10:06 +0200 Subject: [PATCH] mwifiex: Try waking the firmware until we get an interrupt @@ -2078,7 +2078,7 @@ index 4123c8bb6b6f..b5491509d6a2 100644 -- 2.31.1 -From 43db4d3fb2627b88470064eb0d047f42b2bb2978 Mon Sep 17 00:00:00 2001 +From d8bb7532e7c1930f7ce60c3023f83e68cf23646d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Tue, 13 Apr 2021 14:30:28 +0200 Subject: [PATCH] mwifiex: Deactive host sleep using HSCFG after it was @@ -2234,7 +2234,7 @@ index d3a968ef21ef..76db9a7b8199 100644 -- 2.31.1 -From 3ad46b1f572ca3224084872477c30beaf15e3d41 Mon Sep 17 00:00:00 2001 +From 024fa7918f896fd7611ce4cc29b93b27404f89ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Tue, 13 Apr 2021 14:23:05 +0200 Subject: [PATCH] mwifiex: Add quirk to disable deep sleep with certain @@ -2337,7 +2337,7 @@ index 6b5d35d9e69f..8e49ebca1847 100644 -- 2.31.1 -From 5766e28775dacf0297e118a5ea0235b4962a6279 Mon Sep 17 00:00:00 2001 +From d38c6eca640053104c5992465a2a10af015fd842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Wed, 11 Nov 2020 15:17:07 +0100 Subject: [PATCH] mwifiex: Don't log error on suspend if wake-on-wlan is @@ -2369,7 +2369,7 @@ index 1e1cf523e228..1cdd66c37cfc 100644 -- 2.31.1 -From 26f73805bb992344fcc1006fd52119abfaac2516 Mon Sep 17 00:00:00 2001 +From 90588b13e9a4a10c396834ab8207c9f4ddd55a93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Sun, 28 Mar 2021 21:42:54 +0200 Subject: [PATCH] mwifiex: Log an error on command failure during key-material @@ -2409,7 +2409,7 @@ index 1cdd66c37cfc..6ad935c1bb47 100644 -- 2.31.1 -From 378db5d8b33417646dc9904ceb7e9ced10a70ae0 Mon Sep 17 00:00:00 2001 +From f634f27a002015e2a068b79a742860cce0a5954e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Tue, 13 Apr 2021 12:44:03 +0200 Subject: [PATCH] mwifiex: Fix an incorrect comment @@ -2437,7 +2437,7 @@ index 6696bce56178..b0695432b26a 100644 -- 2.31.1 -From 16e3699bb01899a7ff99123ebffd7a3856a8700b Mon Sep 17 00:00:00 2001 +From c71a9203e1beff52732d78271a33893dac9d54c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Tue, 13 Apr 2021 12:45:59 +0200 Subject: [PATCH] mwifiex: Send DELBA requests according to spec @@ -2480,7 +2480,7 @@ index b0695432b26a..9ff2058bcd7e 100644 -- 2.31.1 -From dd347f93f6b24ba31a05d6d19609567091b24ace Mon Sep 17 00:00:00 2001 +From 4a933c6784b80c35cf4fc0c3a2aa2df6eaf3f337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Tue, 13 Apr 2021 12:57:41 +0200 Subject: [PATCH] mwifiex: Ignore BTCOEX events from the firmware diff --git a/patches/5.11/0003-ipts.patch b/patches/5.11/0003-ipts.patch index 7d5fb7986..0bf380000 100644 --- a/patches/5.11/0003-ipts.patch +++ b/patches/5.11/0003-ipts.patch @@ -1,4 +1,4 @@ -From bae944e1781e79d5f1f190e83800f7888be2320b Mon Sep 17 00:00:00 2001 +From fed94111ed1361e18c40c54dcb9795d903158090 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 c3393b383e59..0098f98426c1 100644 -- 2.31.1 -From a73fdea5cea20b36f18dc3a67d707b24757efbbc Mon Sep 17 00:00:00 2001 +From 8b52473bf34de0e532f7abf95702d4ce7f3f04bc Mon Sep 17 00:00:00 2001 From: Dorian Stoll Date: Thu, 25 Feb 2021 09:37:47 +0100 Subject: [PATCH] misc: mei: Remove client devices before shutting down bus @@ -65,7 +65,7 @@ index bcee77768b91..21ed765003e1 100644 -- 2.31.1 -From b235858d1cc211ec265b792ff73ca0830ea70def Mon Sep 17 00:00:00 2001 +From 07754dd30f8964e74cf702d4e9778136c30cd17d Mon Sep 17 00:00:00 2001 From: Dorian Stoll Date: Thu, 6 Aug 2020 11:20:41 +0200 Subject: [PATCH] misc: Add support for Intel Precise Touch & Stylus diff --git a/patches/5.11/0004-surface-sam-over-hid.patch b/patches/5.11/0004-surface-sam-over-hid.patch index 2bfdcf11e..53d05421d 100644 --- a/patches/5.11/0004-surface-sam-over-hid.patch +++ b/patches/5.11/0004-surface-sam-over-hid.patch @@ -1,4 +1,4 @@ -From fbec7a7193e93b00a8056fc928c59f13d9d73433 Mon Sep 17 00:00:00 2001 +From 0067d01f09367874f590189dcb2260ad9f6b4bda 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 37c510d9347a..aed579942436 100644 -- 2.31.1 -From 0726dc6d82ee5f623d851bd0394f6a33bfb6fb47 Mon Sep 17 00:00:00 2001 +From 51f8d840fd9411b02204f964ede35356fc4e001f 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/5.11/0005-surface-sam.patch b/patches/5.11/0005-surface-sam.patch index b85eb5141..18386cc1b 100644 --- a/patches/5.11/0005-surface-sam.patch +++ b/patches/5.11/0005-surface-sam.patch @@ -1,4 +1,4 @@ -From d300dc03644be33f1f303db66879402459b8cb71 Mon Sep 17 00:00:00 2001 +From cf1d8358199d3211ef711dc396c94958a00bc610 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Mon, 21 Dec 2020 19:39:51 +0100 Subject: [PATCH] platform/surface: Add Surface Aggregator subsystem @@ -9160,7 +9160,7 @@ index 000000000000..64276fbfa1d5 -- 2.31.1 -From 3ee83f11eae4e328ca864e11c3ca2b98c78e77cb Mon Sep 17 00:00:00 2001 +From 30a565ec13104e6b6e84541dfdff09d77d986ecc Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Mon, 21 Dec 2020 19:39:52 +0100 Subject: [PATCH] platform/surface: aggregator: Add control packet allocation @@ -9322,7 +9322,7 @@ index 058f111292ca..e8757d03f279 100644 -- 2.31.1 -From 431000dc789518808ec81d98ded21d5d1865cff4 Mon Sep 17 00:00:00 2001 +From 08f1a0cbd5de6dc7bf56931f76105b376ee7a14f Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Mon, 21 Dec 2020 19:39:53 +0100 Subject: [PATCH] platform/surface: aggregator: Add event item allocation @@ -9550,7 +9550,7 @@ index 60d312f71436..37593234fb31 100644 -- 2.31.1 -From 5037fc6ac10320d90f117728df697aba6c8ad9fe Mon Sep 17 00:00:00 2001 +From 5f3de1d75e04d4ac9e54c78026c7361261b93717 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Mon, 21 Dec 2020 19:39:54 +0100 Subject: [PATCH] platform/surface: aggregator: Add trace points @@ -10444,7 +10444,7 @@ index 000000000000..dcca8007d876 -- 2.31.1 -From 91dc46d96fd29d80aae419af6bbe45a7348e74b1 Mon Sep 17 00:00:00 2001 +From eaee81c67e0e55521adc4fa11c0268889ce96d11 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Mon, 21 Dec 2020 19:39:55 +0100 Subject: [PATCH] platform/surface: aggregator: Add error injection @@ -10953,7 +10953,7 @@ index dcca8007d876..eb332bb53ae4 100644 -- 2.31.1 -From 0c874d7dc2a773f0f7f7d5bcc21c503150d41c64 Mon Sep 17 00:00:00 2001 +From a641329806cb702fdacc704e295ef773c7afb795 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Mon, 21 Dec 2020 19:39:56 +0100 Subject: [PATCH] platform/surface: aggregator: Add dedicated bus and device @@ -12052,7 +12052,7 @@ index fb4827027536..d21d2871387b 100644 -- 2.31.1 -From dd9ad26d718af9596f56f4fbc694ecb068499eda Mon Sep 17 00:00:00 2001 +From 772762592f466285da77b9e4fab5d4761d6cabe8 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Mon, 21 Dec 2020 19:39:57 +0100 Subject: [PATCH] docs: driver-api: Add Surface Aggregator subsystem @@ -13691,7 +13691,7 @@ index 530792c869c4..8e6fe82c1072 100644 -- 2.31.1 -From 3007a8c88e29b6c4a0e69d5244d1dedf1fe10546 Mon Sep 17 00:00:00 2001 +From 3f4fe5ead2f37abfcde0feda51a6a41358b75440 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Mon, 21 Dec 2020 19:39:58 +0100 Subject: [PATCH] platform/surface: Add Surface Aggregator user-space interface @@ -14303,7 +14303,7 @@ index 000000000000..fbcce04abfe9 -- 2.31.1 -From 9781aac9a6ceaf17633308f1ecbdbcd8ff45ccd1 Mon Sep 17 00:00:00 2001 +From 145977952074195b91951c5b137d970025df1707 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Mon, 21 Dec 2020 19:39:59 +0100 Subject: [PATCH] platform/surface: Add Surface ACPI Notify driver @@ -15418,7 +15418,7 @@ index 000000000000..8e3e86c7d78c -- 2.31.1 -From cd72b399c4f8a6ea5de4fd1e88883aedbca671af Mon Sep 17 00:00:00 2001 +From 3c956eaece7e8cbe8715c64ac20b5992bd4593a5 Mon Sep 17 00:00:00 2001 From: Colin Ian King Date: Mon, 11 Jan 2021 14:46:48 +0000 Subject: [PATCH] platform/surface: fix potential integer overflow on shift of @@ -15456,7 +15456,7 @@ index 8cd67a669c86..ef9c1f8e8336 100644 -- 2.31.1 -From 9583d7f2ad0714b52c17333656b6993962f561f2 Mon Sep 17 00:00:00 2001 +From 4ef4bdd30753c3b7e346fb3b337a4674c9be23d3 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Mon, 11 Jan 2021 16:48:50 +0100 Subject: [PATCH] platform/surface: aggregator_cdev: Fix access of @@ -15496,7 +15496,7 @@ index 340d15b148b9..979340cdd9de 100644 -- 2.31.1 -From 36b8d6a33b1a6188e9b5ff733f194523801d6d75 Mon Sep 17 00:00:00 2001 +From cd6b26f5d1f440269db33ce52308f63a6402ec8d Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Mon, 11 Jan 2021 16:48:51 +0100 Subject: [PATCH] platform/surface: aggregator_cdev: Add comments regarding @@ -15565,7 +15565,7 @@ index 979340cdd9de..79e28fab7e40 100644 -- 2.31.1 -From 3029ad93ebebba60eeb4c23388d87f1b428839da Mon Sep 17 00:00:00 2001 +From b694c15ed9aa180aa6408d2089c4d0ac8ddbbf01 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 14 Jan 2021 09:04:52 +0100 Subject: [PATCH] platform/surface: aggregator: fix a kernel-doc markup @@ -15600,7 +15600,7 @@ index bb1c862411a2..25db4d638cfa 100644 -- 2.31.1 -From daa60e075b13fd03c2232586ad251af77d17e286 Mon Sep 17 00:00:00 2001 +From 7a6f7746cf7ed75744cea80ff3c22c4b3e395a7e Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Thu, 14 Jan 2021 16:08:26 +0100 Subject: [PATCH] platform/surface: aggregator: Fix kernel-doc references @@ -15637,7 +15637,7 @@ index 25db4d638cfa..52a83a8fcf82 100644 -- 2.31.1 -From 2f05d1da0cca37705e0352a0d3f7936a0b161e8a Mon Sep 17 00:00:00 2001 +From 94141813173b0e7a08ebf80d5c1f1a85c6dc2c73 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Tue, 26 Jan 2021 18:22:02 +0100 Subject: [PATCH] platform/surface: aggregator: Fix braces in if condition with @@ -15700,7 +15700,7 @@ index 74f0faaa2b27..583315db8b02 100644 -- 2.31.1 -From c6a92e983bf6136e4babd8bcf4c62e780d6fc7a0 Mon Sep 17 00:00:00 2001 +From 6678837e69c7317497fc5bbe06cf9e67f9ecbc4a Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Thu, 11 Feb 2021 13:41:49 +0100 Subject: [PATCH] platform/surface: aggregator: Fix access of unaligned value @@ -15740,7 +15740,7 @@ index 583315db8b02..15d96eac6811 100644 -- 2.31.1 -From 2c8329e8100ca4b07a19ff8123092041840f1bd4 Mon Sep 17 00:00:00 2001 +From c6c3789ec7a163b0dd62b90d9fd70deb71df30d9 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sun, 7 Feb 2021 03:42:45 +0100 Subject: [PATCH] platform/surface: Set up Surface Aggregator device registry @@ -16135,7 +16135,7 @@ index 000000000000..a051d941ad96 -- 2.31.1 -From 70656dcb4c4194dbf574ffad005a5be999084f79 Mon Sep 17 00:00:00 2001 +From dfc9dddeddf9378ec27a99d32e03627396184b4b Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sun, 7 Feb 2021 04:14:35 +0100 Subject: [PATCH] platform/surface: aggregator_registry: Add base device hub @@ -16461,7 +16461,7 @@ index a051d941ad96..6c23d75a044c 100644 -- 2.31.1 -From 6de2c7ca8599e2324106ea0e2dfcba72fbd8f1c7 Mon Sep 17 00:00:00 2001 +From 8c6120b039adf4d4a2988c0842f95e1f8e8a7d03 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sun, 7 Feb 2021 04:55:09 +0100 Subject: [PATCH] platform/surface: aggregator_registry: Add battery subsystem @@ -16547,7 +16547,7 @@ index 6c23d75a044c..cde279692842 100644 -- 2.31.1 -From d7b5b552cfc2aba8b93eb4246efba450002547cc Mon Sep 17 00:00:00 2001 +From c3a854eaad88e67fff96cecce704b7440215058b Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sun, 7 Feb 2021 05:01:08 +0100 Subject: [PATCH] platform/surface: aggregator_registry: Add platform profile @@ -16646,7 +16646,7 @@ index cde279692842..33904613dd4b 100644 -- 2.31.1 -From 290bac5168bb9403ab4da46ac291205bb2722616 Mon Sep 17 00:00:00 2001 +From abd9c0325f6f26e7a3fe6075c31b678a88fcecc0 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sun, 7 Feb 2021 05:06:41 +0100 Subject: [PATCH] platform/surface: aggregator_registry: Add DTX device @@ -16687,7 +16687,7 @@ index 33904613dd4b..dc044d06828b 100644 -- 2.31.1 -From c96dcaef59a03c884100e72524534e19fc114648 Mon Sep 17 00:00:00 2001 +From f77a2d7eb7c53a6e00d04f940f663794affedb93 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sun, 7 Feb 2021 05:16:44 +0100 Subject: [PATCH] platform/surface: aggregator_registry: Add HID subsystem @@ -16780,7 +16780,7 @@ index dc044d06828b..caee90d135c5 100644 -- 2.31.1 -From a7840b598cd73aeb6dc140348033edfec02e5f19 Mon Sep 17 00:00:00 2001 +From 7cd25ac485e645d62254795a2bc5602d37f1c07d Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Tue, 9 Mar 2021 17:03:15 +0100 Subject: [PATCH] platform/surface: aggregator_registry: Add support for @@ -16821,7 +16821,7 @@ index caee90d135c5..6de74e893d06 100644 -- 2.31.1 -From 0ac68728e5e8752d2f65768724742eb178932c05 Mon Sep 17 00:00:00 2001 +From 97d7677ff2a364de5738e9c1211b3c87225e1d08 Mon Sep 17 00:00:00 2001 From: Wei Yongjun Date: Tue, 9 Mar 2021 13:15:00 +0000 Subject: [PATCH] platform/surface: aggregator_registry: Make symbol @@ -16862,7 +16862,7 @@ index 6de74e893d06..304d601980ed 100644 -- 2.31.1 -From e0e5b10ec5e2a56be5a1533efda699d7ece30ed8 Mon Sep 17 00:00:00 2001 +From 430765eded31a767c27c29943b8961ba3856d5c8 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Wed, 7 Apr 2021 01:51:47 +0200 Subject: [PATCH] platform/surface: aggregator_registry: Give devices time to @@ -17103,7 +17103,7 @@ index 304d601980ed..dd1d6504b004 100644 -- 2.31.1 -From e1ccfe30cf04230da8efb9c39cabfb09222e2d90 Mon Sep 17 00:00:00 2001 +From 7f4eb1e5626b3246079dce21f0b3c104318a49a6 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Tue, 9 Feb 2021 02:46:40 +0100 Subject: [PATCH] platform/surface: Add DTX driver @@ -18594,7 +18594,7 @@ index 000000000000..0833aab0d819 -- 2.31.1 -From 3e1fe65bf6a7c4e4ffc218894fb4a4d786c7c208 Mon Sep 17 00:00:00 2001 +From 8c5ba819512277ea2669eaff27b00d23d254ee35 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Tue, 9 Feb 2021 02:50:11 +0100 Subject: [PATCH] platform/surface: dtx: Add support for native SSAM devices @@ -18735,7 +18735,7 @@ index a95adc1094aa..4bb5d286bf95 100644 -- 2.31.1 -From 91674f4bb08284c3f634e669aeb824414791e089 Mon Sep 17 00:00:00 2001 +From 643b770c604b44589d7d67fe38c0fffd3e476ec1 Mon Sep 17 00:00:00 2001 From: kernel test robot Date: Wed, 7 Apr 2021 01:51:07 +0200 Subject: [PATCH] platform/surface: fix semicolon.cocci warnings @@ -18775,7 +18775,7 @@ index 4bb5d286bf95..2591b875b016 100644 -- 2.31.1 -From c8f0e7c42257a908092a8ac9b94fde54084370d7 Mon Sep 17 00:00:00 2001 +From b392865abbf92f06d836a74ceb13b7b166ba94a6 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Tue, 9 Feb 2021 02:55:31 +0100 Subject: [PATCH] docs: driver-api: Add Surface DTX driver documentation @@ -19543,7 +19543,7 @@ index 1a60e353df38..a6a4f5afdfa8 100644 -- 2.31.1 -From 3270feda60e20ee321cb5e6a44f87d58f40a190d Mon Sep 17 00:00:00 2001 +From bb29fbe664df45625401eec08606ecb3c29f5f30 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Thu, 11 Feb 2021 20:08:50 +0100 Subject: [PATCH] HID: Add support for Surface Aggregator Module HID transport @@ -20286,7 +20286,7 @@ index 000000000000..4b1a7b57e035 -- 2.31.1 -From a6703176c656b4e131587e752df36ee796f93019 Mon Sep 17 00:00:00 2001 +From 5dda20c68758f7cf3c0aa4bc97f5058cb1655734 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Thu, 11 Feb 2021 20:10:17 +0100 Subject: [PATCH] HID: surface-hid: Add support for legacy keyboard interface @@ -20678,7 +20678,7 @@ index 000000000000..0635341bc517 -- 2.31.1 -From 2fcb0d558eee79995fb1a6a3938e101d0d7b620e Mon Sep 17 00:00:00 2001 +From 92237cd22a30ce086d1ac4db7427ff1e1e4e1220 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Fri, 23 Apr 2021 00:51:22 +0200 Subject: [PATCH] HID: surface-hid: Fix integer endian conversion @@ -20717,7 +20717,7 @@ index 7b27ec392232..5571e74abe91 100644 -- 2.31.1 -From c9c069ac51717de13c37344e87b18334b32fd298 Mon Sep 17 00:00:00 2001 +From 90b1de4e10297453bdd787b6ad0a3d0c801e12f4 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Fri, 12 Feb 2021 21:06:12 +0100 Subject: [PATCH] power: supply: Add battery driver for Surface Aggregator @@ -21674,7 +21674,7 @@ index 000000000000..1f114f3f3f59 -- 2.31.1 -From 09ecd36ff2d018072e699df66283514ac87f9d88 Mon Sep 17 00:00:00 2001 +From ac44eb51e043fa489180b28f7ee2dfc9fd197231 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Fri, 12 Feb 2021 21:07:17 +0100 Subject: [PATCH] power: supply: Add AC driver for Surface Aggregator Module @@ -22040,7 +22040,7 @@ index 000000000000..e89ffab86e9c -- 2.31.1 -From 7359ec7cf23decf81ef72e79fb1c83dc1f300374 Mon Sep 17 00:00:00 2001 +From 87eb64fdf6dd039d9f0ba38be5416752b6bda641 Mon Sep 17 00:00:00 2001 From: Qiheng Lin Date: Sat, 10 Apr 2021 12:12:46 +0800 Subject: [PATCH] power: supply: surface-battery: Make some symbols static @@ -22089,7 +22089,7 @@ index 1f114f3f3f59..41342f4534f6 100644 -- 2.31.1 -From eaee3a9003b99db7265bbbe29cc4edc9b5e21d82 Mon Sep 17 00:00:00 2001 +From b3578c9b43349b46950aa607da1b5f4cf07005f9 Mon Sep 17 00:00:00 2001 From: Qiheng Lin Date: Sat, 10 Apr 2021 12:12:49 +0800 Subject: [PATCH] power: supply: surface-charger: Make symbol @@ -22128,7 +22128,7 @@ index e89ffab86e9c..367f63116d35 100644 -- 2.31.1 -From 9b1a222a31ee53f71333fcf4c979cd00d9658c17 Mon Sep 17 00:00:00 2001 +From 1304697b440257c7ecc0450a11f3eda4a883bfd3 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Tue, 4 May 2021 20:00:46 +0200 Subject: [PATCH] power: supply: surface_battery: Fix battery event handling @@ -22185,7 +22185,7 @@ index 41342f4534f6..3844146b06b8 100644 -- 2.31.1 -From f86beb18a0a8f813749ebbd6d5d23d11c6231e97 Mon Sep 17 00:00:00 2001 +From 74edbaeceb8ce9710b505faad94d9af34b7aa8b6 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Tue, 11 May 2021 11:24:21 +0200 Subject: [PATCH] power: supply: surface-charger: Fix type of integer variable @@ -22217,7 +22217,7 @@ index 367f63116d35..d2e1e7215e7b 100644 -- 2.31.1 -From f9e8395e23166ba96c54bed103d1cc3209684827 Mon Sep 17 00:00:00 2001 +From 84067f19bc6770d769d3b23294dafa280944e0aa Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sat, 13 Feb 2021 19:58:50 +0100 Subject: [PATCH] platform/surface: Add performance mode driver @@ -22404,7 +22404,7 @@ index 000000000000..3b92a43f8606 -- 2.31.1 -From 609d3aa73e116d638dd91f2626a4ed2b8769ac52 Mon Sep 17 00:00:00 2001 +From 848ce43f683c8d4ae6c400fa9cfbc71f70a445af Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Thu, 4 Mar 2021 20:05:24 +0100 Subject: [PATCH] platform/surface: aggregator: Make SSAM_DEFINE_SYNC_REQUEST_x @@ -22917,7 +22917,7 @@ index 02f3e06c0a60..4441ad667c3f 100644 -- 2.31.1 -From 4102f86e461f9f8f2af710c5f30b36f0ef1b504b Mon Sep 17 00:00:00 2001 +From cbc08fb0366d76de539d28230eb7e7f21e324e88 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Tue, 20 Apr 2021 11:44:02 +0300 Subject: [PATCH] platform/surface: aggregator: fix a bit test @@ -22952,7 +22952,119 @@ index aa6f37b4f46e..88ec47cae5bf 100644 -- 2.31.1 -From 0d4efdd3280e84394edd18558ca837251bdb4843 Mon Sep 17 00:00:00 2001 +From 57cc5f50aa2478f15c51ba50104f92595081ce01 Mon Sep 17 00:00:00 2001 +From: Arnd Bergmann +Date: Fri, 14 May 2021 22:04:36 +0200 +Subject: [PATCH] platform/surface: aggregator: avoid clang + -Wconstant-conversion warning + +Clang complains about the assignment of SSAM_ANY_IID to +ssam_device_uid->instance: + +drivers/platform/surface/surface_aggregator_registry.c:478:25: error: implicit conversion from 'int' to '__u8' (aka 'unsigned char') changes value from 65535 to 255 [-Werror,-Wconstant-conversion] + { SSAM_VDEV(HUB, 0x02, SSAM_ANY_IID, 0x00) }, + ~ ^~~~~~~~~~~~ +include/linux/surface_aggregator/device.h:71:23: note: expanded from macro 'SSAM_ANY_IID' + #define SSAM_ANY_IID 0xffff + ^~~~~~ +include/linux/surface_aggregator/device.h:126:63: note: expanded from macro 'SSAM_VDEV' + SSAM_DEVICE(SSAM_DOMAIN_VIRTUAL, SSAM_VIRTUAL_TC_##cat, tid, iid, fun) + ^~~ +include/linux/surface_aggregator/device.h:102:41: note: expanded from macro 'SSAM_DEVICE' + .instance = ((iid) != SSAM_ANY_IID) ? (iid) : 0, \ + ^~~ + +The assignment doesn't actually happen, but clang checks the type limits +before checking whether this assignment is reached. Replace the ?: +operator with a __builtin_choose_expr() invocation that avoids the +warning for the untaken part. + +Fixes: eb0e90a82098 ("platform/surface: aggregator: Add dedicated bus and device type") +Cc: platform-driver-x86@vger.kernel.org +Signed-off-by: Arnd Bergmann +Reviewed-by: Nathan Chancellor +Reviewed-by: Maximilian Luz +Link: https://lore.kernel.org/r/20210514200453.1542978-1-arnd@kernel.org +Signed-off-by: Hans de Goede +Patchset: surface-sam +--- + include/linux/surface_aggregator/device.h | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/include/linux/surface_aggregator/device.h b/include/linux/surface_aggregator/device.h +index 4441ad667c3f..6ff9c58b3e17 100644 +--- a/include/linux/surface_aggregator/device.h ++++ b/include/linux/surface_aggregator/device.h +@@ -98,9 +98,9 @@ struct ssam_device_uid { + | (((fun) != SSAM_ANY_FUN) ? SSAM_MATCH_FUNCTION : 0), \ + .domain = d, \ + .category = cat, \ +- .target = ((tid) != SSAM_ANY_TID) ? (tid) : 0, \ +- .instance = ((iid) != SSAM_ANY_IID) ? (iid) : 0, \ +- .function = ((fun) != SSAM_ANY_FUN) ? (fun) : 0 \ ++ .target = __builtin_choose_expr((tid) != SSAM_ANY_TID, (tid), 0), \ ++ .instance = __builtin_choose_expr((iid) != SSAM_ANY_IID, (iid), 0), \ ++ .function = __builtin_choose_expr((fun) != SSAM_ANY_FUN, (fun), 0) + + /** + * SSAM_VDEV() - Initialize a &struct ssam_device_id as virtual device with +-- +2.31.1 + +From 35c5dcb44beaeb1652f959e67a7c8e234c76ed62 Mon Sep 17 00:00:00 2001 +From: Maximilian Luz +Date: Thu, 13 May 2021 15:44:37 +0200 +Subject: [PATCH] platform/surface: dtx: Fix poll function + +The poll function should not return -ERESTARTSYS. + +Furthermore, locking in this function is completely unnecessary. The +ddev->lock protects access to the main device and controller (ddev->dev +and ddev->ctrl), ensuring that both are and remain valid while being +accessed by clients. Both are, however, never accessed in the poll +function. The shutdown test (via atomic bit flags) be safely done +without locking, so drop locking here entirely. + +Reported-by: kernel test robot +Fixes: 1d609992832e ("platform/surface: Add DTX driver) +Signed-off-by: Maximilian Luz +Link: https://lore.kernel.org/r/20210513134437.2431022-1-luzmaximilian@gmail.com +Signed-off-by: Hans de Goede +Patchset: surface-sam +--- + drivers/platform/surface/surface_dtx.c | 8 +------- + 1 file changed, 1 insertion(+), 7 deletions(-) + +diff --git a/drivers/platform/surface/surface_dtx.c b/drivers/platform/surface/surface_dtx.c +index 1fedacf74050..f486fabf9319 100644 +--- a/drivers/platform/surface/surface_dtx.c ++++ b/drivers/platform/surface/surface_dtx.c +@@ -527,20 +527,14 @@ static __poll_t surface_dtx_poll(struct file *file, struct poll_table_struct *pt + struct sdtx_client *client = file->private_data; + __poll_t events = 0; + +- if (down_read_killable(&client->ddev->lock)) +- return -ERESTARTSYS; +- +- if (test_bit(SDTX_DEVICE_SHUTDOWN_BIT, &client->ddev->flags)) { +- up_read(&client->ddev->lock); ++ if (test_bit(SDTX_DEVICE_SHUTDOWN_BIT, &client->ddev->flags)) + return EPOLLHUP | EPOLLERR; +- } + + poll_wait(file, &client->ddev->waitq, pt); + + if (!kfifo_is_empty(&client->buffer)) + events |= EPOLLIN | EPOLLRDNORM; + +- up_read(&client->ddev->lock); + return events; + } + +-- +2.31.1 + +From f8b6545e3de809d931ad932c0e27577421f49c51 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Wed, 5 May 2021 18:17:04 +0200 Subject: [PATCH] serial: 8250_dw: Add device HID for new AMD UART controller @@ -22998,7 +23110,7 @@ index 9e204f9b799a..a3a0154da567 100644 -- 2.31.1 -From fc0be03efdcaab3fb2e5cfa5b2c1fd2211b993af Mon Sep 17 00:00:00 2001 +From dd89e02231c97289c7468ba00b05892a892eb68b Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Wed, 5 May 2021 18:22:04 +0200 Subject: [PATCH] pinctrl/amd: Add device HID for new AMD GPIO controller @@ -23030,7 +23142,7 @@ index 2d4acf21117c..c5950a3b4e4c 100644 -- 2.31.1 -From 536c96aeb52bb565da3c15b7ae52c0d1c5a07e37 Mon Sep 17 00:00:00 2001 +From e21bd274ad4243f48854c6faeddcfe37aa7a6a94 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Mon, 10 May 2021 23:33:17 +0200 Subject: [PATCH] x86/i8259: Work around buggy legacy PIC diff --git a/patches/5.11/0006-surface-hotplug.patch b/patches/5.11/0006-surface-hotplug.patch index 471ee5f85..d48cb4272 100644 --- a/patches/5.11/0006-surface-hotplug.patch +++ b/patches/5.11/0006-surface-hotplug.patch @@ -1,4 +1,4 @@ -From 56b6adb4e19a69f16ab4d1fb835f96b701680b2a Mon Sep 17 00:00:00 2001 +From 8d788bf8f3602e81f6b806d9a884af0f592f6f7b Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Fri, 5 Feb 2021 02:26:57 +0100 Subject: [PATCH] platform/surface: Add Surface Hot-Plug driver diff --git a/patches/5.11/0007-surface-typecover.patch b/patches/5.11/0007-surface-typecover.patch index f5d819959..dcaecc055 100644 --- a/patches/5.11/0007-surface-typecover.patch +++ b/patches/5.11/0007-surface-typecover.patch @@ -1,4 +1,4 @@ -From c8b0b60367839d766709d0dc2ab90658ac27a2de Mon Sep 17 00:00:00 2001 +From 4ab4bb56b15541cd6280ec6526b7c4bc84abf918 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 diff --git a/patches/5.11/0008-surface-sensors.patch b/patches/5.11/0008-surface-sensors.patch index f26f86c48..38bb6621e 100644 --- a/patches/5.11/0008-surface-sensors.patch +++ b/patches/5.11/0008-surface-sensors.patch @@ -1,4 +1,4 @@ -From 73c8673683617ae74f42228ada5a9e8f13ebd815 Mon Sep 17 00:00:00 2001 +From 2f0b28c5dceefdb9881b20e5406ea59d615de43a Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Sat, 19 Dec 2020 17:50:55 -0800 Subject: [PATCH] iio:light:apds9960 add detection for MSHW0184 ACPI device in diff --git a/patches/5.11/0009-cameras.patch b/patches/5.11/0009-cameras.patch index 4db59ff31..e81ea2073 100644 --- a/patches/5.11/0009-cameras.patch +++ b/patches/5.11/0009-cameras.patch @@ -1,4 +1,4 @@ -From 5e2ed72950b277d5cf2b3063bac8de38616c15f3 Mon Sep 17 00:00:00 2001 +From e287315cdd5f400f3e8a7448cf53b86a015ef236 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Wed, 30 Dec 2020 22:44:05 +0200 Subject: [PATCH] media: ipu3-cio2: Add headers that ipu3-cio2.h is direct user @@ -50,7 +50,7 @@ index ccf0b85ae36f..62187ab5ae43 100644 -- 2.31.1 -From 416b7b654fbf0105180968afe99eb1d1ed838edd Mon Sep 17 00:00:00 2001 +From 35236b7bdc9b9a6fbf59978c2eccd91f9854c430 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Sat, 24 Oct 2020 22:42:28 +0100 Subject: [PATCH] device property: Return true in fwnode_device_is_available @@ -95,7 +95,7 @@ index 35b95c6ac0c6..0bf5260f14c6 100644 -- 2.31.1 -From 234465f99ad09dae09c0fc64da97853e26b9b3b6 Mon Sep 17 00:00:00 2001 +From bfd625648df548c5d19a66f48e06b20c7b72a906 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Sat, 21 Nov 2020 22:06:38 +0000 Subject: [PATCH] device property: Call fwnode_graph_get_endpoint_by_id() for @@ -139,7 +139,7 @@ index 0bf5260f14c6..1421e9548857 100644 -- 2.31.1 -From cf55338192eb824a4d4ed3b04315f397ba74ac12 Mon Sep 17 00:00:00 2001 +From b0a15a96ba95b076352526f68d47702e3725c370 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Sun, 25 Oct 2020 22:49:08 +0000 Subject: [PATCH] software_node: Enforce parent before child ordering of nodes @@ -242,7 +242,7 @@ index fbfb01ff1856..edfdd67daccd 100644 -- 2.31.1 -From ffe1e82cb05570411955dd83e4cc41b649e7671f Mon Sep 17 00:00:00 2001 +From 6c816f054f25e1689993246db963d5ab426f7bc1 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Wed, 21 Oct 2020 22:25:03 +0100 Subject: [PATCH] software_node: unregister software_nodes in reverse order @@ -297,7 +297,7 @@ index edfdd67daccd..b22290106284 100644 -- 2.31.1 -From 89fc0eb0daac18f9574cd5080acca0fc80d26cfb Mon Sep 17 00:00:00 2001 +From 575ad0edef513d3c6fdfc90a443ac675820fd3af Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Tue, 22 Dec 2020 13:09:05 +0000 Subject: [PATCH] device property: Define format macros for ports and endpoints @@ -338,7 +338,7 @@ index fde4ad97564c..77414e431e89 100644 -- 2.31.1 -From bc3384ba994886f30f1719c88e6968052617d4c5 Mon Sep 17 00:00:00 2001 +From f697b455db13304d0d65e65c00502a6b4c6bbdda Mon Sep 17 00:00:00 2001 From: Heikki Krogerus Date: Tue, 15 Sep 2020 15:47:46 +0100 Subject: [PATCH] software_node: Add support for fwnode_graph*() family of @@ -506,7 +506,7 @@ index b22290106284..0e90bbf6e08c 100644 -- 2.31.1 -From 46c2100978dd5f6ae4e25190ffc75c5da42a6d48 Mon Sep 17 00:00:00 2001 +From 4d0b6a69a363f2a2d91f465b1525e58b4df7546b Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Sat, 10 Oct 2020 23:07:22 +0100 Subject: [PATCH] lib/test_printf.c: Use helper function to unwind array of @@ -544,7 +544,7 @@ index 7ac87f18a10f..7d60f24240a4 100644 -- 2.31.1 -From 9b9d0fd106c867b05245292cdde69cfaaee430d6 Mon Sep 17 00:00:00 2001 +From 070674e783e5c99705a3764b293fc4ebf17c2897 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Sat, 10 Oct 2020 23:11:36 +0100 Subject: [PATCH] ipu3-cio2: Add T: entry to MAINTAINERS @@ -575,7 +575,7 @@ index d1b36e222cd1..c6c13433ecf6 100644 -- 2.31.1 -From c7c25ef0980f246ce1ab30bd85f6cdf8ee64be30 Mon Sep 17 00:00:00 2001 +From 8dfdbf7ff29464381bec6a88421ebc163cce3776 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Sat, 10 Oct 2020 22:47:21 +0100 Subject: [PATCH] ipu3-cio2: Rename ipu3-cio2.c @@ -610,7 +610,7 @@ rename to drivers/media/pci/intel/ipu3/ipu3-cio2-main.c -- 2.31.1 -From 3f5eb83a2a7541f927b4196b6bdadaa8053594b7 Mon Sep 17 00:00:00 2001 +From f8d8c0194fb32ae4c2b8adb58a75105c39c8e226 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Wed, 21 Oct 2020 21:53:05 +0100 Subject: [PATCH] media: v4l2-core: v4l2-async: Check sd->fwnode->secondary in @@ -651,7 +651,7 @@ index e3ab003a6c85..9dd896d085ec 100644 -- 2.31.1 -From 1bfa14caf099517bbf20085dc39c71ae40db9fb5 Mon Sep 17 00:00:00 2001 +From c448d18ceb44cb76a1a2a53d8835db961ede71b0 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Sun, 15 Nov 2020 08:15:34 +0000 Subject: [PATCH] ACPI / bus: Add acpi_dev_get_next_match_dev() and helper @@ -760,7 +760,7 @@ index 37dac195adbb..f28b097c658f 100644 -- 2.31.1 -From c651a721fcc16819aae0245eb3f45f2eb37efdaf Mon Sep 17 00:00:00 2001 +From 82897bbaaca747c4bda5e5612b618846e8d76ed9 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Sat, 19 Dec 2020 23:55:04 +0000 Subject: [PATCH] media: v4l2-fwnode: Include v4l2_fwnode_bus_type @@ -837,7 +837,7 @@ index 4365430eea6f..77fd6a3ec308 100644 -- 2.31.1 -From 3c2a62998388718f09ce5f2dc517ec74b11bd7af Mon Sep 17 00:00:00 2001 +From 48561eb07db225b55df7a48406d3f1da07b7d3fa Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Wed, 21 Oct 2020 21:53:44 +0100 Subject: [PATCH] ipu3-cio2: Add cio2-bridge to ipu3-cio2 driver @@ -1435,7 +1435,7 @@ index 62187ab5ae43..dc3e343a37fb 100644 -- 2.31.1 -From 6ad0fda0f9aceadb1ae54546e8ffb440507ee61d Mon Sep 17 00:00:00 2001 +From 07544434cfec4b4738a8368db2b73edde9402b13 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Wed, 2 Dec 2020 12:38:10 +0000 Subject: [PATCH] acpi: utils: move acpi_lpss_dep() to utils @@ -1537,7 +1537,7 @@ index ddca1550cce6..78b38775f18b 100644 -- 2.31.1 -From 6d3595ea6d5c41289fa0354ca285d2997c6338a3 Mon Sep 17 00:00:00 2001 +From 54bd0f6e83170488cd3e6d883f6447fcbc9f61a0 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Thu, 26 Nov 2020 21:12:41 +0000 Subject: [PATCH] acpi: utils: Add function to fetch dependent acpi_devices @@ -1623,7 +1623,7 @@ index f28b097c658f..9bec3373f850 100644 -- 2.31.1 -From 648c2f7f823ac0482f8d7922f785b6c60d402940 Mon Sep 17 00:00:00 2001 +From 2b357c5ab70d331dbf228fb979d8d2dfb16462b7 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Mon, 16 Nov 2020 21:38:49 +0000 Subject: [PATCH] i2c: i2c-core-base: Use format macro in i2c_dev_set_name() @@ -1664,7 +1664,7 @@ index f21362355973..e2cf16f27d65 100644 } diff --git a/include/linux/i2c.h b/include/linux/i2c.h -index 56622658b215..65acae61dc5c 100644 +index a670ae129f4b..b18172f240af 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h @@ -39,6 +39,9 @@ enum i2c_slave_event; @@ -1677,7 +1677,7 @@ index 56622658b215..65acae61dc5c 100644 /* I2C Frequency Modes */ #define I2C_MAX_STANDARD_MODE_FREQ 100000 #define I2C_MAX_FAST_MODE_FREQ 400000 -@@ -1011,6 +1014,10 @@ static inline struct i2c_client *i2c_acpi_new_device(struct device *dev, +@@ -1013,6 +1016,10 @@ static inline struct i2c_client *i2c_acpi_new_device(struct device *dev, { return ERR_PTR(-ENODEV); } @@ -1691,7 +1691,7 @@ index 56622658b215..65acae61dc5c 100644 -- 2.31.1 -From 07033dd2ff6dd08d5cff163da85b61bdc8111f37 Mon Sep 17 00:00:00 2001 +From 108c352bf15458df339a999fe9046989ffd147c5 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Wed, 2 Dec 2020 16:41:42 +0000 Subject: [PATCH] i2c: i2c-core-acpi: Add i2c_acpi_dev_name() @@ -1735,10 +1735,10 @@ index aed579942436..89751415b69b 100644 static int acpi_gsb_i2c_read_bytes(struct i2c_client *client, u8 cmd, u8 *data, u8 data_len) diff --git a/include/linux/i2c.h b/include/linux/i2c.h -index 65acae61dc5c..b82aac05b17f 100644 +index b18172f240af..269a2009080c 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h -@@ -998,6 +998,7 @@ bool i2c_acpi_get_i2c_resource(struct acpi_resource *ares, +@@ -1000,6 +1000,7 @@ bool i2c_acpi_get_i2c_resource(struct acpi_resource *ares, u32 i2c_acpi_find_bus_speed(struct device *dev); struct i2c_client *i2c_acpi_new_device(struct device *dev, int index, struct i2c_board_info *info); @@ -1749,7 +1749,7 @@ index 65acae61dc5c..b82aac05b17f 100644 -- 2.31.1 -From 4788f15a2032686ccb93e27a71d9c6c6a19cab6c Mon Sep 17 00:00:00 2001 +From 979ae6e8950d37ae2aa1d4ed4ea6f03b4a8967c1 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Mon, 16 Nov 2020 00:16:56 +0000 Subject: [PATCH] gpio: gpiolib-acpi: Export acpi_get_gpiod() @@ -1813,7 +1813,7 @@ index 2f7508c3c2d6..b01109930678 100644 -- 2.31.1 -From 48037464c8656d66d27ed1c23fb4dbca469f64a8 Mon Sep 17 00:00:00 2001 +From 9fd939850960821a5ccfcf83b72c9937c7df2c87 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Sat, 12 Dec 2020 23:56:59 +0000 Subject: [PATCH] mfd: Remove tps68470 MFD driver @@ -2004,7 +2004,7 @@ index 4a4df4ffd18c..000000000000 -- 2.31.1 -From d616f51f6b01c1d430acafb1cd9ecd38fff842fd Mon Sep 17 00:00:00 2001 +From c4d4a8e268586259b5650af9c0f20ba52d139e71 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Fri, 15 Jan 2021 12:37:31 +0000 Subject: [PATCH] platform: x86: Add intel_skl_int3472 driver @@ -2973,7 +2973,7 @@ index 000000000000..3fe27ec0caff -- 2.31.1 -From 8a430a53a89fb833b020986524d5bbfe9ef01e72 Mon Sep 17 00:00:00 2001 +From 9c533c2a141fe82623a711d4cebe4689d1cbb4b0 Mon Sep 17 00:00:00 2001 From: Jake Day Date: Fri, 25 Sep 2020 10:24:53 -0400 Subject: [PATCH] media: i2c: Add support for the OV5693 image sensor @@ -6330,7 +6330,7 @@ index 000000000000..9a508e1f3624 -- 2.31.1 -From fdfa3a9bd9baf4c91b7d133ac833bff7f77efa7a Mon Sep 17 00:00:00 2001 +From ce49174e240ff56ad6f50e26d4a233fb8aa8f53a Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Sun, 17 Jan 2021 19:08:18 +0000 Subject: [PATCH] media: i2c: Add reset pin toggling to ov5693 @@ -6371,7 +6371,7 @@ index 32485e4ed42b..f9ced52ad37a 100644 -- 2.31.1 -From 29ca3525eaf4fb2f95e361468992d774a2840a02 Mon Sep 17 00:00:00 2001 +From bd0dc509b1d11e1c814be4c5303d5e11716ea4bc Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Sun, 17 Jan 2021 21:39:15 +0000 Subject: [PATCH] media: i2c: Fix misnamed variable in power_down() for ov5693 @@ -6400,7 +6400,7 @@ index f9ced52ad37a..9fd44a3d1d85 100644 -- 2.31.1 -From 266cf108ccc74a4cdc523132fe7774bdc45f4b5e Mon Sep 17 00:00:00 2001 +From da1baa88f17c89daadf31218cba4eec51e845437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20W=C3=BCthrich?= Date: Fri, 22 Jan 2021 20:58:13 +0100 Subject: [PATCH] cio2-bridge: Parse sensor orientation and rotation @@ -6563,7 +6563,7 @@ index dd0ffcafa489..924d99d20328 100644 -- 2.31.1 -From f937325d10c3e5fa5bec5774c18ad0970f9e5561 Mon Sep 17 00:00:00 2001 +From ef53bf0fedecd136a8310f8e66758ed69df53c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20W=C3=BCthrich?= Date: Fri, 22 Jan 2021 21:23:47 +0100 Subject: [PATCH] ov5693: Add orientation and rotation controls @@ -6619,7 +6619,7 @@ index 9fd44a3d1d85..1a85800df7ed 100644 -- 2.31.1 -From af2e4138d4814ab485a292dfd8c645dfebbc051b Mon Sep 17 00:00:00 2001 +From e4b23c80bab2635487f37dc70aa8004fbbc986dc Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Sat, 23 Jan 2021 00:28:32 +0000 Subject: [PATCH] platform: x86: Stylistic updates for intel-skl-int3472 @@ -7036,7 +7036,7 @@ index 3fe27ec0caff..40629291b339 100644 -- 2.31.1 -From 7c85898020f7239375031b7bfb9e238d26c6ceb0 Mon Sep 17 00:00:00 2001 +From 185701b7b9b8f3c3649dddf80a66948662e372b3 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Sat, 23 Jan 2021 00:30:15 +0000 Subject: [PATCH] platform: x86: Add recalc_rate opp to int3472-discrete clock @@ -7163,7 +7163,7 @@ index 42ae8396eb64..98eb1ec3399e 100644 -- 2.31.1 -From b36bda67ba5e1dd1fc10a527438282d5ad55e567 Mon Sep 17 00:00:00 2001 +From 1774db4c2c1267ae427c72f2a5077ff194f3aa51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20W=C3=BCthrich?= Date: Sun, 24 Jan 2021 11:07:42 +0100 Subject: [PATCH] cio2-bridge: Use macros and add warnings @@ -7267,7 +7267,7 @@ index 924d99d20328..e1e388cc9f45 100644 -- 2.31.1 -From e36c8aa984a302e662b9adc431829c6bd2e3bebf Mon Sep 17 00:00:00 2001 +From 07f25d57988a8d9223e6f7784a8a74fa4915e636 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Mon, 8 Feb 2021 21:44:38 +0000 Subject: [PATCH] media: i2c: Tidy up ov5693_init_controls() @@ -7389,7 +7389,7 @@ index 9a508e1f3624..26819cf3f4d2 100644 -- 2.31.1 -From 89fd56e49e4e1a51cdea9f90216184289022bc60 Mon Sep 17 00:00:00 2001 +From e215425815d7be33373f5aeab57f6d95af689d10 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Mon, 8 Feb 2021 21:46:49 +0000 Subject: [PATCH] media: i2c: Remove OV5693_PPL_DEFAULT @@ -7427,7 +7427,7 @@ index a9747ab783d7..7fb368eec327 100644 -- 2.31.1 -From 621c24e4165afc605b01088237c89612694d72ca Mon Sep 17 00:00:00 2001 +From c884b40d526c5bcd3961dc89e67941ad5febc817 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Mon, 8 Feb 2021 22:53:02 +0000 Subject: [PATCH] media: i2c: Add vblank control to ov5693 driver @@ -7503,7 +7503,7 @@ index 26819cf3f4d2..9d7eed97963b 100644 -- 2.31.1 -From 11450cc2facf54bc169fc2faa8dd12532ee9fc30 Mon Sep 17 00:00:00 2001 +From c1638c8a719741f74eedd4abb374397097564e08 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Wed, 10 Feb 2021 00:36:32 +0000 Subject: [PATCH] media: i2c: update exposure control for ov5693 @@ -7578,7 +7578,7 @@ index 1950d7ac2d54..cea767230aa9 100644 -- 2.31.1 -From 87f6a0f2df03481c7aa9ff6e262a99b1149556dd Mon Sep 17 00:00:00 2001 +From 832a93e7442e298c5d7cf27bf3ccd998dd09b3ed Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Wed, 10 Feb 2021 00:39:42 +0000 Subject: [PATCH] media: i2c: Fix incorrect bit-setting @@ -7614,7 +7614,7 @@ index cea767230aa9..f681dbfcec56 100644 -- 2.31.1 -From b7044cc0abc8ddad431774e612f7d0c22cb3def0 Mon Sep 17 00:00:00 2001 +From cbf14271575f25e73fec0af6d0bdf1fe955e518c Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Wed, 10 Feb 2021 16:25:48 +0000 Subject: [PATCH] media: i2c: Don't set stream on during mode config @@ -7764,7 +7764,7 @@ index 9d7eed97963b..965208078c2b 100644 -- 2.31.1 -From 526fc4c410d8f77a3400f738636a209272ea7b91 Mon Sep 17 00:00:00 2001 +From 77730d03456cf1dac7d56fa8eda44e55b4016669 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Wed, 10 Feb 2021 16:35:24 +0000 Subject: [PATCH] media: i2c: Update gain control for ov5693 @@ -7836,7 +7836,7 @@ index f681dbfcec56..51eb3b05d121 100644 -- 2.31.1 -From b255b2ab14c0a407b5c2cc7ad65610f297a2b78a Mon Sep 17 00:00:00 2001 +From db0d8ba46535a0dc1ef5a33e5f34d869d790e0a6 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Wed, 10 Feb 2021 23:44:39 +0000 Subject: [PATCH] media: i2c: Fixup gain read @@ -7899,7 +7899,7 @@ index 51eb3b05d121..952558c4f33b 100644 -- 2.31.1 -From 673c06fa045a786a854b862eafbd611291c70e29 Mon Sep 17 00:00:00 2001 +From 531300c4c3534964947a24304437a94a20bae8c1 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Thu, 11 Feb 2021 00:40:10 +0000 Subject: [PATCH] media: i2c: Update controls on stream @@ -7934,7 +7934,7 @@ index 952558c4f33b..dd31083eeb7b 100644 -- 2.31.1 -From 31ac9aa67fd940b9f33e271ca7c941448e6f0128 Mon Sep 17 00:00:00 2001 +From 0eab434dbed85a097f18b1993bffba0ff6f2f4ec Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Thu, 11 Feb 2021 23:29:15 +0000 Subject: [PATCH] media: i2c: Correct link frequency value @@ -7973,7 +7973,7 @@ index 965208078c2b..7f1d31a82d3d 100644 -- 2.31.1 -From 02a0f66617c49840cbb73c13fd7b3b3885ac2c55 Mon Sep 17 00:00:00 2001 +From 5db76212e58d892e6441fd1abb81d5c00616b445 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Mon, 25 Jan 2021 23:12:09 +0000 Subject: [PATCH] media: i2c: Cleanup ov5693 driver @@ -8894,7 +8894,7 @@ index 7f1d31a82d3d..70ccb3aae4c7 100644 -- 2.31.1 -From a7694ba47f13a16b565389271b31f7bae458e95c Mon Sep 17 00:00:00 2001 +From 1303dd9ecdfb38a7ee58bc861f060a2e5fe25875 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Thu, 28 Jan 2021 12:04:38 +0000 Subject: [PATCH] media: i2c: Add pm_runtime support to ov5693 driver @@ -9239,7 +9239,7 @@ index 70ccb3aae4c7..b78d3b474a43 100644 -- 2.31.1 -From b374ba0fc484561143fd17a0a5d89033061079f8 Mon Sep 17 00:00:00 2001 +From cb03b2a985410c2f10d452ea35e5d09a84780eb7 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Thu, 28 Jan 2021 12:07:36 +0000 Subject: [PATCH] media: i2c: Remove old power methods from ov5693 @@ -9410,7 +9410,7 @@ index f2eaa5f71a31..ce26ce86fbd5 100644 -- 2.31.1 -From c1e7598d8fcdde71f9bcda3f44961138e1accfba Mon Sep 17 00:00:00 2001 +From 2f1260f3eab4dcc4662d676c04c97d0594083260 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Thu, 28 Jan 2021 12:14:00 +0000 Subject: [PATCH] media: i2c: Trim unused headers from ov5693 @@ -9451,7 +9451,7 @@ index ce26ce86fbd5..b3b391a49fdb 100644 -- 2.31.1 -From 254c98ba4f1797b75df9213f35b80408a6219fd6 Mon Sep 17 00:00:00 2001 +From d7b2e950de8388fe6ab906d3ce8919ae691ca271 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Sat, 13 Feb 2021 21:39:35 +0000 Subject: [PATCH] media: i2c: Remove VCM stuff @@ -9870,7 +9870,7 @@ index b3b391a49fdb..2c82b6578de9 100644 -- 2.31.1 -From 57eb342728beb99be8afa9922a1fd5c8ebf04bea Mon Sep 17 00:00:00 2001 +From df481c414641815412ba31e2b50dc3b6cc727780 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Sat, 13 Feb 2021 22:16:08 +0000 Subject: [PATCH] media: i2c: Tidy up ov5693 sensor init @@ -10026,7 +10026,7 @@ index 2c82b6578de9..313bc9177328 100644 -- 2.31.1 -From af8bac41ae84bf04b6b9c0f680a837219d0224a0 Mon Sep 17 00:00:00 2001 +From 4f7b2515cdafbef2bfe9687fab260c040b1d2a95 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Fri, 12 Feb 2021 16:14:04 +0000 Subject: [PATCH] media: i2c: cleanup macros in ov5693.h @@ -10172,7 +10172,7 @@ index b78d3b474a43..6502777eb5f3 100644 -- 2.31.1 -From 9bf35440124c1a24216dac5dcc51064e35ac388c Mon Sep 17 00:00:00 2001 +From efa564c72c4edac455ecfaa1784a2bf2c0fb326f Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Fri, 12 Feb 2021 16:19:09 +0000 Subject: [PATCH] media: i2c: use devm_kzalloc() to initialise ov5693 @@ -10202,7 +10202,7 @@ index 313bc9177328..d092ed698eb3 100644 -- 2.31.1 -From 471ca18e94d7b723388aa686e1dd34adbb1ea7f9 Mon Sep 17 00:00:00 2001 +From fc48e4d822616d1eccd6eb8e5d01bdfd97095db3 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Fri, 12 Feb 2021 16:26:21 +0000 Subject: [PATCH] media: i2c: Check for supported clk rate in probe @@ -10259,7 +10259,7 @@ index 6502777eb5f3..0dfbbe9a0ff2 100644 -- 2.31.1 -From b3466d95a0c5fcd095ed5e12ad725402c5491142 Mon Sep 17 00:00:00 2001 +From 98d8f3e9f1022930a3da709a8d6af5457cb07709 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Sat, 13 Feb 2021 23:17:50 +0000 Subject: [PATCH] media: i2c: Use devres to fetch gpios @@ -10333,7 +10333,7 @@ index 8082d37841da..c580159079d2 100644 -- 2.31.1 -From b6615102675ef165e1c8916a82212ac7a964b7b0 Mon Sep 17 00:00:00 2001 +From 986e0ff352d72117c76be0b7ed36f72ec5cf2a23 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Sat, 13 Feb 2021 23:20:47 +0000 Subject: [PATCH] media: i2c: Use devres to fetch regulators @@ -10376,7 +10376,7 @@ index c580159079d2..9f61b470f8ba 100644 -- 2.31.1 -From d38dcedf38e047d493f986ca1a55ab46aeed8834 Mon Sep 17 00:00:00 2001 +From 7aebecb6a71afc994b1185098e76efca32058d6e Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Sun, 14 Feb 2021 12:39:14 +0000 Subject: [PATCH] media: i2c: remove debug print @@ -10455,7 +10455,7 @@ index 9f61b470f8ba..622a7ddf4063 100644 -- 2.31.1 -From edd948361e2580c56858fd49f8fb48c1e4fad778 Mon Sep 17 00:00:00 2001 +From 6fddfd6c39f70f7b5b1cd1a13a7b0941b51a5731 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Sun, 14 Feb 2021 14:32:50 +0000 Subject: [PATCH] media: i2c: Remove unused resolutions from ov5693 @@ -10884,7 +10884,7 @@ index 0dfbbe9a0ff2..29e6735112da 100644 -- 2.31.1 -From c661c5315a3c6d9e7f612b04879d978d66cefffb Mon Sep 17 00:00:00 2001 +From 179236923ac46e819847ed64cd16b34107f6d2e0 Mon Sep 17 00:00:00 2001 From: Daniel Scally Date: Sun, 14 Feb 2021 14:45:58 +0000 Subject: [PATCH] media: i2c: update set_fmt() for ov5693 diff --git a/patches/5.11/0010-ath10k-firmware-override.patch b/patches/5.11/0010-ath10k-firmware-override.patch index 9aef4f784..1ff63b7f3 100644 --- a/patches/5.11/0010-ath10k-firmware-override.patch +++ b/patches/5.11/0010-ath10k-firmware-override.patch @@ -1,4 +1,4 @@ -From 0205bf9ac23abbc0df419040113c95d65ca58135 Mon Sep 17 00:00:00 2001 +From 3469dde5f28c42506d2781184405ea3a18ece983 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