Re: [PATCH] clk: Consolidate some clock functions

2022-03-30 Thread Sean Anderson
On Sun, 27 Feb 2022 14:01:13 -0500, Sean Anderson wrote: > These functions are exactly the same as their "nodev" varients, except they > accept a device and not an ofnode. Rewrite them to just call the other > function. > > Applied, thanks! [1/1] clk: Consolidate some clock functions comm

[PATCH] clk: Consolidate some clock functions

2022-02-27 Thread Sean Anderson
These functions are exactly the same as their "nodev" varients, except they accept a device and not an ofnode. Rewrite them to just call the other function. Signed-off-by: Sean Anderson --- drivers/clk/clk-uclass.c | 22 ++ 1 file changed, 2 insertions(+), 20 deletions(-) d