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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 B9A18C388F2 for ; Thu, 22 Oct 2020 05:30:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 526B32245F for ; Thu, 22 Oct 2020 05:30:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603344651; bh=amW+6lfXyJyw/9oZKO0tKC5WhhdatUs4PbaGnFParYQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=zyRRSq9KmuqK+vQOugqDcC6o8wN7VXEi83hAwm6oadOPFoxpMuNHK0Av0KsBgHfJ9 8bhTBsSW/u7MnHVo7nhJ8SHYvdJuY4lLMuYp9QpzKW5FUMpt67lrPH81wnZ0xpaa7h gie3A6koqIcJ5wm4y0OWmf1jkra1q5TbKJSzYPWA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2502874AbgJVFar (ORCPT ); Thu, 22 Oct 2020 01:30:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:38220 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2502837AbgJVFar (ORCPT ); Thu, 22 Oct 2020 01:30:47 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5D12B2225F; Thu, 22 Oct 2020 05:30:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603344647; bh=amW+6lfXyJyw/9oZKO0tKC5WhhdatUs4PbaGnFParYQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rnPZmf7Ijg0hWomz8qw67H/lZVlzYrn1aBPlSxcrldNjuJeM/yFOxL3l9xC8spcYY k1LzudJJFzeqBRtwsSu8hnShRbnKCKENpNHaqPUOGP5fExVrQuLj6wiFPLZSIRqB+W JWR3y+mT5zPRI+3Xw678EaeMtLXbYeWLixYL0miE= Date: Thu, 22 Oct 2020 07:30:41 +0200 From: Greg KH To: Prashant Malani Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, Benson Leung , Heikki Krogerus Subject: Re: [PATCH] usb: typec: Expose Product Type VDOs via sysfs Message-ID: <20201022053041.GA6523@kroah.com> References: <20201021211802.774854-1-pmalani@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201021211802.774854-1-pmalani@chromium.org> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Wed, Oct 21, 2020 at 02:18:02PM -0700, Prashant Malani wrote: > A PD-capable device can return up to 3 Product Type VDOs as part of its > DiscoverIdentity Response (USB PD Spec, Rev 3.0, Version 2.0, Section > 6.4.4.3.1). Add a sysfs attribute to expose these to userspace. You forgot to add the proper Documentation/ABI/ file at the same time, which makes this patch impossible to review properly and able to be applied :( Please fix. thanks, greg k-h