This contains fixes for reported issues. One fix is in framework code to explicitly treat returned NULL nodes as error when the device-tree data is translated into endpoint nodes. The other two fixes are in driver code. One is expected to improve the power consumption on the sm8250 platforms and the other one is fixing a bandwidth calculation formula that was introduced during this cycle. - interconnect: Treat xlate() returning NULL node as an error - interconnect: qcom: sm8250: Enable sync_state - interconnect: qcom: icc-rpm: Fix peak rate calculation Signed-off-by: Georgi Djakov <djakov@kernel.org> -----BEGIN PGP SIGNATURE----- iQIcBAABAgAGBQJlc7OMAAoJEIDQzArG2BZjy4YP/0cW8iuzPwWOZBHqsEQ8a3jm 2HsS5g7cfsI3iUAJPVMDELJN6v3LAQt2zwO0r0ZDaghN6f5DZPOkEq/Di8LnYolX TZcrKztrrKpHJC1Z65NtNWJMCQxbpuYbS0WwlxZlxJ6+sanhkq/P+Q1Fix/5gFFI sSmP9/6Pi6HuJz6U6tKJrvqpDwt/GbGZ2pgs+oHx2XVA5ixMmq6Df2QuXH4SSdoO A4DrRHyG9qSLcfr5N03rFYrp4blmLiM3oGdG4keFrLXtwJSCc9Z0CznVHAXa1wNC /tVuCv0Nc6D7bwsTHQpduV8PDqN2g+H2gL1C0MRtFOGQPdQ7Jt/mLk2Jzdz7yTm2 DGVyUm1oI0afyZ07vH2o13fRtuCb7hxYhfQI955LLM8pzz9oXOfdcJvB85M7qswj 4A1mX1BRQKnN1fULZ0XybgMaAZb4zifp8fIhjMW/Cv/l8kWXVVdlZxP0OqgvWIY5 TFZdVSewkrS78ZyPYHB6Wdpa62riTNf43cTX0F4J9zYE6LH5+d2zLprcazc1k8sy rjkJEQroK6csJ47ufDsmfrtZpeIQAx2zVijsFaMAz7qIPh29VdZndiCLORhvjfqB PRNDYivzYH920LF5fGpbjszzwmlx/5M8vrlrz3Z+B95dI6P85FlHHFmvc+VMpTF/ D8srfPb4il5R61Jm/hR6 =XH0j -----END PGP SIGNATURE----- Merge tag 'icc-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-linus Georgi writes: interconnect fixes for v6.7-rc This contains fixes for reported issues. One fix is in framework code to explicitly treat returned NULL nodes as error when the device-tree data is translated into endpoint nodes. The other two fixes are in driver code. One is expected to improve the power consumption on the sm8250 platforms and the other one is fixing a bandwidth calculation formula that was introduced during this cycle. - interconnect: Treat xlate() returning NULL node as an error - interconnect: qcom: sm8250: Enable sync_state - interconnect: qcom: icc-rpm: Fix peak rate calculation Signed-off-by: Georgi Djakov <djakov@kernel.org> * tag 'icc-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc: interconnect: qcom: icc-rpm: Fix peak rate calculation interconnect: qcom: sm8250: Enable sync_state interconnect: Treat xlate() returning NULL node as an error
Linux kernel ============ There are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. Please read Documentation/admin-guide/README.rst first. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. The formatted documentation can also be read online at: https://www.kernel.org/doc/html/latest/ There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation. Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel.
Description
Languages
C
97.6%
Assembly
1%
Shell
0.5%
Python
0.3%
Makefile
0.3%