[GIT PULL] interconnect fixes for 5.9
From: Georgi Djakov
Date: Fri Sep 04 2020 - 07:49:14 EST
Hello Greg,
Here is a small pull request with interconnect fixes for 5.9-rc. Please
take them into char-misc-linus when possible.
Thanks,
Georgi
The following changes since commit f75aef392f869018f78cfedf3c320a6b3fcfda6b:
Linux 5.9-rc3 (2020-08-30 16:01:54 -0700)
are available in the Git repository at:
https://git.linaro.org/people/georgi.djakov/linux.git tags/icc-5.9-rc4
for you to fetch changes up to 91e045b93db79a2ef66e045ad0d1f8f9d348e1f4:
interconnect: qcom: Fix small BW votes being truncated to zero (2020-09-04 00:07:12 +0300)
----------------------------------------------------------------
interconnect fixes for v5.9
This contains two fixes:
- Fix the core to show correctly the bandwidth for disabled paths.
- Fix a driver to make sure small values are not truncated.
Signed-off-by: Georgi Djakov <georgi.djakov@xxxxxxxxxx>
----------------------------------------------------------------
Matthias Kaehlcke (1):
interconnect: Show bandwidth for disabled paths as zero in debugfs
Mike Tipton (1):
interconnect: qcom: Fix small BW votes being truncated to zero
drivers/interconnect/core.c | 10 ++-
drivers/interconnect/qcom/bcm-voter.c | 27 +++++---
2 files changed, 27 insertions(+), 10 deletions(-)