From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 73C51361DA4; Tue, 27 Jan 2026 15:10:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769526643; cv=none; b=AOj1TZvx6qM+e2y4ImZkBjIaxP7C9azFqGsgOFhQIUXLPpY9UtGgrtH5wofUIjqGj7alUpwd/JNEnUC52FTMYiebSZYvQ8VM5PvXlWhiEfBzCu0z/Fn5u69DMEvZuPWrgYmtFyCD6MiOCHna2I82IzRwnfcGcVP3LtL9lbzYqwE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769526643; c=relaxed/simple; bh=SsFI/hLnZqLEvbA3Igkqv/4iI25dkTn8ytkXfTeXiKU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=MHm6vyMRmvFCZ96CKqGVc8EZYqJ/RU4bdOsmEfHZH8b/BiKiqCmgs5tv5pRRG5F6mEv7EYoOu3QzBLYtkyyQjuNAPcduk/CSp/mQARSZlJE4hoymhDCKzFenJP10rZfyhY1yMimptxx+ZejuYAycv0lVbFUOWE1L6ePBaKjFdww= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=XtcdDFpD; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="XtcdDFpD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8C11FC116D0; Tue, 27 Jan 2026 15:10:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1769526643; bh=SsFI/hLnZqLEvbA3Igkqv/4iI25dkTn8ytkXfTeXiKU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XtcdDFpDHNky+G4CEvk2jsPHbnfW7khme5CwLFHMseEv6FKFZvTMUmt2h1abhbfR0 InXslxCT4geBOv1gfHtWxwGCxgUsc5KQaG2qLDhGQ+1MI05SmVI5OeuhSA4Gb/rtE6 LkLSJ5Cjn9+dY0bRqZ6NLMb28M7IBP7QrkQp9KWs= Date: Tue, 27 Jan 2026 16:10:40 +0100 From: Greg Kroah-Hartman To: Jan Remmet Cc: Heikki Krogerus , Krishna Kurapati , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, upstream@lists.phytec.de Subject: Re: [PATCH v2] usb: typec: hd3ss3220: Check if regulator needs to be switched Message-ID: <2026012728-figurine-cheesy-5e9e@gregkh> References: <20260127-wip-jremmet-hd3ss3220_vbus_split-v2-1-f615d4e88634@phytec.de> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260127-wip-jremmet-hd3ss3220_vbus_split-v2-1-f615d4e88634@phytec.de> On Tue, Jan 27, 2026 at 03:42:15PM +0100, Jan Remmet wrote: > Check regulator state as peripheral and detach can disable vbus. > Without this check we will try to disable the regulator twice if > we disconnect host and then connect as device. > > Fixes: 7e7025811579 ("usb: typec: hd3ss3220: Check if regulator needs to be switched") I don't see a commit with that id and name in my tree anywhere, nor in linux-next. Are you sure it is correct? confused, greg k-h