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 31CE54A19 for ; Thu, 14 Jul 2022 14:15:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5935BC34114; Thu, 14 Jul 2022 14:15:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1657808112; bh=ufp535Bz6aEEtkB+7zy8idwzIK4dKpRNCbUtNVDlnvM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=a4bKW1U7dflUBjmnBNrnhh6KZz0OvWufqHW/NBezlQc2bQgMz3enuGtr97hlif6ad mMldqC0PuJyMbm91jEKBYbGgQVFMbM4ppIe7vvTfBX6J8kj9h4c12zE7d//x0W1tZx vQ/9OZuSzXSFuaRC9NTYMvuluTaXyAWPo8iKnH3c= Date: Thu, 14 Jul 2022 16:13:13 +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 Subject: Re: [PATCH v4 0/9] Type-C switch driver and Type-C framework updates Message-ID: References: <20220711072333.2064341-1-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: <20220711072333.2064341-1-pmalani@chromium.org> On Mon, Jul 11, 2022 at 07:22:54AM +0000, Prashant Malani wrote: > This series introduces a retimer class to the USB Type-C framework, > It also introduces a Chrome EC (Embedded Controller) switch driver which > registers the aforementioned retimer switches as well as mode-switches. > > Patch 1 and 2 introduce the retimer class and associated functions to > the Type-C common code. > > Patches 3-7 add the cros-typec-switch driver. > > Patches 8-9 update cros-ec-typec to get and use retimer switch handles. > > Submission suggestion (as always, open to better suggestions): > - Patch 1 and 2 can go through the USB repo. > - Patch 3-9 can go through the chrome-platform repo. Since they depend > on patches 1 and 2, we can create an "topic branch" off of usb-next > once Patch 1 and 2 are submitted, and then apply Patches 3-9 on top > of that "topic branch" before merging it back into chrome-platform's > for-next branch That's a mess, I can just take all of them into my tree if you want. thanks, greg k-h