Re: [PATCH v1 3/8] software node: Show properties and their values in sysfs

2021-03-29 Thread Greg Kroah-Hartman
On Mon, Mar 29, 2021 at 05:51:01PM +0300, Andy Shevchenko wrote: > On Mon, Mar 29, 2021 at 4:46 PM Greg Kroah-Hartman > wrote: > > On Mon, Mar 29, 2021 at 04:01:18PM +0300, Andy Shevchenko wrote: > > > On Sun, Mar 28, 2021 at 03:02:24PM +0200, Greg Kroah-Hartman wrote: > > > > On Sun, Mar 28,

Re: [PATCH v1 3/8] software node: Show properties and their values in sysfs

2021-03-29 Thread Andy Shevchenko
On Mon, Mar 29, 2021 at 4:46 PM Greg Kroah-Hartman wrote: > On Mon, Mar 29, 2021 at 04:01:18PM +0300, Andy Shevchenko wrote: > > On Sun, Mar 28, 2021 at 03:02:24PM +0200, Greg Kroah-Hartman wrote: > > > On Sun, Mar 28, 2021 at 03:56:26PM +0300, Andy Shevchenko wrote: > > > > On Sun, Mar 28, 2021

Re: [PATCH v1 3/8] software node: Show properties and their values in sysfs

2021-03-29 Thread Greg Kroah-Hartman
On Mon, Mar 29, 2021 at 04:01:18PM +0300, Andy Shevchenko wrote: > On Sun, Mar 28, 2021 at 03:02:24PM +0200, Greg Kroah-Hartman wrote: > > On Sun, Mar 28, 2021 at 03:56:26PM +0300, Andy Shevchenko wrote: > > > On Sun, Mar 28, 2021 at 9:47 AM Greg Kroah-Hartman > > > wrote: > > > > > > > > On Sun,

Re: [PATCH v1 3/8] software node: Show properties and their values in sysfs

2021-03-29 Thread Andy Shevchenko
On Sun, Mar 28, 2021 at 03:02:24PM +0200, Greg Kroah-Hartman wrote: > On Sun, Mar 28, 2021 at 03:56:26PM +0300, Andy Shevchenko wrote: > > On Sun, Mar 28, 2021 at 9:47 AM Greg Kroah-Hartman > > wrote: > > > > > > On Sun, Mar 28, 2021 at 12:20:07AM +0200, Andy Shevchenko wrote: > > > > It's very

Re: [PATCH v1 3/8] software node: Show properties and their values in sysfs

2021-03-28 Thread Greg Kroah-Hartman
On Sun, Mar 28, 2021 at 03:56:26PM +0300, Andy Shevchenko wrote: > On Sun, Mar 28, 2021 at 9:47 AM Greg Kroah-Hartman > wrote: > > > > On Sun, Mar 28, 2021 at 12:20:07AM +0200, Andy Shevchenko wrote: > > > It's very convenient to see what properties and their values > > > are currently being

Re: [PATCH v1 3/8] software node: Show properties and their values in sysfs

2021-03-28 Thread Andy Shevchenko
On Sun, Mar 28, 2021 at 9:47 AM Greg Kroah-Hartman wrote: > > On Sun, Mar 28, 2021 at 12:20:07AM +0200, Andy Shevchenko wrote: > > It's very convenient to see what properties and their values > > are currently being assigned in the registered software nodes. > > > > Show properties and their

Re: [PATCH v1 3/8] software node: Show properties and their values in sysfs

2021-03-28 Thread Greg Kroah-Hartman
On Sun, Mar 28, 2021 at 12:20:07AM +0200, Andy Shevchenko wrote: > It's very convenient to see what properties and their values > are currently being assigned in the registered software nodes. > > Show properties and their values in sysfs. > > Signed-off-by: Andy Shevchenko > --- >

Re: [PATCH v1 3/8] software node: Show properties and their values in sysfs

2021-03-27 Thread kernel test robot
Hi Andy, I love your patch! Yet something to improve: [auto build test ERROR on driver-core/driver-core-testing] [also build test ERROR on linuxtv-media/master linux/master linus/master v5.12-rc4 next-20210326] [If your patch is applied to the wrong git tree, kindly drop us a note. And when

[PATCH v1 3/8] software node: Show properties and their values in sysfs

2021-03-27 Thread Andy Shevchenko
It's very convenient to see what properties and their values are currently being assigned in the registered software nodes. Show properties and their values in sysfs. Signed-off-by: Andy Shevchenko --- drivers/base/swnode.c | 137 -- 1 file changed, 132