Re: [PATCH 2/4] clk: ep93xx: add DT support for Cirrus EP93xx

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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);
```





[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux