mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
319ce39de8b274263f0b3673b5b340c22420aa8e
This is for mipi dsi on rk356x: there is a hold signal from mipi dsi to vop. Mipi dsi may trigger the hold signal when send dsi command or switch between video mode and command mode. vop may run into an unexpected situation if this hold signal is rise when vop is running. So when mipi dsi switch between video mode or command mode, or send a dsi command, it should set vop in stanby state. Change-Id: I80e456d3416518436045ae8e0eec215c22b111a3 Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
…
…
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.
See Documentation/00-INDEX for a list of what is contained in each file.
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.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%