From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1033822AbdD0G05 (ORCPT ); Thu, 27 Apr 2017 02:26:57 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:42236 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752769AbdD0G0s (ORCPT ); Thu, 27 Apr 2017 02:26:48 -0400 Date: Thu, 27 Apr 2017 08:26:38 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, Heikki Krogerus , linux-usb@vger.kernel.org, Mats Karrman , badhri@google.com, Oliver Neukum , Guenter Roeck Subject: Re: [PATCH v6 1/2] usb: typec: USB Type-C Port Manager (tcpm) Message-ID: <20170427062638.GB10327@kroah.com> References: <1493245572-2246-1-git-send-email-linux@roeck-us.net> <20170427011508.GA3509@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170427011508.GA3509@roeck-us.net> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 26, 2017 at 06:15:08PM -0700, Guenter Roeck wrote: > On Wed, Apr 26, 2017 at 03:26:11PM -0700, Guenter Roeck wrote: > > From: Guenter Roeck > > > > This driver implements the USB Type-C Power Delivery state machine > > for both source and sink ports. Alternate mode support is not > > fully implemented. > > > > The driver attaches to the USB Type-C class code implemented in > > the following patches. > > > > usb: typec: add driver for Intel Whiskey Cove PMIC USB Type-C PHY > > usb: USB Type-C connector class > > > > This driver only implements the state machine. Lower level drivers are > > responsible for > > - Reporting VBUS status and activating VBUS > > - Setting CC lines and providing CC line status > > - Setting line polarity > > - Activating and deactivating VCONN > > - Setting the current limit > > - Activating and deactivating PD message transfers > > - Sending and receiving PD messages > > > > The driver provides both a functional API as well as callbacks for > > lower level drivers. > > > > Signed-off-by: Guenter Roeck > > Signed-off-by: Guenter Roeck > > Of course this has missing dependencies and won't compile if CONFIG_DEBUG_FS > is not enabled. Greg, should I send v7 or follow-up patches ? v7 would be good to keep the kbuild bot happy :) thanks, greg k-h