mbox series

[GIT,PULL] firmware: arm_scmi: Fixes for v6.7

Message ID 20231204134724.30465-1-sudeep.holla@arm.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] firmware: arm_scmi: Fixes for v6.7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fixes-6.7

Message

Sudeep Holla Dec. 4, 2023, 1:47 p.m. UTC
Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fixes-6.7

for you to fetch changes up to 77f5032e94f244ba08db51e17ca8f37bd7ff9acb:

  firmware: arm_scmi: Fix possible frequency truncation when using level indexing mode (2023-12-04 12:33:44 +0000)

----------------------------------------------------------------
Arm SCMI fixes for v6.7

A fix for possible truncation/overflow in the frequency computations
as both the performance value and the multiplier are 32bit values.

----------------------------------------------------------------
Sudeep Holla (2):
      firmware: arm_scmi: Fix frequency truncation by promoting multiplier type
      firmware: arm_scmi: Fix possible frequency truncation when using level indexing mode

 drivers/firmware/arm_scmi/perf.c | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)