Re: [PATCH] clk: Mark fwnodes when their clock provider is added

2021-04-05 Thread Nicolas Saenz Julienne
On Wed, 2021-03-31 at 12:25 -0700, Stephen Boyd wrote: > Quoting Geert Uytterhoeven (2021-03-31 00:05:00) > > On Wed, Mar 31, 2021 at 4:22 AM Stephen Boyd wrote: > > > > > Does it have any use? > > > > > > > > of_clk_del_provider() removes the first provider found with node == > > > > NULL. > >

Re: [PATCH] clk: Mark fwnodes when their clock provider is added

2021-03-31 Thread Geert Uytterhoeven
Hi Stephen, On Wed, Mar 31, 2021 at 4:22 AM Stephen Boyd wrote: > Quoting Geert Uytterhoeven (2021-03-29 23:58:23) > > On Tue, Mar 30, 2021 at 3:53 AM Stephen Boyd wrote: > > > Quoting Saravana Kannan (2021-03-29 16:28:20) > > > > On Mon, Mar 29, 2021 at 2:25 PM Stephen Boyd wrote: > > > > > Qu

Re: [PATCH] clk: Mark fwnodes when their clock provider is added

2021-03-30 Thread Saravana Kannan
On Tue, Mar 30, 2021 at 8:42 AM Guenter Roeck wrote: > > On Wed, Feb 10, 2021 at 01:44:34PM +0200, Tudor Ambarus wrote: > > This is a follow-up for: > > commit 3c9ea42802a1 ("clk: Mark fwnodes when their clock provider is > > added/removed") > > > > The above commit updated the deprecated of_clk_

Re: [PATCH] clk: Mark fwnodes when their clock provider is added

2021-03-30 Thread Guenter Roeck
On Wed, Feb 10, 2021 at 01:44:34PM +0200, Tudor Ambarus wrote: > This is a follow-up for: > commit 3c9ea42802a1 ("clk: Mark fwnodes when their clock provider is > added/removed") > > The above commit updated the deprecated of_clk_add_provider(), > but missed to update the preferred of_clk_add_hw_

Re: [PATCH] clk: Mark fwnodes when their clock provider is added

2021-03-29 Thread Geert Uytterhoeven
Hi Stephen, On Tue, Mar 30, 2021 at 3:53 AM Stephen Boyd wrote: > Quoting Saravana Kannan (2021-03-29 16:28:20) > > On Mon, Mar 29, 2021 at 2:25 PM Stephen Boyd wrote: > > > Quoting Geert Uytterhoeven (2021-03-26 11:29:55) > > > > On Fri, Mar 26, 2021 at 7:13 PM Stephen Boyd wrote: > > > > > Qu

Re: [PATCH] clk: Mark fwnodes when their clock provider is added

2021-03-29 Thread Saravana Kannan
On Mon, Mar 29, 2021 at 2:25 PM Stephen Boyd wrote: > > Quoting Geert Uytterhoeven (2021-03-26 11:29:55) > > On Fri, Mar 26, 2021 at 7:13 PM Stephen Boyd wrote: > > > Quoting Nicolas Saenz Julienne (2021-03-25 11:25:24) > > > > > > > > > > This patch mainly revealed that clk/bcm/clk-raspberrypi.c

Re: [PATCH] clk: Mark fwnodes when their clock provider is added

2021-03-26 Thread Geert Uytterhoeven
Hi Stephen, On Fri, Mar 26, 2021 at 7:13 PM Stephen Boyd wrote: > Quoting Nicolas Saenz Julienne (2021-03-25 11:25:24) > > On Thu, 2021-03-25 at 14:31 +0100, Marek Szyprowski wrote: > > > On 10.02.2021 12:44, Tudor Ambarus wrote: > > > > This is a follow-up for: > > > > commit 3c9ea42802a1 ("clk:

Re: [PATCH] clk: Mark fwnodes when their clock provider is added

2021-03-26 Thread Stephen Boyd
Quoting Nicolas Saenz Julienne (2021-03-25 11:25:24) > On Thu, 2021-03-25 at 14:31 +0100, Marek Szyprowski wrote: > > Hi > > > > On 10.02.2021 12:44, Tudor Ambarus wrote: > > > This is a follow-up for: > > > commit 3c9ea42802a1 ("clk: Mark fwnodes when their clock provider is > > > added/removed"

Re: [PATCH] clk: Mark fwnodes when their clock provider is added

2021-03-25 Thread Nicolas Saenz Julienne
On Thu, 2021-03-25 at 14:31 +0100, Marek Szyprowski wrote: > Hi > > On 10.02.2021 12:44, Tudor Ambarus wrote: > > This is a follow-up for: > > commit 3c9ea42802a1 ("clk: Mark fwnodes when their clock provider is > > added/removed") > > > > The above commit updated the deprecated of_clk_add_provi

Re: [PATCH] clk: Mark fwnodes when their clock provider is added

2021-03-25 Thread Geert Uytterhoeven
Hi Marek, On Thu, Mar 25, 2021 at 2:32 PM Marek Szyprowski wrote: > On 10.02.2021 12:44, Tudor Ambarus wrote: > > This is a follow-up for: > > commit 3c9ea42802a1 ("clk: Mark fwnodes when their clock provider is > > added/removed") > > > > The above commit updated the deprecated of_clk_add_provi

Re: [PATCH] clk: Mark fwnodes when their clock provider is added

2021-03-25 Thread Marek Szyprowski
Hi On 10.02.2021 12:44, Tudor Ambarus wrote: > This is a follow-up for: > commit 3c9ea42802a1 ("clk: Mark fwnodes when their clock provider is > added/removed") > > The above commit updated the deprecated of_clk_add_provider(), > but missed to update the preferred of_clk_add_hw_provider(). > Upda

Re: [PATCH] clk: Mark fwnodes when their clock provider is added

2021-02-12 Thread Stephen Boyd
Quoting Greg KH (2021-02-11 05:00:51) > On Wed, Feb 10, 2021 at 01:44:35PM +0200, Tudor Ambarus wrote: > > This is a follow-up for: > > commit 3c9ea42802a1 ("clk: Mark fwnodes when their clock provider is > > added/removed") > > > > The above commit updated the deprecated of_clk_add_provider(), >

Re: [PATCH] clk: Mark fwnodes when their clock provider is added

2021-02-11 Thread Greg KH
On Wed, Feb 10, 2021 at 01:44:35PM +0200, Tudor Ambarus wrote: > This is a follow-up for: > commit 3c9ea42802a1 ("clk: Mark fwnodes when their clock provider is > added/removed") > > The above commit updated the deprecated of_clk_add_provider(), > but missed to update the preferred of_clk_add_hw_

Re: [PATCH] clk: Mark fwnodes when their clock provider is added

2021-02-10 Thread Saravana Kannan
On Wed, Feb 10, 2021 at 3:44 AM Tudor Ambarus wrote: > > This is a follow-up for: > commit 3c9ea42802a1 ("clk: Mark fwnodes when their clock provider is > added/removed") > > The above commit updated the deprecated of_clk_add_provider(), > but missed to update the preferred of_clk_add_hw_provider