linux/drivers
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
..
accessibility
acpi rk: revert to v4.4 2019-02-10 00:33:21 +08:00
amba rk: revert to v4.4 2019-02-10 00:33:21 +08:00
android rk: revert to v4.4 2019-02-10 00:33:21 +08:00
ata rk: revert to v4.4 2019-02-10 00:33:21 +08:00
atm rk: revert to v4.4 2019-02-10 00:33:21 +08:00
auxdisplay auxdisplay: charlcd: fix x/y command parsing 2019-01-13 09:51:03 +01:00
base rk: revert to v4.4 2019-02-10 00:33:21 +08:00
bcma rk: revert to v4.4 2019-02-10 00:33:21 +08:00
block rk: revert to v4.4 2019-02-10 00:33:21 +08:00
bluetooth Bluetooth: hci_ldisc: fix race between open, close and send data 2019-02-22 14:31:44 +08:00
bus rk: revert to v4.4 2019-02-10 00:33:21 +08:00
cdrom rk: revert to v4.4 2019-02-10 00:33:21 +08:00
char hwrng: rockchip - add support for Rockchip HW RNG 2019-03-22 09:08:35 +08:00
clk clk: rockchip: Add support to get clk scale and rate 2019-06-14 21:29:40 +08:00
clocksource rk: revert to v4.4 2019-02-10 00:33:21 +08:00
connector
cpufreq cpufreq: dt: fix the warning when use opp_v1 2019-06-14 21:56:22 +08:00
cpuidle rk: revert to v4.4 2019-02-10 00:33:21 +08:00
crypto rk: revert to v4.4 2019-02-10 00:33:21 +08:00
dax mm, devm_memremap_pages: fix shutdown handling 2019-01-13 09:51:04 +01:00
dca
devfreq soc: rockchip: system_monitor: Add fb notifier 2019-06-14 19:59:32 +08:00
dio
dma dmaengine: pl330: _loop_cyclic: fixup loopcnt is too large 2019-04-04 18:06:28 +08:00
dma-buf rk: revert to v4.4 2019-02-10 00:33:21 +08:00
edac rk: revert to v4.4 2019-02-10 00:33:21 +08:00
eisa
energy_model ANDROID: drivers: Introduce a legacy Energy Model loading driver 2018-10-26 11:54:46 +01:00
extcon extcon: Add EXTCON_USB_VBUS_EN for USB Type-C 2019-03-12 17:12:55 +08:00
firewire rk: revert to v4.4 2019-02-10 00:33:21 +08:00
firmware firmware: rockchip: add compile option for rockchip sip 2019-02-26 17:32:24 +08:00
fmc
fpga fpga: altera-cvp: fix probing for multiple FPGAs on the bus 2019-01-26 09:32:36 +01:00
fsi fsi: master-ast-cf: select GENERIC_ALLOCATOR 2018-12-17 09:24:35 +01:00
gnss gnss: sirf: fix activation retry handling 2018-12-13 09:16:22 +01:00
gpio Merge remote branch 'android-4.19' of https://android.googlesource.com/kernel/common 2019-02-14 11:48:20 +08:00
gpu MALI: midgard: Add private data for governor 2019-06-14 19:59:45 +08:00
headset_observe drivers/headset_observe/rk_headset_irq_hook_adc: remove include adc.h 2018-11-01 15:11:58 +08:00
hid hid: usbhid: enable hid to wakeup system if it supports remote wakeup 2019-02-21 09:08:31 +08:00
hsi rk: revert to v4.4 2019-02-10 00:33:21 +08:00
hv rk: revert to v4.4 2019-02-10 00:33:21 +08:00
hwmon rk: revert to v4.4 2019-02-10 00:33:21 +08:00
hwspinlock Merge remote branch 'android-4.19' of https://android.googlesource.com/kernel/common 2019-02-14 11:48:20 +08:00
hwtracing rk: revert to v4.4 2019-02-10 00:33:21 +08:00
i2c i2c: rk3x: Fix the smatch warning 2019-04-04 18:37:31 +08:00
ide rk: revert to v4.4 2019-02-10 00:33:21 +08:00
idle rk: revert to v4.4 2019-02-10 00:33:21 +08:00
iio iio: adc: rockchip: Don't return fail at probe when the regulator is dummy 2019-04-04 18:38:16 +08:00
infiniband rk: revert to v4.4 2019-02-10 00:33:21 +08:00
input driver: input: touch: add gslx680a touch driver 2019-03-21 19:19:21 +08:00
iommu iommu/rockchip: use status register instead of flags as parameter 2019-03-31 19:55:18 +08:00
ipack
irqchip irqchip/gicv2/3: add gic_retrigger 2019-02-22 14:36:13 +08:00
isdn rk: revert to v4.4 2019-02-10 00:33:21 +08:00
leds Merge remote branch 'android-4.19' of https://android.googlesource.com/kernel/common 2019-02-14 11:48:20 +08:00
lightnvm rk: revert to v4.4 2019-02-10 00:33:21 +08:00
macintosh rk: revert to v4.4 2019-02-10 00:33:21 +08:00
mailbox Merge remote branch 'android-4.19' of https://android.googlesource.com/kernel/common 2019-02-14 11:48:20 +08:00
mcb rk: revert to v4.4 2019-02-10 00:33:21 +08:00
md dm: add check target device probe completely 2019-03-27 09:01:28 +08:00
media Merge remote branch 'android-4.19' of https://android.googlesource.com/kernel/common 2019-02-14 11:48:20 +08:00
memory rk: revert to v4.4 2019-02-10 00:33:21 +08:00
memstick rk: revert to v4.4 2019-02-10 00:33:21 +08:00
message rk: revert to v4.4 2019-02-10 00:33:21 +08:00
mfd mfd: rk808: init CLK32KOUT func for rk818 2019-05-08 18:01:58 +08:00
misc Merge remote branch 'android-4.19' of https://android.googlesource.com/kernel/common 2019-02-14 11:48:20 +08:00
mmc mmc: dw_mmc: add xfer timer for avoid DTO without actual data payload 2019-02-26 18:08:18 +08:00
mtd Merge remote branch 'android-4.19' of https://android.googlesource.com/kernel/common 2019-02-14 11:48:20 +08:00
mux mux: adgs1408: use the correct MODULE_LICENSE 2018-10-12 17:36:39 +02:00
net net: phy: dp83867: Check if the phy is in an internal testing mode 2019-04-04 18:23:34 +08:00
nfc Merge remote branch 'android-4.19' of https://android.googlesource.com/kernel/common 2019-02-14 11:48:20 +08:00
ntb rk: revert to v4.4 2019-02-10 00:33:21 +08:00
nubus
nvdimm rk: revert to v4.4 2019-02-10 00:33:21 +08:00
nvme rk: revert to v4.4 2019-02-10 00:33:21 +08:00
nvmem nvmem: rockchip-efuse: add support for rk1808-efuse 2019-05-13 18:04:42 +08:00
of rk: revert to v4.4 2019-02-10 00:33:21 +08:00
opp PM / OPP: add a summary tree in debugfs 2019-06-14 21:29:49 +08:00
oprofile
parisc rk: revert to v4.4 2019-02-10 00:33:21 +08:00
parport rk: revert to v4.4 2019-02-10 00:33:21 +08:00
pci Merge remote branch 'android-4.19' of https://android.googlesource.com/kernel/common 2019-02-14 11:48:20 +08:00
pcmcia rk: revert to v4.4 2019-02-10 00:33:21 +08:00
perf rk: revert to v4.4 2019-02-10 00:33:21 +08:00
phy phy/rockchip: inno-hdmi: Support inno hdmi phy 2019-05-30 11:50:10 +08:00
pinctrl pinctrl: rockchip: Add pinctrl support for rk3308b 2019-04-18 19:30:06 +08:00
platform rk: revert to v4.4 2019-02-10 00:33:21 +08:00
pnp rk: revert to v4.4 2019-02-10 00:33:21 +08:00
power power: reset: reboot-mode: fix normal mode setup 2019-02-25 16:30:58 +08:00
powercap rk: revert to v4.4 2019-02-10 00:33:21 +08:00
pps rk: revert to v4.4 2019-02-10 00:33:21 +08:00
ps3
ptp rk: revert to v4.4 2019-02-10 00:33:21 +08:00
pwm pwm: rockchip: Disable irq for pwm config 2019-04-04 18:04:12 +08:00
rapidio
ras
regulator regulator: debugfs: Adding debugfs functions into regulator framework 2019-05-28 19:42:42 +08:00
remoteproc rk: revert to v4.4 2019-02-10 00:33:21 +08:00
reset drivers/reset: remove unused reset-rockchip driver 2018-11-05 16:21:11 +08:00
rk_nand drivers: rk_nand: zftl: fix spectek nand flash read error data issue 2018-11-12 10:47:02 +08:00
rkflash drivers: rkflash: fix build error 2019-05-24 20:59:43 +08:00
rpmsg rpmsg: smd: fix memory leak on channel create 2018-11-13 11:08:55 -08:00
rtc mfd: rk808: add rk816 support 2019-03-22 14:36:52 +08:00
s390 rk: revert to v4.4 2019-02-10 00:33:21 +08:00
sbus drivers/sbus/char: add of_node_put() 2018-12-21 14:15:17 +01:00
scsi rk: revert to v4.4 2019-02-10 00:33:21 +08:00
sfi
sh rk: revert to v4.4 2019-02-10 00:33:21 +08:00
siox
slimbus slimbus: ngd: mark PM functions as __maybe_unused 2018-12-19 19:19:49 +01:00
smc
sn
soc soc: rockchip: Add rockchip system monitor support 2019-06-14 21:48:42 +08:00
soundwire
spi Merge remote branch 'android-4.19' of https://android.googlesource.com/kernel/common 2019-02-14 11:48:20 +08:00
spmi rk: revert to v4.4 2019-02-10 00:33:21 +08:00
ssb rk: revert to v4.4 2019-02-10 00:33:21 +08:00
staging fiq debugger: support dummy console 2019-04-04 19:06:58 +08:00
switch
target rk: revert to v4.4 2019-02-10 00:33:21 +08:00
tc rk: revert to v4.4 2019-02-10 00:33:21 +08:00
tee rk: revert to v4.4 2019-02-10 00:33:21 +08:00
testcode
thermal thermal: power_allocator: Add support to change state by system monitor 2019-06-14 19:48:54 +08:00
thunderbolt rk: revert to v4.4 2019-02-10 00:33:21 +08:00
tty serial: 8250: enable Programmable THRE Interrupt for tx 2019-02-22 14:31:44 +08:00
uio rk: revert to v4.4 2019-02-10 00:33:21 +08:00
usb UPSTREAM: usb: dwc3: Rename DWC3_DCTL_LPM_ERRATA 2019-05-16 19:19:54 +08:00
uwb rk: revert to v4.4 2019-02-10 00:33:21 +08:00
vfio rk: revert to v4.4 2019-02-10 00:33:21 +08:00
vhost rk: revert to v4.4 2019-02-10 00:33:21 +08:00
video FROMLIST: fb: add dma-buf support 2019-06-12 14:12:53 +08:00
virt
virtio rk: revert to v4.4 2019-02-10 00:33:21 +08:00
visorbus
vlynq
vme rk: revert to v4.4 2019-02-10 00:33:21 +08:00
w1 rk: revert to v4.4 2019-02-10 00:33:21 +08:00
watchdog rk: revert to v4.4 2019-02-10 00:33:21 +08:00
xen rk: revert to v4.4 2019-02-10 00:33:21 +08:00
zorro rk: revert to v4.4 2019-02-10 00:33:21 +08:00
Kconfig drivers: rkflash: fix REQ ops cmd_flag error 2019-03-27 15:30:42 +08:00
Makefile drivers: rkflash: fix REQ ops cmd_flag error 2019-03-27 15:30:42 +08:00