mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
Linux kernel source tree
1. ExynosAutov920: - Add CPU cluster CL0, CL1 and CL2 clock controllers. - Fix HSI1 USBDRD clock parents. 2. Minor cleanup for Exynos4 drivers. -----BEGIN PGP SIGNATURE----- iQJEBAABCgAuFiEE3dJiKD0RGyM7briowTdm5oaLg9cFAmgjG00QHGtyemtAa2Vy bmVsLm9yZwAKCRDBN2bmhouD1+eUD/9/DMJvaa3yt5feWIkwwZvUfas4bsDQQKbP FeLLMZ6rHtFKW98T7GMvv53s34VgzTb7FBlZtBad8WFXTGPQyBZeHZFjg705oH+B 1QRFRDPLmIq/tG30rDyrLPHbpvKjvuy2hD9Dkl8Qm8O8FIXBdXN+zrpvCD6fmJnJ qYcx8JUpM64Lf+VL2HqQ7QkzBHPcbRQDdwzxmrmWeBwoyeOcOLL1Uh8p3aHQ+tlf IQgyiKQmaXek+QLDwHbFAw50mTOvAIkMlcYQHDfxhYia53UkQcwEe29SIZY7/5KA iJMFzPltnD6mNCXPcXdJ0LUL8Ew9UNl2RSV5aky/yMKoX1g9JayEC0JdJTGWS0WO aa5GiOmYgbM76zaLuyg7OTSLBBF5yVIciZ8ZgUtQ6QtPxKDBSIh1idQW1c3u6f9D j1mfdCCNE1RrPMEg6FcU0d0SMjqkNrbTOFE86UItkbxyyt6arBfQx9AZw6PBBBfv szECdZbj1rfrcKnTriX121n8Actk8FRiymR3QpIH0XWoqlq1eKdQ4DoiGSuD+3f7 eu6Wl2hvaU/d5vQwN3/YSM1yT/9SCDOWt/HH/WdmFiSkzmtm+Qbr76lU6NxV4EDD ieQAdTTAvnwCr3zsinra+Rgc+HzN9kCO5iFwCDatxZqR5KJwjtUZl4oohFoQC4zc YOW4UEWBvA== =ga0N -----END PGP SIGNATURE----- Merge tag 'samsung-clk-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into clk-samsung Pull Samsung SoC clock driver updates from Krzysztof Kozlowski: - Add Samsung ExynosAutov920 CPU cluster CL0, CL1 and CL2 clock controllers - Fix Samsung ExynosAutov920 HSI1 USBDRD clock parents - Minor cleanup for Samsung Exynos4 clk drivers * tag 'samsung-clk-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux: clk: samsung: correct clock summary for hsi1 block clk: samsung: exynosautov920: Fix incorrect CLKS_NR_CPUCL0 definition clk: samsung: exynosautov920: add cpucl1/2 clock support dt-bindings: clock: exynosautov920: add cpucl1/2 clock definitions clk: samsung: exynosautov920: add cpucl0 clock support dt-bindings: clock: exynosautov920: add cpucl0 clock definitions clk: samsung: Use samsung CCF common function |
||
|---|---|---|
| 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 | ||
| .clippy.toml | ||
| .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 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.