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 BF5D4275AF5; Mon, 26 Jan 2026 09:05:33 +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=1769418333; cv=none; b=nFqMG1OO9wbALUhC0FDG73QuHBFGa+hhzCX/Sa6E/HY86Esrh4R9Co/dm24Qu/5pr/l5SUO+FqCluiFtnLVfN8BI9wqJDKWN6JQ5i+pwg/17OP7Wm44lpn8fYwXRpptr1SFUFxWwvXKySHGI5Ajf44xTn6wYAilR48YT8DvUKEY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769418333; c=relaxed/simple; bh=VHz9W0fjyHimdzVhxxvXRGwkw4JsNNyhLomtkY3aMuY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ItDoMCPmqCU0GAeK/WrmbACb6+jqiV+RthSWRDi7dRYrVmWe72JnBruggxBZGpnTtA5qdkMDJ73uVkfmK4EbDyQ3p9gP172u5j2qr32sS/rbrhQPH+cvCtfBKz0io9QM+c8LTg5VJl02aBZe7n6y193itRQ2farjH1d5yknOUsE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=OXlRWAcZ; 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="OXlRWAcZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EE133C116C6; Mon, 26 Jan 2026 09:05:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1769418333; bh=VHz9W0fjyHimdzVhxxvXRGwkw4JsNNyhLomtkY3aMuY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OXlRWAcZ4DeZvqVc7opRcEEKlXvtG8DI7EZAsWq8hLXi3Exz5V+GGQLA+fnVUMVaR mCI13cKNC3Rl4e1zKGNDQNtVkayKK1ZzG09UeypvJVQ/AvCMnMlWPdhZcvW8Qxy192 X52IuhKkl/IoBn7HIh2PX5npWbbv63NL03jWNaf4= Date: Mon, 26 Jan 2026 10:05:29 +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: Enable VBUS based on role state Message-ID: <2026012641-material-guiding-444d@gregkh> References: <20260123-wip-jremmet-hd3ss3220_vbus-v2-1-bcad313ce92b@phytec.de> <2026012343-rockfish-candle-d3d9@gregkh> <4d1e6908-daa2-4322-8c00-055b4c1022bc@phytec.de> Precedence: bulk X-Mailing-List: linux-kernel@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: <4d1e6908-daa2-4322-8c00-055b4c1022bc@phytec.de> On Mon, Jan 26, 2026 at 08:04:58AM +0000, Jan Remmet wrote: > Am 23.01.26 um 17:19 schrieb Greg Kroah-Hartman: > > Does not apply against my tree, what did you make it against? Can you > > redo this against linux-next and resend? > > This is strange. I created it against 944aacb68baf (something after > v6.19-rc5). I can cleanly rebase it to next-20260123 without changes. > Do I miss something? Probably other changes to this file since then? linux-next will include the USB development tree that has the work of everyone else in it that will go into the next release. Try rebasing and see what happens :) thanks, greg k-h