Re: [PATCH] of: Split up name & type in modalias generation

2018-09-10 Thread Thierry Reding
On Fri, Sep 07, 2018 at 12:56:09PM -0700, Frank Rowand wrote: > On 09/07/18 11:49, Rob Herring wrote: > > On Fri, Sep 7, 2018 at 9:22 AM Thierry Reding > > wrote: > >> > >> From: Thierry Reding > >> > >> The kernel's vsnprintf() implementation discards all alpha-numeric > >> characters

Re: [PATCH] of: Split up name & type in modalias generation

2018-09-10 Thread Thierry Reding
On Fri, Sep 07, 2018 at 12:56:09PM -0700, Frank Rowand wrote: > On 09/07/18 11:49, Rob Herring wrote: > > On Fri, Sep 7, 2018 at 9:22 AM Thierry Reding > > wrote: > >> > >> From: Thierry Reding > >> > >> The kernel's vsnprintf() implementation discards all alpha-numeric > >> characters

Re: [PATCH] of: Split up name & type in modalias generation

2018-09-07 Thread Frank Rowand
On 09/07/18 11:49, Rob Herring wrote: > On Fri, Sep 7, 2018 at 9:22 AM Thierry Reding > wrote: >> >> From: Thierry Reding >> >> The kernel's vsnprintf() implementation discards all alpha-numeric >> characters following a %p conversion specifier. This is done in order to >> generically skip any

Re: [PATCH] of: Split up name & type in modalias generation

2018-09-07 Thread Frank Rowand
On 09/07/18 11:49, Rob Herring wrote: > On Fri, Sep 7, 2018 at 9:22 AM Thierry Reding > wrote: >> >> From: Thierry Reding >> >> The kernel's vsnprintf() implementation discards all alpha-numeric >> characters following a %p conversion specifier. This is done in order to >> generically skip any

Re: [PATCH] of: Split up name & type in modalias generation

2018-09-07 Thread Rob Herring
On Fri, Sep 7, 2018 at 9:22 AM Thierry Reding wrote: > > From: Thierry Reding > > The kernel's vsnprintf() implementation discards all alpha-numeric > characters following a %p conversion specifier. This is done in order to > generically skip any of the various modifiers that the kernel

Re: [PATCH] of: Split up name & type in modalias generation

2018-09-07 Thread Rob Herring
On Fri, Sep 7, 2018 at 9:22 AM Thierry Reding wrote: > > From: Thierry Reding > > The kernel's vsnprintf() implementation discards all alpha-numeric > characters following a %p conversion specifier. This is done in order to > generically skip any of the various modifiers that the kernel

Re: [PATCH] of: Split up name & type in modalias generation

2018-09-07 Thread Frank Rowand
On 09/07/18 07:22, Thierry Reding wrote: > From: Thierry Reding > > The kernel's vsnprintf() implementation discards all alpha-numeric > characters following a %p conversion specifier. This is done in order to > generically skip any of the various modifiers that the kernel supports. >

Re: [PATCH] of: Split up name & type in modalias generation

2018-09-07 Thread Frank Rowand
On 09/07/18 07:22, Thierry Reding wrote: > From: Thierry Reding > > The kernel's vsnprintf() implementation discards all alpha-numeric > characters following a %p conversion specifier. This is done in order to > generically skip any of the various modifiers that the kernel supports. >