Linux kernel source tree
Go to file
Caleb Connolly 9c59059fcf dt-bindings: display: visionox-rm69299: document new compatible string
Document a new compatible string for the second panel variant.

Signed-off-by: Caleb Connolly <caleb@connolly.tech>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250509-topic-misc-shift6-panel-v2-1-c2c2d52abd51@linaro.org
2025-06-10 14:04:50 +02:00
Documentation dt-bindings: display: visionox-rm69299: document new compatible string 2025-06-10 14:04:50 +02:00
LICENSES
arch Merge tag 'drm-msm-next-2025-05-16' of https://gitlab.freedesktop.org/drm/msm into drm-next 2025-05-19 11:05:58 +10:00
block
certs
crypto
drivers drm: renesas: rz-du: Implement MIPI DSI host transfers 2025-06-09 07:01:59 +01:00
fs
include drm/bridge: add a .destroy func 2025-06-06 15:50:22 +02:00
init
io_uring
ipc
kernel
lib
mm
net
rust Nova changes for v6.16 2025-05-21 05:49:31 +10:00
samples Nova changes for v6.16 2025-05-21 05:49:31 +10:00
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 MAINTAINERS: Update my email address for DRM Panel reviews 2025-06-05 08:53:34 +02:00
Makefile
README

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.