From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1164778AbdD1H23 (ORCPT ); Fri, 28 Apr 2017 03:28:29 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:50172 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1424313AbdD1H2T (ORCPT ); Fri, 28 Apr 2017 03:28:19 -0400 Date: Fri, 28 Apr 2017 09:28:09 +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 , Oliver Neukum , badhri@google.com, Yueyao Zhu , Guenter Roeck Subject: Re: [PATCH v7 1/3] staging: typec: USB Type-C Port Manager (tcpm) Message-ID: <20170428072809.GA28893@kroah.com> References: <1493327398-2856-1-git-send-email-linux@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1493327398-2856-1-git-send-email-linux@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 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