Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp5106843ybc; Tue, 26 Nov 2019 21:41:40 -0800 (PST) X-Google-Smtp-Source: APXvYqwOUW5PJqM1IPbQ+C8mNceNlROqXGtl5mzh+kl4/jnroUN2K0T8JB2aDqxMuB1g+ZqX2Sp3 X-Received: by 2002:aa7:d697:: with SMTP id d23mr29958470edr.31.1574833300176; Tue, 26 Nov 2019 21:41:40 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574833300; cv=none; d=google.com; s=arc-20160816; b=XCDPdmWUGGyOJqm5fANkQTW3d72WpaEfckguufxJt/D6zQpwU0a34OWqK3Qvc47x0f YB0Mifz51kTO7Ixxl7ilt05LUA1LGIlMGQkRrIQfD4imfGruXe2RwWRH6uwAeYysML/H 9AQsd7o4rd0OWWxA64CpPpFSDtbi6lekfxX0KU9FiEESzzacsttbdk/W5Ppe1FCIVdS0 RhTbKGOILGrdsZG5Y3RgvFtLzI9qb3fGySy2EQfP2JuwG7cy/gM1pAPHAOTRTMFTYWXM 7rG1HRuy9y4YvKtYc/mrURFTAnZNGNzOq6WLs+qF4D/PGKg0QcU14iIbwxwdUt6Yh7k6 /mWA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=YVbT20fE9oKn44/WqapzwzSI6mC6+V3LPjmdI3WYDTs=; b=ndAdjrDS7DyylSQhdbQtdque6V6tWsPa7bzh5ZvCXPdmjZKQRZUD4qxqCCR00Cqyzg LZ5Wv2S9H6s3XPRpUsSkQt0YPgpu4ZDzfnGkBJfSCxG+JQYAnMVDZE3iwnH5vq8csE0V 9/HJZSl6x/XlWQnSjI60Ha81GxMgPW9k9NuFGJh+2E4t+EQy0YcMj3CWlG1/9bPHSTEB t8CMWEF1UY1QHys8IgEwbAL34nRtCXOOi0/GgfWh/87wLOts6gSSE7miFv/mkA7Zmnvd ry7nt/6d6KxNUFwYfDi1tFBExIPvBrTr+/vpvRejH1sHg3gOaOWD+ZBXMparSdGq/IU5 1DgA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id qw23si8452703ejb.1.2019.11.26.21.41.16; Tue, 26 Nov 2019 21:41:40 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726125AbfK0Fk5 (ORCPT + 99 others); Wed, 27 Nov 2019 00:40:57 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:41227 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726078AbfK0Fk5 (ORCPT ); Wed, 27 Nov 2019 00:40:57 -0500 Received: from marcel-macbook.fritz.box (p4FF9F0D1.dip0.t-ipconnect.de [79.249.240.209]) by mail.holtmann.org (Postfix) with ESMTPSA id 25CC6CED06; Wed, 27 Nov 2019 06:50:04 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3601.0.10\)) Subject: Re: [PATCH] Bluetooth: btusb: Edit the logical value for Realtek Bluetooth reset From: Marcel Holtmann In-Reply-To: <20191127030107.17604-1-max.chou@realtek.com> Date: Wed, 27 Nov 2019 06:40:55 +0100 Cc: Johan Hedberg , Matthias Brugger , Bluez mailing list , lkml , linux-arm-kernel , linux-mediatek@lists.infradead.org, alex_lu@realsil.com.cn Content-Transfer-Encoding: 7bit Message-Id: References: <20191127030107.17604-1-max.chou@realtek.com> To: Max Chou X-Mailer: Apple Mail (2.3601.0.10) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Max, > It should be pull low and pull high on the physical line for the Realtek > Bluetooth reset. gpiod_set_value_cansleep() takes ACTIVE_LOW status for > the logical value settings, so the original commit should be corrected. > > Signed-off-by: Max Chou > --- > drivers/bluetooth/btusb.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel