mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 13:22:02 +02:00
Linux kernel source tree
Sophgo: Added clock support for sg2042 Signed-off-by: Chen Wang <unicorn_wang@outlook.com> -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEyXBewyFOIoMq4pDN7RKLaY1m8IIFAmZr6VMACgkQ7RKLaY1m 8IJxlgv9HsYLD8VxRiW9x94EZvrMAAVmf7YMV06QXOdtNBeqSmLUqRQlSld0rBZL O6dnWgnIEmCiUg1CzmIZNezy86CDxciItF1nHkya6dggJIXTca1EAAesfcy1MVML iNK3mE2xln7QU5NXOlW7epmlXXsuY6TTd0faYq5v3LsoAYihavTd8EfjMUiHV/Ye sh2lK056xfG9OWrhBxAZqiDiPlATEOIvn+3Mo4sTLuD9aRz5RfkQkgtf9wVThTHX a2Kk29Me0sI1ydOGz2ff3049oL55OQVJIMhAkfbVb24uk1lB0ntFO/Sshv1CCYdb aYGNBhVYC8lVYYuMyBez0eCI7K32EmwLRPmLpdv2rbRWZwOJxjjla6qYeh/s8BBy RExBHk65gb12cFDKj61vzZIPluK/QitFRTW4QfE43jsC1zHxZAjWybvZkLpzQBwr rpeSV5RPz/eIckVZ/w+W998VQeuOHR9N6+uciscrE5T7m/sMIx78XhR+7RzHTsRz 3bk8qtL9 =yHTh -----END PGP SIGNATURE----- Merge tag 'riscv-sg2042-clk-for-v6.11' of https://github.com/sophgo/linux into clk-sophgo Pull RISC-V SG2042 clock driver changes from Chen Wang: - Add sg2042 clk driver * tag 'riscv-sg2042-clk-for-v6.11' of https://github.com/sophgo/linux: clk: sophgo: Add SG2042 clock driver dt-bindings: clock: sophgo: add clkgen for SG2042 dt-bindings: clock: sophgo: add RP gate clocks for SG2042 dt-bindings: clock: sophgo: add pll clocks for SG2042 |
||
|---|---|---|
| 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 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.