Linux kernel source tree
Go to file
Svyatoslav Ryhel bd068333ef dt-bindings: display: panel: Document Hydis HV101HD1 DSI panel
Hydis HV101HD1 is a 2-lane 1366x768 MIPI DSI panel found in ASUS VivoTab RT
TF600T tablet.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250717135752.55958-2-clamor95@gmail.com
2025-08-04 17:28:49 +02:00
Documentation dt-bindings: display: panel: Document Hydis HV101HD1 DSI panel 2025-08-04 17:28:49 +02:00
LICENSES
arch
block
certs
crypto
drivers drm: panel: orisetech: improve error handling during probe 2025-08-04 17:28:29 +02:00
fs
include drm: Remove unused MIPI write seq and chatty functions 2025-07-29 08:28:58 -07:00
init
io_uring
ipc
kernel PM: hibernate: shrink shmem pages after dev_pm_ops.prepare() 2025-07-10 10:49:45 -05:00
lib
mm
net
rust rust: drm: Drop the use of Opaque for ioctl arguments 2025-07-21 17:53:07 +02:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap MAINTAINERS: Update email address for Carl Vanderlip 2025-07-25 09:26:24 -06:00
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS accel/rocket: Add a new driver for Rockchip's NPU 2025-07-25 09:56:23 -06: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.