]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
drop soundwire patch from 5.10 and 5.11
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 5 Mar 2021 07:01:23 +0000 (08:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 5 Mar 2021 07:01:23 +0000 (08:01 +0100)
queue-5.10/series
queue-5.10/soundwire-debugfs-use-controller-id-instead-of-link_id.patch [deleted file]
queue-5.11/series
queue-5.11/soundwire-debugfs-use-controller-id-instead-of-link_id.patch [deleted file]

index 5169b3cbc5e2096f7698316e061c8f07abd7b89a..c52b5b058371093b4f0b00b8cb4432b66cacc0bc 100644 (file)
@@ -32,7 +32,6 @@ net-fix-dev_ifsioc_locked-race-condition.patch
 dt-bindings-ethernet-controller-fix-fixed-link-specification.patch
 dt-bindings-net-btusb-dt-fix-s-interrupt-name-interrupt-names.patch
 asoc-qcom-remove-useless-debug-print.patch
-soundwire-debugfs-use-controller-id-instead-of-link_id.patch
 rsi-fix-tx-eapol-packet-handling-against-iwlwifi-ap.patch
 rsi-move-card-interrupt-handling-to-rx-thread.patch
 rcu-nocb-trigger-self-ipi-on-late-deferred-wake-up-b.patch
diff --git a/queue-5.10/soundwire-debugfs-use-controller-id-instead-of-link_id.patch b/queue-5.10/soundwire-debugfs-use-controller-id-instead-of-link_id.patch
deleted file mode 100644 (file)
index 89c83dd..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-From 6d5e7af1f6f5924de5dd1ebe97675c2363100878 Mon Sep 17 00:00:00 2001
-From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
-Date: Fri, 15 Jan 2021 16:25:59 +0000
-Subject: soundwire: debugfs: use controller id instead of link_id
-
-From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
-
-commit 6d5e7af1f6f5924de5dd1ebe97675c2363100878 upstream.
-
-link_id can be zero and if we have multiple controller instances
-in a system like Qualcomm debugfs will end-up with duplicate namespace
-resulting in incorrect debugfs entries.
-
-Using id should give a unique debugfs directory entry and should fix below
-warning too.
-"debugfs: Directory 'master-0' with parent 'soundwire' already present!"
-
-Fixes: bf03473d5bcc ("soundwire: add debugfs support")
-Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
-Link: https://lore.kernel.org/r/20210115162559.20869-1-srinivas.kandagatla@linaro.org
-Signed-off-by: Vinod Koul <vkoul@kernel.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- drivers/soundwire/debugfs.c |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/drivers/soundwire/debugfs.c
-+++ b/drivers/soundwire/debugfs.c
-@@ -19,7 +19,7 @@ void sdw_bus_debugfs_init(struct sdw_bus
-               return;
-       /* create the debugfs master-N */
--      snprintf(name, sizeof(name), "master-%d", bus->link_id);
-+      snprintf(name, sizeof(name), "master-%d", bus->id);
-       bus->debugfs = debugfs_create_dir(name, sdw_debugfs_root);
- }
index ed52f70697769d2abe7b8d7b49ac44269a92dc9f..104b8f10e96ad61eb13c9227d9e2558be4c5827c 100644 (file)
@@ -34,7 +34,6 @@ net-fix-dev_ifsioc_locked-race-condition.patch
 dt-bindings-ethernet-controller-fix-fixed-link-specification.patch
 dt-bindings-net-btusb-dt-fix-s-interrupt-name-interrupt-names.patch
 asoc-qcom-remove-useless-debug-print.patch
-soundwire-debugfs-use-controller-id-instead-of-link_id.patch
 ath10k-prevent-deinitializing-napi-twice.patch
 edac-amd64-do-not-load-on-family-0x15-model-0x13.patch
 staging-fwserial-fix-error-handling-in-fwserial_crea.patch
diff --git a/queue-5.11/soundwire-debugfs-use-controller-id-instead-of-link_id.patch b/queue-5.11/soundwire-debugfs-use-controller-id-instead-of-link_id.patch
deleted file mode 100644 (file)
index 89c83dd..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-From 6d5e7af1f6f5924de5dd1ebe97675c2363100878 Mon Sep 17 00:00:00 2001
-From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
-Date: Fri, 15 Jan 2021 16:25:59 +0000
-Subject: soundwire: debugfs: use controller id instead of link_id
-
-From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
-
-commit 6d5e7af1f6f5924de5dd1ebe97675c2363100878 upstream.
-
-link_id can be zero and if we have multiple controller instances
-in a system like Qualcomm debugfs will end-up with duplicate namespace
-resulting in incorrect debugfs entries.
-
-Using id should give a unique debugfs directory entry and should fix below
-warning too.
-"debugfs: Directory 'master-0' with parent 'soundwire' already present!"
-
-Fixes: bf03473d5bcc ("soundwire: add debugfs support")
-Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
-Link: https://lore.kernel.org/r/20210115162559.20869-1-srinivas.kandagatla@linaro.org
-Signed-off-by: Vinod Koul <vkoul@kernel.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- drivers/soundwire/debugfs.c |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/drivers/soundwire/debugfs.c
-+++ b/drivers/soundwire/debugfs.c
-@@ -19,7 +19,7 @@ void sdw_bus_debugfs_init(struct sdw_bus
-               return;
-       /* create the debugfs master-N */
--      snprintf(name, sizeof(name), "master-%d", bus->link_id);
-+      snprintf(name, sizeof(name), "master-%d", bus->id);
-       bus->debugfs = debugfs_create_dir(name, sdw_debugfs_root);
- }