From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932398AbcHIQXk (ORCPT ); Tue, 9 Aug 2016 12:23:40 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:50409 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752346AbcHIQXj (ORCPT ); Tue, 9 Aug 2016 12:23:39 -0400 Date: Tue, 9 Aug 2016 09:23:36 -0700 From: Guenter Roeck To: Greg KH Cc: Heikki Krogerus , Oliver Neukum , Felipe Balbi , Roger Quadros , Rajaram R , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCHv4 0/2] USB Type-C Connector class Message-ID: <20160809162336.GB9105@roeck-us.net> References: <1467207518-55953-1-git-send-email-heikki.krogerus@linux.intel.com> <20160809140153.GA9104@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160809140153.GA9104@kroah.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 09, 2016 at 04:01:53PM +0200, Greg KH wrote: > On Wed, Jun 29, 2016 at 04:38:36PM +0300, Heikki Krogerus wrote: > > Hi, > > > > The USB Type-C class is meant to provide unified interface to the > > userspace to present the USB Type-C ports in a system. > > > > Changes since v3: > > - Documentation cleanup as proposed by Roger Quadros > > - Setting partner altmodes member to NULL on removal and fixing a > > warning, as proposed by Guenter Roeck > > - Added the following attributes for partners and cables: > > * supports_usb_power_delivery > > * id_header_vdo > > - "id_header_vdo" is visible only when the partner or cable supports > > USB Power Delivery communication. > > - Partner attribute "accessory" is hidden when the partner type is not > > "Accessory". > > > > Changes since v2: > > - Notification on role and alternate mode changes > > - cleanups > > > > Changes since v1: > > - Completely rewrote alternate mode support > > - Patners, cables and cable plugs presented as devices. > > I'm not going to take this series until everyone agrees on it, sorry. > I'll wait for you and Guenter and Oliver to all come up with a solution > that works for everyone. > I have not heard from Heikko for a while. There have been some follow-up patches in https://git.kernel.org/cgit/linux/kernel/git/balbi/usb.git/log/?h=bxt-typec-pd-fixes but I am not really sure where this is going. I've been wondering if I can/should get more actively involved and start driving the series if Heikki is busy. Thoughts, anyone ? Guenter