Update v5.11 patches

Changes:
 - Code cleanup and small fixes

 - SAM:
   - Fix timing issue when re-attaching the base on the Surface Book 3,
     causing devices (e.g. battery) to not work properly after
     re-attaching.

Links:
 - kernel: 3ffb5d02de
 - SAM: ff044c7463
This commit is contained in:
Maximilian Luz 2021-04-07 03:24:57 +02:00
parent d9d82b62ed
commit 779cb0506a
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02
11 changed files with 608 additions and 406 deletions

View file

@ -1,4 +1,4 @@
From d3ae08c58e8ee31d5b0cc8b83943ec17f291eec9 Mon Sep 17 00:00:00 2001
From 2d34198bd6fc6588aae1ecf4b610a7065682d6bd 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
@ -97,5 +97,5 @@ index 2752dc955733..ef36a316e2ed 100644
};
--
2.31.0
2.31.1

View file

@ -1,4 +1,4 @@
From f46be9ffd2914cec4593067da550ffc426ba828c Mon Sep 17 00:00:00 2001
From da6c25854f3ef00797fb40e653a5964e0dce6b2f Mon Sep 17 00:00:00 2001
From: Tsuchiya Yuto <kitakar@gmail.com>
Date: Mon, 28 Sep 2020 17:46:49 +0900
Subject: [PATCH] mwifiex: pcie: add DMI-based quirk impl for Surface devices
@ -204,9 +204,9 @@ index 000000000000..5326ae7e5671
+
+void mwifiex_initialize_quirks(struct pcie_service_card *card);
--
2.31.0
2.31.1
From 7f9280d5497d4dfec2c494f0797ad0ed10e64a10 Mon Sep 17 00:00:00 2001
From 7532907d1298e827ff4dc7bc2132eed429594883 Mon Sep 17 00:00:00 2001
From: Tsuchiya Yuto <kitakar@gmail.com>
Date: Tue, 29 Sep 2020 17:25:22 +0900
Subject: [PATCH] mwifiex: pcie: add reset_d3cold quirk for Surface gen4+
@ -405,9 +405,9 @@ index 5326ae7e5671..8b9dcb5070d8 100644
void mwifiex_initialize_quirks(struct pcie_service_card *card);
+int mwifiex_pcie_reset_d3cold_quirk(struct pci_dev *pdev);
--
2.31.0
2.31.1
From 3f5a82f5a39d98e51f747415ae7746766b3c6971 Mon Sep 17 00:00:00 2001
From 9929f774e25116fee4af87f189d54ff919c9f3bf Mon Sep 17 00:00:00 2001
From: Tsuchiya Yuto <kitakar@gmail.com>
Date: Tue, 29 Sep 2020 17:32:22 +0900
Subject: [PATCH] mwifiex: pcie: add reset_wsid quirk for Surface 3
@ -584,9 +584,9 @@ index 8b9dcb5070d8..3ef7440418e3 100644
int mwifiex_pcie_reset_d3cold_quirk(struct pci_dev *pdev);
+int mwifiex_pcie_reset_wsid_quirk(struct pci_dev *pdev);
--
2.31.0
2.31.1
From dbd310b9c656233985765614aeeebb9533957482 Mon Sep 17 00:00:00 2001
From bd58ed56e292fb5c89808372920dce38d8ae307c Mon Sep 17 00:00:00 2001
From: Tsuchiya Yuto <kitakar@gmail.com>
Date: Wed, 30 Sep 2020 18:08:24 +0900
Subject: [PATCH] mwifiex: pcie: (OEMB) add quirk for Surface 3 with broken DMI
@ -646,9 +646,9 @@ index f0a6fa0a7ae5..34dcd84f02a6 100644
.ident = "Surface Pro 3",
.matches = {
--
2.31.0
2.31.1
From a59d938fac929cc34a0cb0bcb2489fde92af12d2 Mon Sep 17 00:00:00 2001
From 50d7d42bc4760fe8bdb5f3c6de19546b58f495f9 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+
@ -801,9 +801,9 @@ index 3ef7440418e3..a95ebac06e13 100644
void mwifiex_initialize_quirks(struct pcie_service_card *card);
int mwifiex_pcie_reset_d3cold_quirk(struct pci_dev *pdev);
--
2.31.0
2.31.1
From e77c4bb867183feb91cb25e1315fc90191454b5f Mon Sep 17 00:00:00 2001
From 3fc5e7079ea19a5aceb6e6f58c4fc60130e7924d 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
@ -968,9 +968,9 @@ index a95ebac06e13..4ec2ae72f632 100644
void mwifiex_initialize_quirks(struct pcie_service_card *card);
int mwifiex_pcie_reset_d3cold_quirk(struct pci_dev *pdev);
--
2.31.0
2.31.1
From ef2eea8b78ab6c4aceff7d7a7be5a82193425c51 Mon Sep 17 00:00:00 2001
From 5b27ea4b64d67830c37fb0f82a6c184e0d3e16bb 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
@ -1046,9 +1046,9 @@ index a4f834a50a98..e276f84a41bd 100644
(id->driver_info & BTUSB_MEDIATEK)) {
hdev->setup = btusb_mtk_setup;
--
2.31.0
2.31.1
From a9fcadb8c659155a884f4560c19bbbad38c51db0 Mon Sep 17 00:00:00 2001
From 8a5a37d62dffc43c40a6e3d66b3105205fd9fd3f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <verdre@v0yd.nl>
Date: Wed, 11 Nov 2020 12:31:26 +0100
Subject: [PATCH] mwifiex: Small cleanup for handling virtual interface type
@ -1147,9 +1147,9 @@ index a6b9dc6700b1..d50fd8570475 100644
mwifiex_dbg(priv->adapter, ERROR,
"%s: changing to %d not supported\n",
--
2.31.0
2.31.1
From 7a0a5f2c57d7ee8734717fddc809fc841af24996 Mon Sep 17 00:00:00 2001
From 7683c74cde755b376be8de6b4a7abc7ca65f0412 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <verdre@v0yd.nl>
Date: Wed, 11 Nov 2020 12:44:39 +0100
Subject: [PATCH] mwifiex: Use function to check whether interface type change
@ -1380,9 +1380,9 @@ index d50fd8570475..3a79a55bbfd2 100644
static void
--
2.31.0
2.31.1
From 66684e715db286f46230c5f9f157ee4b7203575a Mon Sep 17 00:00:00 2001
From 8666a053f5a5eeb191e26e6d618bf819046cdf6b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <verdre@v0yd.nl>
Date: Wed, 11 Nov 2020 13:33:04 +0100
Subject: [PATCH] mwifiex: Run SET_BSS_MODE when changing from P2P to STATION
@ -1448,9 +1448,9 @@ index 3a79a55bbfd2..66e978088061 100644
params);
default:
--
2.31.0
2.31.1
From 8a9fd20406edff99502a114fc630cd35556e0421 Mon Sep 17 00:00:00 2001
From 7ee7277603569f97bbd365738eb58abb909551eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <verdre@v0yd.nl>
Date: Wed, 11 Nov 2020 14:42:54 +0100
Subject: [PATCH] mwifiex: Use helper function for counting interface types
@ -1624,9 +1624,9 @@ index 66e978088061..db30f595e9f9 100644
priv->bss_mode = NL80211_IFTYPE_UNSPECIFIED;
--
2.31.0
2.31.1
From 8c4ed414d5dfc88289cb79a772d952276fe9abd5 Mon Sep 17 00:00:00 2001
From f4995ff07f9a83415bd8fbc06c5dc324f36f6cc0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <verdre@v0yd.nl>
Date: Fri, 26 Mar 2021 15:56:58 +0100
Subject: [PATCH] mwifiex: Update virtual interface counters right after
@ -1727,9 +1727,9 @@ index db30f595e9f9..60de1cec77c7 100644
}
/*
--
2.31.0
2.31.1
From 30db63046507c9c2f8b4c761366b5341a86809ff Mon Sep 17 00:00:00 2001
From a0806aff34bbec751eeada2a03ca828a4c859de7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <verdre@v0yd.nl>
Date: Wed, 11 Nov 2020 13:42:40 +0100
Subject: [PATCH] mwifiex: Allow switching interface type from P2P_CLIENT to
@ -1816,9 +1816,9 @@ index 60de1cec77c7..a37b504bd084 100644
return mwifiex_change_vif_to_ap(dev, curr_iftype, type,
params);
--
2.31.0
2.31.1
From dd92b70177a8b7b457d9eddcc373aeaa8073ecc0 Mon Sep 17 00:00:00 2001
From 3954ba40db395bf522fcf6b450797e7b15c5f8e5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <verdre@v0yd.nl>
Date: Fri, 26 Mar 2021 15:31:08 +0100
Subject: [PATCH] mwifiex: Handle interface type changes from AP to STATION
@ -1843,9 +1843,9 @@ index a37b504bd084..e65f285e3efe 100644
type, params);
break;
--
2.31.0
2.31.1
From abedd26878159cf75b6f303164eb678803e8d591 Mon Sep 17 00:00:00 2001
From 5e245d9000928d583b7e12b5ba8fbbf52347d42d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <verdre@v0yd.nl>
Date: Fri, 26 Mar 2021 15:32:16 +0100
Subject: [PATCH] mwifiex: Properly initialize private structure on interface
@ -1898,9 +1898,9 @@ index e65f285e3efe..a290312313f3 100644
default:
mwifiex_dbg(adapter, ERROR,
--
2.31.0
2.31.1
From 3ecb0807a4af4e8bf90aa27e984dbecd3dd6f357 Mon Sep 17 00:00:00 2001
From 92e5b7074d35bcee9df10e2efcdc4c09361f2ed1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <verdre@v0yd.nl>
Date: Sat, 27 Mar 2021 12:19:14 +0100
Subject: [PATCH] mwifiex: Fix copy-paste mistake when creating virtual
@ -1930,9 +1930,9 @@ index a290312313f3..1e1cf523e228 100644
priv->bss_started = 0;
--
2.31.0
2.31.1
From c8308fa6952959f216d22802e42d162a2db66858 Mon Sep 17 00:00:00 2001
From 348920bfbb59bce0cfcdee216829b85921c8f1f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <verdre@v0yd.nl>
Date: Tue, 10 Nov 2020 12:49:56 +0100
Subject: [PATCH] mwifiex: Use non-posted PCI register writes
@ -1987,9 +1987,9 @@ index 9ac12ff4a5c1..4123c8bb6b6f 100644
}
--
2.31.0
2.31.1
From 27ff118a76d7319446a6a88c6333b64b4521d563 Mon Sep 17 00:00:00 2001
From c7c104e1977179e7e948095579775929f0abfe98 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= <verdre@v0yd.nl>
Date: Sun, 28 Mar 2021 21:10:06 +0200
Subject: [PATCH] mwifiex: Try waking the firmware until we get an interrupt
@ -2076,5 +2076,5 @@ index 4123c8bb6b6f..b5491509d6a2 100644
if (reg->sleep_cookie) {
mwifiex_pcie_dev_wakeup_delay(adapter);
--
2.31.0
2.31.1

View file

@ -1,4 +1,4 @@
From 91c1d0698afc3c81905651232ca1d52ea92d9542 Mon Sep 17 00:00:00 2001
From dc31413d2687e928dcc14326938563e4d704cfbc 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
@ -34,9 +34,9 @@ index a7e179626b63..fdcc0eedc49f 100644
{MEI_PCI_DEVICE(MEI_DEV_ID_TGP_LP, MEI_ME_PCH15_CFG)},
{MEI_PCI_DEVICE(MEI_DEV_ID_TGP_H, MEI_ME_PCH15_SPS_CFG)},
--
2.31.0
2.31.1
From eb288ff77b396a6833237a950f40e41dd40fe011 Mon Sep 17 00:00:00 2001
From 6e3bc9ee9be071ab778f90e546327fead9648121 Mon Sep 17 00:00:00 2001
From: Dorian Stoll <dorian.stoll@tmsp.io>
Date: Thu, 25 Feb 2021 09:37:47 +0100
Subject: [PATCH] misc: mei: Remove client devices before shutting down bus
@ -63,9 +63,9 @@ index bcee77768b91..21ed765003e1 100644
mei_cancel_work(dev);
--
2.31.0
2.31.1
From f39f0f0c81d66f27fcbee988266e84300c9a5ab6 Mon Sep 17 00:00:00 2001
From 37ad1ea8065d241a721588c714833187b6196bfd Mon Sep 17 00:00:00 2001
From: Dorian Stoll <dorian.stoll@tmsp.io>
Date: Thu, 6 Aug 2020 11:20:41 +0200
Subject: [PATCH] misc: Add support for Intel Precise Touch & Stylus
@ -1530,5 +1530,5 @@ index 000000000000..53fb86a88f97
+
+#endif /* _IPTS_UAPI_H_ */
--
2.31.0
2.31.1

View file

@ -1,4 +1,4 @@
From 02fcd1ef94143c2ad0cb7b76fcee1dc7daa8a6d7 Mon Sep 17 00:00:00 2001
From 571d6e0d037803bfcd93ce9b975d6f279f2aafe2 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
@ -108,9 +108,9 @@ index 37c510d9347a..aed579942436 100644
dev_warn(&adapter->dev, "protocol 0x%02x not supported for client 0x%02x\n",
accessor_type, client->addr);
--
2.31.0
2.31.1
From 09075d4c0946438018a185b86eac9dce15b29827 Mon Sep 17 00:00:00 2001
From 7a0dc685d9b52f95a8cdd42ab4a5a58d1a35eb23 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
@ -330,5 +330,5 @@ index 000000000000..8b816ed8f35c
+MODULE_DESCRIPTION("Discrete GPU Power-Switch for Surface Book 1");
+MODULE_LICENSE("GPL");
--
2.31.0
2.31.1

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,4 @@
From 2be07e22dfd6088e4fcd41e54093950ffbd9b008 Mon Sep 17 00:00:00 2001
From 8b4aab08babfd361ec3c81577055489825cfa6a4 Mon Sep 17 00:00:00 2001
From: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
Date: Tue, 16 Mar 2021 16:51:40 +0100
Subject: [PATCH] PCI: PM: Do not read power state in pci_enable_device_flags()
@ -64,9 +64,9 @@ index 9449dfde2841..5ddc27d9a275 100644
bridge = pci_upstream_bridge(dev);
if (bridge)
--
2.31.0
2.31.1
From 2861be00b54ea7017f48e5bbd010cde74969e58b Mon Sep 17 00:00:00 2001
From 00c11a3a37853fd15e51efa75f6f1eaf22dc8dd2 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Fri, 5 Feb 2021 02:26:57 +0100
Subject: [PATCH] platform/surface: Add Surface Hot-Plug driver
@ -450,5 +450,5 @@ index 000000000000..cfcc15cfbacb
+MODULE_DESCRIPTION("Surface Hot-Plug Signaling Driver for Surface Book Devices");
+MODULE_LICENSE("GPL");
--
2.31.0
2.31.1

View file

@ -1,4 +1,4 @@
From 5c0caf4d38d2f819e4637bfff672a612b11543b3 Mon Sep 17 00:00:00 2001
From 734acf1cdb8b13bfe4891393e19d44f50b34c03e 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
@ -229,5 +229,5 @@ index 8429ebe7097e..44d48e8bbe1a 100644
{ .driver_data = MT_CLS_GOOGLE,
HID_DEVICE(HID_BUS_ANY, HID_GROUP_ANY, USB_VENDOR_ID_GOOGLE,
--
2.31.0
2.31.1

View file

@ -1,4 +1,4 @@
From d5cf2024ec3ac0682d5bea659cab215c5ac7626b Mon Sep 17 00:00:00 2001
From b6e5c8ecffede0082f3400632ea69c76ad2c532d Mon Sep 17 00:00:00 2001
From: Max Leiter <maxwell.leiter@gmail.com>
Date: Sat, 19 Dec 2020 17:50:55 -0800
Subject: [PATCH] iio:light:apds9960 add detection for MSHW0184 ACPI device in
@ -49,5 +49,5 @@ index 547e7f9d6920..df0647856e5d 100644
.probe = apds9960_probe,
.remove = apds9960_remove,
--
2.31.0
2.31.1

View file

@ -1,4 +1,4 @@
From 3cf9aa436dbde6acbdb12621ed4ad609b7823446 Mon Sep 17 00:00:00 2001
From a862f67c1f5ea7795c02d8c5a228f86df4c88fd0 Mon Sep 17 00:00:00 2001
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: Wed, 30 Dec 2020 22:44:05 +0200
Subject: [PATCH] media: ipu3-cio2: Add headers that ipu3-cio2.h is direct user
@ -48,9 +48,9 @@ index ccf0b85ae36f..62187ab5ae43 100644
#define CIO2_DEVICE_NAME "Intel IPU3 CIO2"
#define CIO2_ENTITY_NAME "ipu3-csi2"
--
2.31.0
2.31.1
From 84d419da7369f3930245b1c8a802d0559c713545 Mon Sep 17 00:00:00 2001
From 09b36ff48d3590d4cd7cf94ff77d87c6228bc1a0 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sat, 24 Oct 2020 22:42:28 +0100
Subject: [PATCH] device property: Return true in fwnode_device_is_available
@ -93,9 +93,9 @@ index 35b95c6ac0c6..0bf5260f14c6 100644
}
EXPORT_SYMBOL_GPL(fwnode_device_is_available);
--
2.31.0
2.31.1
From c6bc671bda7f9d256dfee6067250a9038adac233 Mon Sep 17 00:00:00 2001
From 09af2c4ec773c267b6a6012b0af3f48e1e4e71b7 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sat, 21 Nov 2020 22:06:38 +0000
Subject: [PATCH] device property: Call fwnode_graph_get_endpoint_by_id() for
@ -137,9 +137,9 @@ index 0bf5260f14c6..1421e9548857 100644
EXPORT_SYMBOL_GPL(fwnode_graph_get_endpoint_by_id);
--
2.31.0
2.31.1
From 9a3021ad26fa37e441cef315a5704bcd8fc3b396 Mon Sep 17 00:00:00 2001
From 90ea028abc995531e3d9ca8905d16c2272be06af Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sun, 25 Oct 2020 22:49:08 +0000
Subject: [PATCH] software_node: Enforce parent before child ordering of nodes
@ -240,9 +240,9 @@ index fbfb01ff1856..edfdd67daccd 100644
}
EXPORT_SYMBOL_GPL(software_node_unregister_nodes);
--
2.31.0
2.31.1
From 219b4afbe1999076c053fef5ce7cc659c935e2d4 Mon Sep 17 00:00:00 2001
From 8b3e0dfa7d125c043102f776c3a3bb8e7e694200 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Wed, 21 Oct 2020 22:25:03 +0100
Subject: [PATCH] software_node: unregister software_nodes in reverse order
@ -295,9 +295,9 @@ index edfdd67daccd..b22290106284 100644
}
EXPORT_SYMBOL_GPL(software_node_unregister_node_group);
--
2.31.0
2.31.1
From 191817fe576ff7af61999648f51b03df1617f2f9 Mon Sep 17 00:00:00 2001
From b1f247a0b017e760ded7afd3646ef8d9f7851ce1 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Tue, 22 Dec 2020 13:09:05 +0000
Subject: [PATCH] device property: Define format macros for ports and endpoints
@ -336,9 +336,9 @@ index fde4ad97564c..77414e431e89 100644
/**
--
2.31.0
2.31.1
From 0dda3b01fbce83998658a5cbe88955cbc43fd6d0 Mon Sep 17 00:00:00 2001
From 1c4afa0c1d8e1578056f30e3fa93b3d3211cc489 Mon Sep 17 00:00:00 2001
From: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Date: Tue, 15 Sep 2020 15:47:46 +0100
Subject: [PATCH] software_node: Add support for fwnode_graph*() family of
@ -504,9 +504,9 @@ index b22290106284..0e90bbf6e08c 100644
/* -------------------------------------------------------------------------- */
--
2.31.0
2.31.1
From 2dfa15d2b2069bc79f42b4d000e10f028cfcd84d Mon Sep 17 00:00:00 2001
From 01f352c03676e0576e66fa4b8d038e1c60c78db4 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sat, 10 Oct 2020 23:07:22 +0100
Subject: [PATCH] lib/test_printf.c: Use helper function to unwind array of
@ -542,9 +542,9 @@ index 7ac87f18a10f..7d60f24240a4 100644
static void __init
--
2.31.0
2.31.1
From ce6db3ab8e626c4479f4f6298143f8d5c2b8eb48 Mon Sep 17 00:00:00 2001
From d3b46a25cd6a9ad797c66fb07cc7a5246e5bdcc1 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sat, 10 Oct 2020 23:11:36 +0100
Subject: [PATCH] ipu3-cio2: Add T: entry to MAINTAINERS
@ -573,9 +573,9 @@ index d1b36e222cd1..c6c13433ecf6 100644
F: drivers/media/pci/intel/ipu3/
--
2.31.0
2.31.1
From f3892d1a319390e3ca4b26fde4ea2aeedb37659c Mon Sep 17 00:00:00 2001
From 4dc35f17cfd3f2684529bdfca38cad835806d3ce Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sat, 10 Oct 2020 22:47:21 +0100
Subject: [PATCH] ipu3-cio2: Rename ipu3-cio2.c
@ -608,9 +608,9 @@ similarity index 100%
rename from drivers/media/pci/intel/ipu3/ipu3-cio2.c
rename to drivers/media/pci/intel/ipu3/ipu3-cio2-main.c
--
2.31.0
2.31.1
From f3d8fde7e10028a55590328bc9a84fffcedcc4de Mon Sep 17 00:00:00 2001
From aa23316f049e5b9ee63d4fd36d0e383321ba4d53 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Wed, 21 Oct 2020 21:53:05 +0100
Subject: [PATCH] media: v4l2-core: v4l2-async: Check sd->fwnode->secondary in
@ -649,9 +649,9 @@ index e3ab003a6c85..9dd896d085ec 100644
* Otherwise, check if the sd fwnode and the asd fwnode refer to an
* endpoint or a device. If they're of the same type, there's no match.
--
2.31.0
2.31.1
From cd230b7f379c1535c26eab15f60f32cb707542d0 Mon Sep 17 00:00:00 2001
From 7d2626c70d016f1d8eccc61e8b8c6c1a0b56d229 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sun, 15 Nov 2020 08:15:34 +0000
Subject: [PATCH] ACPI / bus: Add acpi_dev_get_next_match_dev() and helper
@ -737,10 +737,10 @@ index d5411a166685..ddca1550cce6 100644
/*
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h
index 6d1879bf9440..02a716a0af5d 100644
index 37dac195adbb..f28b097c658f 100644
--- a/include/acpi/acpi_bus.h
+++ b/include/acpi/acpi_bus.h
@@ -683,9 +683,16 @@ static inline bool acpi_device_can_poweroff(struct acpi_device *adev)
@@ -684,9 +684,16 @@ static inline bool acpi_device_can_poweroff(struct acpi_device *adev)
bool acpi_dev_hid_uid_match(struct acpi_device *adev, const char *hid2, const char *uid2);
@ -758,9 +758,9 @@ index 6d1879bf9440..02a716a0af5d 100644
{
put_device(&adev->dev);
--
2.31.0
2.31.1
From 2e8278bd9f1e8a67c2d7308586d05297d7e62c2a Mon Sep 17 00:00:00 2001
From 1460854044827dd9f91c4c65bcf659a89a41b047 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sat, 19 Dec 2020 23:55:04 +0000
Subject: [PATCH] media: v4l2-fwnode: Include v4l2_fwnode_bus_type
@ -835,9 +835,9 @@ index 4365430eea6f..77fd6a3ec308 100644
* v4l2_fwnode_endpoint_parse() - parse all fwnode node properties
* @fwnode: pointer to the endpoint's fwnode handle
--
2.31.0
2.31.1
From a33a69f2fc23191ce4e71fe8fcfe09469da3274f Mon Sep 17 00:00:00 2001
From dafcfbf1111ba26cb437a25badb0574e58c106f7 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Wed, 21 Oct 2020 21:53:44 +0100
Subject: [PATCH] ipu3-cio2: Add cio2-bridge to ipu3-cio2 driver
@ -1433,9 +1433,9 @@ index 62187ab5ae43..dc3e343a37fb 100644
+
#endif
--
2.31.0
2.31.1
From 230fd396127f716a9fbde95e8eaae04c579a22fa Mon Sep 17 00:00:00 2001
From cb3292f388f9ada1e5ec5c2001abf8feb51d35bf Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Wed, 2 Dec 2020 12:38:10 +0000
Subject: [PATCH] acpi: utils: move acpi_lpss_dep() to utils
@ -1488,10 +1488,10 @@ index be73974ce449..70c7d9a3f715 100644
const struct lpss_device_links *link)
{
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h
index e6a5d997241c..68fc6a03aed1 100644
index cb8f70842249..a7051a944c26 100644
--- a/drivers/acpi/internal.h
+++ b/drivers/acpi/internal.h
@@ -79,6 +79,7 @@ static inline void acpi_lpss_init(void) {}
@@ -81,6 +81,7 @@ static inline void acpi_lpss_init(void) {}
#endif
void acpi_apd_init(void);
@ -1535,9 +1535,9 @@ index ddca1550cce6..78b38775f18b 100644
* acpi_dev_present - Detect that a given ACPI device is present
* @hid: Hardware ID of the device.
--
2.31.0
2.31.1
From 60a373610c9c8d118c63ac824373e62155e5235d Mon Sep 17 00:00:00 2001
From 59c8dd553913386aba648d6e13b4bafad4ae42c8 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Thu, 26 Nov 2020 21:12:41 +0000
Subject: [PATCH] acpi: utils: Add function to fetch dependent acpi_devices
@ -1608,10 +1608,10 @@ index 78b38775f18b..ec6a2406a886 100644
* acpi_dev_get_next_match_dev - Return the next match of ACPI device
* @adev: Pointer to the previous acpi_device matching this @hid, @uid and @hrv
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h
index 02a716a0af5d..33deb22294f2 100644
index f28b097c658f..9bec3373f850 100644
--- a/include/acpi/acpi_bus.h
+++ b/include/acpi/acpi_bus.h
@@ -683,6 +683,8 @@ static inline bool acpi_device_can_poweroff(struct acpi_device *adev)
@@ -684,6 +684,8 @@ static inline bool acpi_device_can_poweroff(struct acpi_device *adev)
bool acpi_dev_hid_uid_match(struct acpi_device *adev, const char *hid2, const char *uid2);
@ -1621,9 +1621,9 @@ index 02a716a0af5d..33deb22294f2 100644
acpi_dev_get_next_match_dev(struct acpi_device *adev, const char *hid, const char *uid, s64 hrv);
struct acpi_device *
--
2.31.0
2.31.1
From c28409d9a56e2b670866cea96bcbc44644332abe Mon Sep 17 00:00:00 2001
From e6a5e2c467e1858a51f77ab8e99997ad634e0d92 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Mon, 16 Nov 2020 21:38:49 +0000
Subject: [PATCH] i2c: i2c-core-base: Use format macro in i2c_dev_set_name()
@ -1689,9 +1689,9 @@ index 56622658b215..65acae61dc5c 100644
{
return NULL;
--
2.31.0
2.31.1
From 5888b5ddc03295ee8a5c7421c092d39aa57027d9 Mon Sep 17 00:00:00 2001
From 887f95ebe902109e8a5a087a8eeacbe9f88a68b1 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Wed, 2 Dec 2020 16:41:42 +0000
Subject: [PATCH] i2c: i2c-core-acpi: Add i2c_acpi_dev_name()
@ -1747,9 +1747,9 @@ index 65acae61dc5c..b82aac05b17f 100644
#else
static inline bool i2c_acpi_get_i2c_resource(struct acpi_resource *ares,
--
2.31.0
2.31.1
From ca5f503b38dd978d141ccfaa4063bf65100bf647 Mon Sep 17 00:00:00 2001
From 7cec4fc942eb58ee7e9a00b2dc23b2541cf6aa68 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Mon, 16 Nov 2020 00:16:56 +0000
Subject: [PATCH] gpio: gpiolib-acpi: Export acpi_get_gpiod()
@ -1767,7 +1767,7 @@ Patchset: cameras
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/drivers/gpio/gpiolib-acpi.c b/drivers/gpio/gpiolib-acpi.c
index 495f779b2ab9..00d183165ce3 100644
index 1aacd2a5a1fd..94a3d3d05560 100644
--- a/drivers/gpio/gpiolib-acpi.c
+++ b/drivers/gpio/gpiolib-acpi.c
@@ -111,7 +111,7 @@ static int acpi_gpiochip_find(struct gpio_chip *gc, void *data)
@ -1811,9 +1811,9 @@ index b20568c44001..c085527b7a86 100644
static inline int acpi_dev_gpio_irq_get(struct acpi_device *adev, int index)
--
2.31.0
2.31.1
From 42dceee8b2eba8a27c308ddd6126d1c331258fcc Mon Sep 17 00:00:00 2001
From d0bfb53f261e4e6bed3225b037607ec2a3224417 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sat, 12 Dec 2020 23:56:59 +0000
Subject: [PATCH] mfd: Remove tps68470 MFD driver
@ -2002,9 +2002,9 @@ index 4a4df4ffd18c..000000000000
-};
-builtin_i2c_driver(tps68470_driver);
--
2.31.0
2.31.1
From 53ab798017645a4264f882e438c005c20d4717aa Mon Sep 17 00:00:00 2001
From 74e8f3602c481fabf6ed94647f868a4e59d2fb0f Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Fri, 15 Jan 2021 12:37:31 +0000
Subject: [PATCH] platform: x86: Add intel_skl_int3472 driver
@ -2971,9 +2971,9 @@ index 000000000000..3fe27ec0caff
+ return ret;
+}
--
2.31.0
2.31.1
From 0a56179379de0aa8ca9211f4930a1b2185789bca Mon Sep 17 00:00:00 2001
From b18f93cfb39c50afe95d82639b64f6a1023abd0c Mon Sep 17 00:00:00 2001
From: Jake Day <jake@ninebysix.com>
Date: Fri, 25 Sep 2020 10:24:53 -0400
Subject: [PATCH] media: i2c: Add support for the OV5693 image sensor
@ -6328,9 +6328,9 @@ index 000000000000..9a508e1f3624
+static unsigned long N_RES = N_RES_VIDEO;
+#endif
--
2.31.0
2.31.1
From 101d1bb6fa718bc0066ff09dc811112bada7f3e2 Mon Sep 17 00:00:00 2001
From 8f4c79dd97e90bc897f6a5b10d7c66704c04238c Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sun, 17 Jan 2021 19:08:18 +0000
Subject: [PATCH] media: i2c: Add reset pin toggling to ov5693
@ -6369,9 +6369,9 @@ index 32485e4ed42b..f9ced52ad37a 100644
if (dev->indicator_led)
--
2.31.0
2.31.1
From 74fbb0f533698c523eea52282ebac37decaff73e Mon Sep 17 00:00:00 2001
From ef8789b844dd5d06a0b0c08b79881e569316dcd1 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sun, 17 Jan 2021 21:39:15 +0000
Subject: [PATCH] media: i2c: Fix misnamed variable in power_down() for ov5693
@ -6398,9 +6398,9 @@ index f9ced52ad37a..9fd44a3d1d85 100644
clk_disable_unprepare(dev->clk);
--
2.31.0
2.31.1
From 5e5aa323d4c336e9ef2da347255af50ff497d6b3 Mon Sep 17 00:00:00 2001
From c72a05141abd6c0ac5e05103db7df160949b99c4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabian=20W=C3=BCthrich?= <me@fabwu.ch>
Date: Fri, 22 Jan 2021 20:58:13 +0100
Subject: [PATCH] cio2-bridge: Parse sensor orientation and rotation
@ -6561,9 +6561,9 @@ index dd0ffcafa489..924d99d20328 100644
struct property_entry ep_properties[5];
struct property_entry dev_properties[3];
--
2.31.0
2.31.1
From 29428e4ea53c791b7bb83f536e73889908ab79e4 Mon Sep 17 00:00:00 2001
From 85152bfac87df38eaddba3c5150f07caddcc82ea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabian=20W=C3=BCthrich?= <me@fabwu.ch>
Date: Fri, 22 Jan 2021 21:23:47 +0100
Subject: [PATCH] ov5693: Add orientation and rotation controls
@ -6617,9 +6617,9 @@ index 9fd44a3d1d85..1a85800df7ed 100644
ov5693->ctrl_handler.lock = &ov5693->input_lock;
ov5693->sd.ctrl_handler = &ov5693->ctrl_handler;
--
2.31.0
2.31.1
From acf832b5d5736badf655fd7a1fe605c387ab615e Mon Sep 17 00:00:00 2001
From f992f297784316f6d0de988d71f83f77d0bb9a37 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sat, 23 Jan 2021 00:28:32 +0000
Subject: [PATCH] platform: x86: Stylistic updates for intel-skl-int3472
@ -7034,9 +7034,9 @@ index 3fe27ec0caff..40629291b339 100644
return -EINVAL;
--
2.31.0
2.31.1
From 13a30985637a2bc2a21363aa8a39f57b61f006f2 Mon Sep 17 00:00:00 2001
From e927b3f79c65441b37e113506d001de75cd1c07f Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sat, 23 Jan 2021 00:30:15 +0000
Subject: [PATCH] platform: x86: Add recalc_rate opp to int3472-discrete clock
@ -7161,9 +7161,9 @@ index 42ae8396eb64..98eb1ec3399e 100644
acpi_dev_put(int3472->sensor);
--
2.31.0
2.31.1
From 5518f3688834aff07a66a7d1aaa4feb713e6ffdb Mon Sep 17 00:00:00 2001
From 41fd5809196e7734acb1f90b9f04ee529aab4258 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabian=20W=C3=BCthrich?= <me@fabwu.ch>
Date: Sun, 24 Jan 2021 11:07:42 +0100
Subject: [PATCH] cio2-bridge: Use macros and add warnings
@ -7265,9 +7265,9 @@ index 924d99d20328..e1e388cc9f45 100644
(const struct cio2_sensor_config) { \
.hid = _HID, \
--
2.31.0
2.31.1
From f0f2d2ea5eb8c916c55b63928e2921a248311078 Mon Sep 17 00:00:00 2001
From dae18ee24f66def6b507b6aa90c353d1f50091e9 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Mon, 8 Feb 2021 21:44:38 +0000
Subject: [PATCH] media: i2c: Tidy up ov5693_init_controls()
@ -7387,9 +7387,9 @@ index 9a508e1f3624..26819cf3f4d2 100644
enum ov5693_tok_type {
--
2.31.0
2.31.1
From 4baa97014079ab310df40d3658e600e92d0d65fd Mon Sep 17 00:00:00 2001
From bf3dee764cad64dd391027b0c04a1cdbc1ff4345 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Mon, 8 Feb 2021 21:46:49 +0000
Subject: [PATCH] media: i2c: Remove OV5693_PPL_DEFAULT
@ -7425,9 +7425,9 @@ index a9747ab783d7..7fb368eec327 100644
V4L2_CID_HBLANK, hblank, hblank,
1, hblank);
--
2.31.0
2.31.1
From f34d3d9407a445b1e693467079c2f606c402737b Mon Sep 17 00:00:00 2001
From ac8d659bfc04a21150a4730127437655b17fdbd1 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Mon, 8 Feb 2021 22:53:02 +0000
Subject: [PATCH] media: i2c: Add vblank control to ov5693 driver
@ -7501,9 +7501,9 @@ index 26819cf3f4d2..9d7eed97963b 100644
};
--
2.31.0
2.31.1
From d84671fbbac83d353317ca795844ea8792093054 Mon Sep 17 00:00:00 2001
From 9f98a7057b9ac247b68143403ba7992398a1f39c Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Wed, 10 Feb 2021 00:36:32 +0000
Subject: [PATCH] media: i2c: update exposure control for ov5693
@ -7576,9 +7576,9 @@ index 1950d7ac2d54..cea767230aa9 100644
/* Gain */
--
2.31.0
2.31.1
From 22de9ffa3907243fe5a782d240114af9aa0303e3 Mon Sep 17 00:00:00 2001
From cff5df4d5026831ad0387555ced085fb07ed22c2 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Wed, 10 Feb 2021 00:39:42 +0000
Subject: [PATCH] media: i2c: Fix incorrect bit-setting
@ -7612,9 +7612,9 @@ index cea767230aa9..f681dbfcec56 100644
#define OV5693_GAIN_CTRL_H_REG 0x3504
--
2.31.0
2.31.1
From f712b5267439ff50424ce9a43177efb340d78f04 Mon Sep 17 00:00:00 2001
From 8d357b35dfb0d08e8a97b4ddbb0a869cba1b6527 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Wed, 10 Feb 2021 16:25:48 +0000
Subject: [PATCH] media: i2c: Don't set stream on during mode config
@ -7762,9 +7762,9 @@ index 9d7eed97963b..965208078c2b 100644
};
--
2.31.0
2.31.1
From ed6c7b8099e430deefc7d538e15c7506202e7e17 Mon Sep 17 00:00:00 2001
From e05103e7a7bb523d6dc604af6c658bcf94f8cb53 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Wed, 10 Feb 2021 16:35:24 +0000
Subject: [PATCH] media: i2c: Update gain control for ov5693
@ -7834,9 +7834,9 @@ index f681dbfcec56..51eb3b05d121 100644
/* Flip */
--
2.31.0
2.31.1
From b0a324eb8fa9bad2a4ef03a9f79f56790b051c4a Mon Sep 17 00:00:00 2001
From 41237dc785ec38989b01ba830a496b4555ebacc1 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Wed, 10 Feb 2021 23:44:39 +0000
Subject: [PATCH] media: i2c: Fixup gain read
@ -7897,9 +7897,9 @@ index 51eb3b05d121..952558c4f33b 100644
}
--
2.31.0
2.31.1
From eeceaf12fdf9c7acc64852e1de04de5dc7867915 Mon Sep 17 00:00:00 2001
From 99fc6ab27cb5ed985c9b01b5bb420bdf3ef421c6 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Thu, 11 Feb 2021 00:40:10 +0000
Subject: [PATCH] media: i2c: Update controls on stream
@ -7932,9 +7932,9 @@ index 952558c4f33b..dd31083eeb7b 100644
enable ? OV5693_START_STREAMING :
OV5693_STOP_STREAMING);
--
2.31.0
2.31.1
From a9f212e888cfc940e60ec8cedc4903c3a4650448 Mon Sep 17 00:00:00 2001
From 5380d82d6093965bc4e27a648c68b9a103750708 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Thu, 11 Feb 2021 23:29:15 +0000
Subject: [PATCH] media: i2c: Correct link frequency value
@ -7971,9 +7971,9 @@ index 965208078c2b..7f1d31a82d3d 100644
#define OV5693_NUM_SUPPLIES 2
--
2.31.0
2.31.1
From 7eebfc822df3632535bfc240e2c44d9fc7258edd Mon Sep 17 00:00:00 2001
From a263f02959a5e6c621dd4898d007e553b7658915 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Mon, 25 Jan 2021 23:12:09 +0000
Subject: [PATCH] media: i2c: Cleanup ov5693 driver
@ -8892,9 +8892,9 @@ index 7f1d31a82d3d..70ccb3aae4c7 100644
struct regulator_bulk_data supplies[OV5693_NUM_SUPPLIES];
struct clk *clk;
--
2.31.0
2.31.1
From f921b89352253ca6e531e80dcbb5522d1cfbda31 Mon Sep 17 00:00:00 2001
From 34e04de9d28d5cab4d774571e34cf3a48151a532 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Thu, 28 Jan 2021 12:04:38 +0000
Subject: [PATCH] media: i2c: Add pm_runtime support to ov5693 driver
@ -9237,9 +9237,9 @@ index 70ccb3aae4c7..b78d3b474a43 100644
struct camera_sensor_platform_data *platform_data;
ktime_t timestamp_t_focus_abs;
--
2.31.0
2.31.1
From ee6d3bde2367b58f48ae74e243c5ca21dd525f30 Mon Sep 17 00:00:00 2001
From c9c05da1003a210cb640d702692c9342c4e99772 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Thu, 28 Jan 2021 12:07:36 +0000
Subject: [PATCH] media: i2c: Remove old power methods from ov5693
@ -9408,9 +9408,9 @@ index f2eaa5f71a31..ce26ce86fbd5 100644
.pad = &ov5693_pad_ops,
};
--
2.31.0
2.31.1
From 61b96dfcb6a9b28df30147352f4fb283b71bfec9 Mon Sep 17 00:00:00 2001
From b07484e0cd4e9506867917ef52ecccd6a69667ff Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Thu, 28 Jan 2021 12:14:00 +0000
Subject: [PATCH] media: i2c: Trim unused headers from ov5693
@ -9449,9 +9449,9 @@ index ce26ce86fbd5..b3b391a49fdb 100644
#include <media/v4l2-fwnode.h>
--
2.31.0
2.31.1
From 9957063952ec0579febb1f678e320588b2548a5b Mon Sep 17 00:00:00 2001
From 274b0b925baae9f1e53a752c88385b5c979ed292 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sat, 13 Feb 2021 21:39:35 +0000
Subject: [PATCH] media: i2c: Remove VCM stuff
@ -9868,9 +9868,9 @@ index b3b391a49fdb..2c82b6578de9 100644
v4l2_i2c_subdev_init(&ov5693->sd, client, &ov5693_ops);
--
2.31.0
2.31.1
From 8fa8c17757205c2aa96ec7ae02b3b5cba0687276 Mon Sep 17 00:00:00 2001
From 90cffdd84b37527c0c3388a7cea46fdb35332764 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sat, 13 Feb 2021 22:16:08 +0000
Subject: [PATCH] media: i2c: Tidy up ov5693 sensor init
@ -10024,9 +10024,9 @@ index 2c82b6578de9..313bc9177328 100644
mutex_unlock(&ov5693->lock);
return ret;
--
2.31.0
2.31.1
From 7f286eae4ff5d865d78164c9ee0eea9b4cd87658 Mon Sep 17 00:00:00 2001
From 099cd765637012f55da05aaf11d449d514b127ca Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Fri, 12 Feb 2021 16:14:04 +0000
Subject: [PATCH] media: i2c: cleanup macros in ov5693.h
@ -10170,9 +10170,9 @@ index b78d3b474a43..6502777eb5f3 100644
#define OV5693_FRAME_OFF_NUM 0x4202
#define OV5693_OTP_BYTE_MAX 32 //change to 32 as needed by otpdata
--
2.31.0
2.31.1
From 98cd92d4817034e83ea2d2afebd792362111b698 Mon Sep 17 00:00:00 2001
From aa3547e6be1672102cf393e0adb99ab5aa3c3a50 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Fri, 12 Feb 2021 16:19:09 +0000
Subject: [PATCH] media: i2c: use devm_kzalloc() to initialise ov5693
@ -10200,9 +10200,9 @@ index 313bc9177328..d092ed698eb3 100644
return -ENOMEM;
--
2.31.0
2.31.1
From 7df28396c6d03d99d1ce5cfd12769e0ffa4d332b Mon Sep 17 00:00:00 2001
From 6eb233569bc69ec7584ea75d056fc635119f7862 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Fri, 12 Feb 2021 16:26:21 +0000
Subject: [PATCH] media: i2c: Check for supported clk rate in probe
@ -10257,9 +10257,9 @@ index 6502777eb5f3..0dfbbe9a0ff2 100644
#define OV5693_LINK_FREQ_400MHZ 400000000
/* pixel_rate = link_freq * 2 * nr_of_lanes / bits_per_sample
--
2.31.0
2.31.1
From 4dc179ed440fe7e3a3f82e6537093cdb055440e4 Mon Sep 17 00:00:00 2001
From 1c0497718345989afd2c3115044ab8c162f3f37b Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sat, 13 Feb 2021 23:17:50 +0000
Subject: [PATCH] media: i2c: Use devres to fetch gpios
@ -10331,9 +10331,9 @@ index 8082d37841da..c580159079d2 100644
static int ov5693_get_regulators(struct ov5693_device *ov5693)
--
2.31.0
2.31.1
From 3ba5ef360f0f5dfc70b9b566c118f40d7f08c5c7 Mon Sep 17 00:00:00 2001
From b1a98903cb2b44b3a6f7ce8c434488614341f4e1 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sat, 13 Feb 2021 23:20:47 +0000
Subject: [PATCH] media: i2c: Use devres to fetch regulators
@ -10374,9 +10374,9 @@ index c580159079d2..9f61b470f8ba 100644
ov5693->supplies);
}
--
2.31.0
2.31.1
From 154405f25059dfe2fa70b81425fa497e8d686b74 Mon Sep 17 00:00:00 2001
From 6818d9204ac355ffe9d76c4595ad79ca1210e85b Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sun, 14 Feb 2021 12:39:14 +0000
Subject: [PATCH] media: i2c: remove debug print
@ -10453,9 +10453,9 @@ index 9f61b470f8ba..622a7ddf4063 100644
return 0;
}
--
2.31.0
2.31.1
From f860c535401b0981c4670e452b960463515d79cb Mon Sep 17 00:00:00 2001
From 0558995490cbfa908ec9145ae13168e8e49c0cab Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sun, 14 Feb 2021 14:32:50 +0000
Subject: [PATCH] media: i2c: Remove unused resolutions from ov5693
@ -10882,9 +10882,9 @@ index 0dfbbe9a0ff2..29e6735112da 100644
static unsigned long N_RES = N_RES_VIDEO;
-#endif
--
2.31.0
2.31.1
From 831f231d6f00ecc79ea6daa973fc21d31063af39 Mon Sep 17 00:00:00 2001
From d09d0a90de5ffc707922780c8126135083abc0a8 Mon Sep 17 00:00:00 2001
From: Daniel Scally <djrscally@gmail.com>
Date: Sun, 14 Feb 2021 14:45:58 +0000
Subject: [PATCH] media: i2c: update set_fmt() for ov5693
@ -11123,5 +11123,5 @@ index 29e6735112da..0377853f8b2b 100644
int otp_size;
u8 *otp_data;
--
2.31.0
2.31.1

View file

@ -1,4 +1,4 @@
From 35d1a8ada80a3db92d7b447bb412a4545b54a010 Mon Sep 17 00:00:00 2001
From 2989c38ea867930aa4f52f2d0e4669717d6dc1bb 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
@ -117,5 +117,5 @@ index a419ec7130f9..b2c21bf5995e 100644
ret = firmware_request_nowarn(&fw, filename, ar->dev);
ath10k_dbg(ar, ATH10K_DBG_BOOT, "boot fw request '%s': %d\n",
--
2.31.0
2.31.1

View file

@ -47,16 +47,16 @@ sha256sums=('3cac049b89b2d3cac3e03540e424b8cf99dd9bc596e8e72b69026e05ba8e7687'
'd8d5d11c80424985642b0eea6ace3256b5a1e5e69d637104523460a5ebdda202'
'3fbd134c61de6f4fa86567bb0faf02c4eb2c54111b6dc45367b8f6e9ef06556e'
'9474de18769968c5558fedda5be354fe0babf1365541d4d0ac8e1ac47d4bbb88'
'1a2bba00f08f3587fde1692043af956b9efd08a4526bdc1a50fa15476c6ed873'
'ba2127667105305ca22e59d33f82c5630b931cf1f9d55ab3afcbab7d575ec808'
'4d8d839bd9dcee096bd071ef01f801e766fc2a4e91f7ec85b94f0147092bd4a6'
'31ff1e5fbc34aa0125315b675ace10ce6c43c4a5983ec23be17d9c8e7f2a3dc8'
'937f6be1b1cdc3822122ba84cd4404a2bdc439a959757f0c3d4ab6077032c1cd'
'8eb282d5120d6cca591765d65057c586a6562de92ef49236d6a76f8ad7cf1704'
'a8614647368a23487de0e241f2b533de4f462b5f575c21971e823f54ce925f53'
'7a03877f503348de5f7f66a238519ccf902b837ac9b8035a4022adeb3901a1b3'
'f89fd320baff454cb42ff6a78beada8f9eac430b7c80a51f10c43e5df7d2e414'
'9b2c03265f770955fbedc64dcf25dda684c88bae0bf6467a1f3d1153b92c0971')
'40e2e8f445942b57a348332f7de13ce2653716113ebf79b2d4b2d89155821624'
'582bf4d14e19dea0ed53ad8f1906d1b372959a95426ec2af65554f0bc292d854'
'5c89868a5ddc4f4236950c01dfac2a1c6b6a8deaf79cffcf0a71e35bbe336924'
'fe685638edb5176c26db1f33dd53f322f619ccb58165100838b536c3f277fd4b'
'09da70eeb31b51316e44fbf41db620adbbd6b3e149b4e52796d7185ebbd1a3ae'
'966cf18981479c70b9e64ec78a3685fed374d63d26266aac9f987cb0d8d7ad6b'
'c17bfe9d5ebf2b0e0518795585de19d3c8605afc3ced3b11b65d5068ec842b19'
'7a5b776b58587e6345709dec7e2bfa3cd9984a8f212c4704c4076ad4020cc261'
'8a6da5b8a12ff2cebe2b787ef51153a38940d8ccf526eb5bc96e0a01c5a1592e'
'60ebeea43bd725bcd401949f30b12b41d5b379846718c0377739d258e8ce08e3')
export KBUILD_BUILD_HOST=archlinux