lkml.org 
[lkml]   [2019]   [Jan]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v8 3/3] Bluetooth: hci_qca: Disable IBS state machine and flush Tx buffer
    Date
    During hci down we observed IBS sleep commands are queued in the Tx
    buffer and hci_uart_write_work is sending data to the chip which is
    not required as the chip is powered off. This patch will disable IBS
    and flush the Tx buffer before we turn off the chip.

    Signed-off-by: Balakrishna Godavarthi <bgodavar@codeaurora.org>
    ---
    drivers/bluetooth/hci_qca.c | 8 ++++++++
    1 file changed, 8 insertions(+)

    diff --git a/drivers/bluetooth/hci_qca.c b/drivers/bluetooth/hci_qca.c
    index 7e4afcf40da2..7330ba71ada4 100644
    --- a/drivers/bluetooth/hci_qca.c
    +++ b/drivers/bluetooth/hci_qca.c
    @@ -1275,6 +1275,14 @@ static const struct qca_vreg_data qca_soc_data = {

    static void qca_power_shutdown(struct hci_uart *hu)
    {
    + struct qca_data *qca = hu->priv;
    +
    + /* From this point we go into power off state. But serial port is
    + * still open, stop queueing the IBS data and flush all the buffered
    + * data in skb's.
    + */
    + clear_bit(STATE_IN_BAND_SLEEP_ENABLED, &qca->flags);
    + qca_flush(hu);
    host_set_baudrate(hu, 2400);
    qca_send_power_pulse(hu, QCA_WCN3990_POWEROFF_PULSE);
    qca_power_setup(hu, false);
    --
    The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
    a Linux Foundation Collaborative Project
    \
     
     \ /
      Last update: 2019-01-16 12:47    [W:6.625 / U:0.076 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site