mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
ddb2a16804d005a96e8b5ffc0925e2f5bff65767
The memory map lists each clock module unit as having a size of 0x10000. Additionally there are some undocumented registers in this region that need to be used for automatic clock gating mode. Some of those registers also need to be saved/restored on suspend & resume. Fixes:86124c7668("arm64: dts: exynos: gs101: enable cmu-hsi2 clock controller") Fixes:4982a4a209("arm64: dts: exynos: gs101: enable cmu-hsi0 clock controller") Fixes:7d66d98b5b("arm64: dts: exynos: gs101: enable cmu-peric1 clock controller") Fixes:e62c706f3a("arm64: dts: exynos: gs101: enable cmu-peric0 clock controller") Fixes:ea89fdf24f("arm64: dts: exynos: google: Add initial Google gs101 SoC support") Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Reviewed-by: André Draszik <andre.draszik@linaro.org> Link: https://patch.msgid.link/20251013-automatic-clocks-v1-4-72851ee00300@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
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 reStructuredText 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.1%
Assembly
1%
Shell
0.6%
Rust
0.4%
Python
0.4%
Other
0.3%