aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-internal.h
diff options
context:
space:
mode:
authorLuca Weiss <[email protected]>2023-02-12 15:11:09 +0100
committerBjorn Andersson <[email protected]>2023-03-13 16:38:24 -0700
commit04648b8fad219599ccc9b103188a38e72d339a3d (patch)
treefbdaf43986e25de8cb26b75425ac2b3b861767b2 /lib/mpi/mpi-internal.h
parenta7074c3eb26e0193f2c6ed79987e633b7578024e (diff)
clk: qcom: clk-hfpll: switch to .determine_rate
.determine_rate is meant to replace .round_rate. The former comes with a benefit which is especially relevant on 32-bit systems: since .determine_rate uses an "unsigned long" (compared to a "signed long" which is used by .round_rate) the maximum value on 32-bit systems increases from 2^31 (or approx. 2.14GHz) to 2^32 (or approx. 4.29GHz). Signed-off-by: Luca Weiss <[email protected]> Tested-by: Christian Marangi <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/mpi/mpi-internal.h')
0 files changed, 0 insertions, 0 deletions