mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 13:22:02 +02:00
Linux kernel source tree
These are tiny fixes for reported issues in driver code for a few platforms. One of them sorts out a hang issue, the other improves the power consumption and the rest are fixing some bitmasks to make sure the hardware does thing right. - interconnect: qcom: sc8180x: Mark CO0 BCM keepalive - interconnect: qcom: sm8550: Enable sync_state - interconnect: qcom: sm8650: Use correct ACV enable_mask - interconnect: qcom: x1e80100: Add missing ACV enable_mask Signed-off-by: Georgi Djakov <djakov@kernel.org> -----BEGIN PGP SIGNATURE----- iQIcBAABAgAGBQJlw3+gAAoJEIDQzArG2BZjaLoQAKgRDO32dkqF+1u157i7W80F 0pJB8YfHfdmgxz1jtkG6vAzTR7GW966gNzol7ZKgPN44qx/6/myWIk0t8QG3qXgy ApaezBKHAjkORkCf+ONe51uSiRlXGHXYi3ijht/7f+pC3654UbjIBeDwKbkE/2O5 QZ/SzRFPzN73EgZB8rn/l2cbNQNoVWxmQsw6UNj/m8EMZhPJZ82ZDmuOCZyMTxlj cXb4zdpnXYtkKG3VxyesedoHpZOzgvDMMT2DPMUd8gFY+Zh/EBdnj7u29gqyrsgk PUD491EtnCl381gJILrAImQUnOyBKLf3OVJAffPtu7/Q+l/YMsPigCSzLkIL2gtD drkthCHGI+MSYDEuDhuVjrdFxwOXQgTlXGI18YEXJ/7iR7sTiT3iPAvMLDSiHHN5 +pf4nSK5b0kxtAuHrQzpllDXv0jJCxa1wYUv1cTMXQxYviT3U0OZqb+BbepPAzPE HM4c7iz1rdVO63u62YjUeqi1fz90u5ZFib+b6CRHTtFMqhfPONGd4i76d3jdTGdF 0cN1hJfUXgAq5anSHNl0ITp7BF6CWvYBgrS6MxdWzRIHEHrDL8ePrvBIQFGmeA1w bbgSSGqcuMk1i5v6jcrfb9U/K3REBtVVcDs7ny0y3jOpTShcD6fpzwi7rEZaW+qM 1riyyzgG/ZBX10H/dWLW =LxOW -----END PGP SIGNATURE----- Merge tag 'icc-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-linus Georgi writes: interconnect fixes for v6.8-rc These are tiny fixes for reported issues in driver code for a few platforms. One of them sorts out a hang issue, the other improves the power consumption and the rest are fixing some bitmasks to make sure the hardware does thing right. - interconnect: qcom: sc8180x: Mark CO0 BCM keepalive - interconnect: qcom: sm8550: Enable sync_state - interconnect: qcom: sm8650: Use correct ACV enable_mask - interconnect: qcom: x1e80100: Add missing ACV enable_mask Signed-off-by: Georgi Djakov <djakov@kernel.org> * tag 'icc-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc: interconnect: qcom: x1e80100: Add missing ACV enable_mask interconnect: qcom: sm8650: Use correct ACV enable_mask interconnect: qcom: sm8550: Enable sync_state interconnect: qcom: sc8180x: Mark CO0 BCM keepalive |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| io_uring | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| rust | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .cocciconfig | ||
| .editorconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| .rustfmt.toml | ||
| COPYING | ||
| CREDITS | ||
| Kbuild | ||
| Kconfig | ||
| MAINTAINERS | ||
| Makefile | ||
| README | ||
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.