lkml.org 
[lkml]   [2024]   [Apr]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 2/4] clk: ep93xx: add DT support for Cirrus EP93xx
From
Date
Hello Stephen!

All notes taken in account, except:

On Thu, 2024-04-11 at 02:32 -0700, Stephen Boyd wrote:
> Quoting Nikita Shubin via B4 Relay (2024-04-08 01:09:54)
> >
> > +       ret = clk_hw_register_div(clk, "ep93xx-adc", &xtali,
>
> Use devm?

This clk-ep93xx internal function and it uses devm:

```
static int clk_hw_register_div(...)
..
return devm_clk_hw_register(priv->dev, &clk->hw);
```

\
 
 \ /
  Last update: 2024-05-27 16:40    [W:0.050 / U:0.168 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site