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=-16.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 D951FC433E0 for ; Thu, 4 Feb 2021 06:27:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7F07D64F4D for ; Thu, 4 Feb 2021 06:27:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232540AbhBDG1g (ORCPT ); Thu, 4 Feb 2021 01:27:36 -0500 Received: from mail.kernel.org ([198.145.29.99]:42006 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232327AbhBDG1c (ORCPT ); Thu, 4 Feb 2021 01:27:32 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id A0EF364DFF; Thu, 4 Feb 2021 06:26:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612420011; bh=DSoG/oJWMOu+0RpOPNhN7HpCx5+rWaZ/ag40G8wz3D4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vZvcw3PhGDFN5T/fIZQNMsrR36BbQ2XytPNc9vZqn7rwefnl2XKxG2LeWyC+bk7Uc WeoGm0BSfiVZYG7UbpB2bRqnmQYhNHhbTAXClwvG+mSBCcMtH3ZNsn6B34wGgNtU63 Bo+ylE+r0z/u/HRG3yKzaJOj3joEoKGqpDfOEmGA= Date: Thu, 4 Feb 2021 07:26:47 +0100 From: Greg KH To: Kyle Tso Cc: Guenter Roeck , Heikki Krogerus , pmalani@chromium.org, Benson Leung , Benson Leung , Badhri Jagan Sridharan , USB , LKML Subject: Re: [PATCH] usb: pd: Reland VDO definitions of PD2.0 Message-ID: References: <20210204005036.1555294-1-kyletso@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 04, 2021 at 02:17:56PM +0800, Kyle Tso wrote: > On Thu, Feb 4, 2021 at 8:55 AM Kyle Tso wrote: > > > > Hi, Benson and Prashant, > > > > On Thu, Feb 4, 2021 at 8:50 AM Kyle Tso wrote: > > > > > > Reland VDO definitions of PD Revision 2.0 as they are still used in > > > PD2.0 products. > > > > > > Fixes: 0e1d6f55a12e ("usb: pd: Update VDO definitions") > > > Signed-off-by: Kyle Tso > > > --- > > > include/linux/usb/pd_vdo.h | 69 ++++++++++++++++++++++++++++++++++++-- > > > 1 file changed, 66 insertions(+), 3 deletions(-) > > > > > Is there any chance that you have free time to verify this patch with > > CrOS configuration? > > > > thanks, > > Kyle > > > > Hi, > > I tried to enable the config "CONFIG_CROS_EC_TYPEC=m" and it can make now. Thanks for verifying, I'll go queue this up to keep the tree building properly. greg k-h