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 0B2FC10F1 for ; Mon, 15 Aug 2022 03:55:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id A2007C433D7; Mon, 15 Aug 2022 03:55:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660535728; bh=w1vOHWfqu9QyEszJD4s7kNCp3z2k84Kyh3lecdkEHxo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=uSGA7+dMFcBuQuQ+bgb7MOE3FBXlV/w0PDZ0XIUSMFQXr6x47vqmF1gnpJQfcoBzP INXp4lYLZDusXGDROmi1qAGYOnQmQ0yFMDKYfFQ74ItjFzi2k1vKxHWd/5XmAa5M+q 24sX2RUypjcwuBQBDv8bewAttFMh/soH4FuorctO/UyKeBN3B+Od+Qjkc54JzV1fwl rMoj+2UYxktrxUC1Q6k2setsrCsjnB/S9tuSI8X9glNoSubaGwMIHS0+KKOqlWd+k3 cUmoktEHRL6SIXK67g7HR6glpdupA6Gd19reylcRJ43ZTm6DLkwv6qyQxZfQ1B8n5x e0NG6c3M4vAHA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 7E517C4166E; Mon, 15 Aug 2022 03:55:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v4 0/9] Type-C switch driver and Type-C framework updates From: patchwork-bot+chrome-platform@kernel.org Message-Id: <166053572850.30867.8177423683647832955.git-patchwork-notify@kernel.org> Date: Mon, 15 Aug 2022 03:55:28 +0000 References: <20220711072333.2064341-1-pmalani@chromium.org> In-Reply-To: <20220711072333.2064341-1-pmalani@chromium.org> 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, dnojiri@chromium.org, dustin@howett.net, gregkh@linuxfoundation.org, groeck@chromium.org, gustavoars@kernel.org, keescook@chromium.org, sebastian.reichel@collabora.com Hello: This series was applied to chrome-platform/linux.git (for-next) by Greg Kroah-Hartman : On Mon, 11 Jul 2022 07:22:54 +0000 you 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. > > [...] Here is the summary with links: - [v4,1/9] usb: typec: Add support for retimers https://git.kernel.org/chrome-platform/c/ddaf8d96f93b - [v4,2/9] usb: typec: Add retimer handle to port https://git.kernel.org/chrome-platform/c/f31a8702cd36 - [v4,3/9] platform/chrome: Add Type-C mux set command definitions https://git.kernel.org/chrome-platform/c/28a6ed8e39f7 - [v4,4/9] platform/chrome: cros_typec_switch: Add switch driver https://git.kernel.org/chrome-platform/c/e54369058f3d - [v4,5/9] platform/chrome: cros_typec_switch: Set EC retimer https://git.kernel.org/chrome-platform/c/34f375f0fdf6 - [v4,6/9] platform/chrome: cros_typec_switch: Add event check https://git.kernel.org/chrome-platform/c/bb53ad958012 - [v4,7/9] platform/chrome: cros_typec_switch: Register mode switches https://git.kernel.org/chrome-platform/c/f5434e30011e - [v4,8/9] platform/chrome: cros_ec_typec: Cleanup switch handle return paths https://git.kernel.org/chrome-platform/c/66fe238a9bcc - [v4,9/9] platform/chrome: cros_ec_typec: Get retimer handle https://git.kernel.org/chrome-platform/c/c76d09da77d6 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html