mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 11:11:26 +02:00
Linux kernel source tree
mhu: Remove redundant dev_err
bcm: fix comments
common changes:
convert to use devm_platform_get_and_ioremap_resource
correct DT includes
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE6EwehDt/SOnwFyTyf9lkf8eYP5UFAmT3R1kACgkQf9lkf8eY
P5UeIBAAk10at74VxwaasFXy6/83umaIygNSlXJ7+FyYJRsg5ta2wfNfMD/Jgoec
+ACRQxWo9/GtM4OLnkwouN/xWyyDlod6J1afidpfstZ//pc4H6pOBcmRbBCgsHco
72yloPY1bnq53dLwdYaLT+Gi/gLN5ipFZZvIByXJECPIdOp9wJGGEvNny553j561
etnCvfaWe+8GdeQpv3vOQ8nb+mMy1iYyKc+suJNpYXH1lgsk1cDGMfbeGibS7r9u
t0Oa4vLA+/avbxRI25PAveVfdIg7DWfCy1WOeBtGzsYTN4T109L8eFzRv7GO58v/
/+v2JkzSWBip7ZIfNGGOk1L2iTvR8Lo9otWNaq64wXFAx8khanjN6ko/ZRL6ocd7
AR4nDdK3pkVGKDgV75K6NnkgUpgMWrCYR6kg5x4f29S44aaZyfukqAJZe4mP134x
nDEqUYpquscUv3vnizI5QqwPp1nCjRW1wBtnZE5/qh4F6WfiQ3BCkHudLvZQQrMF
1+PCICHMmhAqYXwQyMlQyRBtk7p2Z00az47EXV7lMLS04YdBPySuQ5tVo0PUTLgR
JWq9gw0YCqP/sKQfr7vraGOZ/nm9CbEKRorpXrJAuIKe2zso8A69Ej5XOpoqoWG7
7ALpxx7iLRdMDnT+7JduAzBwrp6vX8kPzFgwJOC4pMGxLqsAMiU=
=WEVp
-----END PGP SIGNATURE-----
Merge tag 'mailbox-v6.6' of git://git.linaro.org/landing-teams/working/fujitsu/integration
Pull mailbox updates from Jassi Brar:
- qcom: fix incorrect num_chans counting
- mhu: Remove redundant dev_err
- bcm: fix comments
- common changes:
- convert to use devm_platform_get_and_ioremap_resource
- correct DT includes
* tag 'mailbox-v6.6' of git://git.linaro.org/landing-teams/working/fujitsu/integration:
mailbox: qcom-ipcc: fix incorrect num_chans counting
mailbox: Explicitly include correct DT includes
mailbox: ti-msgmgr: Use devm_platform_ioremap_resource_byname()
mailbox: platform-mhu: Remove redundant dev_err()
mailbox: bcm-pdc: Fix some kernel-doc comments
mailbox: mailbox-test: Fix an error check in mbox_test_probe()
mailbox: tegra-hsp: Convert to devm_platform_ioremap_resource()
mailbox: rockchip: Use devm_platform_get_and_ioremap_resource()
mailbox: mailbox-test: Use devm_platform_get_and_ioremap_resource()
mailbox: bcm-pdc: Use devm_platform_get_and_ioremap_resource()
mailbox: bcm-ferxrm-mailbox: Use devm_platform_get_and_ioremap_resource()
|
||
|---|---|---|
| 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 | ||
| .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 Restructured Text 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.