Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1326312ybt; Thu, 25 Jun 2020 03:26:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwbQuPN7PcEAeclJ2wqQAxJbWLmIXzihhUwVMsuVKb6lz27te0qVDWk0rc8PeGUxpsWPB6p X-Received: by 2002:a17:906:3b83:: with SMTP id u3mr6301651ejf.207.1593080777458; Thu, 25 Jun 2020 03:26:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593080777; cv=none; d=google.com; s=arc-20160816; b=lUaEJpAK3CddHWML8LvNhlquz7VR1ITkuCpHGhfkIWsrHVT36vUR9bRTRamJ1csacF CSequcYUC9tAywy/P23Qau3Uimvxp5tujeIniYcQ5oYhXek4vs5aPMEpEQe9XpHFQroW fHeEn0wBH245l7Li7k1jclAjDx8AQMDi77IJ/ieGcQt3i2iYlZhwVhOsAwGAwzLU1kmf w9QETWTK3T5l7HyH7Bu1Gopss5Q0q6tBFoqJGRGIjLp9ujw24AH6zcsXO02uzNcTix3f sX87wedK89fN+QCg3977/BCoJcbAKWU4W6ouTrGacky3FWou0tUNxkk/8g5KuydvNBHV AQVQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:date:cc:to:from:subject:message-id; bh=ZYUhWXvN1tVndRXmYr6B0zn/YomfOTC0pcSV7Myms3M=; b=FkcEh885izHBG4t31xqpDSplUqu2quFK2x9sm2ShL1ITEe709E5y7MaCfbCmW44+DK xisP8aGWBMJIDaW2kj6OyWEGKJCOGQgvrf98OhWOMnQlNJ5dq1PQpSwyWm/IGoJUZ/6u JE9mexVWDMo26Zbf70Aq8BPVm3IwrRQtvVevFBF6F56YPvP2P+RPImLnUuMxozONd2X6 D4cKNI8p3gPRpRHxHois2FUOMxnV17VYd2fH0xchkgSJqFWbZBrQp9Hrt7vE+mJOMKMS 74ZV/kn7+qmmQbnszRU/j17xmQAeZW8bPQi9GnmiXGrOQ497chQfOwuFbdoSaEXeM2Q4 P8DQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id v6si7988644edy.149.2020.06.25.03.25.53; Thu, 25 Jun 2020 03:26:17 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2403955AbgFYKWt (ORCPT + 99 others); Thu, 25 Jun 2020 06:22:49 -0400 Received: from mx2.suse.de ([195.135.220.15]:49608 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2403773AbgFYKWg (ORCPT ); Thu, 25 Jun 2020 06:22:36 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id EA8BCAD17; Thu, 25 Jun 2020 10:22:34 +0000 (UTC) Message-ID: <1593080522.28236.17.camel@suse.com> Subject: Re: [PATCH v2] Bluetooth: btusb: Reset port on cmd timeout From: Oliver Neukum To: Abhishek Pandit-Subedi , rjliao@codeaurora.org, marcel@holtmann.org, linux-bluetooth@vger.kernel.org Cc: chromeos-bluetooth-upstreaming@chromium.org, linux-usb@vger.kernel.org, linux-pm@vger.kernel.org, Johan Hedberg , linux-kernel@vger.kernel.org Date: Thu, 25 Jun 2020 12:22:02 +0200 In-Reply-To: <20200624111128.v2.1.Ibae403db54245c458d14297f1892c77c5055da41@changeid> References: <20200624111128.v2.1.Ibae403db54245c458d14297f1892c77c5055da41@changeid> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.6 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Mittwoch, den 24.06.2020, 11:11 -0700 schrieb Abhishek Pandit- Subedi: > QCA_ROME sometimes gets into a state where it is unresponsive to > commands. Since it doesn't have support for a reset gpio, reset the usb > port when this occurs instead. Hi, on first glance this looks like an unbalanced PM reference. It is not because the operation is suicidal, but this deserves a comment, unless you want to get a note telling you that you caused an imbalance every few weeks. Regards Oliver