RE: [PATCH] mei, make modules.alias UUID information easier to read

2015-09-21 Thread Winkler, Tomas
uthikulpanit, Suravee; Heikki Krogerus; James Hogan; > Daniel > Thompson; Michael Opdenacker; David Cohen; Felipe Balbi; Ralf Baechle > Subject: Re: [PATCH] mei, make modules.alias UUID information easier to read > > On Fri, Aug 14, 2015 at 09:05:40AM -0400, Prarit Bhargava wrote: >

Re: [PATCH] mei, make modules.alias UUID information easier to read

2015-09-20 Thread Greg Kroah-Hartman
On Fri, Aug 14, 2015 at 09:05:40AM -0400, Prarit Bhargava wrote: > 2nd try on this ... What changed from the first patch? I need some "version information" to figure out what is going on. Can you resend it with that information? thanks, greg k-h -- To unsubscribe from this list: send the line

Re: [PATCH] mei, make modules.alias UUID information easier to read

2015-08-31 Thread Prarit Bhargava
On 08/29/2015 05:21 PM, Winkler, Tomas wrote: >> >> Hi Prarit, >> >> On Fri, Aug 28, 2015 at 07:50:52AM -0400, Prarit Bhargava wrote: >>> Heikki, Tomas? >> >> I'm afraid I don't know much about Intel's Management Engine >> Interface. Looks like the driver is from Samuel (CC'd) so I'm guessing >>

RE: [PATCH] mei, make modules.alias UUID information easier to read

2015-08-31 Thread Winkler, Tomas
> On 08/29/2015 05:21 PM, Winkler, Tomas wrote: > >> > >> Hi Prarit, > >> > >> On Fri, Aug 28, 2015 at 07:50:52AM -0400, Prarit Bhargava wrote: > >>> Heikki, Tomas? > >> > >> I'm afraid I don't know much about Intel's Management Engine > >> Interface. Looks like the driver is from Samuel (CC'd) so

Re: [PATCH] mei, make modules.alias UUID information easier to read

2015-08-30 Thread Prarit Bhargava
On 08/29/2015 05:21 PM, Winkler, Tomas wrote: >> >> Hi Prarit, >> >> On Fri, Aug 28, 2015 at 07:50:52AM -0400, Prarit Bhargava wrote: >>> Heikki, Tomas? >> >> I'm afraid I don't know much about Intel's Management Engine >> Interface. Looks like the driver is from Samuel (CC'd) so I'm guessing >>

RE: [PATCH] mei, make modules.alias UUID information easier to read

2015-08-29 Thread Winkler, Tomas
> > Hi Prarit, > > On Fri, Aug 28, 2015 at 07:50:52AM -0400, Prarit Bhargava wrote: > > Heikki, Tomas? > > I'm afraid I don't know much about Intel's Management Engine > Interface. Looks like the driver is from Samuel (CC'd) so I'm guessing > he is the person you wanted comments from and not me.

Re: [PATCH] mei, make modules.alias UUID information easier to read

2015-08-28 Thread Heikki Krogerus
Hi Prarit, On Fri, Aug 28, 2015 at 07:50:52AM -0400, Prarit Bhargava wrote: > Heikki, Tomas? I'm afraid I don't know much about Intel's Management Engine Interface. Looks like the driver is from Samuel (CC'd) so I'm guessing he is the person you wanted comments from and not me. cheers, > On 08/

Re: [PATCH] mei, make modules.alias UUID information easier to read

2015-08-28 Thread Prarit Bhargava
Heikki, Tomas? P. On 08/14/2015 09:05 AM, Prarit Bhargava wrote: > 2nd try on this ... > > P. > > ---8<--- > > scripts/mod/file2alias.c:add_uuid() munges a UUID into a single string > which does not conform to the standard little endian UUID. This patch > changes add_uuid() to use the UUID c

[PATCH] mei, make modules.alias UUID information easier to read

2015-08-14 Thread Prarit Bhargava
2nd try on this ... P. ---8<--- scripts/mod/file2alias.c:add_uuid() munges a UUID into a single string which does not conform to the standard little endian UUID. This patch changes add_uuid() to use the UUID correctly so that future drivers which use UUID matches can simply use the %pUL format,

[PATCH] mei, make modules.alias UUID information easier to read

2015-08-07 Thread Prarit Bhargava
scripts/mod/file2alias.c:add_uuid() munges a UUID into a single string which does not conform to the standard little endian UUID. This patch changes add_uuid() to use the UUID correctly so that future drivers which use UUID matches can simply use the %pUL format, and modifies the mei driver with t