From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757850AbcBJKX4 (ORCPT ); Wed, 10 Feb 2016 05:23:56 -0500 Received: from mga11.intel.com ([192.55.52.93]:41968 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757470AbcBJKXq (ORCPT ); Wed, 10 Feb 2016 05:23:46 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,425,1449561600"; d="scan'208";a="899964793" Date: Wed, 10 Feb 2016 12:23:42 +0200 From: Heikki Krogerus To: Greg KH Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Mathias Nyman , Felipe Balbi Subject: Re: [PATCH 3/3] usb: type-c: UCSI ACPI driver Message-ID: <20160210102342.GA5270@kuha.fi.intel.com> References: <1455037283-106479-1-git-send-email-heikki.krogerus@linux.intel.com> <1455037283-106479-4-git-send-email-heikki.krogerus@linux.intel.com> <20160209182246.GD31787@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160209182246.GD31787@kroah.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 09, 2016 at 10:22:46AM -0800, Greg KH wrote: > On Tue, Feb 09, 2016 at 07:01:23PM +0200, Heikki Krogerus wrote: > > Driver for ACPI enumerated UCSI devices. > > What does this mean? > > What does the driver do? Why would we care? > > > > > Signed-off-by: Heikki Krogerus > > --- > > drivers/usb/type-c/Kconfig | 10 ++++ > > drivers/usb/type-c/Makefile | 1 + > > drivers/usb/type-c/ucsi_acpi.c | 133 +++++++++++++++++++++++++++++++++++++++++ > > 3 files changed, 144 insertions(+) > > create mode 100644 drivers/usb/type-c/ucsi_acpi.c > > > > diff --git a/drivers/usb/type-c/Kconfig b/drivers/usb/type-c/Kconfig > > index 02abd74..72b002e 100644 > > --- a/drivers/usb/type-c/Kconfig > > +++ b/drivers/usb/type-c/Kconfig > > @@ -12,4 +12,14 @@ config TYPEC_UCSI > > registers and data structures used to interface with the USB Type-C > > connectors on a system. > > > > +if TYPEC_UCSI > > + > > +config TYPEC_UCSI_ACPI > > + tristate "UCSI ACPI Driver" > > + depends on ACPI > > + help > > + Driver for ACPI enumerated UCSI devices. > > Worst help text ever :( I'm sorry for that. I was not planning to leave it like that. I was more consearned with the class then these drivers, and forgot finish these parts. Thanks, -- heikki