Re: [PATCH v7 00/13] Device property improvements, add %pfw format specifier

2019-09-19 Thread Sakari Ailus
On Thu, Sep 19, 2019 at 10:00:08AM +0200, Rafael J. Wysocki wrote: > On Wed, Sep 18, 2019 at 3:34 PM Sakari Ailus > wrote: > > > > Hi all, > > > > This set adds functionality into the device property API (counting a > > node's parents as well as obtaining its name) in order to support printing > >

Re: [PATCH v7 00/13] Device property improvements, add %pfw format specifier

2019-09-19 Thread Rafael J. Wysocki
On Wed, Sep 18, 2019 at 3:34 PM Sakari Ailus wrote: > > Hi all, > > This set adds functionality into the device property API (counting a > node's parents as well as obtaining its name) in order to support printing > fwnode names using a new conversion specifier "%pfw". The names that are > produce

[PATCH v7 00/13] Device property improvements, add %pfw format specifier

2019-09-18 Thread Sakari Ailus
Hi all, This set adds functionality into the device property API (counting a node's parents as well as obtaining its name) in order to support printing fwnode names using a new conversion specifier "%pfw". The names that are produced are equivalent to its OF counterpart "%pOF" on OF systems for th