mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 18:51:21 +02:00
Linux kernel source tree
- Add support for suspend/resume in the STM32 LP-Timer driver with a
follow up fix, which uses the proper method to setup the timer as a
optional wakeup source instead of trying to force it as mandatory
wakeup source.
- The usual device tree updates to enable new SoC models in existing
drivers.
- Trivial spelling, style and indentation fixes
-----BEGIN PGP SIGNATURE-----
iQJHBAABCgAxFiEEQp8+kY+LLUocC4bMphj1TA10mKEFAmfkW90THHRnbHhAbGlu
dXRyb25peC5kZQAKCRCmGPVMDXSYoQ8ZD/9cvsGbtY5Ch0N7vrHXDRF+RntCcRuk
gtbAkyP5gj0WuIZx/OIsPZhmjMtpVKw2lx+0+uVn+OHD1An+bRKR8jgPYKWPGwvZ
jHMvaGi53Cm1qNlijY94bchwng/ogzkIAYcNSjZyg9g1+joA573pZhWMIKPjV8qf
p6ja1cJsUq0gtW42BhJRfMkWNNgU8TYrEjOl3o2rBYJLP35oGIxmy/X5cgc0X+QI
o+nfypiUJ/E1RNoJgSX7nD3hEMAfLaQQ82+xl8r3ua04R94gJH5jEPMa7QqoLg84
2z+rGrSsIIe78mtcDhJ22N6lrId6g45xHzhjhcbhNn8t7qma1VYCHx+enaVIx9d6
ONKHUwlLXTb+uJquoCxRdyrSnQguHNaY6vq6lmwVkkgN0cMas60ljF76EzDOwett
jW0NERxU02IWvlvoZNfme6AmmqeOug25im0u7WBGCjfsLr3LAtVAooTHrqwQx8Rz
+BK2HAd7lqj1cJqQUmqSCvtl5KVzuYAnn5CeDCVCpasr4zxyDcrO3Ipgxmi6Wm1g
UHnCnkWE5S9UOo6oDDCbjruuek0hWdw5mY55Nb6WHpao9shzlI0Hxw0/0i1AD/ks
xrV2kedSVeeIRDUo41SvuMiIjs4Gbm7Pp2/EGua/44xlVh6DDQuzc2waQHrpGBXy
QSKSMfjz0wTvsg==
=hwyg
-----END PGP SIGNATURE-----
Merge tag 'timers-clocksource-2025-03-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull clocksource/event updates from Thomas Gleixner:
- Add support for suspend/resume in the STM32 LP-Timer driver with a
follow up fix, which uses the proper method to setup the timer as a
optional wakeup source instead of trying to force it as mandatory
wakeup source.
- The usual device tree updates to enable new SoC models in existing
drivers.
- Trivial spelling, style and indentation fixes
* tag 'timers-clocksource-2025-03-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
dt-bindings: timer: Add SiFive CLINT2
clocksource/drivers/stm32-lptimer: Use wakeup capable instead of init wakeup
clocksource/drivers/exynos_mct: Fixed a spelling error
clocksource/drivers/stm32-lptimer: Add support for suspend / resume
dt-bindings: timer: exynos4210-mct: add samsung,exynos2200-mct-peris compatible
dt-bindings: timer: exynos4210-mct: Add samsung,exynos990-mct compatible
dt-bindings: timer: Correct indentation and style in DTS example
|
||
|---|---|---|
| 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.