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 80FF5635 for ; Fri, 8 Jul 2022 12:38:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A0C22C341C0; Fri, 8 Jul 2022 12:38:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1657283915; bh=5h6p+C2YCmoTHZKEs1ifkYD/9q78xN4MnVC5rO6q8gI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cT4QujeKTMaCqkogk6RL+mlv917FcMdplNnTbIeFaNVPhWChN79HjaUOQanR73cYx n1L/IgJYsKT9JuRR1dAnq2JzlXpBxpWVFs7edgFasAV8cIrA1qgfSHuDWrc3FEwUX4 cxUIR+lW2NPni3q7r0g5QlLxMvyti8GnFDCggtFM= Date: Fri, 8 Jul 2022 14:38:32 +0200 From: Greg Kroah-Hartman To: Prashant Malani Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, chrome-platform@lists.linux.dev, bleung@chromium.org, heikki.krogerus@linux.intel.com, Daisuke Nojiri , "Dustin L. Howett" , Guenter Roeck , "Gustavo A. R. Silva" , Kees Cook , Sebastian Reichel , Tzung-Bi Shih Subject: Re: [PATCH v3 1/9] usb: typec: Add support for retimers Message-ID: References: <20220707222045.1415417-1-pmalani@chromium.org> <20220707222045.1415417-2-pmalani@chromium.org> Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220707222045.1415417-2-pmalani@chromium.org> On Thu, Jul 07, 2022 at 10:20:08PM +0000, Prashant Malani wrote: > Introduce a retimer device class and associated functions that register > and use retimer "switch" devices. These operate in a manner similar to > the "mode-switch" and help configure retimers that exist between the > Type-C connector and host controller(s). > > Type C ports can be linked to retimers using firmware node device > references (again, in a manner similar to "mode-switch"). > > Signed-off-by: Prashant Malani As you are adding things to sysfs, do you need to add any Documentation/ABI/ entries as well? I can't see any new sysfs files being created here, but explicitly saying so in the changelog here would be good. thanks, greg k-h