Re: [PATCH 1/2] software node: implement software_node_unregister()

2020-05-28 Thread Brendan Higgins
On Sun, May 24, 2020 at 8:31 AM Greg Kroah-Hartman wrote: > > Sometimes it is better to unregister individual nodes instead of trying > to do them all at once with software_node_unregister_nodes(), so create > software_node_unregister() so that you can unregister them one at a > time. > > This is

Re: [PATCH 1/2] software node: implement software_node_unregister()

2020-05-25 Thread Randy Dunlap
On 5/24/20 8:30 AM, Greg Kroah-Hartman wrote: > Sometimes it is better to unregister individual nodes instead of trying > to do them all at once with software_node_unregister_nodes(), so create > software_node_unregister() so that you can unregister them one at a > time. > > This is especially

Re: [PATCH 1/2] software node: implement software_node_unregister()

2020-05-25 Thread Heikki Krogerus
On Sun, May 24, 2020 at 05:30:40PM +0200, Greg Kroah-Hartman wrote: > Sometimes it is better to unregister individual nodes instead of trying > to do them all at once with software_node_unregister_nodes(), so create > software_node_unregister() so that you can unregister them one at a > time. > >

Re: [PATCH 1/2] software node: implement software_node_unregister()

2020-05-25 Thread Petr Mladek
On Sun 2020-05-24 17:30:40, Greg Kroah-Hartman wrote: > Sometimes it is better to unregister individual nodes instead of trying > to do them all at once with software_node_unregister_nodes(), so create > software_node_unregister() so that you can unregister them one at a > time. > > This is

Re: [PATCH 1/2] software node: implement software_node_unregister()

2020-05-24 Thread Randy Dunlap
On 5/24/20 9:43 AM, Guenter Roeck wrote: > On 5/24/20 8:30 AM, Greg Kroah-Hartman wrote: >> Sometimes it is better to unregister individual nodes instead of trying >> to do them all at once with software_node_unregister_nodes(), so create >> software_node_unregister() so that you can unregister

Re: [PATCH 1/2] software node: implement software_node_unregister()

2020-05-24 Thread Guenter Roeck
On 5/24/20 8:30 AM, Greg Kroah-Hartman wrote: > Sometimes it is better to unregister individual nodes instead of trying > to do them all at once with software_node_unregister_nodes(), so create > software_node_unregister() so that you can unregister them one at a > time. > > This is especially

[PATCH 1/2] software node: implement software_node_unregister()

2020-05-24 Thread Greg Kroah-Hartman
Sometimes it is better to unregister individual nodes instead of trying to do them all at once with software_node_unregister_nodes(), so create software_node_unregister() so that you can unregister them one at a time. This is especially important when creating nodes in a hierarchy, with parent ->