Re: [PATCH 1/3] dt-bindings: clock: ti,sci-clk: Add support for parsing clock info from DT

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

 



On 06/02/2019 19:47, Stephen Boyd wrote:
Quoting Tero Kristo (2019-02-05 00:25:40)
On 22/01/2019 09:33, Tero Kristo wrote:
On 21/01/2019 23:04, Rob Herring wrote:
At first, I thought this was an either/or thing. Use firmware or use DT,
but it is really only get the clocks used in the DT from firmware.

Why wouldn't you just always do that? I can think of 3 cases:
reparenting, debug and overlays. This breaks reparenting and overlays,
right? Debug could be handled with some userspace trigger to get all the
clocks.

Re-parenting this does not break, as the scan still checks every
possible parent of a clock scanned. Overlays are broken for sure, as we
don't know which overlays we would be applying, and what clocks would be
in them. Debug is kind of broken as we only scan a small portion of the
clocks.


Why scan any of the clocks up front? Why not just create the clocks on
demand? If an unknown clock id is requested, then create the clock and
query the firmware at that point. That would avoid the DT scan too.
Maybe there's some issues in the clk framework preventing that, but
that's not really a DT problem.

The very initial version I did a couple of years back, did scan the
clocks based on need, and registered them dynamically. Stephen shot down
this based on the assessment that there might be locking issues with the
common clock framework with this approach leading into potential
deadlock situations.

It's an interesting idea to limit the scope of clks that are registered
to only the leaf and whatever up to the root of the tree is involved in
the working set of the kernel.


So Rob, what is the final call on this binding? Ack/NAK? If NAK, shall I
implement a kernel cmdline param to select the parsing method or what is
preferred? Doing it build time with a simple Kconfig seems too limiting.


Is the problem a performance problem where probing the firmware for all
the clks is costly and time intensive?

Yes this is pretty expensive, as there can be quite a large amount of clocks on a SoC, and each clock must be probed separately.

So instead of doing that we're
describing some of the details in DT? Why can't we describe the clk tree
in C code with some data structure that indicates parent child linkages?
This is how every other SoC is doing this so far.

We can obviously do that also, however it is "neat" that we can probe the available clocks from the device, and don't need to hardcode anything kernel side... and neither maintain the clock data. If we want to go the hardcoded way, I can create tools to autogenerate the kernel side clock data from the clock dump of a running system though, and use the built-in clock data if it is available, retaining the existing probe method basically for new devices.

-Tero
--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki



[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