mirror of
https://github.com/torvalds/linux.git
synced 2026-03-14 02:06:15 +01:00
Linux kernel source tree
New driver: - Analog Devices I3C Controller Subsystem: - fix big-endian FIFO transfers - fix default I2C adapter timeout value Drivers: - dw: shutdown support - mipi-i3c-hci: Intel Wildcat Lake-U support, IOMMU support - renesas: RZ/V2H(P) and RZ/V2N support -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEBqsFVZXh8s/0O5JiY6TcMGxwOjIFAmjdnOAACgkQY6TcMGxw OjJQTw//dec41U3YLDmZ5N31HuC5jerJYt4svKLuX05UUAR3lNq02kj7VzVYxw7l 9g6raFCqkxtYvfbZJ2kp9ulafwftjRRFLvz5MRdZ61c01gS8/0sqMAcTXzPaYvfO Vj0YeVXFk+8Z4dFidjkNnktwz/5jH9y0LQec+1e/Fk5gwwtC+TzaP+VUAGPdgMG1 7LMLlW5caxHymNT/U+z9gaVl8UmT/n/dsEW4BdLvpj9hRW4kxq/QRj9Y4fqyeEcN ULhdBKNHU+vC+lY/ylkOf/JtASSmRngX1swpajj6YlUKbvdKrZvw36MAZZ36ahLp qMsUi0E0BRLzFXv8kpNwhQ9Zfbu+KXMcxqqzrm/wyslo55E/x58HUxSIIJjocJRL WqBpg/3DljP3knyiizhGLXX/Lv3XhtpYW3u9KHKvhaNk6RmrPGmElCum8K0w1Ekl rZemVC1eHWxRkKIj0Zjgm5wBaTfD1+71UaHRPnFA2eO8R62JydyjEKn+ECnpG9HE cH61PbMsJPJQeO8Ty10hu0qaAy1s8zoMoKssokppyLrXhmrg6XUyeQ4LEmpHKBo4 hyCc83Af0bT+QO/+I7EVBLyJfA2HwCfEMCgJBG5hyARmGbMFzpkydounIOq9I2+w 5cxeyZm3SYBL+GWJhkZ78ikabdIjowM1lFpERVOrkyZ62GHJV9E= =uCC1 -----END PGP SIGNATURE----- Merge tag 'i3c/for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux Pull i3c updates from Alexandre Belloni: "New driver: - Analog Devices I3C Controller Subsystem: - fix big-endian FIFO transfers - fix default I2C adapter timeout value Drivers: - dw: shutdown support - mipi-i3c-hci: Intel Wildcat Lake-U support, IOMMU support - renesas: RZ/V2H(P) and RZ/V2N support" * tag 'i3c/for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux: (22 commits) i3c: fix big-endian FIFO transfers i3c: master: adi: fix number of bytes written to fifo i3c: Remove superfluous FIXME i3c: master: adi: fix header location i3c: dw: Add shutdown support to dw_i3c_master driver i3c: renesas: Simplify return statement in 'renesas_i3c_daa' dt-bindings: i3c: renesas,i3c: Add RZ/V2H(P) and RZ/V2N support i3c: master: svc: Recycle unused IBI slot i3c: master: svc: Use manual response for IBI events i3c: master: Add driver for Analog Devices I3C Controller IP dt-bindings: i3c: Add adi-i3c-master i3c: Fix default I2C adapter timeout value i3c: mipi-i3c-hci: Convert remaining DBG() prints to dev_dbg() i3c: mipi-i3c-hci: Remove function enter DBG() printouts i3c: mipi-i3c-hci: Uniform ring number printouts i3c: mipi-i3c-hci: Remove nonexistent ring interrupt i3c: mipi-i3c-hci: Change interrupt status prints to dev_dbg() i3c: mipi-i3c-hci: Use own DMA bounce buffer management for I2C transfers i3c: mipi-i3c-hci: Use physical device pointer with DMA API i3c: mipi-i3c-hci: Use core helpers for DMA mapping and bounce buffering ... |
||
|---|---|---|
| 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 | ||
| .pylintrc | ||
| .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.