From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 19B41C00140 for ; Thu, 18 Aug 2022 22:36:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345681AbiHRWgt (ORCPT ); Thu, 18 Aug 2022 18:36:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33054 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243981AbiHRWgl (ORCPT ); Thu, 18 Aug 2022 18:36:41 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 08900D83EC for ; Thu, 18 Aug 2022 15:36:40 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id B0634B824C5 for ; Thu, 18 Aug 2022 22:36:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 66C38C4314A; Thu, 18 Aug 2022 22:36:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660862198; bh=keNCbMX0CkJtPjEvtdGZU7KTI27KUetskFmuVrINf98=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=ixtOLjL2BIR5wuLZIAXCaW9hIOfUHSLQzDKv3D6gGbPoGsHtJTJgtSZi4pntx3eRa hyfavskbyFw+zdtveWHVT1szESMK2tm4eU+sG2JvX3ove0pa5ALjGFpd7M7rmJu9SZ +Gj+fh5i4MAV5PPoz+kTR60FHgU1SZaNFhliKwfxhWZgIlDnVdYvkuXD/QvuVw73s8 CH0oXn3ktPu3squbVn/RVgQZhQp+MF8tBJQG/yVzHeUML7U2QV3fhdFCR0Wtoh3WSo lXZTKxUMFFg55vLZ3bTCgCRiVK3wNri3ggnbgKveRA6Wj4ev1Im1jtm4VVN75DBn8E yijm7ysA0s7Mg== 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 43336E2A051; Thu, 18 Aug 2022 22:36:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v6 0/7] platform/chrome: Type-C switch driver From: patchwork-bot+chrome-platform@kernel.org Message-Id: <166086219827.25451.13394711160606967369.git-patchwork-notify@kernel.org> Date: Thu, 18 Aug 2022 22:36:38 +0000 References: <20220816214857.2088914-1-pmalani@chromium.org> In-Reply-To: <20220816214857.2088914-1-pmalani@chromium.org> To: Prashant Malani Cc: linux-kernel@vger.kernel.org, chrome-platform@lists.linux.dev, bleung@chromium.org, dnojiri@chromium.org, dustin@howett.net, gregkh@linuxfoundation.org, groeck@chromium.org, gustavoars@kernel.org, keescook@chromium.org, tinghan.shen@mediatek.com, tzungbi@kernel.org, wangxiang@cdjrlc.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to chrome-platform/linux.git (for-kernelci) by Prashant Malani : On Tue, 16 Aug 2022 21:48:28 +0000 you wrote: > v4 of this series was originally merged to the USB maintainer tree, but > there were dependencies from the chrome-platform tree which caused > conflicts in the merge tree, so the chrome specific parts were > reverted [1]. > > v5 is a resubmission of the series with the Chrome-only parts (since the > USB framework parts were merged successfully). > > [...] Here is the summary with links: - [v6,1/7] platform/chrome: Add Type-C mux set command definitions https://git.kernel.org/chrome-platform/c/77947238dad3 - [v6,2/7] platform/chrome: cros_typec_switch: Add switch driver https://git.kernel.org/chrome-platform/c/affc804c44c8 - [v6,3/7] platform/chrome: cros_typec_switch: Set EC retimer https://git.kernel.org/chrome-platform/c/d4536a216c3f - [v6,4/7] platform/chrome: cros_typec_switch: Add event check https://git.kernel.org/chrome-platform/c/cf6c767244ed - [v6,5/7] platform/chrome: cros_typec_switch: Register mode switches https://git.kernel.org/chrome-platform/c/9e6e05169980 - [v6,6/7] platform/chrome: cros_ec_typec: Cleanup switch handle return paths https://git.kernel.org/chrome-platform/c/d5f66527db9e - [v6,7/7] platform/chrome: cros_ec_typec: Get retimer handle https://git.kernel.org/chrome-platform/c/1a8912caba02 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html