From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756789AbdD1Puf (ORCPT ); Fri, 28 Apr 2017 11:50:35 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57592 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751720AbdD1Pu2 (ORCPT ); Fri, 28 Apr 2017 11:50:28 -0400 Date: Fri, 28 Apr 2017 17:50:18 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: devel@driverdev.osuosl.org, Heikki Krogerus , Oliver Neukum , Mats Karrman , Yueyao Zhu , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, badhri@google.com, Guenter Roeck Subject: Re: [PATCH v7 1/3] staging: typec: USB Type-C Port Manager (tcpm) Message-ID: <20170428155018.GA16068@kroah.com> References: <1493327398-2856-1-git-send-email-linux@roeck-us.net> <20170428072809.GA28893@kroah.com> <45c64524-cc67-ab2e-c2cf-8a007d1c8eab@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45c64524-cc67-ab2e-c2cf-8a007d1c8eab@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 Fri, Apr 28, 2017 at 06:14:44AM -0700, Guenter Roeck wrote: > On 04/28/2017 12:28 AM, Greg Kroah-Hartman wrote: > > On Thu, Apr 27, 2017 at 02:09:56PM -0700, Guenter Roeck wrote: > > > --- /dev/null > > > +++ b/drivers/staging/typec/pd.h > > > @@ -0,0 +1,281 @@ > > > +/* > > > + * Copyright 2015-2017 Google, Inc > > > + * > > > + * This program is free software; you can redistribute it and/or modify > > > + * it under the terms of the GNU General Public License as published by > > > + * the Free Software Foundation; either version 2 of the License, or > > > + * (at your option) any later version. > > > > I have to ask, you really mean "any later version", for all of these > > patches, right? > > > > thanks, > > > > greg k-h > > > > I have not really thought about it, but this is ok as-is. Ok, patches are now applied in my USB tree, as I had to do that so they would build properly due to dependencies there. thanks, greg k-h