Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1632578 > unrolled thread

Re: [PATCH v7 1/3] staging: typec: USB Type-C Port Manager (tcpm)

Started byGreg Kroah-Hartman <gregkh@linuxfoundation.org>
First post2017-04-28 09:30 +0200
Last post2017-04-28 18:40 +0200
Articles 4 — 3 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v7 1/3] staging: typec: USB Type-C Port Manager (tcpm) Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-04-28 09:30 +0200
    Re: [PATCH v7 1/3] staging: typec: USB Type-C Port Manager (tcpm) Guenter Roeck <linux@roeck-us.net> - 2017-04-28 15:20 +0200
      Re: [PATCH v7 1/3] staging: typec: USB Type-C Port Manager (tcpm) Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-04-28 18:00 +0200
        Re: [PATCH v7 1/3] staging: typec: USB Type-C Port Manager (tcpm) Guenter Roeck <groeck@google.com> - 2017-04-28 18:40 +0200

#1632578 — Re: [PATCH v7 1/3] staging: typec: USB Type-C Port Manager (tcpm)

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2017-04-28 09:30 +0200
SubjectRe: [PATCH v7 1/3] staging: typec: USB Type-C Port Manager (tcpm)
Message-ID<tB8vM-4fo-5@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1632870

FromGuenter Roeck <linux@roeck-us.net>
Date2017-04-28 15:20 +0200
Message-ID<tBdYu-7Nk-25@gated-at.bofh.it>
In reply to#1632578
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.

Guenter

[toc] | [prev] | [next] | [standalone]


#1632989

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2017-04-28 18:00 +0200
Message-ID<tBgtk-Zx-7@gated-at.bofh.it>
In reply to#1632870
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

[toc] | [prev] | [next] | [standalone]


#1633015

FromGuenter Roeck <groeck@google.com>
Date2017-04-28 18:40 +0200
Message-ID<tBh62-1ww-7@gated-at.bofh.it>
In reply to#1632989
On Fri, Apr 28, 2017 at 8:50 AM, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
> 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.
>
Ah yes, sorry, I should have mentioned that.

Thanks!
Guenter

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web