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 X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 274C6C433DF for ; Fri, 24 Jul 2020 00:47:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E93A4206D7 for ; Fri, 24 Jul 2020 00:47:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="JBw9zyk5" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728407AbgGXArP (ORCPT ); Thu, 23 Jul 2020 20:47:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60454 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728387AbgGXArP (ORCPT ); Thu, 23 Jul 2020 20:47:15 -0400 Received: from mail-qv1-xf43.google.com (mail-qv1-xf43.google.com [IPv6:2607:f8b0:4864:20::f43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4E8C8C0619D3 for ; Thu, 23 Jul 2020 17:47:15 -0700 (PDT) Received: by mail-qv1-xf43.google.com with SMTP id m9so3433278qvx.5 for ; Thu, 23 Jul 2020 17:47:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=2XYmEr/dSrcuydRY/J4CRIvkpVQzO7an5wNRsCMLzsE=; b=JBw9zyk5q7rkGP8BonBjp1r1uc2AVgF68/ZbcQUEb+tMYM2W2HNX0CY0yb+u5LA2Dk GEYkiCEsZugZmK1PmSG2dRJrZWF0HfJVfe+sQgaf6lhaNxxTPxaqzkDreHzYXRRucJE7 vTU1pMOtKpZDDECsrxeAKEgkS2pP/M0OnmSog= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=2XYmEr/dSrcuydRY/J4CRIvkpVQzO7an5wNRsCMLzsE=; b=rNuAZqYTLY/LuF630Oer6W60ViaUgS8YAacMgbkICyGwJ02q5bSNFSDw0zHWfP+Lel 5kKClXji/7a8FKUKy7DRLRn6mLq7wCp19flJMmGLV+tRJI0ta/DSeFK8VR5ouTEFO42A gbpYNlw4PGqGDx4FwyK9HllQtu12OZLPkBt5ROfgOVDwL/6a9Ri6/SjuwuZPB2GonWi7 aPkwakfs8QMtT/TXdorvBCi9KfY5AHi9qYqjv1fWmM2ZTeKA3p9KspUu47MhrnH+hAQw 81rQPGX+qyY5//gUx4kggf7afLP5Uyw5OwVwhG7Pm/9ueKgu4klvPqbg1njDKUJ70yR3 RFRQ== X-Gm-Message-State: AOAM532DlmvkvB1SJj2paDSZfC+pv2WcM/prLLS+7dyaFjb1m6+0M/m0 LojVtawf7TM71YXMMkj813yOSVvKybuxXhG1Ezq/Mg== X-Google-Smtp-Source: ABdhPJw0FxvmAEdQYQfPclg4ExzOkN406yxubOFw3ciZJ0qoN78ocGcjb4oHIKnfAxUpb/25XGrptWf2CdL6pNNfUzI= X-Received: by 2002:a0c:a8e6:: with SMTP id h38mr7533759qvc.15.1595551634294; Thu, 23 Jul 2020 17:47:14 -0700 (PDT) MIME-Version: 1.0 References: <20200710194017.1126000-1-pmalani@chromium.org> In-Reply-To: From: Prashant Malani Date: Thu, 23 Jul 2020 17:47:02 -0700 Message-ID: Subject: Re: [PATCH v2] platform/chrome: cros_ec_typec: USB4 support To: Enric Balletbo i Serra Cc: Linux Kernel Mailing List , Rajmohan Mani , Heikki Krogerus , Benson Leung , Guenter Roeck Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 22, 2020 at 8:27 AM Enric Balletbo i Serra wrote: > > Hi Prashant, > > On 21/7/20 21:55, Prashant Malani wrote: > > Hey Enric, Benson, > > > > Just wondering if you've had a chance to review this patch. > > > > It's on my radar but I'm waiting for the dependencies to be merged. > Understood. Thanks! BR, -Prashant