mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
34aafd0764f053e2025a0b62f4ac28b010b9d253
fix the following crash issue: [ 37.800747] pc : __v4l2_ctrl_s_ctrl_int64+0x14/0x60 [ 37.805631] lr : ov2718_set_fmt+0x180/0x1b0 [ 37.809824] sp : ffffff8010393b10 [ 37.813141] x29: ffffff8010393b10 x28: ffffff80089a9f98 [ 37.818453] x27: 00000000c0585605 x26: ffffffc072431d40 [ 37.823764] x25: ffffffc072431c80 x24: ffffff80093bf3c0 [ 37.829075] x23: ffffff80093bf3c0 x22: ffffff8010393ce8 [ 37.834386] x21: 0000000000000000 x20: 0000000009896800 [ 37.839697] x19: 0000000000000000 x18: 0000000000000000 [ 37.845007] x17: 0000000000000000 x16: 0000000000000000 [ 37.850319] x15: 0000000000000000 x14: 0000000000000000 [ 37.855629] x13: 0000000000000000 x12: 0000000000000000 [ 37.860940] x11: 0000000000000000 x10: 0000000000000000 [ 37.866252] x9 : 0000000000000004 x8 : 0000000000000001 [ 37.871563] x7 : 000000000000fbc7 x6 : 000000000000fbc7 [ 37.876889] x5 : ffffffc072bf3cb8 x4 : 000000000000002e [ 37.882206] x3 : 0000000000000001 x2 : ffffffc072bf3cb8 [ 37.887509] x1 : 0000000009896800 x0 : 0000000000000000 Signed-off-by: Wang Panzhenzhuan <randy.wang@rock-chips.com> Change-Id: I276b8e55631648748cd3cb968c44b64260677c56
…
…
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%