mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
0de2a2efa409810073aeff96620521beec28b365
Fix u-boot error:
Call trace:
PC: [< 00235a50 >] regmap_write+0x4/0x18 drivers/core/regmap.c:142
LR: [< 00239704 >] rk3328_usb2phy_tuning+0x28/0x6c drivers/phy/phy-rockchip-inno-usb2.c:847
Stack:
[< 00235a50 >] regmap_write+0x4/0x18
[< 00239b24 >] rockchip_usb2phy_probe+0x234/0x238
[< 00233b00 >] device_probe+0x214/0x274
[< 00234bd4 >] uclass_get_device_tail+0x1c/0x40
[< 00234c5c >] uclass_get_device_by_name+0x2c/0x38
[< 0023a090 >] otg_phy_init+0x28/0x144
[< 0026aa20 >] usb_gadget_register_driver+0x7c/0xa4
[< 0026c66c >] usb_composite_register+0x50/0x74
[< 0026c9f4 >] g_dnl_register+0x1c/0x4c
[< 0020ec00 >] do_rkusb+0x29c/0x4e0
[< 0022baf4 >] cmd_process+0xdc/0x10c
[< 00214aa4 >] run_list_real+0x6e4/0x728
[< 00214c58 >] parse_stream_outer+0x170/0x66c
[< 002143a8 >] parse_string_outer+0xcc/0xe4
[< 0021495c >] run_list_real+0x59c/0x728
[< 00214c58 >] parse_stream_outer+0x170/0x66c
[< 0021436c >] parse_string_outer+0x90/0xe4
[< 00209d34 >] do_download+0x24/0x50
[< 0022baf4 >] cmd_process+0xdc/0x10c
[< 00214aa4 >] run_list_real+0x6e4/0x728
[< 00214c58 >] parse_stream_outer+0x170/0x66c
[< 0021436c >] parse_string_outer+0x90/0xe4
[< 00202888 >] setup_boot_mode+0xc8/0xf0
[< 0020350c >] board_late_init+0x1e4/0x424
[< 00282c0c >] initcall_run_list+0x58/0x94
[< 00215b84 >] board_init_r+0x20/0x24
[< 00201940 >] relocation_return+0x4/0x0
Change-Id: I1c931f385548eaa8ba11407a23a7d0c31bb1464b
Signed-off-by: Jianlong Wang <jianlong.wang@rock-chips.com>
…
Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
…
…
…
…
…
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%