From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751707AbdCVVQR (ORCPT ); Wed, 22 Mar 2017 17:16:17 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:32922 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751327AbdCVVQG (ORCPT ); Wed, 22 Mar 2017 17:16:06 -0400 Subject: Re: [PATCH v17 0/3] USB Type-C Connector class To: Heikki Krogerus , Greg KH References: <20170221142405.76299-1-heikki.krogerus@linux.intel.com> <20170321102337.GA9627@kroah.com> <20170321103737.GB29812@kuha.fi.intel.com> Cc: Guenter Roeck , Felipe Balbi , Oliver Neukum , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org From: Mats Karrman Message-ID: <80e41065-51e9-5064-c4d6-6fb6075de129@gmail.com> Date: Wed, 22 Mar 2017 22:15:20 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20170321103737.GB29812@kuha.fi.intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/21/2017 11:37 AM, Heikki Krogerus wrote: >> I'm lost in the long thread here, is this series still ready to be >> merged in, or is there another version that is being worked on? > There was one documentation fix proposed Mats. The rest of the thread > was not about these patches. > > I'll send one more version and fix the documentation. > A bit late but... After reading a bit more I found that there is a miss-match between Documentation/ABI/testing/sysfs-class-typec on one side and the actual code and Documentation/usb/typec.rst on the other side. In the first it looks like all attribute groups are flat under typec/ but in the code and the other document they are instead created in a tree, e.g.: /sys/class/typec/port0/ /sys/class/typec/port0/svid-ff01/ /sys/class/typec/port0/svid-ff01/mode0/ /sys/class/typec/port0/port0-partner/ /sys/class/typec/port0/port0-cable/ /sys/class/typec/port0/port0-cable/identity/ /sys/class/typec/port0/port0-cable/port0-plug0/ /sys/class/typec/port0/port0-cable/port0-plug1/ BR // Mats