Message ID | 20200904114850.4306-1-georgi.djakov@linaro.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | [GIT,PULL] interconnect fixes for 5.9 | expand |
On Fri, Sep 04, 2020 at 02:48:50PM +0300, Georgi Djakov wrote: > 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 Pulled and pushed out,t hanks, greg k-h
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@linaro.org> ---------------------------------------------------------------- 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(-)