summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2019-08-15 12:17:15 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2019-08-15 12:17:15 -0400
commitb814f7aba9c7d17236a9cc8402cf092264bbb12b (patch)
treeec50137e50a04a5d86683f91d2f7e2ceaadd0bb6
parent092c140646f5f7863ab7fbaacab75ac5ededc5e0 (diff)
downloadlongterm-queue-4.18-b814f7aba9c7d17236a9cc8402cf092264bbb12b.tar.gz
bt: drop patch with bogus fixes tag
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/Bluetooth-hci_qca-Give-enough-time-to-ROME-controlle.patch34
-rw-r--r--queue/series1
2 files changed, 0 insertions, 35 deletions
diff --git a/queue/Bluetooth-hci_qca-Give-enough-time-to-ROME-controlle.patch b/queue/Bluetooth-hci_qca-Give-enough-time-to-ROME-controlle.patch
deleted file mode 100644
index 052e304..0000000
--- a/queue/Bluetooth-hci_qca-Give-enough-time-to-ROME-controlle.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 7f09d5a6c33be66a5ca19bf9dd1c2d90c5dfcf0d Mon Sep 17 00:00:00 2001
-From: Balakrishna Godavarthi <bgodavar@codeaurora.org>
-Date: Mon, 1 Apr 2019 15:19:08 +0530
-Subject: [PATCH] Bluetooth: hci_qca: Give enough time to ROME controller to
- bootup.
-
-commit 7f09d5a6c33be66a5ca19bf9dd1c2d90c5dfcf0d upstream.
-
-This patch enables enough time to ROME controller to bootup
-after we bring the enable pin out of reset.
-
-Fixes: 05ba533c5c11 ("Bluetooth: hci_qca: Add serdev support").
-Signed-off-by: Balakrishna Godavarthi <bgodavar@codeaurora.org>
-Reviewed-by: Rocky Liao <rjliao@codeaurora.org>
-Tested-by: Rocky Liao <rjliao@codeaurora.org>
-Tested-by: Claire Chang <tientzu@chromium.org>
-Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
-
-diff --git a/drivers/bluetooth/hci_qca.c b/drivers/bluetooth/hci_qca.c
-index 4ea995d610d2..a80c3bc90904 100644
---- a/drivers/bluetooth/hci_qca.c
-+++ b/drivers/bluetooth/hci_qca.c
-@@ -523,6 +523,8 @@ static int qca_open(struct hci_uart *hu)
- qcadev = serdev_device_get_drvdata(hu->serdev);
- if (qcadev->btsoc_type != QCA_WCN3990) {
- gpiod_set_value_cansleep(qcadev->bt_en, 1);
-+ /* Controller needs time to bootup. */
-+ msleep(150);
- } else {
- hu->init_speed = qcadev->init_speed;
- hu->oper_speed = qcadev->oper_speed;
---
-2.7.4
-
diff --git a/queue/series b/queue/series
index 2971bff..757237f 100644
--- a/queue/series
+++ b/queue/series
@@ -1,5 +1,4 @@
vhost-vsock-fix-vhost-vsock-cid-hashing-inconsistent.patch
-Bluetooth-hci_qca-Give-enough-time-to-ROME-controlle.patch
HID-logitech-hidpp-use-RAP-instead-of-FAP-to-get-the.patch
pinctrl-pistachio-fix-leaked-of_node-references.patch
pinctrl-samsung-fix-leaked-of_node-references.patch