Re: [PATCH v1] platform/x86: wmi: Switch to use new generic UUID API

2018-07-13 Thread Andy Shevchenko
On Fri, 2018-07-13 at 15:53 +0300, Andy Shevchenko wrote: > There are new types and helpers that are supposed to be used in new > code. > > As a preparation to get rid of legacy types and API functions do > the conversion here. > > While here, update Copyright to reflect this change along with >

Re: [PATCH v1] platform/x86: wmi: Switch to use new generic UUID API

2017-09-01 Thread Andy Lutomirski
On Fri, Sep 1, 2017 at 1:23 AM, Christoph Hellwig wrote: > On Wed, Aug 30, 2017 at 01:01:28PM -0700, Andy Lutomirski wrote: >> What I'm saying is: I agree that "RFC4122 UUID" and "wintel GUID" are >> different, but the new structs aren't called "RFC4122 UUID" and >> "wintel GUID" - they're called

Re: [PATCH v1] platform/x86: wmi: Switch to use new generic UUID API

2017-09-01 Thread Christoph Hellwig
On Wed, Aug 30, 2017 at 01:01:28PM -0700, Andy Lutomirski wrote: > What I'm saying is: I agree that "RFC4122 UUID" and "wintel GUID" are > different, but the new structs aren't called "RFC4122 UUID" and > "wintel GUID" - they're called "uuid" and "guid". I think the latter > is very far from intui

Re: [PATCH v1] platform/x86: wmi: Switch to use new generic UUID API

2017-08-30 Thread Andy Lutomirski
On Wed, Aug 30, 2017 at 5:25 AM, Christoph Hellwig wrote: > On Sun, Aug 13, 2017 at 08:34:56AM -0700, Andy Lutomirski wrote: >> > This specification defines a Uniform Resource Name namespace for >> > UUIDs (Universally Unique IDentifier), also known as GUIDs (Globally >> > Unique IDentifier). >> >

Re: [PATCH v1] platform/x86: wmi: Switch to use new generic UUID API

2017-08-30 Thread Christoph Hellwig
On Sun, Aug 13, 2017 at 08:34:56AM -0700, Andy Lutomirski wrote: > > This specification defines a Uniform Resource Name namespace for > > UUIDs (Universally Unique IDentifier), also known as GUIDs (Globally > > Unique IDentifier). > > No, that still matches what I thought I knew: "UUID" and "GUID"

Re: [PATCH v1] platform/x86: wmi: Switch to use new generic UUID API

2017-08-13 Thread Andy Lutomirski
On Sun, Aug 13, 2017 at 8:23 AM, Andy Lutomirski wrote: > On Sun, Aug 13, 2017 at 7:15 AM, Andy Shevchenko > wrote: >> On Sun, 2017-08-06 at 08:43 -0700, Andy Lutomirski wrote: >>> On Fri, Aug 4, 2017 at 8:27 AM, Andy Shevchenko >>> wrote: >>> > On Fri, Aug 4, 2017 at 6:01 PM, Andy Lutomirski >

Re: [PATCH v1] platform/x86: wmi: Switch to use new generic UUID API

2017-08-13 Thread Andy Lutomirski
On Sun, Aug 13, 2017 at 7:15 AM, Andy Shevchenko wrote: > On Sun, 2017-08-06 at 08:43 -0700, Andy Lutomirski wrote: >> On Fri, Aug 4, 2017 at 8:27 AM, Andy Shevchenko >> wrote: >> > On Fri, Aug 4, 2017 at 6:01 PM, Andy Lutomirski >> > wrote: >> > > > On Aug 2, 2017, at 9:28 AM, Andy Shevchenko >

Re: [PATCH v1] platform/x86: wmi: Switch to use new generic UUID API

2017-08-13 Thread Andy Shevchenko
On Sun, 2017-08-06 at 08:43 -0700, Andy Lutomirski wrote: > On Fri, Aug 4, 2017 at 8:27 AM, Andy Shevchenko > wrote: > > On Fri, Aug 4, 2017 at 6:01 PM, Andy Lutomirski > > wrote: > > > > On Aug 2, 2017, at 9:28 AM, Andy Shevchenko > > > inux.intel.com> wrote: > > > NAK.  guid_block is a firmwa

Re: [PATCH v1] platform/x86: wmi: Switch to use new generic UUID API

2017-08-06 Thread Andy Lutomirski
On Fri, Aug 4, 2017 at 8:27 AM, Andy Shevchenko wrote: > On Fri, Aug 4, 2017 at 6:01 PM, Andy Lutomirski wrote: >>> On Aug 2, 2017, at 9:28 AM, Andy Shevchenko >>> wrote: >>> >>> There are new types and helpers that are supposed to be used in new code. >>> >>> As a preparation to get rid of leg

Re: [PATCH v1] platform/x86: wmi: Switch to use new generic UUID API

2017-08-04 Thread Andy Shevchenko
On Fri, Aug 4, 2017 at 6:01 PM, Andy Lutomirski wrote: >> On Aug 2, 2017, at 9:28 AM, Andy Shevchenko >> wrote: >> >> There are new types and helpers that are supposed to be used in new code. >> >> As a preparation to get rid of legacy types and API functions do >> the conversion here. >> >> Whi

Re: [PATCH v1] platform/x86: wmi: Switch to use new generic UUID API

2017-08-04 Thread Andy Lutomirski
> On Aug 2, 2017, at 9:28 AM, Andy Shevchenko > wrote: > > There are new types and helpers that are supposed to be used in new code. > > As a preparation to get rid of legacy types and API functions do > the conversion here. > > While here, update Copyright to reflect this change along with previ