mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
0517528b8e235bef6b59d00234fcfb69c5f7a69c
------------[ cut here ]------------ WARNING: at kernel/irq/manage.c:513 Modules linked in: bifrost_kbase CPU: 1 PID: 41 Comm: kworker/u8:1 Not tainted 4.4.138 #373 Hardware name: Rockchip PX30 yito board (DT) Workqueue: rk817-usb-wq rk817_charge_host_evt_worker task: ffffffc0107ca880 task.stack: ffffffc07bc20000 PC is at __enable_irq+0x38/0x60 LR is at __enable_irq+0x38/0x60 ... Call trace: __enable_irq+0x38/0x60 enable_irq+0x88/0x9c rk817_charge_set_otg_state+0x140/0x15c rk817_charge_host_evt_worker+0x8c/0xc0 process_one_work+0x274/0x3c4 worker_thread+0x2d8/0x398 kthread+0xe8/0xf8 ret_from_fork+0x10/0x30 Change-Id: Id044e8e9dbec7f6e07fd8377a18717208b13b434 Signed-off-by: Shunqing Chen <csq@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%