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 498733C8C68; Thu, 14 May 2026 12:13:47 +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=1778760827; cv=none; b=neSPipQwoyBerU8v7WRN1ZWZDQgY2vn4RoMMrr1fR+yhWL6JpTma7AedLzMjRSpsIPcmzxMQ5CG+bUDc0ZUdrSWfLeZlOaUouJUPmY1iRTDXwNr7hvxELR6FqUDx5FOBdiC7DTstXhtd47GMYU8r3a35+q/A/IehyF1OMReF6Pc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778760827; c=relaxed/simple; bh=qOjySuzo217jJkiqCYZDHsfK1Tdo3fmkF19sRxUfY3g=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pB+91nWJFD8kzo1yW8wEYnLqbiiaSb2fgOEAc1F3uI1JGkCeWgCPKckYlG1hDAnnW4grRetvYz80D4mpAKF6md4/sCPcxfFWnACKKkEMahFc/T9kw4jEJzxbcWSEbkNL4Ah6vCIVs0P4wyRpulShZjuhrvrqYqOoPoEJbhdmI4E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=EyEFXfAr; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="EyEFXfAr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5AB68C2BCC7; Thu, 14 May 2026 12:13:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778760826; bh=qOjySuzo217jJkiqCYZDHsfK1Tdo3fmkF19sRxUfY3g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EyEFXfArX/1/6PYRwL8CcUDsRK6fXx44WpdTLyrXuvHjHTXmRM8kRh6byLMMC7aHp s2+eJsSTo3fU4sLH68b8UqSrIQ7fuHQXhwLravLU2xJdk5JwhBmbO7qASVwCsEjtsb CppKVVjfTbLr3PCMUMTjysXmup5zu+pdHwxij6JxkaxwOQ5RQ1eKbIvuknq2At2+8p g9jIzBLHTtFnLcRAijjqpZMZkQbnPN/6iha0IeBFpCFgBKix6CdXQX4DAGQNvwj45q 76IEFzmKd3R5kodHBgo8jjr4qBQq56TrFDNzKI4Sd5LKSKlw9nRittzM93DYMr+CIu hl4wEeQFc+Z3A== Date: Thu, 14 May 2026 14:13:44 +0200 From: Krzysztof Kozlowski To: Alexandre Hamamdjian Cc: Heikki Krogerus , Greg Kroah-Hartman , CTCaer , Linus Walleij , Bartosz Golaszewski , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 0/3] usb: typec: add Rohm BM92TXX Type-C / PD controller driver Message-ID: <20260514-impressive-lush-partridge-76ed5d@quoll> References: <20260511-bm92t-v2-0-2145e4f4386b@gmail.com> 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=utf-8 Content-Disposition: inline In-Reply-To: <20260511-bm92t-v2-0-2145e4f4386b@gmail.com> On Mon, May 11, 2026 at 01:32:08AM +0700, Alexandre Hamamdjian wrote: > This series adds initial support for the Rohm Semiconductor BM92TXX > family of USB Type-C and Power Delivery controllers. > > This chipset is found on Nintendo Switch hardware, where it handles > charger and dock USB-C / PD negotiation, DisplayPort alternate-mode > entry through the dock and VBUS / VCONN control. > > Further patches will follow to wire the driver up on Nintendo Switch > device trees and to address review feedback. > > Signed-off-by: Alexandre Hamamdjian > --- > Changes in v2: Please start testing your commits before you send them. Also, read submitting patches in DT subdir and writing bindings documents. Best regards, Krzysztof