blob: d634a27bc850f1cfcdfeba21469840a9e655b690 [file] [log] [blame]
Thomas Gleixner1a59d1b82019-05-27 08:55:05 +02001// SPDX-License-Identifier: GPL-2.0-or-later
Marcel Holtmanne9a2dd22015-04-04 16:13:03 -07002/*
3 *
4 * Bluetooth HCI UART driver for Broadcom devices
5 *
6 * Copyright (C) 2015 Intel Corporation
Marcel Holtmanne9a2dd22015-04-04 16:13:03 -07007 */
8
9#include <linux/kernel.h>
10#include <linux/errno.h>
11#include <linux/skbuff.h>
Frederic Danis18aeb442015-05-28 11:25:01 +020012#include <linux/firmware.h>
Frederic Danis0395ffc2015-08-11 16:35:35 +020013#include <linux/module.h>
14#include <linux/acpi.h>
Loic Poulain33cd1492017-08-17 19:59:51 +020015#include <linux/of.h>
Guillaume La Roquef25a96c2020-01-15 11:12:43 +010016#include <linux/of_irq.h>
Loic Poulain33cd1492017-08-17 19:59:51 +020017#include <linux/property.h>
Lukas Wunner4c331622018-01-10 16:32:10 +010018#include <linux/platform_data/x86/apple.h>
Frederic Danis0395ffc2015-08-11 16:35:35 +020019#include <linux/platform_device.h>
Chen-Yu Tsai75d11672018-12-17 12:04:43 +080020#include <linux/regulator/consumer.h>
Frederic Danis0395ffc2015-08-11 16:35:35 +020021#include <linux/clk.h>
22#include <linux/gpio/consumer.h>
23#include <linux/tty.h>
Frederic Danis6cc43962015-09-04 15:35:44 +020024#include <linux/interrupt.h>
Frederic Danis5cebdfe2015-09-23 18:18:08 +020025#include <linux/dmi.h>
Frederic Danise88ab302015-09-23 18:18:11 +020026#include <linux/pm_runtime.h>
Loic Poulain33cd1492017-08-17 19:59:51 +020027#include <linux/serdev.h>
Marcel Holtmanne9a2dd22015-04-04 16:13:03 -070028
29#include <net/bluetooth/bluetooth.h>
30#include <net/bluetooth/hci_core.h>
31
Marcel Holtmannbdd88182015-04-05 22:52:18 -070032#include "btbcm.h"
Marcel Holtmanne9a2dd22015-04-04 16:13:03 -070033#include "hci_uart.h"
Marcel Holtmannbdd88182015-04-05 22:52:18 -070034
Marcel Holtmann01d5e442017-08-17 21:41:09 +020035#define BCM_NULL_PKT 0x00
36#define BCM_NULL_SIZE 0
37
Marcel Holtmann94c58132015-10-07 19:12:54 +020038#define BCM_LM_DIAG_PKT 0x07
39#define BCM_LM_DIAG_SIZE 63
40
Jonathan Bakker22bba802018-12-19 12:22:28 +010041#define BCM_TYPE49_PKT 0x31
42#define BCM_TYPE49_SIZE 0
43
44#define BCM_TYPE52_PKT 0x34
45#define BCM_TYPE52_SIZE 0
46
Frederic Danise88ab302015-09-23 18:18:11 +020047#define BCM_AUTOSUSPEND_DELAY 5000 /* default autosleep delay */
48
Chen-Yu Tsai75d11672018-12-17 12:04:43 +080049#define BCM_NUM_SUPPLIES 2
50
Lukas Wunnerb7c2aba2018-01-10 16:32:10 +010051/**
Abhishek Pandit-Subedi5d6f3912019-11-26 08:17:29 +010052 * struct bcm_device_data - device specific data
53 * @no_early_set_baudrate: Disallow set baudrate before driver setup()
Andy Shevchenko67cbdd72021-08-04 17:28:37 +030054 * @drive_rts_on_open: drive RTS signal on ->open() when platform requires it
Abhishek Pandit-Subedi5d6f3912019-11-26 08:17:29 +010055 */
56struct bcm_device_data {
57 bool no_early_set_baudrate;
Stefan Wahrene601dae2020-01-01 15:01:34 +010058 bool drive_rts_on_open;
Abhishek Pandit-Subedi5d6f3912019-11-26 08:17:29 +010059};
60
61/**
Lukas Wunnerb7c2aba2018-01-10 16:32:10 +010062 * struct bcm_device - device driver resources
63 * @serdev_hu: HCI UART controller struct
64 * @list: bcm_device_list node
65 * @dev: physical UART slave
66 * @name: device name logged by bt_dev_*() functions
67 * @device_wakeup: BT_WAKE pin,
68 * assert = Bluetooth device must wake up or remain awake,
69 * deassert = Bluetooth device may sleep when sleep criteria are met
70 * @shutdown: BT_REG_ON pin,
71 * power up or power down Bluetooth device internal regulators
Linus Walleij2f407962021-03-05 19:37:36 +010072 * @reset: BT_RST_N pin,
73 * active low resets the Bluetooth logic core
Lukas Wunner8353b4a2018-01-10 16:32:10 +010074 * @set_device_wakeup: callback to toggle BT_WAKE pin
Lukas Wunner4c331622018-01-10 16:32:10 +010075 * either by accessing @device_wakeup or by calling @btlp
Lukas Wunner8353b4a2018-01-10 16:32:10 +010076 * @set_shutdown: callback to toggle BT_REG_ON pin
Lukas Wunner4c331622018-01-10 16:32:10 +010077 * either by accessing @shutdown or by calling @btpu/@btpd
78 * @btlp: Apple ACPI method to toggle BT_WAKE pin ("Bluetooth Low Power")
79 * @btpu: Apple ACPI method to drive BT_REG_ON pin high ("Bluetooth Power Up")
80 * @btpd: Apple ACPI method to drive BT_REG_ON pin low ("Bluetooth Power Down")
Andy Shevchenko67cbdd72021-08-04 17:28:37 +030081 * @gpio_count: internal counter for GPIO resources associated with ACPI device
82 * @gpio_int_idx: index in _CRS for GpioInt() resource
Chen-Yu Tsai55dbfcd2018-12-17 12:04:41 +080083 * @txco_clk: external reference frequency clock used by Bluetooth device
Chen-Yu Tsai90bc07c2018-12-17 12:04:42 +080084 * @lpo_clk: external LPO clock used by Bluetooth device
Chen-Yu Tsai75d11672018-12-17 12:04:43 +080085 * @supplies: VBAT and VDDIO supplies used by Bluetooth device
86 * @res_enabled: whether clocks and supplies are prepared and enabled
Lukas Wunnerb7c2aba2018-01-10 16:32:10 +010087 * @init_speed: default baudrate of Bluetooth device;
88 * the host UART is initially set to this baudrate so that
89 * it can configure the Bluetooth device for @oper_speed
90 * @oper_speed: preferred baudrate of Bluetooth device;
91 * set to 0 if @init_speed is already the preferred baudrate
92 * @irq: interrupt triggered by HOST_WAKE_BT pin
93 * @irq_active_low: whether @irq is active low
Andy Shevchenko67cbdd72021-08-04 17:28:37 +030094 * @irq_acquired: flag to show if IRQ handler has been assigned
Lukas Wunnerb7c2aba2018-01-10 16:32:10 +010095 * @hu: pointer to HCI UART controller struct,
96 * used to disable flow control during runtime suspend and system sleep
97 * @is_suspended: whether flow control is currently disabled
Abhishek Pandit-Subedi5d6f3912019-11-26 08:17:29 +010098 * @no_early_set_baudrate: don't set_baudrate before setup()
Andy Shevchenko67cbdd72021-08-04 17:28:37 +030099 * @drive_rts_on_open: drive RTS signal on ->open() when platform requires it
100 * @pcm_int_params: keep the initial PCM configuration
Lukas Wunnerb7c2aba2018-01-10 16:32:10 +0100101 */
Frederic Danis0395ffc2015-08-11 16:35:35 +0200102struct bcm_device {
Hans de Goede8a920562017-10-04 20:43:43 +0200103 /* Must be the first member, hci_serdev.c expects this. */
104 struct hci_uart serdev_hu;
Frederic Danis0395ffc2015-08-11 16:35:35 +0200105 struct list_head list;
106
Hans de Goedec0d3ce52017-10-04 20:43:39 +0200107 struct device *dev;
Frederic Danis0395ffc2015-08-11 16:35:35 +0200108
109 const char *name;
110 struct gpio_desc *device_wakeup;
111 struct gpio_desc *shutdown;
Linus Walleij2f407962021-03-05 19:37:36 +0100112 struct gpio_desc *reset;
Lukas Wunner8353b4a2018-01-10 16:32:10 +0100113 int (*set_device_wakeup)(struct bcm_device *, bool);
114 int (*set_shutdown)(struct bcm_device *, bool);
Lukas Wunner4c331622018-01-10 16:32:10 +0100115#ifdef CONFIG_ACPI
116 acpi_handle btlp, btpu, btpd;
Hans de Goedea4de1562018-03-16 21:28:11 +0100117 int gpio_count;
118 int gpio_int_idx;
Lukas Wunner4c331622018-01-10 16:32:10 +0100119#endif
Frederic Danis0395ffc2015-08-11 16:35:35 +0200120
Chen-Yu Tsai55dbfcd2018-12-17 12:04:41 +0800121 struct clk *txco_clk;
Chen-Yu Tsai90bc07c2018-12-17 12:04:42 +0800122 struct clk *lpo_clk;
Chen-Yu Tsai75d11672018-12-17 12:04:43 +0800123 struct regulator_bulk_data supplies[BCM_NUM_SUPPLIES];
124 bool res_enabled;
Frederic Danisae056902015-08-11 16:35:37 +0200125
126 u32 init_speed;
Marcel Holtmann74183a12017-08-16 09:53:30 +0200127 u32 oper_speed;
Frederic Danis6cc43962015-09-04 15:35:44 +0200128 int irq;
Hans de Goede227630c2017-10-04 20:43:36 +0200129 bool irq_active_low;
Michał Mirosław81bd5d02020-04-02 14:55:20 +0200130 bool irq_acquired;
Frederic Danis118612f2015-08-11 16:35:38 +0200131
Frederic Danisb7a622a2015-09-23 18:18:09 +0200132#ifdef CONFIG_PM
Frederic Danis118612f2015-08-11 16:35:38 +0200133 struct hci_uart *hu;
Lukas Wunnerb7c2aba2018-01-10 16:32:10 +0100134 bool is_suspended;
Frederic Danis118612f2015-08-11 16:35:38 +0200135#endif
Abhishek Pandit-Subedi5d6f3912019-11-26 08:17:29 +0100136 bool no_early_set_baudrate;
Stefan Wahrene601dae2020-01-01 15:01:34 +0100137 bool drive_rts_on_open;
Abhishek Pandit-Subedieb762b92019-11-26 08:17:32 +0100138 u8 pcm_int_params[5];
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700139};
140
Loic Poulain33cd1492017-08-17 19:59:51 +0200141/* generic bcm uart resources */
Frederic Danis0395ffc2015-08-11 16:35:35 +0200142struct bcm_data {
143 struct sk_buff *rx_skb;
144 struct sk_buff_head txq;
145
146 struct bcm_device *dev;
147};
148
149/* List of BCM BT UART devices */
Frederic Danisbb3ea162015-09-01 12:13:35 +0200150static DEFINE_MUTEX(bcm_device_lock);
Frederic Danis0395ffc2015-08-11 16:35:35 +0200151static LIST_HEAD(bcm_device_list);
152
Hans de Goedee09070c2018-03-16 21:28:07 +0100153static int irq_polarity = -1;
154module_param(irq_polarity, int, 0444);
155MODULE_PARM_DESC(irq_polarity, "IRQ polarity 0: active-high 1: active-low");
156
Loic Poulain33cd1492017-08-17 19:59:51 +0200157static inline void host_set_baudrate(struct hci_uart *hu, unsigned int speed)
158{
159 if (hu->serdev)
160 serdev_device_set_baudrate(hu->serdev, speed);
161 else
162 hci_uart_set_baudrate(hu, speed);
163}
164
Frederic Danis61b2fc22015-06-09 16:15:37 +0200165static int bcm_set_baudrate(struct hci_uart *hu, unsigned int speed)
166{
167 struct hci_dev *hdev = hu->hdev;
168 struct sk_buff *skb;
169 struct bcm_update_uart_baud_rate param;
170
171 if (speed > 3000000) {
172 struct bcm_write_uart_clock_setting clock;
173
174 clock.type = BCM_UART_CLOCK_48MHZ;
175
Frederic Danis65ad07c2015-09-01 12:13:36 +0200176 bt_dev_dbg(hdev, "Set Controller clock (%d)", clock.type);
Frederic Danis61b2fc22015-06-09 16:15:37 +0200177
178 /* This Broadcom specific command changes the UART's controller
179 * clock for baud rate > 3000000.
180 */
181 skb = __hci_cmd_sync(hdev, 0xfc45, 1, &clock, HCI_INIT_TIMEOUT);
182 if (IS_ERR(skb)) {
183 int err = PTR_ERR(skb);
Frederic Danis65ad07c2015-09-01 12:13:36 +0200184 bt_dev_err(hdev, "BCM: failed to write clock (%d)",
185 err);
Frederic Danis61b2fc22015-06-09 16:15:37 +0200186 return err;
187 }
188
189 kfree_skb(skb);
190 }
191
Frederic Danis65ad07c2015-09-01 12:13:36 +0200192 bt_dev_dbg(hdev, "Set Controller UART speed to %d bit/s", speed);
Frederic Danis61b2fc22015-06-09 16:15:37 +0200193
194 param.zero = cpu_to_le16(0);
195 param.baud_rate = cpu_to_le32(speed);
196
197 /* This Broadcom specific command changes the UART's controller baud
198 * rate.
199 */
200 skb = __hci_cmd_sync(hdev, 0xfc18, sizeof(param), &param,
201 HCI_INIT_TIMEOUT);
202 if (IS_ERR(skb)) {
203 int err = PTR_ERR(skb);
Frederic Danis65ad07c2015-09-01 12:13:36 +0200204 bt_dev_err(hdev, "BCM: failed to write update baudrate (%d)",
205 err);
Frederic Danis61b2fc22015-06-09 16:15:37 +0200206 return err;
207 }
208
209 kfree_skb(skb);
210
211 return 0;
212}
213
Frederic Danis917522a2015-08-28 15:44:00 +0200214/* bcm_device_exists should be protected by bcm_device_lock */
Frederic Danis0395ffc2015-08-11 16:35:35 +0200215static bool bcm_device_exists(struct bcm_device *device)
216{
217 struct list_head *p;
218
Arnd Bergmann81a19052017-10-11 15:46:21 +0200219#ifdef CONFIG_PM
Hans de Goede8a920562017-10-04 20:43:43 +0200220 /* Devices using serdev always exist */
221 if (device && device->hu && device->hu->serdev)
222 return true;
Arnd Bergmann81a19052017-10-11 15:46:21 +0200223#endif
Hans de Goede8a920562017-10-04 20:43:43 +0200224
Frederic Danis0395ffc2015-08-11 16:35:35 +0200225 list_for_each(p, &bcm_device_list) {
226 struct bcm_device *dev = list_entry(p, struct bcm_device, list);
227
228 if (device == dev)
229 return true;
230 }
231
232 return false;
233}
234
235static int bcm_gpio_set_power(struct bcm_device *dev, bool powered)
236{
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +0100237 int err;
Frederic Danis0395ffc2015-08-11 16:35:35 +0200238
Chen-Yu Tsai75d11672018-12-17 12:04:43 +0800239 if (powered && !dev->res_enabled) {
Chen-Yu Tsai62611ab2019-04-01 11:43:12 +0800240 /* Intel Macs use bcm_apple_get_resources() and don't
241 * have regulator supplies configured.
242 */
243 if (dev->supplies[0].supply) {
244 err = regulator_bulk_enable(BCM_NUM_SUPPLIES,
245 dev->supplies);
246 if (err)
247 return err;
248 }
Chen-Yu Tsai75d11672018-12-17 12:04:43 +0800249
Chen-Yu Tsai90bc07c2018-12-17 12:04:42 +0800250 /* LPO clock needs to be 32.768 kHz */
251 err = clk_set_rate(dev->lpo_clk, 32768);
252 if (err) {
253 dev_err(dev->dev, "Could not set LPO clock rate\n");
Chen-Yu Tsai75d11672018-12-17 12:04:43 +0800254 goto err_regulator_disable;
Chen-Yu Tsai90bc07c2018-12-17 12:04:42 +0800255 }
256
257 err = clk_prepare_enable(dev->lpo_clk);
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +0100258 if (err)
Chen-Yu Tsai75d11672018-12-17 12:04:43 +0800259 goto err_regulator_disable;
Chen-Yu Tsai90bc07c2018-12-17 12:04:42 +0800260
261 err = clk_prepare_enable(dev->txco_clk);
262 if (err)
263 goto err_lpo_clk_disable;
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +0100264 }
265
266 err = dev->set_shutdown(dev, powered);
267 if (err)
Chen-Yu Tsai90bc07c2018-12-17 12:04:42 +0800268 goto err_txco_clk_disable;
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +0100269
270 err = dev->set_device_wakeup(dev, powered);
271 if (err)
272 goto err_revert_shutdown;
Frederic Danis0395ffc2015-08-11 16:35:35 +0200273
Chen-Yu Tsai75d11672018-12-17 12:04:43 +0800274 if (!powered && dev->res_enabled) {
Chen-Yu Tsai55dbfcd2018-12-17 12:04:41 +0800275 clk_disable_unprepare(dev->txco_clk);
Chen-Yu Tsai90bc07c2018-12-17 12:04:42 +0800276 clk_disable_unprepare(dev->lpo_clk);
Chen-Yu Tsai62611ab2019-04-01 11:43:12 +0800277
278 /* Intel Macs use bcm_apple_get_resources() and don't
279 * have regulator supplies configured.
280 */
281 if (dev->supplies[0].supply)
282 regulator_bulk_disable(BCM_NUM_SUPPLIES,
283 dev->supplies);
Chen-Yu Tsai90bc07c2018-12-17 12:04:42 +0800284 }
Frederic Danis0395ffc2015-08-11 16:35:35 +0200285
Chen-Yu Tsai91927a92018-12-17 12:04:44 +0800286 /* wait for device to power on and come out of reset */
Ondrej Jirman16946de2019-08-23 12:31:37 +0200287 usleep_range(100000, 120000);
Chen-Yu Tsai91927a92018-12-17 12:04:44 +0800288
Chen-Yu Tsai75d11672018-12-17 12:04:43 +0800289 dev->res_enabled = powered;
Frederic Danis0395ffc2015-08-11 16:35:35 +0200290
291 return 0;
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +0100292
293err_revert_shutdown:
294 dev->set_shutdown(dev, !powered);
Chen-Yu Tsai90bc07c2018-12-17 12:04:42 +0800295err_txco_clk_disable:
Chen-Yu Tsai75d11672018-12-17 12:04:43 +0800296 if (powered && !dev->res_enabled)
Chen-Yu Tsai55dbfcd2018-12-17 12:04:41 +0800297 clk_disable_unprepare(dev->txco_clk);
Chen-Yu Tsai90bc07c2018-12-17 12:04:42 +0800298err_lpo_clk_disable:
Chen-Yu Tsai75d11672018-12-17 12:04:43 +0800299 if (powered && !dev->res_enabled)
Chen-Yu Tsai90bc07c2018-12-17 12:04:42 +0800300 clk_disable_unprepare(dev->lpo_clk);
Chen-Yu Tsai75d11672018-12-17 12:04:43 +0800301err_regulator_disable:
302 if (powered && !dev->res_enabled)
303 regulator_bulk_disable(BCM_NUM_SUPPLIES, dev->supplies);
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +0100304 return err;
Frederic Danis0395ffc2015-08-11 16:35:35 +0200305}
306
Frederic Danisb7a622a2015-09-23 18:18:09 +0200307#ifdef CONFIG_PM
Frederic Danis6cc43962015-09-04 15:35:44 +0200308static irqreturn_t bcm_host_wake(int irq, void *data)
309{
310 struct bcm_device *bdev = data;
311
312 bt_dev_dbg(bdev, "Host wake IRQ");
313
Hans de Goedeb09c6152018-03-14 23:06:02 +0100314 pm_runtime_get(bdev->dev);
315 pm_runtime_mark_last_busy(bdev->dev);
316 pm_runtime_put_autosuspend(bdev->dev);
Frederic Danise88ab302015-09-23 18:18:11 +0200317
Frederic Danis6cc43962015-09-04 15:35:44 +0200318 return IRQ_HANDLED;
319}
320
321static int bcm_request_irq(struct bcm_data *bcm)
322{
323 struct bcm_device *bdev = bcm->dev;
Loic Poulain98dc77d2017-07-04 12:57:56 +0200324 int err;
Frederic Danis6cc43962015-09-04 15:35:44 +0200325
Frederic Danis6cc43962015-09-04 15:35:44 +0200326 mutex_lock(&bcm_device_lock);
327 if (!bcm_device_exists(bdev)) {
328 err = -ENODEV;
329 goto unlock;
330 }
331
Loic Poulain98dc77d2017-07-04 12:57:56 +0200332 if (bdev->irq <= 0) {
333 err = -EOPNOTSUPP;
334 goto unlock;
Frederic Danis6cc43962015-09-04 15:35:44 +0200335 }
336
Hans de Goedec0d3ce52017-10-04 20:43:39 +0200337 err = devm_request_irq(bdev->dev, bdev->irq, bcm_host_wake,
Hans de Goede227630c2017-10-04 20:43:36 +0200338 bdev->irq_active_low ? IRQF_TRIGGER_FALLING :
339 IRQF_TRIGGER_RISING,
340 "host_wake", bdev);
Lukas Wunner4dc27332018-01-10 16:32:10 +0100341 if (err) {
342 bdev->irq = err;
Loic Poulain98dc77d2017-07-04 12:57:56 +0200343 goto unlock;
Lukas Wunner4dc27332018-01-10 16:32:10 +0100344 }
Loic Poulain98dc77d2017-07-04 12:57:56 +0200345
Michał Mirosław81bd5d02020-04-02 14:55:20 +0200346 bdev->irq_acquired = true;
347
Hans de Goedec0d3ce52017-10-04 20:43:39 +0200348 device_init_wakeup(bdev->dev, true);
Loic Poulain98dc77d2017-07-04 12:57:56 +0200349
Hans de Goedec0d3ce52017-10-04 20:43:39 +0200350 pm_runtime_set_autosuspend_delay(bdev->dev,
Loic Poulain98dc77d2017-07-04 12:57:56 +0200351 BCM_AUTOSUSPEND_DELAY);
Hans de Goedec0d3ce52017-10-04 20:43:39 +0200352 pm_runtime_use_autosuspend(bdev->dev);
353 pm_runtime_set_active(bdev->dev);
354 pm_runtime_enable(bdev->dev);
Loic Poulain98dc77d2017-07-04 12:57:56 +0200355
Frederic Danis6cc43962015-09-04 15:35:44 +0200356unlock:
357 mutex_unlock(&bcm_device_lock);
358
359 return err;
360}
361
362static const struct bcm_set_sleep_mode default_sleep_params = {
363 .sleep_mode = 1, /* 0=Disabled, 1=UART, 2=Reserved, 3=USB */
364 .idle_host = 2, /* idle threshold HOST, in 300ms */
365 .idle_dev = 2, /* idle threshold device, in 300ms */
366 .bt_wake_active = 1, /* BT_WAKE active mode: 1 = high, 0 = low */
367 .host_wake_active = 0, /* HOST_WAKE active mode: 1 = high, 0 = low */
368 .allow_host_sleep = 1, /* Allow host sleep in SCO flag */
Frederic Danise88ab302015-09-23 18:18:11 +0200369 .combine_modes = 1, /* Combine sleep and LPM flag */
Frederic Danis6cc43962015-09-04 15:35:44 +0200370 .tristate_control = 0, /* Allow tri-state control of UART tx flag */
371 /* Irrelevant USB flags */
372 .usb_auto_sleep = 0,
373 .usb_resume_timeout = 0,
Lukas Wunnerff875962018-01-10 16:32:10 +0100374 .break_to_host = 0,
Hans de Goedee07c99b2018-03-14 23:06:03 +0100375 .pulsed_host_wake = 1,
Frederic Danis6cc43962015-09-04 15:35:44 +0200376};
377
378static int bcm_setup_sleep(struct hci_uart *hu)
379{
380 struct bcm_data *bcm = hu->priv;
381 struct sk_buff *skb;
382 struct bcm_set_sleep_mode sleep_params = default_sleep_params;
383
Hans de Goede227630c2017-10-04 20:43:36 +0200384 sleep_params.host_wake_active = !bcm->dev->irq_active_low;
Frederic Danis6cc43962015-09-04 15:35:44 +0200385
386 skb = __hci_cmd_sync(hu->hdev, 0xfc27, sizeof(sleep_params),
387 &sleep_params, HCI_INIT_TIMEOUT);
388 if (IS_ERR(skb)) {
389 int err = PTR_ERR(skb);
390 bt_dev_err(hu->hdev, "Sleep VSC failed (%d)", err);
391 return err;
392 }
393 kfree_skb(skb);
394
395 bt_dev_dbg(hu->hdev, "Set Sleep Parameters VSC succeeded");
396
397 return 0;
398}
399#else
400static inline int bcm_request_irq(struct bcm_data *bcm) { return 0; }
401static inline int bcm_setup_sleep(struct hci_uart *hu) { return 0; }
402#endif
403
Marcel Holtmann075e1f52015-10-07 20:08:26 +0200404static int bcm_set_diag(struct hci_dev *hdev, bool enable)
405{
406 struct hci_uart *hu = hci_get_drvdata(hdev);
407 struct bcm_data *bcm = hu->priv;
408 struct sk_buff *skb;
409
410 if (!test_bit(HCI_RUNNING, &hdev->flags))
411 return -ENETDOWN;
412
413 skb = bt_skb_alloc(3, GFP_KERNEL);
Dan Carpentera1857392015-10-22 12:06:09 +0300414 if (!skb)
415 return -ENOMEM;
Marcel Holtmann075e1f52015-10-07 20:08:26 +0200416
Johannes Berg634fef62017-06-16 14:29:24 +0200417 skb_put_u8(skb, BCM_LM_DIAG_PKT);
418 skb_put_u8(skb, 0xf0);
419 skb_put_u8(skb, enable);
Marcel Holtmann075e1f52015-10-07 20:08:26 +0200420
421 skb_queue_tail(&bcm->txq, skb);
422 hci_uart_tx_wakeup(hu);
423
424 return 0;
425}
426
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700427static int bcm_open(struct hci_uart *hu)
428{
429 struct bcm_data *bcm;
Frederic Danis0395ffc2015-08-11 16:35:35 +0200430 struct list_head *p;
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +0100431 int err;
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700432
Frederic Danis65ad07c2015-09-01 12:13:36 +0200433 bt_dev_dbg(hu->hdev, "hu %p", hu);
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700434
Vladis Dronovb36a1552019-07-30 11:33:45 +0200435 if (!hci_uart_has_flow_control(hu))
436 return -EOPNOTSUPP;
437
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700438 bcm = kzalloc(sizeof(*bcm), GFP_KERNEL);
439 if (!bcm)
440 return -ENOMEM;
441
442 skb_queue_head_init(&bcm->txq);
443
444 hu->priv = bcm;
Frederic Danis0395ffc2015-08-11 16:35:35 +0200445
Hans de Goede8a920562017-10-04 20:43:43 +0200446 mutex_lock(&bcm_device_lock);
447
Loic Poulain33cd1492017-08-17 19:59:51 +0200448 if (hu->serdev) {
Hans de Goede8a920562017-10-04 20:43:43 +0200449 bcm->dev = serdev_device_get_drvdata(hu->serdev);
Loic Poulain33cd1492017-08-17 19:59:51 +0200450 goto out;
451 }
452
Johan Hovold95065a62017-03-29 18:15:27 +0200453 if (!hu->tty->dev)
454 goto out;
455
Frederic Danis0395ffc2015-08-11 16:35:35 +0200456 list_for_each(p, &bcm_device_list) {
457 struct bcm_device *dev = list_entry(p, struct bcm_device, list);
458
459 /* Retrieve saved bcm_device based on parent of the
460 * platform device (saved during device probe) and
461 * parent of tty device used by hci_uart
462 */
Hans de Goedec0d3ce52017-10-04 20:43:39 +0200463 if (hu->tty->dev->parent == dev->dev->parent) {
Frederic Danis0395ffc2015-08-11 16:35:35 +0200464 bcm->dev = dev;
Frederic Danisb7a622a2015-09-23 18:18:09 +0200465#ifdef CONFIG_PM
Frederic Danis118612f2015-08-11 16:35:38 +0200466 dev->hu = hu;
467#endif
Frederic Danis0395ffc2015-08-11 16:35:35 +0200468 break;
469 }
470 }
471
Johan Hovold95065a62017-03-29 18:15:27 +0200472out:
Hans de Goede8a920562017-10-04 20:43:43 +0200473 if (bcm->dev) {
Stefan Wahrene601dae2020-01-01 15:01:34 +0100474 if (bcm->dev->drive_rts_on_open)
475 hci_uart_set_flow_control(hu, true);
476
Hans de Goede8a920562017-10-04 20:43:43 +0200477 hu->init_speed = bcm->dev->init_speed;
Abhishek Pandit-Subedi5d6f3912019-11-26 08:17:29 +0100478
479 /* If oper_speed is set, ldisc/serdev will set the baudrate
480 * before calling setup()
481 */
482 if (!bcm->dev->no_early_set_baudrate)
483 hu->oper_speed = bcm->dev->oper_speed;
484
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +0100485 err = bcm_gpio_set_power(bcm->dev, true);
Stefan Wahrene601dae2020-01-01 15:01:34 +0100486
487 if (bcm->dev->drive_rts_on_open)
488 hci_uart_set_flow_control(hu, false);
489
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +0100490 if (err)
491 goto err_unset_hu;
Hans de Goede8a920562017-10-04 20:43:43 +0200492 }
493
494 mutex_unlock(&bcm_device_lock);
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700495 return 0;
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +0100496
497err_unset_hu:
498#ifdef CONFIG_PM
Hans de Goedee9ca0802018-05-27 21:04:52 +0200499 if (!hu->serdev)
Hans de Goede8c6b8ed2018-01-22 12:53:24 +0100500 bcm->dev->hu = NULL;
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +0100501#endif
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +0100502 mutex_unlock(&bcm_device_lock);
503 hu->priv = NULL;
504 kfree(bcm);
505 return err;
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700506}
507
508static int bcm_close(struct hci_uart *hu)
509{
510 struct bcm_data *bcm = hu->priv;
Hans de Goede8a920562017-10-04 20:43:43 +0200511 struct bcm_device *bdev = NULL;
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +0100512 int err;
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700513
Frederic Danis65ad07c2015-09-01 12:13:36 +0200514 bt_dev_dbg(hu->hdev, "hu %p", hu);
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700515
Frederic Danis0395ffc2015-08-11 16:35:35 +0200516 /* Protect bcm->dev against removal of the device or driver */
Frederic Danisbb3ea162015-09-01 12:13:35 +0200517 mutex_lock(&bcm_device_lock);
Hans de Goede8a920562017-10-04 20:43:43 +0200518
519 if (hu->serdev) {
Hans de Goede8a920562017-10-04 20:43:43 +0200520 bdev = serdev_device_get_drvdata(hu->serdev);
521 } else if (bcm_device_exists(bcm->dev)) {
522 bdev = bcm->dev;
523#ifdef CONFIG_PM
524 bdev->hu = NULL;
525#endif
526 }
527
528 if (bdev) {
Michał Mirosław81bd5d02020-04-02 14:55:20 +0200529 if (IS_ENABLED(CONFIG_PM) && bdev->irq_acquired) {
Hans de Goedec0d3ce52017-10-04 20:43:39 +0200530 devm_free_irq(bdev->dev, bdev->irq, bdev);
531 device_init_wakeup(bdev->dev, false);
Lukas Wunnerf4cf6b72018-01-10 16:32:10 +0100532 pm_runtime_disable(bdev->dev);
Frederic Danis6cc43962015-09-04 15:35:44 +0200533 }
Lukas Wunner54ba69f2018-01-10 16:32:10 +0100534
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +0100535 err = bcm_gpio_set_power(bdev, false);
536 if (err)
537 bt_dev_err(hu->hdev, "Failed to power down");
538 else
539 pm_runtime_set_suspended(bdev->dev);
Frederic Danis118612f2015-08-11 16:35:38 +0200540 }
Frederic Danisbb3ea162015-09-01 12:13:35 +0200541 mutex_unlock(&bcm_device_lock);
Frederic Danis0395ffc2015-08-11 16:35:35 +0200542
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700543 skb_queue_purge(&bcm->txq);
544 kfree_skb(bcm->rx_skb);
545 kfree(bcm);
546
547 hu->priv = NULL;
548 return 0;
549}
550
551static int bcm_flush(struct hci_uart *hu)
552{
553 struct bcm_data *bcm = hu->priv;
554
Frederic Danis65ad07c2015-09-01 12:13:36 +0200555 bt_dev_dbg(hu->hdev, "hu %p", hu);
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700556
557 skb_queue_purge(&bcm->txq);
558
559 return 0;
560}
561
562static int bcm_setup(struct hci_uart *hu)
563{
Frederic Danis6cc43962015-09-04 15:35:44 +0200564 struct bcm_data *bcm = hu->priv;
Hans de Goede0287c5d2020-04-17 19:15:27 +0200565 bool fw_load_done = false;
Frederic Danis960ef1d2015-06-18 12:43:27 +0200566 unsigned int speed;
Frederic Danis6be09b42015-05-28 11:25:05 +0200567 int err;
568
Frederic Danis65ad07c2015-09-01 12:13:36 +0200569 bt_dev_dbg(hu->hdev, "hu %p", hu);
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700570
Marcel Holtmann075e1f52015-10-07 20:08:26 +0200571 hu->hdev->set_diag = bcm_set_diag;
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700572 hu->hdev->set_bdaddr = btbcm_set_bdaddr;
573
Hans de Goede0287c5d2020-04-17 19:15:27 +0200574 err = btbcm_initialize(hu->hdev, &fw_load_done);
Frederic Danis6be09b42015-05-28 11:25:05 +0200575 if (err)
576 return err;
577
Hans de Goede0287c5d2020-04-17 19:15:27 +0200578 if (!fw_load_done)
Frederic Danis6be09b42015-05-28 11:25:05 +0200579 return 0;
Frederic Danis6be09b42015-05-28 11:25:05 +0200580
Frederic Danis960ef1d2015-06-18 12:43:27 +0200581 /* Init speed if any */
582 if (hu->init_speed)
583 speed = hu->init_speed;
584 else if (hu->proto->init_speed)
585 speed = hu->proto->init_speed;
586 else
587 speed = 0;
Frederic Danis6be09b42015-05-28 11:25:05 +0200588
Frederic Danis960ef1d2015-06-18 12:43:27 +0200589 if (speed)
Loic Poulain33cd1492017-08-17 19:59:51 +0200590 host_set_baudrate(hu, speed);
Frederic Danis960ef1d2015-06-18 12:43:27 +0200591
592 /* Operational speed if any */
593 if (hu->oper_speed)
594 speed = hu->oper_speed;
Abhishek Pandit-Subedi5d6f3912019-11-26 08:17:29 +0100595 else if (bcm->dev && bcm->dev->oper_speed)
596 speed = bcm->dev->oper_speed;
Frederic Danis960ef1d2015-06-18 12:43:27 +0200597 else if (hu->proto->oper_speed)
598 speed = hu->proto->oper_speed;
599 else
600 speed = 0;
601
602 if (speed) {
603 err = bcm_set_baudrate(hu, speed);
Frederic Danis61b2fc22015-06-09 16:15:37 +0200604 if (!err)
Loic Poulain33cd1492017-08-17 19:59:51 +0200605 host_set_baudrate(hu, speed);
Frederic Danis61b2fc22015-06-09 16:15:37 +0200606 }
607
Abhishek Pandit-Subedieb762b92019-11-26 08:17:32 +0100608 /* PCM parameters if provided */
609 if (bcm->dev && bcm->dev->pcm_int_params[0] != 0xff) {
610 struct bcm_set_pcm_int_params params;
611
612 btbcm_read_pcm_int_params(hu->hdev, &params);
613
614 memcpy(&params, bcm->dev->pcm_int_params, 5);
615 btbcm_write_pcm_int_params(hu->hdev, &params);
616 }
617
Hans de Goede0383f162020-04-17 19:15:29 +0200618 err = btbcm_finalize(hu->hdev, &fw_load_done);
Frederic Danis6cc43962015-09-04 15:35:44 +0200619 if (err)
620 return err;
621
Hans de Goedef8c51d22020-04-17 19:15:26 +0200622 /* Some devices ship with the controller default address.
623 * Allow the bootloader to set a valid address through the
624 * device tree.
625 */
626 set_bit(HCI_QUIRK_USE_BDADDR_PROPERTY, &hu->hdev->quirks);
627
Loic Poulaincdd24a22017-06-27 19:15:07 +0200628 if (!bcm_request_irq(bcm))
Frederic Danis6cc43962015-09-04 15:35:44 +0200629 err = bcm_setup_sleep(hu);
Frederic Danis6be09b42015-05-28 11:25:05 +0200630
631 return err;
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700632}
633
Marcel Holtmann94c58132015-10-07 19:12:54 +0200634#define BCM_RECV_LM_DIAG \
635 .type = BCM_LM_DIAG_PKT, \
636 .hlen = BCM_LM_DIAG_SIZE, \
637 .loff = 0, \
638 .lsize = 0, \
639 .maxlen = BCM_LM_DIAG_SIZE
640
Marcel Holtmann01d5e442017-08-17 21:41:09 +0200641#define BCM_RECV_NULL \
642 .type = BCM_NULL_PKT, \
643 .hlen = BCM_NULL_SIZE, \
644 .loff = 0, \
645 .lsize = 0, \
646 .maxlen = BCM_NULL_SIZE
647
Jonathan Bakker22bba802018-12-19 12:22:28 +0100648#define BCM_RECV_TYPE49 \
649 .type = BCM_TYPE49_PKT, \
650 .hlen = BCM_TYPE49_SIZE, \
651 .loff = 0, \
652 .lsize = 0, \
653 .maxlen = BCM_TYPE49_SIZE
654
655#define BCM_RECV_TYPE52 \
656 .type = BCM_TYPE52_PKT, \
657 .hlen = BCM_TYPE52_SIZE, \
658 .loff = 0, \
659 .lsize = 0, \
660 .maxlen = BCM_TYPE52_SIZE
661
Marcel Holtmann79b8df92015-04-05 23:44:59 -0700662static const struct h4_recv_pkt bcm_recv_pkts[] = {
Marcel Holtmann94c58132015-10-07 19:12:54 +0200663 { H4_RECV_ACL, .recv = hci_recv_frame },
664 { H4_RECV_SCO, .recv = hci_recv_frame },
665 { H4_RECV_EVENT, .recv = hci_recv_frame },
Jakub Pawlowski9edd1de2020-12-17 12:44:22 +0100666 { H4_RECV_ISO, .recv = hci_recv_frame },
Marcel Holtmann94c58132015-10-07 19:12:54 +0200667 { BCM_RECV_LM_DIAG, .recv = hci_recv_diag },
Marcel Holtmann01d5e442017-08-17 21:41:09 +0200668 { BCM_RECV_NULL, .recv = hci_recv_diag },
Jonathan Bakker22bba802018-12-19 12:22:28 +0100669 { BCM_RECV_TYPE49, .recv = hci_recv_diag },
670 { BCM_RECV_TYPE52, .recv = hci_recv_diag },
Marcel Holtmann79b8df92015-04-05 23:44:59 -0700671};
672
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700673static int bcm_recv(struct hci_uart *hu, const void *data, int count)
674{
675 struct bcm_data *bcm = hu->priv;
676
677 if (!test_bit(HCI_UART_REGISTERED, &hu->flags))
678 return -EUNATCH;
679
Marcel Holtmann79b8df92015-04-05 23:44:59 -0700680 bcm->rx_skb = h4_recv_buf(hu->hdev, bcm->rx_skb, data, count,
681 bcm_recv_pkts, ARRAY_SIZE(bcm_recv_pkts));
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700682 if (IS_ERR(bcm->rx_skb)) {
683 int err = PTR_ERR(bcm->rx_skb);
Frederic Danis65ad07c2015-09-01 12:13:36 +0200684 bt_dev_err(hu->hdev, "Frame reassembly failed (%d)", err);
Chan-yeol Park37134162015-06-17 21:10:39 +0900685 bcm->rx_skb = NULL;
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700686 return err;
Frederic Danise88ab302015-09-23 18:18:11 +0200687 } else if (!bcm->rx_skb) {
688 /* Delay auto-suspend when receiving completed packet */
689 mutex_lock(&bcm_device_lock);
Hans de Goedeb09c6152018-03-14 23:06:02 +0100690 if (bcm->dev && bcm_device_exists(bcm->dev)) {
691 pm_runtime_get(bcm->dev->dev);
692 pm_runtime_mark_last_busy(bcm->dev->dev);
693 pm_runtime_put_autosuspend(bcm->dev->dev);
694 }
Frederic Danise88ab302015-09-23 18:18:11 +0200695 mutex_unlock(&bcm_device_lock);
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700696 }
697
698 return count;
699}
700
701static int bcm_enqueue(struct hci_uart *hu, struct sk_buff *skb)
702{
703 struct bcm_data *bcm = hu->priv;
704
Frederic Danis65ad07c2015-09-01 12:13:36 +0200705 bt_dev_dbg(hu->hdev, "hu %p skb %p", hu, skb);
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700706
707 /* Prepend skb with frame type */
Marcel Holtmann618e8bc2015-11-05 07:33:56 +0100708 memcpy(skb_push(skb, 1), &hci_skb_pkt_type(skb), 1);
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700709 skb_queue_tail(&bcm->txq, skb);
710
711 return 0;
712}
713
714static struct sk_buff *bcm_dequeue(struct hci_uart *hu)
715{
716 struct bcm_data *bcm = hu->priv;
Frederic Danise88ab302015-09-23 18:18:11 +0200717 struct sk_buff *skb = NULL;
718 struct bcm_device *bdev = NULL;
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700719
Frederic Danise88ab302015-09-23 18:18:11 +0200720 mutex_lock(&bcm_device_lock);
721
722 if (bcm_device_exists(bcm->dev)) {
723 bdev = bcm->dev;
Hans de Goedec0d3ce52017-10-04 20:43:39 +0200724 pm_runtime_get_sync(bdev->dev);
Frederic Danise88ab302015-09-23 18:18:11 +0200725 /* Shall be resumed here */
726 }
727
728 skb = skb_dequeue(&bcm->txq);
729
730 if (bdev) {
Hans de Goedec0d3ce52017-10-04 20:43:39 +0200731 pm_runtime_mark_last_busy(bdev->dev);
732 pm_runtime_put_autosuspend(bdev->dev);
Frederic Danise88ab302015-09-23 18:18:11 +0200733 }
734
735 mutex_unlock(&bcm_device_lock);
736
737 return skb;
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700738}
739
Frederic Danisb7a622a2015-09-23 18:18:09 +0200740#ifdef CONFIG_PM
741static int bcm_suspend_device(struct device *dev)
Frederic Danis118612f2015-08-11 16:35:38 +0200742{
Hans de Goede78277d72017-10-04 20:43:42 +0200743 struct bcm_device *bdev = dev_get_drvdata(dev);
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +0100744 int err;
Frederic Danis118612f2015-08-11 16:35:38 +0200745
Frederic Danisb7a622a2015-09-23 18:18:09 +0200746 bt_dev_dbg(bdev, "");
Frederic Danis118612f2015-08-11 16:35:38 +0200747
Frederic Danisb7a622a2015-09-23 18:18:09 +0200748 if (!bdev->is_suspended && bdev->hu) {
Frederic Danis118612f2015-08-11 16:35:38 +0200749 hci_uart_set_flow_control(bdev->hu, true);
750
Frederic Danisb7a622a2015-09-23 18:18:09 +0200751 /* Once this returns, driver suspends BT via GPIO */
Frederic Danis118612f2015-08-11 16:35:38 +0200752 bdev->is_suspended = true;
753 }
754
755 /* Suspend the device */
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +0100756 err = bdev->set_device_wakeup(bdev, false);
757 if (err) {
758 if (bdev->is_suspended && bdev->hu) {
759 bdev->is_suspended = false;
760 hci_uart_set_flow_control(bdev->hu, false);
761 }
762 return -EBUSY;
763 }
764
Lukas Wunner3e81a4c2018-01-10 16:32:10 +0100765 bt_dev_dbg(bdev, "suspend, delaying 15 ms");
Lukas Wunnere4b9e5b2018-01-10 16:32:10 +0100766 msleep(15);
Frederic Danis118612f2015-08-11 16:35:38 +0200767
Frederic Danisb7a622a2015-09-23 18:18:09 +0200768 return 0;
769}
770
771static int bcm_resume_device(struct device *dev)
772{
Hans de Goede78277d72017-10-04 20:43:42 +0200773 struct bcm_device *bdev = dev_get_drvdata(dev);
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +0100774 int err;
Frederic Danisb7a622a2015-09-23 18:18:09 +0200775
776 bt_dev_dbg(bdev, "");
777
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +0100778 err = bdev->set_device_wakeup(bdev, true);
779 if (err) {
780 dev_err(dev, "Failed to power up\n");
781 return err;
782 }
783
Lukas Wunner3e81a4c2018-01-10 16:32:10 +0100784 bt_dev_dbg(bdev, "resume, delaying 15 ms");
Lukas Wunnere4b9e5b2018-01-10 16:32:10 +0100785 msleep(15);
Frederic Danisb7a622a2015-09-23 18:18:09 +0200786
787 /* When this executes, the device has woken up already */
788 if (bdev->is_suspended && bdev->hu) {
789 bdev->is_suspended = false;
790
791 hci_uart_set_flow_control(bdev->hu, false);
792 }
793
794 return 0;
795}
796#endif
797
798#ifdef CONFIG_PM_SLEEP
Hans de Goede8a920562017-10-04 20:43:43 +0200799/* suspend callback */
Frederic Danisb7a622a2015-09-23 18:18:09 +0200800static int bcm_suspend(struct device *dev)
801{
Hans de Goede78277d72017-10-04 20:43:42 +0200802 struct bcm_device *bdev = dev_get_drvdata(dev);
Frederic Danisb7a622a2015-09-23 18:18:09 +0200803 int error;
804
805 bt_dev_dbg(bdev, "suspend: is_suspended %d", bdev->is_suspended);
806
Hans de Goede8a920562017-10-04 20:43:43 +0200807 /*
808 * When used with a device instantiated as platform_device, bcm_suspend
809 * can be called at any time as long as the platform device is bound,
810 * so it should use bcm_device_lock to protect access to hci_uart
Frederic Danisb7a622a2015-09-23 18:18:09 +0200811 * and device_wake-up GPIO.
812 */
813 mutex_lock(&bcm_device_lock);
814
815 if (!bdev->hu)
816 goto unlock;
817
Frederic Danise88ab302015-09-23 18:18:11 +0200818 if (pm_runtime_active(dev))
819 bcm_suspend_device(dev);
Frederic Danisb7a622a2015-09-23 18:18:09 +0200820
Ronald Tschalär4a59f1f2018-01-10 16:32:10 +0100821 if (device_may_wakeup(dev) && bdev->irq > 0) {
Frederic Danis6cc43962015-09-04 15:35:44 +0200822 error = enable_irq_wake(bdev->irq);
823 if (!error)
824 bt_dev_dbg(bdev, "BCM irq: enabled");
825 }
826
Frederic Danis917522a2015-08-28 15:44:00 +0200827unlock:
Frederic Danisbb3ea162015-09-01 12:13:35 +0200828 mutex_unlock(&bcm_device_lock);
Frederic Danis917522a2015-08-28 15:44:00 +0200829
Frederic Danis118612f2015-08-11 16:35:38 +0200830 return 0;
831}
832
Hans de Goede8a920562017-10-04 20:43:43 +0200833/* resume callback */
Frederic Danis118612f2015-08-11 16:35:38 +0200834static int bcm_resume(struct device *dev)
835{
Hans de Goede78277d72017-10-04 20:43:42 +0200836 struct bcm_device *bdev = dev_get_drvdata(dev);
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +0100837 int err = 0;
Frederic Danis118612f2015-08-11 16:35:38 +0200838
Frederic Danis65ad07c2015-09-01 12:13:36 +0200839 bt_dev_dbg(bdev, "resume: is_suspended %d", bdev->is_suspended);
Frederic Danis118612f2015-08-11 16:35:38 +0200840
Hans de Goede8a920562017-10-04 20:43:43 +0200841 /*
842 * When used with a device instantiated as platform_device, bcm_resume
843 * can be called at any time as long as platform device is bound,
844 * so it should use bcm_device_lock to protect access to hci_uart
Frederic Danisb7a622a2015-09-23 18:18:09 +0200845 * and device_wake-up GPIO.
846 */
Frederic Danisbb3ea162015-09-01 12:13:35 +0200847 mutex_lock(&bcm_device_lock);
Frederic Danis917522a2015-08-28 15:44:00 +0200848
849 if (!bdev->hu)
850 goto unlock;
851
Ronald Tschalär4a59f1f2018-01-10 16:32:10 +0100852 if (device_may_wakeup(dev) && bdev->irq > 0) {
Frederic Danis6cc43962015-09-04 15:35:44 +0200853 disable_irq_wake(bdev->irq);
854 bt_dev_dbg(bdev, "BCM irq: disabled");
855 }
856
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +0100857 err = bcm_resume_device(dev);
Frederic Danis118612f2015-08-11 16:35:38 +0200858
Frederic Danis917522a2015-08-28 15:44:00 +0200859unlock:
Frederic Danisbb3ea162015-09-01 12:13:35 +0200860 mutex_unlock(&bcm_device_lock);
Frederic Danis917522a2015-08-28 15:44:00 +0200861
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +0100862 if (!err) {
863 pm_runtime_disable(dev);
864 pm_runtime_set_active(dev);
865 pm_runtime_enable(dev);
866 }
Frederic Danise88ab302015-09-23 18:18:11 +0200867
Frederic Danis118612f2015-08-11 16:35:38 +0200868 return 0;
869}
870#endif
871
YueHaibingff7c8382019-08-12 14:22:11 +0800872/* Some firmware reports an IRQ which does not work (wrong pin in fw table?) */
873static const struct dmi_system_id bcm_broken_irq_dmi_table[] = {
874 {
875 .ident = "Meegopad T08",
876 .matches = {
877 DMI_EXACT_MATCH(DMI_BOARD_VENDOR,
878 "To be filled by OEM."),
879 DMI_EXACT_MATCH(DMI_BOARD_NAME, "T3 MRD"),
880 DMI_EXACT_MATCH(DMI_BOARD_VERSION, "V1.1"),
881 },
882 },
883 { }
884};
885
886#ifdef CONFIG_ACPI
Hans de Goede9644e6b2018-03-16 21:28:10 +0100887static const struct acpi_gpio_params first_gpio = { 0, 0, false };
888static const struct acpi_gpio_params second_gpio = { 1, 0, false };
889static const struct acpi_gpio_params third_gpio = { 2, 0, false };
Frederic Danis0395ffc2015-08-11 16:35:35 +0200890
Daniel Drake89ab37b2017-01-05 11:10:54 -0600891static const struct acpi_gpio_mapping acpi_bcm_int_last_gpios[] = {
Hans de Goede9644e6b2018-03-16 21:28:10 +0100892 { "device-wakeup-gpios", &first_gpio, 1 },
893 { "shutdown-gpios", &second_gpio, 1 },
894 { "host-wakeup-gpios", &third_gpio, 1 },
Daniel Drake89ab37b2017-01-05 11:10:54 -0600895 { },
896};
897
Daniel Drake89ab37b2017-01-05 11:10:54 -0600898static const struct acpi_gpio_mapping acpi_bcm_int_first_gpios[] = {
Hans de Goede9644e6b2018-03-16 21:28:10 +0100899 { "host-wakeup-gpios", &first_gpio, 1 },
900 { "device-wakeup-gpios", &second_gpio, 1 },
901 { "shutdown-gpios", &third_gpio, 1 },
Frederic Danis0395ffc2015-08-11 16:35:35 +0200902 { },
903};
904
Frederic Danisae056902015-08-11 16:35:37 +0200905static int bcm_resource(struct acpi_resource *ares, void *data)
906{
907 struct bcm_device *dev = data;
Frederic Danis6cc43962015-09-04 15:35:44 +0200908 struct acpi_resource_extended_irq *irq;
909 struct acpi_resource_gpio *gpio;
910 struct acpi_resource_uart_serialbus *sb;
Frederic Danisae056902015-08-11 16:35:37 +0200911
Frederic Danis6cc43962015-09-04 15:35:44 +0200912 switch (ares->type) {
913 case ACPI_RESOURCE_TYPE_EXTENDED_IRQ:
914 irq = &ares->data.extended_irq;
Hans de Goedebb5208b2018-03-16 21:28:08 +0100915 if (irq->polarity != ACPI_ACTIVE_LOW)
916 dev_info(dev->dev, "ACPI Interrupt resource is active-high, this is usually wrong, treating the IRQ as active-low\n");
917 dev->irq_active_low = true;
Frederic Danis6cc43962015-09-04 15:35:44 +0200918 break;
Frederic Danisae056902015-08-11 16:35:37 +0200919
Frederic Danis6cc43962015-09-04 15:35:44 +0200920 case ACPI_RESOURCE_TYPE_GPIO:
921 gpio = &ares->data.gpio;
Hans de Goedea4de1562018-03-16 21:28:11 +0100922 if (gpio->connection_type == ACPI_RESOURCE_GPIO_TYPE_INT) {
923 dev->gpio_int_idx = dev->gpio_count;
Hans de Goede227630c2017-10-04 20:43:36 +0200924 dev->irq_active_low = gpio->polarity == ACPI_ACTIVE_LOW;
Hans de Goedea4de1562018-03-16 21:28:11 +0100925 }
926 dev->gpio_count++;
Frederic Danis6cc43962015-09-04 15:35:44 +0200927 break;
928
929 case ACPI_RESOURCE_TYPE_SERIAL_BUS:
Frederic Danisae056902015-08-11 16:35:37 +0200930 sb = &ares->data.uart_serial_bus;
Marcel Holtmann74183a12017-08-16 09:53:30 +0200931 if (sb->type == ACPI_RESOURCE_SERIAL_TYPE_UART) {
Frederic Danisae056902015-08-11 16:35:37 +0200932 dev->init_speed = sb->default_baud_rate;
Marcel Holtmann74183a12017-08-16 09:53:30 +0200933 dev->oper_speed = 4000000;
934 }
Frederic Danis6cc43962015-09-04 15:35:44 +0200935 break;
936
937 default:
938 break;
Frederic Danisae056902015-08-11 16:35:37 +0200939 }
940
Hans de Goede9d54fd62017-10-04 20:43:41 +0200941 return 0;
Frederic Danisae056902015-08-11 16:35:37 +0200942}
Lukas Wunner4c331622018-01-10 16:32:10 +0100943
944static int bcm_apple_set_device_wakeup(struct bcm_device *dev, bool awake)
945{
946 if (ACPI_FAILURE(acpi_execute_simple_method(dev->btlp, NULL, !awake)))
947 return -EIO;
948
949 return 0;
950}
951
952static int bcm_apple_set_shutdown(struct bcm_device *dev, bool powered)
953{
954 if (ACPI_FAILURE(acpi_evaluate_object(powered ? dev->btpu : dev->btpd,
955 NULL, NULL, NULL)))
956 return -EIO;
957
958 return 0;
959}
960
961static int bcm_apple_get_resources(struct bcm_device *dev)
962{
963 struct acpi_device *adev = ACPI_COMPANION(dev->dev);
964 const union acpi_object *obj;
965
966 if (!adev ||
967 ACPI_FAILURE(acpi_get_handle(adev->handle, "BTLP", &dev->btlp)) ||
968 ACPI_FAILURE(acpi_get_handle(adev->handle, "BTPU", &dev->btpu)) ||
969 ACPI_FAILURE(acpi_get_handle(adev->handle, "BTPD", &dev->btpd)))
970 return -ENODEV;
971
972 if (!acpi_dev_get_property(adev, "baud", ACPI_TYPE_BUFFER, &obj) &&
973 obj->buffer.length == 8)
974 dev->init_speed = *(u64 *)obj->buffer.pointer;
975
976 dev->set_device_wakeup = bcm_apple_set_device_wakeup;
977 dev->set_shutdown = bcm_apple_set_shutdown;
978
979 return 0;
980}
981#else
982static inline int bcm_apple_get_resources(struct bcm_device *dev)
983{
984 return -EOPNOTSUPP;
985}
Andy Shevchenko212d71832017-03-10 14:28:20 +0200986#endif /* CONFIG_ACPI */
Frederic Danisae056902015-08-11 16:35:37 +0200987
Lukas Wunner8353b4a2018-01-10 16:32:10 +0100988static int bcm_gpio_set_device_wakeup(struct bcm_device *dev, bool awake)
989{
Loic Poulainfb2d4662018-03-05 19:02:35 +0100990 gpiod_set_value_cansleep(dev->device_wakeup, awake);
Lukas Wunner8353b4a2018-01-10 16:32:10 +0100991 return 0;
992}
993
994static int bcm_gpio_set_shutdown(struct bcm_device *dev, bool powered)
995{
Loic Poulainfb2d4662018-03-05 19:02:35 +0100996 gpiod_set_value_cansleep(dev->shutdown, powered);
Linus Walleij2f407962021-03-05 19:37:36 +0100997 if (dev->reset)
998 /*
999 * The reset line is asserted on powerdown and deasserted
1000 * on poweron so the inverse of powered is used. Notice
1001 * that the GPIO line BT_RST_N needs to be specified as
1002 * active low in the device tree or similar system
1003 * description.
1004 */
1005 gpiod_set_value_cansleep(dev->reset, !powered);
Lukas Wunner8353b4a2018-01-10 16:32:10 +01001006 return 0;
1007}
1008
Chen-Yu Tsai55dbfcd2018-12-17 12:04:41 +08001009/* Try a bunch of names for TXCO */
1010static struct clk *bcm_get_txco(struct device *dev)
1011{
1012 struct clk *clk;
1013
1014 /* New explicit name */
1015 clk = devm_clk_get(dev, "txco");
1016 if (!IS_ERR(clk) || PTR_ERR(clk) == -EPROBE_DEFER)
1017 return clk;
1018
1019 /* Deprecated name */
1020 clk = devm_clk_get(dev, "extclk");
1021 if (!IS_ERR(clk) || PTR_ERR(clk) == -EPROBE_DEFER)
1022 return clk;
1023
1024 /* Original code used no name at all */
1025 return devm_clk_get(dev, NULL);
1026}
1027
Hans de Goede42ef18f2017-10-04 20:43:40 +02001028static int bcm_get_resources(struct bcm_device *dev)
Frederic Danis0395ffc2015-08-11 16:35:35 +02001029{
Hans de Goede2b053932018-04-03 16:40:20 +02001030 const struct dmi_system_id *dmi_id;
Chen-Yu Tsai75d11672018-12-17 12:04:43 +08001031 int err;
Hans de Goede2b053932018-04-03 16:40:20 +02001032
Hans de Goedec0d3ce52017-10-04 20:43:39 +02001033 dev->name = dev_name(dev->dev);
Frederic Danis0395ffc2015-08-11 16:35:35 +02001034
Lukas Wunner4c331622018-01-10 16:32:10 +01001035 if (x86_apple_machine && !bcm_apple_get_resources(dev))
1036 return 0;
1037
Chen-Yu Tsai55dbfcd2018-12-17 12:04:41 +08001038 dev->txco_clk = bcm_get_txco(dev->dev);
Daniel Drake89ab37b2017-01-05 11:10:54 -06001039
Chen-Yu Tsai28ac03b2018-12-17 12:04:39 +08001040 /* Handle deferred probing */
Chen-Yu Tsai55dbfcd2018-12-17 12:04:41 +08001041 if (dev->txco_clk == ERR_PTR(-EPROBE_DEFER))
1042 return PTR_ERR(dev->txco_clk);
Chen-Yu Tsai28ac03b2018-12-17 12:04:39 +08001043
Chen-Yu Tsai8c089472018-12-17 12:04:40 +08001044 /* Ignore all other errors as before */
Chen-Yu Tsai55dbfcd2018-12-17 12:04:41 +08001045 if (IS_ERR(dev->txco_clk))
1046 dev->txco_clk = NULL;
Chen-Yu Tsai8c089472018-12-17 12:04:40 +08001047
Chen-Yu Tsai90bc07c2018-12-17 12:04:42 +08001048 dev->lpo_clk = devm_clk_get(dev->dev, "lpo");
1049 if (dev->lpo_clk == ERR_PTR(-EPROBE_DEFER))
1050 return PTR_ERR(dev->lpo_clk);
1051
1052 if (IS_ERR(dev->lpo_clk))
1053 dev->lpo_clk = NULL;
1054
1055 /* Check if we accidentally fetched the lpo clock twice */
1056 if (dev->lpo_clk && clk_is_match(dev->lpo_clk, dev->txco_clk)) {
1057 devm_clk_put(dev->dev, dev->txco_clk);
1058 dev->txco_clk = NULL;
1059 }
1060
Stefan Wahrenab2f3362018-02-25 15:10:52 +01001061 dev->device_wakeup = devm_gpiod_get_optional(dev->dev, "device-wakeup",
1062 GPIOD_OUT_LOW);
Uwe Kleine-König62aaefa2015-08-12 09:20:56 +02001063 if (IS_ERR(dev->device_wakeup))
1064 return PTR_ERR(dev->device_wakeup);
Frederic Danis0395ffc2015-08-11 16:35:35 +02001065
Stefan Wahrenab2f3362018-02-25 15:10:52 +01001066 dev->shutdown = devm_gpiod_get_optional(dev->dev, "shutdown",
1067 GPIOD_OUT_LOW);
Uwe Kleine-König62aaefa2015-08-12 09:20:56 +02001068 if (IS_ERR(dev->shutdown))
1069 return PTR_ERR(dev->shutdown);
Frederic Danis0395ffc2015-08-11 16:35:35 +02001070
Linus Walleij2f407962021-03-05 19:37:36 +01001071 dev->reset = devm_gpiod_get_optional(dev->dev, "reset",
1072 GPIOD_OUT_LOW);
1073 if (IS_ERR(dev->reset))
1074 return PTR_ERR(dev->reset);
1075
Lukas Wunner8353b4a2018-01-10 16:32:10 +01001076 dev->set_device_wakeup = bcm_gpio_set_device_wakeup;
1077 dev->set_shutdown = bcm_gpio_set_shutdown;
1078
Chen-Yu Tsai75d11672018-12-17 12:04:43 +08001079 dev->supplies[0].supply = "vbat";
1080 dev->supplies[1].supply = "vddio";
1081 err = devm_regulator_bulk_get(dev->dev, BCM_NUM_SUPPLIES,
1082 dev->supplies);
1083 if (err)
1084 return err;
1085
Frederic Danis6cc43962015-09-04 15:35:44 +02001086 /* IRQ can be declared in ACPI table as Interrupt or GpioInt */
Frederic Danis6cc43962015-09-04 15:35:44 +02001087 if (dev->irq <= 0) {
1088 struct gpio_desc *gpio;
1089
Hans de Goedec0d3ce52017-10-04 20:43:39 +02001090 gpio = devm_gpiod_get_optional(dev->dev, "host-wakeup",
Frederic Danis6cc43962015-09-04 15:35:44 +02001091 GPIOD_IN);
1092 if (IS_ERR(gpio))
1093 return PTR_ERR(gpio);
1094
1095 dev->irq = gpiod_to_irq(gpio);
1096 }
1097
Hans de Goede2b053932018-04-03 16:40:20 +02001098 dmi_id = dmi_first_match(bcm_broken_irq_dmi_table);
1099 if (dmi_id) {
1100 dev_info(dev->dev, "%s: Has a broken IRQ config, disabling IRQ support / runtime-pm\n",
1101 dmi_id->ident);
1102 dev->irq = 0;
1103 }
1104
Lukas Wunner5954cdf2018-01-10 16:32:10 +01001105 dev_dbg(dev->dev, "BCM irq: %d\n", dev->irq);
Andy Shevchenko212d71832017-03-10 14:28:20 +02001106 return 0;
1107}
1108
1109#ifdef CONFIG_ACPI
1110static int bcm_acpi_probe(struct bcm_device *dev)
1111{
Andy Shevchenko212d71832017-03-10 14:28:20 +02001112 LIST_HEAD(resources);
Andy Shevchenko212d71832017-03-10 14:28:20 +02001113 const struct acpi_gpio_mapping *gpio_mapping = acpi_bcm_int_last_gpios;
Hans de Goede9d54fd62017-10-04 20:43:41 +02001114 struct resource_entry *entry;
Andy Shevchenko212d71832017-03-10 14:28:20 +02001115 int ret;
1116
Frederic Danisae056902015-08-11 16:35:37 +02001117 /* Retrieve UART ACPI info */
Hans de Goedea4de1562018-03-16 21:28:11 +01001118 dev->gpio_int_idx = -1;
Hans de Goedec0d3ce52017-10-04 20:43:39 +02001119 ret = acpi_dev_get_resources(ACPI_COMPANION(dev->dev),
Jarkko Nikulae98d6d62015-09-30 16:26:45 +03001120 &resources, bcm_resource, dev);
Jarkko Nikula5be00282015-09-30 16:26:42 +03001121 if (ret < 0)
1122 return ret;
Hans de Goede9d54fd62017-10-04 20:43:41 +02001123
1124 resource_list_for_each_entry(entry, &resources) {
1125 if (resource_type(entry->res) == IORESOURCE_IRQ) {
1126 dev->irq = entry->res->start;
1127 break;
1128 }
1129 }
Jarkko Nikula09dbf1b2015-09-30 16:26:41 +03001130 acpi_dev_free_resource_list(&resources);
Frederic Danisae056902015-08-11 16:35:37 +02001131
Hans de Goedea4de1562018-03-16 21:28:11 +01001132 /* If the DSDT uses an Interrupt resource for the IRQ, then there are
1133 * only 2 GPIO resources, we use the irq-last mapping for this, since
1134 * we already have an irq the 3th / last mapping will not be used.
1135 */
1136 if (dev->irq)
1137 gpio_mapping = acpi_bcm_int_last_gpios;
1138 else if (dev->gpio_int_idx == 0)
1139 gpio_mapping = acpi_bcm_int_first_gpios;
1140 else if (dev->gpio_int_idx == 2)
1141 gpio_mapping = acpi_bcm_int_last_gpios;
1142 else
1143 dev_warn(dev->dev, "Unexpected ACPI gpio_int_idx: %d\n",
1144 dev->gpio_int_idx);
1145
1146 /* Warn if our expectations are not met. */
1147 if (dev->gpio_count != (dev->irq ? 2 : 3))
1148 dev_warn(dev->dev, "Unexpected number of ACPI GPIOs: %d\n",
1149 dev->gpio_count);
1150
1151 ret = devm_acpi_dev_add_driver_gpios(dev->dev, gpio_mapping);
1152 if (ret)
1153 return ret;
1154
Hans de Goedee09070c2018-03-16 21:28:07 +01001155 if (irq_polarity != -1) {
1156 dev->irq_active_low = irq_polarity;
1157 dev_warn(dev->dev, "Overwriting IRQ polarity to active %s by module-param\n",
1158 dev->irq_active_low ? "low" : "high");
Frederic Danis5cebdfe2015-09-23 18:18:08 +02001159 }
1160
Frederic Danis0395ffc2015-08-11 16:35:35 +02001161 return 0;
1162}
Frederic Danis50d78bc2015-08-12 12:46:01 +02001163#else
1164static int bcm_acpi_probe(struct bcm_device *dev)
1165{
1166 return -EINVAL;
1167}
1168#endif /* CONFIG_ACPI */
Frederic Danis0395ffc2015-08-11 16:35:35 +02001169
Hans de Goede8a920562017-10-04 20:43:43 +02001170static int bcm_of_probe(struct bcm_device *bdev)
1171{
1172 device_property_read_u32(bdev->dev, "max-speed", &bdev->oper_speed);
Abhishek Pandit-Subedieb762b92019-11-26 08:17:32 +01001173 device_property_read_u8_array(bdev->dev, "brcm,bt-pcm-int-params",
1174 bdev->pcm_int_params, 5);
Guillaume La Roquef25a96c2020-01-15 11:12:43 +01001175 bdev->irq = of_irq_get_byname(bdev->dev->of_node, "host-wakeup");
Michał Mirosławb25e4df2020-04-02 14:55:18 +02001176 bdev->irq_active_low = irq_get_trigger_type(bdev->irq)
1177 & (IRQ_TYPE_EDGE_FALLING | IRQ_TYPE_LEVEL_LOW);
Hans de Goede8a920562017-10-04 20:43:43 +02001178 return 0;
1179}
1180
Frederic Danis0395ffc2015-08-11 16:35:35 +02001181static int bcm_probe(struct platform_device *pdev)
1182{
1183 struct bcm_device *dev;
Frederic Danis0395ffc2015-08-11 16:35:35 +02001184 int ret;
1185
1186 dev = devm_kzalloc(&pdev->dev, sizeof(*dev), GFP_KERNEL);
1187 if (!dev)
1188 return -ENOMEM;
1189
Hans de Goedec0d3ce52017-10-04 20:43:39 +02001190 dev->dev = &pdev->dev;
Jiasheng Jiangb38cd3b2021-12-24 10:53:18 +08001191
1192 ret = platform_get_irq(pdev, 0);
1193 if (ret < 0)
1194 return ret;
1195
1196 dev->irq = ret;
Frederic Danis0395ffc2015-08-11 16:35:35 +02001197
Abhishek Pandit-Subedieb762b92019-11-26 08:17:32 +01001198 /* Initialize routing field to an unused value */
1199 dev->pcm_int_params[0] = 0xff;
1200
Hans de Goede201762e2017-10-04 20:43:37 +02001201 if (has_acpi_companion(&pdev->dev)) {
Andy Shevchenko212d71832017-03-10 14:28:20 +02001202 ret = bcm_acpi_probe(dev);
Hans de Goede201762e2017-10-04 20:43:37 +02001203 if (ret)
1204 return ret;
1205 }
1206
Hans de Goede42ef18f2017-10-04 20:43:40 +02001207 ret = bcm_get_resources(dev);
Jarkko Nikula4d1c4552015-09-30 16:26:44 +03001208 if (ret)
1209 return ret;
Frederic Danis0395ffc2015-08-11 16:35:35 +02001210
1211 platform_set_drvdata(pdev, dev);
1212
1213 dev_info(&pdev->dev, "%s device registered.\n", dev->name);
1214
1215 /* Place this instance on the device list */
Frederic Danisbb3ea162015-09-01 12:13:35 +02001216 mutex_lock(&bcm_device_lock);
Frederic Danis0395ffc2015-08-11 16:35:35 +02001217 list_add_tail(&dev->list, &bcm_device_list);
Frederic Danisbb3ea162015-09-01 12:13:35 +02001218 mutex_unlock(&bcm_device_lock);
Frederic Danis0395ffc2015-08-11 16:35:35 +02001219
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +01001220 ret = bcm_gpio_set_power(dev, false);
1221 if (ret)
1222 dev_err(&pdev->dev, "Failed to power down\n");
Frederic Danis0395ffc2015-08-11 16:35:35 +02001223
1224 return 0;
1225}
1226
1227static int bcm_remove(struct platform_device *pdev)
1228{
1229 struct bcm_device *dev = platform_get_drvdata(pdev);
1230
Frederic Danisbb3ea162015-09-01 12:13:35 +02001231 mutex_lock(&bcm_device_lock);
Frederic Danis0395ffc2015-08-11 16:35:35 +02001232 list_del(&dev->list);
Frederic Danisbb3ea162015-09-01 12:13:35 +02001233 mutex_unlock(&bcm_device_lock);
Frederic Danis0395ffc2015-08-11 16:35:35 +02001234
Frederic Danis0395ffc2015-08-11 16:35:35 +02001235 dev_info(&pdev->dev, "%s device unregistered.\n", dev->name);
1236
1237 return 0;
1238}
1239
Marcel Holtmannbdd88182015-04-05 22:52:18 -07001240static const struct hci_uart_proto bcm_proto = {
1241 .id = HCI_UART_BCM,
Loic Poulain143f0a22016-09-19 12:05:12 +02001242 .name = "Broadcom",
Marcel Holtmannaee61f72015-10-20 21:30:45 +02001243 .manufacturer = 15,
Frederic Danis61b2fc22015-06-09 16:15:37 +02001244 .init_speed = 115200,
Marcel Holtmannbdd88182015-04-05 22:52:18 -07001245 .open = bcm_open,
1246 .close = bcm_close,
1247 .flush = bcm_flush,
1248 .setup = bcm_setup,
Frederic Danis61b2fc22015-06-09 16:15:37 +02001249 .set_baudrate = bcm_set_baudrate,
Marcel Holtmannbdd88182015-04-05 22:52:18 -07001250 .recv = bcm_recv,
1251 .enqueue = bcm_enqueue,
1252 .dequeue = bcm_dequeue,
1253};
1254
Frederic Danis0395ffc2015-08-11 16:35:35 +02001255#ifdef CONFIG_ACPI
1256static const struct acpi_device_id bcm_acpi_match[] = {
Hans de Goede61121502018-03-21 13:53:18 +01001257 { "BCM2E00" },
1258 { "BCM2E01" },
1259 { "BCM2E02" },
1260 { "BCM2E03" },
1261 { "BCM2E04" },
1262 { "BCM2E05" },
1263 { "BCM2E06" },
1264 { "BCM2E07" },
1265 { "BCM2E08" },
1266 { "BCM2E09" },
1267 { "BCM2E0A" },
1268 { "BCM2E0B" },
1269 { "BCM2E0C" },
1270 { "BCM2E0D" },
1271 { "BCM2E0E" },
1272 { "BCM2E0F" },
1273 { "BCM2E10" },
1274 { "BCM2E11" },
1275 { "BCM2E12" },
1276 { "BCM2E13" },
1277 { "BCM2E14" },
1278 { "BCM2E15" },
1279 { "BCM2E16" },
1280 { "BCM2E17" },
1281 { "BCM2E18" },
1282 { "BCM2E19" },
Hans de Goedea4de1562018-03-16 21:28:11 +01001283 { "BCM2E1A" },
Hans de Goede61121502018-03-21 13:53:18 +01001284 { "BCM2E1B" },
1285 { "BCM2E1C" },
1286 { "BCM2E1D" },
1287 { "BCM2E1F" },
1288 { "BCM2E20" },
1289 { "BCM2E21" },
1290 { "BCM2E22" },
1291 { "BCM2E23" },
1292 { "BCM2E24" },
1293 { "BCM2E25" },
1294 { "BCM2E26" },
1295 { "BCM2E27" },
1296 { "BCM2E28" },
1297 { "BCM2E29" },
1298 { "BCM2E2A" },
1299 { "BCM2E2B" },
1300 { "BCM2E2C" },
1301 { "BCM2E2D" },
1302 { "BCM2E2E" },
1303 { "BCM2E2F" },
1304 { "BCM2E30" },
1305 { "BCM2E31" },
1306 { "BCM2E32" },
1307 { "BCM2E33" },
1308 { "BCM2E34" },
1309 { "BCM2E35" },
1310 { "BCM2E36" },
1311 { "BCM2E37" },
Hans de Goedea4de1562018-03-16 21:28:11 +01001312 { "BCM2E38" },
1313 { "BCM2E39" },
1314 { "BCM2E3A" },
Hans de Goede61121502018-03-21 13:53:18 +01001315 { "BCM2E3B" },
1316 { "BCM2E3C" },
Hans de Goedea4de1562018-03-16 21:28:11 +01001317 { "BCM2E3D" },
Hans de Goede61121502018-03-21 13:53:18 +01001318 { "BCM2E3E" },
Hans de Goedea4de1562018-03-16 21:28:11 +01001319 { "BCM2E3F" },
1320 { "BCM2E40" },
Hans de Goede61121502018-03-21 13:53:18 +01001321 { "BCM2E41" },
1322 { "BCM2E42" },
1323 { "BCM2E43" },
1324 { "BCM2E44" },
1325 { "BCM2E45" },
1326 { "BCM2E46" },
1327 { "BCM2E47" },
1328 { "BCM2E48" },
1329 { "BCM2E49" },
1330 { "BCM2E4A" },
1331 { "BCM2E4B" },
1332 { "BCM2E4C" },
1333 { "BCM2E4D" },
1334 { "BCM2E4E" },
1335 { "BCM2E4F" },
1336 { "BCM2E50" },
1337 { "BCM2E51" },
1338 { "BCM2E52" },
1339 { "BCM2E53" },
Hans de Goedea4de1562018-03-16 21:28:11 +01001340 { "BCM2E54" },
1341 { "BCM2E55" },
Hans de Goede61121502018-03-21 13:53:18 +01001342 { "BCM2E56" },
1343 { "BCM2E57" },
1344 { "BCM2E58" },
1345 { "BCM2E59" },
1346 { "BCM2E5A" },
1347 { "BCM2E5B" },
1348 { "BCM2E5C" },
1349 { "BCM2E5D" },
1350 { "BCM2E5E" },
1351 { "BCM2E5F" },
1352 { "BCM2E60" },
1353 { "BCM2E61" },
1354 { "BCM2E62" },
1355 { "BCM2E63" },
Hans de Goedea4de1562018-03-16 21:28:11 +01001356 { "BCM2E64" },
1357 { "BCM2E65" },
Hans de Goede61121502018-03-21 13:53:18 +01001358 { "BCM2E66" },
Hans de Goedea4de1562018-03-16 21:28:11 +01001359 { "BCM2E67" },
Hans de Goede61121502018-03-21 13:53:18 +01001360 { "BCM2E68" },
1361 { "BCM2E69" },
1362 { "BCM2E6B" },
1363 { "BCM2E6D" },
1364 { "BCM2E6E" },
1365 { "BCM2E6F" },
1366 { "BCM2E70" },
Hans de Goedea4de1562018-03-16 21:28:11 +01001367 { "BCM2E71" },
1368 { "BCM2E72" },
Hans de Goede61121502018-03-21 13:53:18 +01001369 { "BCM2E73" },
Hans de Goedea4de1562018-03-16 21:28:11 +01001370 { "BCM2E74" },
Hans de Goede61121502018-03-21 13:53:18 +01001371 { "BCM2E75" },
1372 { "BCM2E76" },
1373 { "BCM2E77" },
1374 { "BCM2E78" },
1375 { "BCM2E79" },
1376 { "BCM2E7A" },
Hans de Goedea4de1562018-03-16 21:28:11 +01001377 { "BCM2E7B" },
1378 { "BCM2E7C" },
Hans de Goede61121502018-03-21 13:53:18 +01001379 { "BCM2E7D" },
Hans de Goedea4de1562018-03-16 21:28:11 +01001380 { "BCM2E7E" },
Hans de Goede61121502018-03-21 13:53:18 +01001381 { "BCM2E7F" },
1382 { "BCM2E80" },
1383 { "BCM2E81" },
1384 { "BCM2E82" },
Hans de Goedea4de1562018-03-16 21:28:11 +01001385 { "BCM2E83" },
1386 { "BCM2E84" },
Hans de Goede61121502018-03-21 13:53:18 +01001387 { "BCM2E85" },
1388 { "BCM2E86" },
1389 { "BCM2E87" },
1390 { "BCM2E88" },
1391 { "BCM2E89" },
1392 { "BCM2E8A" },
1393 { "BCM2E8B" },
1394 { "BCM2E8C" },
1395 { "BCM2E8D" },
1396 { "BCM2E8E" },
Hans de Goedea4de1562018-03-16 21:28:11 +01001397 { "BCM2E90" },
Hans de Goede61121502018-03-21 13:53:18 +01001398 { "BCM2E92" },
1399 { "BCM2E93" },
1400 { "BCM2E94" },
Hans de Goedea4de1562018-03-16 21:28:11 +01001401 { "BCM2E95" },
1402 { "BCM2E96" },
Hans de Goede61121502018-03-21 13:53:18 +01001403 { "BCM2E97" },
1404 { "BCM2E98" },
1405 { "BCM2E99" },
1406 { "BCM2E9A" },
1407 { "BCM2E9B" },
1408 { "BCM2E9C" },
1409 { "BCM2E9D" },
1410 { "BCM2EA0" },
1411 { "BCM2EA1" },
1412 { "BCM2EA2" },
1413 { "BCM2EA3" },
Hans de Goedea4de1562018-03-16 21:28:11 +01001414 { "BCM2EA4" },
Hans de Goede61121502018-03-21 13:53:18 +01001415 { "BCM2EA5" },
1416 { "BCM2EA6" },
1417 { "BCM2EA7" },
1418 { "BCM2EA8" },
1419 { "BCM2EA9" },
Hans de Goedea4de1562018-03-16 21:28:11 +01001420 { "BCM2EAA" },
Hans de Goede61121502018-03-21 13:53:18 +01001421 { "BCM2EAB" },
1422 { "BCM2EAC" },
Frederic Danis0395ffc2015-08-11 16:35:35 +02001423 { },
1424};
1425MODULE_DEVICE_TABLE(acpi, bcm_acpi_match);
1426#endif
1427
Hans de Goede8a920562017-10-04 20:43:43 +02001428/* suspend and resume callbacks */
Frederic Danise88ab302015-09-23 18:18:11 +02001429static const struct dev_pm_ops bcm_pm_ops = {
1430 SET_SYSTEM_SLEEP_PM_OPS(bcm_suspend, bcm_resume)
1431 SET_RUNTIME_PM_OPS(bcm_suspend_device, bcm_resume_device, NULL)
1432};
Frederic Danis118612f2015-08-11 16:35:38 +02001433
Frederic Danis0395ffc2015-08-11 16:35:35 +02001434static struct platform_driver bcm_driver = {
1435 .probe = bcm_probe,
1436 .remove = bcm_remove,
1437 .driver = {
1438 .name = "hci_bcm",
1439 .acpi_match_table = ACPI_PTR(bcm_acpi_match),
Frederic Danis118612f2015-08-11 16:35:38 +02001440 .pm = &bcm_pm_ops,
Frederic Danis0395ffc2015-08-11 16:35:35 +02001441 },
1442};
1443
Loic Poulain33cd1492017-08-17 19:59:51 +02001444static int bcm_serdev_probe(struct serdev_device *serdev)
1445{
Hans de Goede8a920562017-10-04 20:43:43 +02001446 struct bcm_device *bcmdev;
Abhishek Pandit-Subedi5d6f3912019-11-26 08:17:29 +01001447 const struct bcm_device_data *data;
Loic Poulain33cd1492017-08-17 19:59:51 +02001448 int err;
1449
1450 bcmdev = devm_kzalloc(&serdev->dev, sizeof(*bcmdev), GFP_KERNEL);
1451 if (!bcmdev)
1452 return -ENOMEM;
1453
Hans de Goede8a920562017-10-04 20:43:43 +02001454 bcmdev->dev = &serdev->dev;
Arnd Bergmann81a19052017-10-11 15:46:21 +02001455#ifdef CONFIG_PM
Hans de Goede8a920562017-10-04 20:43:43 +02001456 bcmdev->hu = &bcmdev->serdev_hu;
Arnd Bergmann81a19052017-10-11 15:46:21 +02001457#endif
Hans de Goede8a920562017-10-04 20:43:43 +02001458 bcmdev->serdev_hu.serdev = serdev;
Loic Poulain33cd1492017-08-17 19:59:51 +02001459 serdev_device_set_drvdata(serdev, bcmdev);
1460
Abhishek Pandit-Subedieb762b92019-11-26 08:17:32 +01001461 /* Initialize routing field to an unused value */
1462 bcmdev->pcm_int_params[0] = 0xff;
1463
Hans de Goede8a920562017-10-04 20:43:43 +02001464 if (has_acpi_companion(&serdev->dev))
1465 err = bcm_acpi_probe(bcmdev);
1466 else
1467 err = bcm_of_probe(bcmdev);
1468 if (err)
1469 return err;
Loic Poulain33cd1492017-08-17 19:59:51 +02001470
Hans de Goede8a920562017-10-04 20:43:43 +02001471 err = bcm_get_resources(bcmdev);
1472 if (err)
1473 return err;
1474
Marcel Holtmannf3863f12018-03-07 22:39:03 +01001475 if (!bcmdev->shutdown) {
1476 dev_warn(&serdev->dev,
1477 "No reset resource, using default baud rate\n");
1478 bcmdev->oper_speed = bcmdev->init_speed;
1479 }
1480
Lukas Wunner8bfa7e1e2018-01-10 16:32:10 +01001481 err = bcm_gpio_set_power(bcmdev, false);
1482 if (err)
1483 dev_err(&serdev->dev, "Failed to power down\n");
Hans de Goede8a920562017-10-04 20:43:43 +02001484
Abhishek Pandit-Subedi5d6f3912019-11-26 08:17:29 +01001485 data = device_get_match_data(bcmdev->dev);
Stefan Wahrene601dae2020-01-01 15:01:34 +01001486 if (data) {
Abhishek Pandit-Subedi5d6f3912019-11-26 08:17:29 +01001487 bcmdev->no_early_set_baudrate = data->no_early_set_baudrate;
Stefan Wahrene601dae2020-01-01 15:01:34 +01001488 bcmdev->drive_rts_on_open = data->drive_rts_on_open;
1489 }
Abhishek Pandit-Subedi5d6f3912019-11-26 08:17:29 +01001490
Hans de Goede8a920562017-10-04 20:43:43 +02001491 return hci_uart_register_device(&bcmdev->serdev_hu, &bcm_proto);
Loic Poulain33cd1492017-08-17 19:59:51 +02001492}
1493
1494static void bcm_serdev_remove(struct serdev_device *serdev)
1495{
Hans de Goede8a920562017-10-04 20:43:43 +02001496 struct bcm_device *bcmdev = serdev_device_get_drvdata(serdev);
Loic Poulain33cd1492017-08-17 19:59:51 +02001497
Hans de Goede8a920562017-10-04 20:43:43 +02001498 hci_uart_unregister_device(&bcmdev->serdev_hu);
Loic Poulain33cd1492017-08-17 19:59:51 +02001499}
1500
1501#ifdef CONFIG_OF
Abhishek Pandit-Subedi5d6f3912019-11-26 08:17:29 +01001502static struct bcm_device_data bcm4354_device_data = {
1503 .no_early_set_baudrate = true,
1504};
1505
Stefan Wahrene601dae2020-01-01 15:01:34 +01001506static struct bcm_device_data bcm43438_device_data = {
1507 .drive_rts_on_open = true,
1508};
1509
Loic Poulain33cd1492017-08-17 19:59:51 +02001510static const struct of_device_id bcm_bluetooth_of_match[] = {
Maxime Ripard92ffe0d2018-12-17 12:04:45 +08001511 { .compatible = "brcm,bcm20702a1" },
Dmitry Osipenko88d1cc92019-12-15 21:52:52 +03001512 { .compatible = "brcm,bcm4329-bt" },
Linus Walleij81534d42021-03-18 09:43:09 +01001513 { .compatible = "brcm,bcm4330-bt" },
1514 { .compatible = "brcm,bcm4334-bt" },
Ondrej Jirman52c8c7a2019-08-23 12:31:36 +02001515 { .compatible = "brcm,bcm4345c5" },
Stefan Wahrene601dae2020-01-01 15:01:34 +01001516 { .compatible = "brcm,bcm43438-bt", .data = &bcm43438_device_data },
Abhishek Pandit-Subedi5d6f3912019-11-26 08:17:29 +01001517 { .compatible = "brcm,bcm43540-bt", .data = &bcm4354_device_data },
Mohammad Rasim1199ab42019-11-20 14:02:35 +03001518 { .compatible = "brcm,bcm4335a0" },
Loic Poulain33cd1492017-08-17 19:59:51 +02001519 { },
1520};
1521MODULE_DEVICE_TABLE(of, bcm_bluetooth_of_match);
1522#endif
1523
1524static struct serdev_device_driver bcm_serdev_driver = {
1525 .probe = bcm_serdev_probe,
1526 .remove = bcm_serdev_remove,
1527 .driver = {
1528 .name = "hci_uart_bcm",
1529 .of_match_table = of_match_ptr(bcm_bluetooth_of_match),
Hans de Goede8a920562017-10-04 20:43:43 +02001530 .acpi_match_table = ACPI_PTR(bcm_acpi_match),
1531 .pm = &bcm_pm_ops,
Loic Poulain33cd1492017-08-17 19:59:51 +02001532 },
1533};
1534
Marcel Holtmannbdd88182015-04-05 22:52:18 -07001535int __init bcm_init(void)
1536{
Loic Poulain33cd1492017-08-17 19:59:51 +02001537 /* For now, we need to keep both platform device
1538 * driver (ACPI generated) and serdev driver (DT).
1539 */
Frederic Danis0395ffc2015-08-11 16:35:35 +02001540 platform_driver_register(&bcm_driver);
Loic Poulain33cd1492017-08-17 19:59:51 +02001541 serdev_device_driver_register(&bcm_serdev_driver);
Frederic Danis0395ffc2015-08-11 16:35:35 +02001542
Marcel Holtmannbdd88182015-04-05 22:52:18 -07001543 return hci_uart_register_proto(&bcm_proto);
1544}
1545
1546int __exit bcm_deinit(void)
1547{
Frederic Danis0395ffc2015-08-11 16:35:35 +02001548 platform_driver_unregister(&bcm_driver);
Loic Poulain33cd1492017-08-17 19:59:51 +02001549 serdev_device_driver_unregister(&bcm_serdev_driver);
Frederic Danis0395ffc2015-08-11 16:35:35 +02001550
Marcel Holtmannbdd88182015-04-05 22:52:18 -07001551 return hci_uart_unregister_proto(&bcm_proto);
1552}