mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
ebb7b1b88835ad3bfb2eaeebb1336a2c7fe67ae5
With upstream commit 649f5c842b ("usb: dwc3: core: Host wake up
support from system suspend"), if the device set to wakeup capable,
dwc3_resume_common() will skip core init that would be caused the
device reset failed after PM resume time.
The above upstream changes also delete the wake up flag set in
dwc3_runtime_suspend()/dwc3_runtime_resume(), so keep in line with it.
Change-Id: If5f06c0d19e123cf907f0fc3294a6ba708a8fd35
Signed-off-by: Frank Wang <frank.wang@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.
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%