Re: [PATCH v3 3/7] firmware: raspberrypi: Provide a helper to query a clock max rate

2022-10-14 Thread Florian Fainelli
On 10/13/22 02:13, Maxime Ripard wrote: The firmware allows to query for its clocks the operating range of a given clock. We'll need this for some drivers (KMS, in particular) to infer the state of some configuration options, so let's create a function to do so. Acked-by: Stephen Boyd

[PATCH v3 3/7] firmware: raspberrypi: Provide a helper to query a clock max rate

2022-10-13 Thread Maxime Ripard
The firmware allows to query for its clocks the operating range of a given clock. We'll need this for some drivers (KMS, in particular) to infer the state of some configuration options, so let's create a function to do so. Acked-by: Stephen Boyd Signed-off-by: Maxime Ripard ---