OSDN Git Service

Merge branch 'net-ipa-platform-specific-clock-and-interconnect-rates'
authorJakub Kicinski <kuba@kernel.org>
Sat, 21 Nov 2020 02:45:03 +0000 (18:45 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 21 Nov 2020 02:45:03 +0000 (18:45 -0800)
commit0ee6de264b8305d2c55f32a80e00c054736b10f9
tree8635737169b7c18d4f9aced6422f33fb4313a1de
parent0a12ad5929556195fbdf1c58a14ec8e5b01b006c
parent91d02f9551501fe63e2031d7821d0e7fd4ea5a21
Merge branch 'net-ipa-platform-specific-clock-and-interconnect-rates'

Alex Elder says:

====================
net: ipa: platform-specific clock and interconnect rates

This series changes the way the IPA core clock rate and the
bandwidth parameters for interconnects are specified.  Previously
these were specified with hard-wired constants, with the same values
used for the SDM845 and SC7180 platforms.  Now these parameters are
recorded in platform-specific configuration data.

For the SC7180 this means we use an all-new core clock rate and
interconnect parameters.

Additionally, while developing this I learned that the average
bandwidth setting for two of the interconnects is ignored (on both
platforms).  Zero is now used explicitly as that unused bandwidth
value.  This means the SDM845 bandwidth settings are also changed
by this series.
====================

Link: https://lore.kernel.org/r/20201119224041.16066-1-elder@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>