mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
Linux kernel source tree
- Add clock driver for K1 SoC - Add TWSI8 clock, workaround the read quirk -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQKTBAABCgB9FiEEtbq4ycMbcRVnAiPcMarqR1lNu+0FAmgABHVfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEI1 QkFCOEM5QzMxQjcxMTU2NzAyMjNEQzMxQUFFQTQ3NTk0REJCRUQACgkQMarqR1lN u+33iw//bzSbm2l5DbnaVksUmw2tp63wSK2yUk2kTo9zkmASE/DA8LcXxANZjsPQ +oI2NMAlqa4jIHQCiN+A42r0xzRETvBo0FJKTa4/dn0/qDWBXEeogn4HSmaaJg8S MQWYg5Dm6fRpPH2XyPyhjAdQlCXNp7w8V96RULtwmStBfmshWJ933fg3kEFIcGwe RF7wxBAnlT/uphzkuQmY5LMnkovW798ALvWfEGCUz2FaAeLBrBmdsI7J0/IRdxlk SgYR1iOjvHlIAGjMKW4ViCxPs3zX536rXwBQZDuKi39ifed4clgJ9TI8SP4LXATo Yp0vdoBH9mMzuLcHE2lGxkcaq98V453CIrZX/bK4+5WWZ/lHIcGxBPdF9dbCjtVz Zwa1jkpV01ePvPXB6ac8DGslhVFcH8hItMosLiH/SdbcfFIj9nbGWGV/cV3CHwyy c9pwpyVgrjmuk9jCzn2PFliZJCN5TyZ8SY8PZihioGDJevoReRCgr8wR6BdLZ627 zR7/ww/pmW3ojIk9yGPAiUQzdjFtoZEkb577XzZ4sEUbw7eZwYZhe6uR66VZo9wP In5fHfxpcktQ04ZYa6UDtoQ+9+HgkKheMYTf+lmC7JcXr3WTgA46TdY7yMCGVEVW PTbfZOqewrKHlgW8KO/0cWBrr9cXrBSz7Jrr1gT2s6+1boJku6A= =+lDT -----END PGP SIGNATURE----- Merge tag 'spacemit-clk-for-6.16-1' of https://github.com/spacemit-com/linux into clk-spacemit Pull SpacemiT clk driver updates from Yixun Lan: - Add clock driver for SpacemiT K1 SoC - Add TWSI8 clock, workaround the read quirk * tag 'spacemit-clk-for-6.16-1' of https://github.com/spacemit-com/linux: clk: spacemit: k1: Add TWSI8 bus and function clocks clk: spacemit: Add clock support for SpacemiT K1 SoC dt-bindings: clock: spacemit: Add spacemit,k1-pll dt-bindings: soc: spacemit: Add spacemit,k1-syscon |
||
|---|---|---|
| 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.