aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-internal.h
diff options
context:
space:
mode:
authorLuca Weiss <[email protected]>2023-02-12 15:11:08 +0100
committerBjorn Andersson <[email protected]>2023-03-13 16:38:24 -0700
commita7074c3eb26e0193f2c6ed79987e633b7578024e (patch)
tree3a613d6892bf84a73e0dc010cee745f777e1a2a7 /lib/mpi/mpi-internal.h
parent092209f199b8fe3e7862aff2d6e45ffb388fc42a (diff)
clk: qcom: clk-krait: 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