Re: [PATCH v1 06/10] device property: switch to use UUID API

2016-04-08 Thread huang ying
On Fri, Apr 8, 2016 at 6:00 PM, Andy Shevchenko wrote: > On Fri, 2016-04-08 at 09:27 +0800, Huang, Ying wrote: >> Andy Shevchenko writes: >> >> > >> > On Fri, 2016-02-26 at 16:11 +0200, Andy Shevchenko wrote: >> > > >> > > On

Re: [PATCH v1 06/10] device property: switch to use UUID API

2016-04-08 Thread huang ying
On Fri, Apr 8, 2016 at 6:00 PM, Andy Shevchenko wrote: > On Fri, 2016-04-08 at 09:27 +0800, Huang, Ying wrote: >> Andy Shevchenko writes: >> >> > >> > On Fri, 2016-02-26 at 16:11 +0200, Andy Shevchenko wrote: >> > > >> > > On Thu, 2016-02-18 at 01:03 +0100, Rafael J. Wysocki wrote: >> > > > >> >

Re: [PATCH v1 06/10] device property: switch to use UUID API

2016-04-08 Thread Andy Shevchenko
On Fri, 2016-04-08 at 09:27 +0800, Huang, Ying wrote: > Andy Shevchenko writes: > > > > > On Fri, 2016-02-26 at 16:11 +0200, Andy Shevchenko wrote: > > > > > > On Thu, 2016-02-18 at 01:03 +0100, Rafael J. Wysocki wrote: > > > > > > > > > > > > On Wednesday,

Re: [PATCH v1 06/10] device property: switch to use UUID API

2016-04-08 Thread Andy Shevchenko
On Fri, 2016-04-08 at 09:27 +0800, Huang, Ying wrote: > Andy Shevchenko writes: > > > > > On Fri, 2016-02-26 at 16:11 +0200, Andy Shevchenko wrote: > > > > > > On Thu, 2016-02-18 at 01:03 +0100, Rafael J. Wysocki wrote: > > > > > > > > > > > > On Wednesday, February 17, 2016 02:17:24 PM Andy

Re: [PATCH v1 06/10] device property: switch to use UUID API

2016-04-07 Thread Huang, Ying
Andy Shevchenko writes: > On Fri, 2016-02-26 at 16:11 +0200, Andy Shevchenko wrote: >> On Thu, 2016-02-18 at 01:03 +0100, Rafael J. Wysocki wrote: >> > >> > On Wednesday, February 17, 2016 02:17:24 PM Andy Shevchenko wrote: >> > > >> > > Switch to use a

Re: [PATCH v1 06/10] device property: switch to use UUID API

2016-04-07 Thread Huang, Ying
Andy Shevchenko writes: > On Fri, 2016-02-26 at 16:11 +0200, Andy Shevchenko wrote: >> On Thu, 2016-02-18 at 01:03 +0100, Rafael J. Wysocki wrote: >> > >> > On Wednesday, February 17, 2016 02:17:24 PM Andy Shevchenko wrote: >> > > >> > > Switch to use a generic UUID API instead of custom

Re: [PATCH v1 06/10] device property: switch to use UUID API

2016-04-07 Thread Andy Shevchenko
On Fri, 2016-02-26 at 16:11 +0200, Andy Shevchenko wrote: > On Thu, 2016-02-18 at 01:03 +0100, Rafael J. Wysocki wrote: > > > > On Wednesday, February 17, 2016 02:17:24 PM Andy Shevchenko wrote: > > > > > > Switch to use a generic UUID API instead of custom approach. It > > > allows to > > >

Re: [PATCH v1 06/10] device property: switch to use UUID API

2016-04-07 Thread Andy Shevchenko
On Fri, 2016-02-26 at 16:11 +0200, Andy Shevchenko wrote: > On Thu, 2016-02-18 at 01:03 +0100, Rafael J. Wysocki wrote: > > > > On Wednesday, February 17, 2016 02:17:24 PM Andy Shevchenko wrote: > > > > > > Switch to use a generic UUID API instead of custom approach. It > > > allows to > > >

Re: [PATCH v1 06/10] device property: switch to use UUID API

2016-02-26 Thread Andy Shevchenko
On Thu, 2016-02-18 at 13:07 +0200, Mika Westerberg wrote: > On Wed, Feb 17, 2016 at 02:17:24PM +0200, Andy Shevchenko wrote: > > Switch to use a generic UUID API instead of custom approach. It > > allows to > > define UUIDs, compare them, and validate. > > > > Signed-off-by: Andy Shevchenko

Re: [PATCH v1 06/10] device property: switch to use UUID API

2016-02-26 Thread Andy Shevchenko
On Thu, 2016-02-18 at 13:07 +0200, Mika Westerberg wrote: > On Wed, Feb 17, 2016 at 02:17:24PM +0200, Andy Shevchenko wrote: > > Switch to use a generic UUID API instead of custom approach. It > > allows to > > define UUIDs, compare them, and validate. > > > > Signed-off-by: Andy Shevchenko > >

Re: [PATCH v1 06/10] device property: switch to use UUID API

2016-02-26 Thread Andy Shevchenko
On Thu, 2016-02-18 at 01:03 +0100, Rafael J. Wysocki wrote: > On Wednesday, February 17, 2016 02:17:24 PM Andy Shevchenko wrote: > > Switch to use a generic UUID API instead of custom approach. It > > allows to > > define UUIDs, compare them, and validate. [] > > +static const uuid_le ads_uuid =

Re: [PATCH v1 06/10] device property: switch to use UUID API

2016-02-26 Thread Andy Shevchenko
On Thu, 2016-02-18 at 01:03 +0100, Rafael J. Wysocki wrote: > On Wednesday, February 17, 2016 02:17:24 PM Andy Shevchenko wrote: > > Switch to use a generic UUID API instead of custom approach. It > > allows to > > define UUIDs, compare them, and validate. [] > > +static const uuid_le ads_uuid =

Re: [PATCH v1 06/10] device property: switch to use UUID API

2016-02-18 Thread Mika Westerberg
On Wed, Feb 17, 2016 at 02:17:24PM +0200, Andy Shevchenko wrote: > Switch to use a generic UUID API instead of custom approach. It allows to > define UUIDs, compare them, and validate. > > Signed-off-by: Andy Shevchenko > --- > drivers/acpi/property.c | 18

Re: [PATCH v1 06/10] device property: switch to use UUID API

2016-02-18 Thread Mika Westerberg
On Wed, Feb 17, 2016 at 02:17:24PM +0200, Andy Shevchenko wrote: > Switch to use a generic UUID API instead of custom approach. It allows to > define UUIDs, compare them, and validate. > > Signed-off-by: Andy Shevchenko > --- > drivers/acpi/property.c | 18 -- > 1 file changed,

Re: [PATCH v1 06/10] device property: switch to use UUID API

2016-02-17 Thread Rafael J. Wysocki
On Wednesday, February 17, 2016 02:17:24 PM Andy Shevchenko wrote: > Switch to use a generic UUID API instead of custom approach. It allows to > define UUIDs, compare them, and validate. > > Signed-off-by: Andy Shevchenko > --- > drivers/acpi/property.c | 18

Re: [PATCH v1 06/10] device property: switch to use UUID API

2016-02-17 Thread Rafael J. Wysocki
On Wednesday, February 17, 2016 02:17:24 PM Andy Shevchenko wrote: > Switch to use a generic UUID API instead of custom approach. It allows to > define UUIDs, compare them, and validate. > > Signed-off-by: Andy Shevchenko > --- > drivers/acpi/property.c | 18 -- > 1 file

[PATCH v1 06/10] device property: switch to use UUID API

2016-02-17 Thread Andy Shevchenko
Switch to use a generic UUID API instead of custom approach. It allows to define UUIDs, compare them, and validate. Signed-off-by: Andy Shevchenko --- drivers/acpi/property.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git

[PATCH v1 06/10] device property: switch to use UUID API

2016-02-17 Thread Andy Shevchenko
Switch to use a generic UUID API instead of custom approach. It allows to define UUIDs, compare them, and validate. Signed-off-by: Andy Shevchenko --- drivers/acpi/property.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/drivers/acpi/property.c