mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
36d14bb2b4fe041d484a8bd1e26067019348f412
This patch delete the mutex in dw_hdmi_suspend. For there is no need to use mutex to protect disable_irq. And the same mutex is also used in the dw_hdmi_irq, mutex deadlock will occur when dw_hdmi_suspend and dw_hdmi_irq are called at the same time. Change-Id: I8cb6a6483aa4d32882e814656dd93317b5da9ad3 Signed-off-by: Zheng Yang <zhengyang@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%