Re: [PATCH v4 4/9] driver core: Let dev_of_node() accept a NULL dev

2019-04-19 Thread Stephen Boyd
Quoting Stephen Boyd (2019-04-12 11:31:45) > We'd like to chain this in places where the 'dev' argument might be > NULL. Let this function take a NULL 'dev' so this can work. > > Cc: Miquel Raynal > Cc: Jerome Brunet > Cc: Russell King > Cc: Michael Turquette > Cc: Jeffrey Hugo > Cc: Chen-Yu

Re: [PATCH v4 4/9] driver core: Let dev_of_node() accept a NULL dev

2019-04-16 Thread Greg Kroah-Hartman
On Fri, Apr 12, 2019 at 11:31:45AM -0700, Stephen Boyd wrote: > We'd like to chain this in places where the 'dev' argument might be > NULL. Let this function take a NULL 'dev' so this can work. > > Cc: Miquel Raynal > Cc: Jerome Brunet > Cc: Russell King > Cc: Michael Turquette > Cc: Jeffrey H

[PATCH v4 4/9] driver core: Let dev_of_node() accept a NULL dev

2019-04-12 Thread Stephen Boyd
We'd like to chain this in places where the 'dev' argument might be NULL. Let this function take a NULL 'dev' so this can work. Cc: Miquel Raynal Cc: Jerome Brunet Cc: Russell King Cc: Michael Turquette Cc: Jeffrey Hugo Cc: Chen-Yu Tsai Cc: Greg Kroah-Hartman Cc: Rob Herring Signed-off-by: