mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
639d56b96dd66edbd40db5991270521cfb7bc46e
Add support for USB atomic notifier callbacks when host controller drivers reports death of controller on some fatal error. Current implementation doesn't help to recover from this condition. Controller platform drivers can register for this callback and take necessary steps to reset and add hcd again. Bug: 152001148 Test: Builds Signed-off-by: Manu Gautam <mgautam@codeaurora.org> (cherry picked from commit b31fc5d2047a5f62e3044e4862994fa07fcaf959) Signed-off-by: Sandeep Patil <sspatil@google.com> Change-Id: Ie9064e669424096fee8c35cddccab29faf60cc6b Signed-off-by: Will McVicker <willmcvicker@google.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%