Finley Xiao ea6bc886b8 cpufreq: dt: fix the warning when use opp_v1
[    0.550764] cpu cpu0: OPP-v2 not supported
[    0.551462] cpu cpu0: Linked as a consumer to regulator.10
[    0.552012] cpu cpu0: Dropping the link to regulator.10
[    0.552677] cpu cpu0: Linked as a consumer to regulator.10
[    0.553552] WARNING: CPU: 2 PID: 1 at drivers/opp/of.c:610 dev_pm_opp_of_cpumask_add_table+0x2c/0xe8
[    0.554351] Modules linked in:
[    0.554633] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 4.19.20 #115
[    0.555180] Hardware name: Rockchip RK3399 Excavator Board (Linux Opensource) (DT)
[    0.555855] pstate: 40000005 (nZcv daif -PAN -UAO)
[    0.556291] pc : dev_pm_opp_of_cpumask_add_table+0x2c/0xe8
[    0.556784] lr : cpufreq_init+0x220/0x34c
[    0.557146] sp : ffffff800803b7e0
[    0.557440] x29: ffffff800803b7e0 x28: ffffff8008e7e1cc
[    0.557923] x27: 0000000000000000 x26: 0000000000000001
[    0.558405] x25: ffffffc0f1622600 x24: ffffffc0f166c400
[    0.558887] x23: ffffff800803b880 x22: ffffffc0f1622b00
[    0.559369] x21: 0000000000000001 x20: ffffffc0f162cc00
[    0.559852] x19: 00000000ffffffff x18: 000000000000000a
[    0.560324] x17: 0000000000000000 x16: 0000000000000000
[    0.560795] x15: 0000000000000000 x14: ffffff800803b717
[    0.561267] x13: ffffffffffffffff x12: 0000000000000038
[    0.561738] x11: 0101010101010101 x10: 7f7f7f7f7f7f7f7f
[    0.562210] x9 : 3972656674616463 x8 : 7f7f7f7f7f7f7f7f
[    0.562682] x7 : ff726d5e78626d64 x6 : ffffffc0f6142b00
[    0.563164] x5 : 0000000000000000 x4 : ffffffc0f166c478
[    0.563636] x3 : 0000000000000005 x2 : ffffff800803b880
[    0.564108] x1 : ffffff800803b880 x0 : 0000000000000000
[    0.564590] Call trace:
[    0.564821]  dev_pm_opp_of_cpumask_add_table+0x2c/0xe8
[    0.565278]  cpufreq_init+0x220/0x34c
[    0.565609]  cpufreq_online+0x1b4/0x61c
[    0.565951]  cpufreq_add_dev+0xa0/0xb8
[    0.566297]  subsys_interface_register+0xdc/0x100
[    0.566719]  cpufreq_register_driver+0x134/0x234
[    0.567131]  dt_cpufreq_probe+0x18c/0x1a8
[    0.567497]  platform_drv_probe+0x58/0xa4
[    0.567861]  really_probe+0x264/0x390
[    0.568192]  driver_probe_device+0x124/0x134
[    0.568579]  __device_attach_driver+0xd0/0x110
[    0.568980]  bus_for_each_drv+0xb0/0xd4
[    0.569322]  __device_attach+0xd0/0x160
[    0.569664]  device_initial_probe+0x24/0x30
[    0.570042]  bus_probe_device+0x38/0x98
[    0.570385]  device_add+0x4b4/0x594
[    0.570703]  platform_device_add+0xe4/0x22c
[    0.571080]  platform_device_register_full+0xb0/0x104
[    0.571540]  rockchip_cpufreq_driver_init+0x110/0x364
[    0.571999]  do_one_initcall+0xa0/0x1c0
[    0.572344]  kernel_init_freeable+0x31c/0x320
[    0.572734]  kernel_init+0x18/0x108
[    0.573054]  ret_from_fork+0x10/0x18
[    0.573378] ---[ end trace ae47402f52a7bab0 ]---

Change-Id: I02c7a3cc68536b707baaa8a61f21ac4961184dda
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
2019-06-14 21:56:22 +08:00
2019-02-10 00:33:21 +08:00
2019-02-10 00:33:21 +08:00
2019-02-25 16:39:12 +08:00
2019-02-10 00:33:21 +08:00
2019-02-10 00:33:21 +08:00
2019-02-10 00:33:21 +08:00
2019-06-12 14:31:18 +08:00
2019-02-10 00:33:21 +08:00
2019-02-10 00:33:21 +08:00
2019-02-10 00:33:21 +08:00
2019-02-10 00:33:21 +08:00
2019-02-10 00:33:21 +08:00

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
No description provided
Readme 7.9 GiB
Languages
C 97.7%
Assembly 1.6%
Makefile 0.3%
Perl 0.1%