ShantiGilbert

Untitled

May 19th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 103.64 KB | None | 0 0
  1. Starting kernel ...
  2.  
  3. [ 0.000000] Booting Linux on physical CPU 0x0
  4. [ 0.000000] Initializing cgroup subsys cpuset
  5. [ 0.000000] Initializing cgroup subsys cpu
  6. [ 0.000000] Initializing cgroup subsys cpuacct
  7. [ 0.000000] Linux version 4.4.189 ([email protected]) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) ) #1 SMP Tue May 19 00:24:02 CDT 2020
  8. [ 0.000000] Boot CPU: AArch64 Processor [410fd042]
  9. [ 0.000000] Machine model: Hardkernel ODROID-GO2
  10. [ 0.000000] On node 0 totalpages: 261632
  11. [ 0.000000] DMA zone: 4088 pages used for memmap
  12. [ 0.000000] DMA zone: 0 pages reserved
  13. [ 0.000000] DMA zone: 261632 pages, LIFO batch:31
  14. [ 0.000000] psci: probing for conduit method from DT.
  15. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  16. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  17. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  18. [ 0.000000] PERCPU: Embedded 21 pages/cpu @ffffffc03ff2e000 s45928 r8192 d31896 u86016
  19. [ 0.000000] pcpu-alloc: s45928 r8192 d31896 u86016 alloc=21*4096
  20. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  21. [ 0.000000] Detected VIPT I-cache on CPU0
  22. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257544
  23. [ 0.000000] Kernel command line: boot=UUID=1905-1949 disk=UUID=7feb4fd1-52fc-4ffb-8a93-2233c141a3ae quiet console=ttyFIQ0 console=tty0 net.iframes=0 fbcon=rotate:3 ssh consoleblank=0
  24. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  25. [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
  26. [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
  27. [ 0.000000] software IO TLB: mapped [mem 0x39f00000-0x3df00000] (64MB)
  28. [ 0.000000] Memory: 939880K/1046528K available (9086K kernel code, 1080K rwdata, 5048K rodata, 3008K init, 1869K bss, 106648K reserved, 0K cma-reserved)
  29. [ 0.000000] Virtual kernel memory layout:
  30. [ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
  31. [ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000 ( 246 GB)
  32. [ 0.000000] .init : 0xffffff8008e60000 - 0xffffff8009150000 ( 3008 KB)
  33. [ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008960000 ( 9088 KB)
  34. [ 0.000000] .rodata : 0xffffff8008960000 - 0xffffff8008e60000 ( 5120 KB)
  35. [ 0.000000] .data : 0xffffff8009150000 - 0xffffff800925e008 ( 1081 KB)
  36. [ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
  37. [ 0.000000] 0xffffffbdc0008000 - 0xffffffbdc1000000 ( 15 MB actual)
  38. [ 0.000000] fixed : 0xffffffbffe7fb000 - 0xffffffbffec00000 ( 4116 KB)
  39. [ 0.000000] PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000 ( 16 MB)
  40. [ 0.000000] memory : 0xffffffc000200000 - 0xffffffc040000000 ( 1022 MB)
  41. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  42. [ 0.000000] Hierarchical RCU implementation.
  43. [ 0.000000] Build-time adjustment of leaf fanout to 64.
  44. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  45. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
  46. [ 0.000000] NR_IRQS:64 nr_irqs:64 0
  47. [ 0.000000] GIC: Using split EOI/Deactivate mode
  48. [ 0.000000] rockchip_mmc_get_phase: invalid clk rate
  49. [ 0.000000] rockchip_mmc_get_phase: invalid clk rate
  50. [ 0.000000] rockchip_mmc_get_phase: invalid clk rate
  51. [ 0.000000] rockchip_mmc_get_phase: invalid clk rate
  52. [ 0.000000] rockchip_mmc_get_phase: invalid clk rate
  53. [ 0.000000] rockchip_mmc_get_phase: invalid clk rate
  54. [ 0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
  55. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  56. [ 0.000009] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  57. [ 0.001722] Console: colour dummy device 80x25
  58. [ 0.002008] console [tty0] enabled
  59. [ 0.002040] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  60. [ 0.002062] pid_max: default: 32768 minimum: 301
  61. [ 0.002263] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
  62. [ 0.002281] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
  63. [ 0.003461] Initializing cgroup subsys devices
  64. [ 0.003493] Initializing cgroup subsys freezer
  65. [ 0.003524] Initializing cgroup subsys net_cls
  66. [ 0.003570] ftrace: allocating 30162 entries in 118 pages
  67. [ 0.099271] sched-energy: CPU device node has no sched-energy-costs
  68. [ 0.099306] Invalid sched_group_energy for CPU0
  69. [ 0.099318] CPU0: update cpu_capacity 1024
  70. [ 0.099401] ASID allocator initialised with 32768 entries
  71. [ 0.104700] Detected VIPT I-cache on CPU1
  72. [ 0.104785] Invalid sched_group_energy for CPU1
  73. [ 0.104792] CPU1: update cpu_capacity 1024
  74. [ 0.104798] CPU1: Booted secondary processor [410fd042]
  75. [ 0.105697] Detected VIPT I-cache on CPU2
  76. [ 0.105762] Invalid sched_group_energy for CPU2
  77. [ 0.105769] CPU2: update cpu_capacity 1024
  78. [ 0.105774] CPU2: Booted secondary processor [410fd042]
  79. [ 0.106639] Detected VIPT I-cache on CPU3
  80. [ 0.106698] Invalid sched_group_energy for CPU3
  81. [ 0.106705] CPU3: update cpu_capacity 1024
  82. [ 0.106710] CPU3: Booted secondary processor [410fd042]
  83. [ 0.106889] Brought up 4 CPUs
  84. [ 0.106969] SMP: Total of 4 processors activated.
  85. [ 0.106987] CPU features: detected feature: 32-bit EL0 Support
  86. [ 0.107005] CPU: All CPU(s) started at EL2
  87. [ 0.107391] Invalid sched_group_energy for CPU3
  88. [ 0.107409] Invalid sched_group_energy for Cluster3
  89. [ 0.107420] Invalid sched_group_energy for CPU2
  90. [ 0.107432] Invalid sched_group_energy for Cluster2
  91. [ 0.107443] Invalid sched_group_energy for CPU1
  92. [ 0.107454] Invalid sched_group_energy for Cluster1
  93. [ 0.107465] Invalid sched_group_energy for CPU0
  94. [ 0.107476] Invalid sched_group_energy for Cluster0
  95. [ 0.108381] devtmpfs: initialized
  96. [ 0.142641] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  97. [ 0.142690] futex hash table entries: 1024 (order: 4, 65536 bytes)
  98. [ 0.143445] pinctrl core: initialized pinctrl subsystem
  99. [ 0.143961] regulator-dummy: no parameters
  100. [ 0.145230] NET: Registered protocol family 16
  101. [ 0.159235] cpuidle: using governor ladder
  102. [ 0.171257] cpuidle: using governor menu
  103. [ 0.171310] Registered FIQ tty driver
  104. [ 0.171651] vdso: 2 pages (1 code @ ffffff8008966000, 1 data @ ffffff8009155000)
  105. [ 0.171703] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  106. [ 0.171933] DMA: preallocated 256 KiB pool for atomic allocations
  107. [ 0.199191] gpiochip_add_data: registered GPIOs 0 to 31 on device: gpio0
  108. [ 0.199364] gpiochip_add_data: registered GPIOs 32 to 63 on device: gpio1
  109. [ 0.199595] gpiochip_add_data: registered GPIOs 64 to 95 on device: gpio2
  110. [ 0.199758] gpiochip_add_data: registered GPIOs 96 to 127 on device: gpio3
  111. [ 0.214589] genirq: Setting trigger mode 8 for irq 170 failed (gic_set_type+0x0/0x60)
  112. [ 0.216292] console [pstore-1] enabled
  113. [ 0.216308] pstore: Registered ramoops as persistent store backend
  114. [ 0.216326] ramoops: attached 0xf0000@0x110000, ecc: 0/0
  115. [ 0.227647] console [ttyFIQ0] enabled
  116. [ 0.228084] Registered fiq debugger ttyFIQ0
  117. [ 0.254437] rockchip-pm rockchip-suspend: not set pwm-regulator-config
  118. [ 0.255505] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vccsys[0]'
  119. [ 0.255564] vcc3v8_sys: 3800 mV
  120. [ 0.256017] reg-fixed-voltage vccsys: vcc3v8_sys supplying 3800000uV
  121. [ 0.256242] of_get_named_gpiod_flags: parsed 'gpio' property of node '/vcc_host[0]' - status (0)
  122. [ 0.256353] reg-fixed-voltage vcc_host: Looking up vin-supply from device tree
  123. [ 0.256476] vcc_host: supplied by vcc3v8_sys
  124. [ 0.256617] vcc_host: 5000 mV
  125. [ 0.256992] reg-fixed-voltage vcc_host: vcc_host supplying 5000000uV
  126. [ 0.258159] iommu: Adding device ff440000.hevc_service to group 0
  127. [ 0.258312] iommu: Adding device ff442000.vpu_service to group 1
  128. [ 0.258470] iommu: Adding device ff460000.vop to group 2
  129. [ 0.258619] iommu: Adding device ff4a0000.rkisp1 to group 3
  130. [ 0.259328] rockchip-pm-domain ff000000.power-management:power-controller: Looking up pd_vpu-supply from device tree
  131. [ 0.259360] rockchip-pm-domain ff000000.power-management:power-controller: Looking up pd_vpu-supply property in node /power-management@ff000000/power-controller failed
  132. [ 0.259617] rk_iommu ff440440.iommu: can't get sclk
  133. [ 0.260261] rk_iommu ff442800.iommu: can't get sclk
  134. [ 0.260639] rk_iommu ff460f00.iommu: can't get sclk
  135. [ 0.260854] rockchip-pm-domain ff000000.power-management:power-controller: Looking up pd_vi-supply from device tree
  136. [ 0.260883] rockchip-pm-domain ff000000.power-management:power-controller: Looking up pd_vi-supply property in node /power-management@ff000000/power-controller failed
  137. [ 0.261078] rk_iommu ff490800.iommu: can't get sclk
  138. [ 0.261391] rk_iommu ff4a8000.iommu: can't get sclk
  139. [ 0.262170] SCSI subsystem initialized
  140. [ 0.262593] usbcore: registered new interface driver usbfs
  141. [ 0.262693] usbcore: registered new interface driver hub
  142. [ 0.262857] usbcore: registered new device driver usb
  143. [ 0.262995] media: Linux media interface: v0.10
  144. [ 0.263084] Linux video capture interface: v2.00
  145. [ 0.263201] pps_core: LinuxPPS API ver. 1 registered
  146. [ 0.263217] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  147. [ 0.263262] PTP clock support registered
  148. [ 0.265316] Advanced Linux Sound Architecture Driver Initialized.
  149. [ 0.266417] Bluetooth: Core ver 2.21
  150. [ 0.266492] NET: Registered protocol family 31
  151. [ 0.266508] Bluetooth: HCI device and connection manager initialized
  152. [ 0.266534] Bluetooth: HCI socket layer initialized
  153. [ 0.266557] Bluetooth: L2CAP socket layer initialized
  154. [ 0.266650] Bluetooth: SCO socket layer initialized
  155. [ 0.268281] rockchip-cpuinfo cpuinfo: Serial : 7d777b169cf2f778
  156. [ 0.269206] clocksource: Switched to clocksource arch_sys_counter
  157. [ 0.334382] FS-Cache: Loaded
  158. [ 0.352743] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
  159. [ 0.352973] NET: Registered protocol family 2
  160. [ 0.354095] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  161. [ 0.354261] TCP bind hash table entries: 8192 (order: 6, 262144 bytes)
  162. [ 0.354722] TCP: Hash tables configured (established 8192 bind 8192)
  163. [ 0.354876] UDP hash table entries: 512 (order: 3, 49152 bytes)
  164. [ 0.354974] UDP-Lite hash table entries: 512 (order: 3, 49152 bytes)
  165. [ 0.355464] NET: Registered protocol family 1
  166. [ 0.535001] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
  167. [ 0.537067] kvm [1]: 8-bit VMID
  168. [ 0.537086] kvm [1]: Hyp mode initialized successfully
  169. [ 0.537601] kvm [1]: interrupt-controller@ff134000 IRQ11
  170. [ 0.538051] kvm [1]: timer IRQ3
  171. [ 0.545450] Initialise system trusted keyring
  172. [ 0.563690] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  173. [ 0.564802] FS-Cache: Netfs 'cifs' registered for caching
  174. [ 0.565507] Key type cifs.idmap registered
  175. [ 0.565554] ntfs: driver 2.1.32 [Flags: R/W].
  176. [ 0.566424] fuse init (API version 7.23)
  177. [ 0.574632] NET: Registered protocol family 38
  178. [ 0.574703] Key type asymmetric registered
  179. [ 0.574731] Asymmetric key parser 'x509' registered
  180. [ 0.575170] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  181. [ 0.575206] io scheduler noop registered
  182. [ 0.575234] io scheduler deadline registered
  183. [ 0.575720] io scheduler cfq registered (default)
  184. [ 0.577105] phy phy-ff2c0000.syscon:[email protected]: Looking up phy-supply from device tree
  185. [ 0.577205] phy phy-ff2c0000.syscon:[email protected]: Looking up phy-supply property in node /syscon@ff2c0000/usb2-phy@100/host-port failed
  186. [ 0.579476] phy phy-ff2e0000.video-phy.1: Looking up phy-supply from device tree
  187. [ 0.579516] phy phy-ff2e0000.video-phy.1: Looking up phy-supply property in node /video-phy@ff2e0000 failed
  188. [ 0.581002] OF: graph: no port node found in /mipi-dphy-rx0@ff2f0000
  189. [ 0.590122] pwm-backlight backlight: GPIO lookup for consumer enable
  190. [ 0.590158] pwm-backlight backlight: using device tree for GPIO lookup
  191. [ 0.590183] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]'
  192. [ 0.590205] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]'
  193. [ 0.590224] pwm-backlight backlight: using lookup tables for GPIO lookup
  194. [ 0.590245] pwm-backlight backlight: lookup for GPIO enable failed
  195. [ 0.590272] pwm-backlight backlight: Looking up power-supply from device tree
  196. [ 0.590295] pwm-backlight backlight: Looking up power-supply property in node /backlight failed
  197. [ 0.590321] backlight supply power not found, using dummy regulator
  198. [ 0.591476] rk-vcodec vpu_combo: Looking up vcodec-supply from device tree
  199. [ 0.591511] rk-vcodec vpu_combo: Looking up vcodec-supply property in node /vpu_combo failed
  200. [ 0.591540] rk-vcodec vpu_combo: no regulator for vcodec
  201. [ 0.592113] rk-vcodec vpu_combo: failed on clk_get clk_cabac
  202. [ 0.598058] platform ff442000.vpu_service: probe device
  203. [ 0.598584] platform ff442000.vpu_service: drm allocator with mmu enabled
  204. [ 0.599900] platform ff440000.hevc_service: probe device
  205. [ 0.600470] platform ff440000.hevc_service: drm allocator with mmu enabled
  206. [ 0.601428] rk-vcodec vpu_combo: could not find power_model node
  207. [ 0.607511] rk-vcodec vpu_combo: init success
  208. [ 0.613833] dma-pl330 ff240000.dmac: Loaded driver for PL330 DMAC-241330
  209. [ 0.613873] dma-pl330 ff240000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
  210. [ 0.614527] rockchip-pvtm ff010000.syscon:pmu-pvtm: failed to get rst 0 pmu
  211. [ 0.614805] rockchip-pvtm ff148000.syscon:pvtm: failed to get rst 0 core
  212. [ 0.616052] rockchip-system-monitor rockchip-system-monitor: system monitor probe
  213. [ 0.617441] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled
  214. [ 0.618622] ff158000.serial: ttyS1 at MMIO 0xff158000 (irq = 12, base_baud = 2500000) is a 16550A
  215. [ 0.621112] [drm] Initialized drm 1.1.0 20060810
  216. [ 0.624784] [drm] Rockchip DRM driver version: v1.0.1
  217. [ 0.625238] rockchip-drm display-subsystem: devfreq is not set
  218. [ 0.626185] rockchip-drm display-subsystem: bound ff460000.vop (ops 0xffffff8008a08708)
  219. [ 0.626228] rockchip-drm display-subsystem: failed to bind ff450000.dsi (ops 0xffffff80089ffc68): -517
  220. [ 0.636193] rockchip-drm display-subsystem: master bind failed: -517
  221. [ 0.639589] panel-simple-dsi ff450000.dsi.0: Looking up power-supply from device tree
  222. [ 0.639662] panel-simple-dsi ff450000.dsi.0: failed to get power regulator: -517
  223. [ 0.647571] rockchip-pm-domain ff000000.power-management:power-controller: Looking up pd_gpu-supply from device tree
  224. [ 0.647604] rockchip-pm-domain ff000000.power-management:power-controller: Looking up pd_gpu-supply property in node /power-management@ff000000/power-controller failed
  225. [ 0.647712] mali ff400000.gpu: Looking up mali-supply from device tree
  226. [ 0.647749] mali ff400000.gpu: Failed to get regulator
  227. [ 0.652944] mali ff400000.gpu: Power control initialization failed
  228. [ 0.659819] Unable to detect cache hierarchy for CPU 0
  229. [ 0.661564] brd: module loaded
  230. [ 0.672802] loop: module loaded
  231. [ 0.674051] zram: Added device: zram0
  232. [ 0.674124] lkdtm: No crash points registered, enable through debugfs
  233. [ 0.675210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  234. [ 0.675256] ehci-platform: EHCI generic platform driver
  235. [ 0.675937] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  236. [ 0.675980] ohci-platform: OHCI generic platform driver
  237. [ 0.676478] usbcore: registered new interface driver cdc_acm
  238. [ 0.676494] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  239. [ 0.676583] usbcore: registered new interface driver cdc_wdm
  240. [ 0.676763] usbcore: registered new interface driver usbserial
  241. [ 0.676832] usbcore: registered new interface driver usbserial_generic
  242. [ 0.676908] usbserial: USB Serial support registered for generic
  243. [ 0.678149] i2c /dev entries driver
  244. [ 0.680633] rk808 0-0020: Pmic Chip id: 0x8170
  245. [ 0.681099] rk808 0-0020: source: on=0x80, off=0x08
  246. [ 0.681993] rk808 0-0020: support dcdc3 fb mode:-22, 144818244
  247. [ 0.682299] rk808 0-0020: support pmic reset mode:0,1
  248. [ 0.682621] gpiochip_find_base: found new base at 509
  249. [ 0.682828] gpiochip_add_data: registered GPIOs 509 to 511 on device: rk817-gpio
  250. [ 0.682987] GPIO chip rk817-gpio: created GPIO range 0->2 ==> rk805-pinctrl PIN 0->2
  251. [ 0.686486] rk808 0-0020: GPIO lookup for consumer dvs
  252. [ 0.686520] rk808 0-0020: using device tree for GPIO lookup
  253. [ 0.686550] of_get_named_gpiod_flags: can't parse 'dvs-gpios' property of node '/i2c@ff180000/pmic@20[0]'
  254. [ 0.686574] of_get_named_gpiod_flags: can't parse 'dvs-gpio' property of node '/i2c@ff180000/pmic@20[0]'
  255. [ 0.686593] rk808 0-0020: using lookup tables for GPIO lookup
  256. [ 0.686613] rk808 0-0020: lookup for GPIO dvs failed
  257. [ 0.686634] rk808-regulator rk808-regulator: there is no dvs0 gpio
  258. [ 0.686654] rk808 0-0020: GPIO lookup for consumer dvs
  259. [ 0.686671] rk808 0-0020: using device tree for GPIO lookup
  260. [ 0.686692] of_get_named_gpiod_flags: can't parse 'dvs-gpios' property of node '/i2c@ff180000/pmic@20[1]'
  261. [ 0.686715] of_get_named_gpiod_flags: can't parse 'dvs-gpio' property of node '/i2c@ff180000/pmic@20[1]'
  262. [ 0.686735] rk808 0-0020: using lookup tables for GPIO lookup
  263. [ 0.686753] rk808 0-0020: lookup for GPIO dvs failed
  264. [ 0.686773] rk808-regulator rk808-regulator: there is no dvs1 gpio
  265. [ 0.686867] rk808 0-0020: Looking up vcc1-supply from device tree
  266. [ 0.687033] DCDC_REG1: supplied by vcc3v8_sys
  267. [ 0.688256] vdd_logic: 950 <--> 1150 mV at 1100 mV
  268. [ 0.689296] rk808 0-0020: Looking up vcc2-supply from device tree
  269. [ 0.689462] DCDC_REG2: supplied by vcc3v8_sys
  270. [ 0.690619] vdd_arm: 950 <--> 1350 mV at 1100 mV
  271. [ 0.691545] rk808 0-0020: Looking up vcc3-supply from device tree
  272. [ 0.691696] DCDC_REG3: supplied by vcc3v8_sys
  273. [ 0.692537] vcc_ddr: at 500 mV
  274. [ 0.693548] rk808 0-0020: Looking up vcc4-supply from device tree
  275. [ 0.693705] DCDC_REG4: supplied by vcc3v8_sys
  276. [ 0.694555] vcc_3v3: 3300 mV
  277. [ 0.695474] rk808 0-0020: Looking up vcc5-supply from device tree
  278. [ 0.695624] LDO_REG1: supplied by vcc3v8_sys
  279. [ 0.696046] vcc_1v0: 1000 mV
  280. [ 0.696722] rk808 0-0020: Looking up vcc5-supply from device tree
  281. [ 0.696857] LDO_REG2: supplied by vcc3v8_sys
  282. [ 0.698207] vcc1v8_soc: 1800 mV
  283. [ 0.699086] rk808 0-0020: Looking up vcc5-supply from device tree
  284. [ 0.699234] LDO_REG3: supplied by vcc3v8_sys
  285. [ 0.700473] vcc1v0_soc: 1000 mV
  286. [ 0.701400] rk808 0-0020: Looking up vcc6-supply from device tree
  287. [ 0.701549] LDO_REG4: supplied by vcc3v8_sys
  288. [ 0.702780] vcc3v3_pmu: 3300 mV
  289. [ 0.703685] rk808 0-0020: Looking up vcc6-supply from device tree
  290. [ 0.703833] LDO_REG5: supplied by vcc3v8_sys
  291. [ 0.705233] vccio_sd: 1800 <--> 3300 mV at 3000 mV
  292. [ 0.706106] rk808 0-0020: Looking up vcc6-supply from device tree
  293. [ 0.706246] LDO_REG6: supplied by vcc3v8_sys
  294. [ 0.707527] vcc_sd: 3300 mV
  295. [ 0.708235] rk808 0-0020: Looking up vcc7-supply from device tree
  296. [ 0.708374] LDO_REG7: supplied by vcc3v8_sys
  297. [ 0.708804] vcc_backlight: 3300 mV
  298. [ 0.709627] rk808 0-0020: Looking up vcc7-supply from device tree
  299. [ 0.709772] LDO_REG8: supplied by vcc3v8_sys
  300. [ 0.710210] vcc_lcd: 2800 mV
  301. [ 0.710969] rk808 0-0020: Looking up vcc7-supply from device tree
  302. [ 0.711113] LDO_REG9: supplied by vcc3v8_sys
  303. [ 0.712363] vcc_wifi: 3300 mV
  304. [ 0.713311] rk808 0-0020: Looking up vcc8-supply from device tree
  305. [ 0.713459] BOOST: supplied by vcc3v8_sys
  306. [ 0.713904] boost: Bringing 4700000uV into 5000000-5000000uV
  307. [ 0.714629] boost: ramp_delay not set
  308. [ 0.715598] boost: 5000 <--> 5400 mV at 5000 mV
  309. [ 0.716459] rk808 0-0020: Looking up vcc9-supply from device tree
  310. [ 0.716530] OTG_SWITCH: supplied by boost
  311. [ 0.717394] otg_switch: at 5000 mV
  312. [ 0.718426] rk817-battery rk817-battery: fb_temperature missing!
  313. [ 0.724532] rk817-battery rk817-battery: energy_mode missing!
  314. [ 0.730336] rk817-battery rk817-battery: zero_reserve_dsoc missing!
  315. [ 0.744496] rk817-bat: initialized yet..
  316. [ 0.761020] rk817-charger rk817-charger: power_dc2otg missing!
  317. [ 0.766956] rk817-charger rk817-charger: otg5v_suspend_enable missing!
  318. [ 0.773982] of_get_named_gpiod_flags: parsed 'dc_det_gpio' property of node '/i2c@ff180000/pmic@20/charger[0]' - status (0)
  319. [ 0.774036] of_get_named_gpiod_flags: parsed 'chg_led_gpio' property of node '/i2c@ff180000/pmic@20/charger[0]' - status (0)
  320. [ 0.783303] input: rk8xx_pwrkey as /devices/platform/ff180000.i2c/i2c-0/0-0020/input/input0
  321. [ 0.787969] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0
  322. [ 0.789718] rk3x-i2c ff180000.i2c: Initialized RK3xxx I2C bus at ffffff80094b4000
  323. [ 0.790915] rk3x-i2c ff190000.i2c: Initialized RK3xxx I2C bus at ffffff80094b6000
  324. [ 0.792684] IR NEC protocol handler initialized
  325. [ 0.795085] rkisp1 ff4a0000.rkisp1: rkisp1 driver version: v00.01.05
  326. [ 0.797561] OF: graph: no port node found in /rkisp1@ff4a0000
  327. [ 0.803380] rkisp1: Failed to register subdev notifier(-19)
  328. [ 0.811128] usbcore: registered new interface driver uvcvideo
  329. [ 0.811154] USB Video Class driver (1.1.1)
  330. [ 0.812322] rockchip-iodomain ff010000.syscon:io-domains: Looking up pmuio1-supply from device tree
  331. [ 0.812904] rockchip-iodomain ff010000.syscon:io-domains: Looking up pmuio2-supply from device tree
  332. [ 0.813585] rockchip-iodomain ff140000.syscon:io-domains: Looking up vccio6-supply from device tree
  333. [ 0.814039] rockchip-iodomain ff140000.syscon:io-domains: Looking up vccio1-supply from device tree
  334. [ 0.814514] rockchip-iodomain ff140000.syscon:io-domains: Looking up vccio2-supply from device tree
  335. [ 0.814962] rockchip-iodomain ff140000.syscon:io-domains: Looking up vccio3-supply from device tree
  336. [ 0.815389] rockchip-iodomain ff140000.syscon:io-domains: Looking up vccio4-supply from device tree
  337. [ 0.815812] rockchip-iodomain ff140000.syscon:io-domains: Looking up vccio5-supply from device tree
  338. [ 0.816249] rockchip-iodomain ff140000.syscon:io-domains: Looking up vccio-oscgpi-supply from device tree
  339. [ 0.816279] rockchip-iodomain ff140000.syscon:io-domains: Looking up vccio-oscgpi-supply property in node /syscon@ff140000/io-domains failed
  340. [ 0.818335] Boot mode: coldboot
  341. [ 0.819566] rockchip-thermal ff280000.tsadc: Missing tshut mode property, using default (cru)
  342. [ 0.819604] rockchip-thermal ff280000.tsadc: Missing tshut-polarity property, using default (low)
  343. [ 0.819787] rk_tsadcv2_temp_to_code: Invalid conversion table: code=4095, temperature=2147483647
  344. [ 0.829011] rockchip-thermal ff280000.tsadc: tsadc is probed successfully!
  345. [ 0.830547] cpu cpu0: bin=0
  346. [ 0.830642] cpu cpu0: leakage=8
  347. [ 0.830705] cpu cpu0: Looking up cpu-supply from device tree
  348. [ 0.844217] cpu cpu0: temp=35000, pvtm=51713 (51433 + 280)
  349. [ 0.845394] cpu cpu0: pvtm-volt-sel=1
  350. [ 0.845552] cpu cpu0: bin-scale=13
  351. [ 0.846160] cpu cpu0: Looking up cpu-supply from device tree
  352. [ 0.846612] cpu cpu0: Looking up cpu-supply from device tree
  353. [ 0.847663] cpu cpu0: avs=1
  354. [ 0.847819] cpu cpu0: l=0 h=2147483647 hyst=5000 l_limit=1248000000 h_limit=0
  355. [ 0.850501] cpu cpu0: failed to find power_model node
  356. [ 0.856498] Synopsys Designware Multimedia Card Interface Driver
  357. [ 0.857765] dwmmc_rockchip ff370000.dwmmc: num-slots property not found, assuming 1 slot is available
  358. [ 0.857862] dwmmc_rockchip ff370000.dwmmc: IDMAC supports 32-bit address mode.
  359. [ 0.857898] dwmmc_rockchip ff370000.dwmmc: Using internal DMA controller.
  360. [ 0.857915] dwmmc_rockchip ff370000.dwmmc: Version ID is 270a
  361. [ 0.857986] dwmmc_rockchip ff370000.dwmmc: DW MMC controller at irq 20,32 bit host data width,256 deep fifo
  362. [ 0.858024] dwmmc_rockchip ff370000.dwmmc: Looking up vmmc-supply from device tree
  363. [ 0.858125] dwmmc_rockchip ff370000.dwmmc: Looking up vqmmc-supply from device tree
  364. [ 0.858441] dwmmc_rockchip ff370000.dwmmc: GPIO lookup for consumer cd
  365. [ 0.858453] dwmmc_rockchip ff370000.dwmmc: using device tree for GPIO lookup
  366. [ 0.858498] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/dwmmc@ff370000[0]' - status (0)
  367. [ 0.858541] gpio-3 (cd): gpiod_set_debounce: missing set() or set_debounce() operations
  368. [ 0.858551] dwmmc_rockchip ff370000.dwmmc: Got CD GPIO
  369. [ 0.858563] dwmmc_rockchip ff370000.dwmmc: GPIO lookup for consumer wp
  370. [ 0.858572] dwmmc_rockchip ff370000.dwmmc: using device tree for GPIO lookup
  371. [ 0.858583] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@ff370000[0]'
  372. [ 0.858594] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@ff370000[0]'
  373. [ 0.858603] dwmmc_rockchip ff370000.dwmmc: using lookup tables for GPIO lookup
  374. [ 0.858614] dwmmc_rockchip ff370000.dwmmc: lookup for GPIO wp failed
  375. [ 0.859653] rockchip-iodomain ff140000.syscon:io-domains: Setting to 3300000 done
  376. [ 0.859906] vccio_sd: ramp_delay not set
  377. [ 0.859919] rockchip-iodomain ff140000.syscon:io-domains: Setting to 3300000 done
  378. [ 0.873495] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  379. [ 0.890729] dwmmc_rockchip ff370000.dwmmc: 1 slots initialized
  380. [ 0.893823] dwmmc_rockchip ff380000.dwmmc: num-slots property not found, assuming 1 slot is available
  381. [ 0.893927] dwmmc_rockchip ff380000.dwmmc: IDMAC supports 32-bit address mode.
  382. [ 0.893964] dwmmc_rockchip ff380000.dwmmc: Using internal DMA controller.
  383. [ 0.893980] dwmmc_rockchip ff380000.dwmmc: Version ID is 270a
  384. [ 0.894046] dwmmc_rockchip ff380000.dwmmc: DW MMC controller at irq 21,32 bit host data width,256 deep fifo
  385. [ 0.894083] dwmmc_rockchip ff380000.dwmmc: Looking up vmmc-supply from device tree
  386. [ 0.894095] dwmmc_rockchip ff380000.dwmmc: Looking up vmmc-supply property in node /dwmmc@ff380000 failed
  387. [ 0.895184] dwmmc_rockchip ff380000.dwmmc: Looking up vqmmc-supply from device tree
  388. [ 0.895196] dwmmc_rockchip ff380000.dwmmc: Looking up vqmmc-supply property in node /dwmmc@ff380000 failed
  389. [ 0.895213] dwmmc_rockchip ff380000.dwmmc: No vmmc regulator found
  390. [ 0.895223] dwmmc_rockchip ff380000.dwmmc: No vqmmc regulator found
  391. [ 0.895246] dwmmc_rockchip ff380000.dwmmc: GPIO lookup for consumer cd
  392. [ 0.895256] dwmmc_rockchip ff380000.dwmmc: using device tree for GPIO lookup
  393. [ 0.895270] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/dwmmc@ff380000[0]'
  394. [ 0.895281] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/dwmmc@ff380000[0]'
  395. [ 0.895290] dwmmc_rockchip ff380000.dwmmc: using lookup tables for GPIO lookup
  396. [ 0.895301] dwmmc_rockchip ff380000.dwmmc: lookup for GPIO cd failed
  397. [ 0.895313] dwmmc_rockchip ff380000.dwmmc: GPIO lookup for consumer wp
  398. [ 0.895322] dwmmc_rockchip ff380000.dwmmc: using device tree for GPIO lookup
  399. [ 0.895344] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@ff380000[0]'
  400. [ 0.895355] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@ff380000[0]'
  401. [ 0.895365] dwmmc_rockchip ff380000.dwmmc: using lookup tables for GPIO lookup
  402. [ 0.897293] dwmmc_rockchip ff380000.dwmmc: lookup for GPIO wp failed
  403. [ 0.913481] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  404. [ 0.915871] rockchip-iodomain ff140000.syscon:io-domains: Setting to 3300000 done
  405. [ 0.916233] vccio_sd: ramp_delay not set
  406. [ 0.916248] rockchip-iodomain ff140000.syscon:io-domains: Setting to 1800000 done
  407. [ 0.929288] dwmmc_rockchip ff380000.dwmmc: 1 slots initialized
  408. [ 0.930311] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_leds/heartbeat[0]' - status (0)
  409. [ 0.930731] ledtrig-cpu: registered to indicate activity on CPUs
  410. [ 0.930813] hidraw: raw HID events driver (C) Jiri Kosina
  411. [ 0.932321] usbcore: registered new interface driver usbhid
  412. [ 0.932336] usbhid: USB HID core driver
  413. [ 0.935848] rockchip-dmc dmc: unable to get devfreq-event device : dfi
  414. [ 0.938734] mmc_host mmc0: Bus speed (slot 0) = 150000000Hz (slot req 150000000Hz, actual 150000000HZ div = 0)
  415. [ 0.943875] rockchip-saradc ff288000.saradc: Looking up vref-supply from device tree
  416. [ 0.945640] rksfc_base v1.1 2016-01-08
  417. [ 0.950620] usbcore: registered new interface driver snd-usb-audio
  418. [ 0.951718] rk817-codec rk817-codec: GPIO lookup for consumer hp-ctl
  419. [ 0.951739] rk817-codec rk817-codec: using device tree for GPIO lookup
  420. [ 0.951753] of_get_named_gpiod_flags: can't parse 'hp-ctl-gpios' property of node '/i2c@ff180000/pmic@20/codec[0]'
  421. [ 0.951764] of_get_named_gpiod_flags: can't parse 'hp-ctl-gpio' property of node '/i2c@ff180000/pmic@20/codec[0]'
  422. [ 0.951774] rk817-codec rk817-codec: using lookup tables for GPIO lookup
  423. [ 0.951785] rk817-codec rk817-codec: lookup for GPIO hp-ctl failed
  424. [ 0.951796] rk817-codec rk817-codec: GPIO lookup for consumer spk-ctl
  425. [ 0.951805] rk817-codec rk817-codec: using device tree for GPIO lookup
  426. [ 0.951816] of_get_named_gpiod_flags: can't parse 'spk-ctl-gpios' property of node '/i2c@ff180000/pmic@20/codec[0]'
  427. [ 0.951826] of_get_named_gpiod_flags: can't parse 'spk-ctl-gpio' property of node '/i2c@ff180000/pmic@20/codec[0]'
  428. [ 0.951835] rk817-codec rk817-codec: using lookup tables for GPIO lookup
  429. [ 0.951845] rk817-codec rk817-codec: lookup for GPIO spk-ctl failed
  430. [ 0.954763] Initializing XFRM netlink socket
  431. [ 0.954818] NET: Registered protocol family 17
  432. [ 0.954861] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  433. [ 0.954869] Bluetooth: BNEP filters: protocol multicast
  434. [ 0.954896] Bluetooth: BNEP socket layer initialized
  435. [ 0.954911] [WLAN_RFKILL]: Enter rfkill_wlan_init
  436. [ 0.955205] [WLAN_RFKILL]: Enter rfkill_wlan_probe
  437. [ 0.955240] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = esp8089
  438. [ 0.955248] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
  439. [ 0.955256] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
  440. [ 0.955270] of_get_named_gpiod_flags: can't parse 'WIFI,poweren_gpio' property of node '/wireless-wlan[0]'
  441. [ 0.955280] of_get_named_gpiod_flags: can't parse 'WIFI,vbat_gpio' property of node '/wireless-wlan[0]'
  442. [ 0.955290] of_get_named_gpiod_flags: can't parse 'WIFI,reset_gpio' property of node '/wireless-wlan[0]'
  443. [ 0.955300] of_get_named_gpiod_flags: can't parse 'WIFI,host_wake_irq' property of node '/wireless-wlan[0]'
  444. [ 0.955315] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found !
  445. [ 0.955324] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
  446. [ 0.955336] [WLAN_RFKILL]: Exit rfkill_wlan_probe
  447. [ 0.955404] [BT_RFKILL]: Enter rfkill_rk_init
  448. [ 0.955646] Key type dns_resolver registered
  449. [ 0.956057] flash vendor_init_thread!
  450. [ 0.956075] flash vendor storage:20170308 ret = -1
  451. [ 0.956484] Registered cp15_barrier emulation handler
  452. [ 0.956569] Registered setend emulation handler
  453. [ 0.957652] Loading compiled-in X.509 certificates
  454. [ 0.959170] rga2: Driver loaded successfully ver:4.00
  455. [ 0.959470] rga2: Module initialized.
  456. [ 0.960014] [drm] Rockchip DRM driver version: v1.0.1
  457. [ 0.960323] rockchip-drm display-subsystem: devfreq is not set
  458. [ 0.960960] rockchip-drm display-subsystem: bound ff460000.vop (ops 0xffffff8008a08708)
  459. [ 0.960987] rockchip-drm display-subsystem: failed to bind ff450000.dsi (ops 0xffffff80089ffc68): -517
  460. [ 0.970759] rockchip-drm display-subsystem: master bind failed: -517
  461. [ 0.971143] panel-simple-dsi ff450000.dsi.0: Looking up power-supply from device tree
  462. [ 0.971353] panel-simple-dsi ff450000.dsi.0: Looking up backlight-supply from device tree
  463. [ 0.971426] panel-simple-dsi ff450000.dsi.0: GPIO lookup for consumer enable
  464. [ 0.971437] panel-simple-dsi ff450000.dsi.0: using device tree for GPIO lookup
  465. [ 0.971452] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/dsi@ff450000/panel@0[0]'
  466. [ 0.971463] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/dsi@ff450000/panel@0[0]'
  467. [ 0.971472] panel-simple-dsi ff450000.dsi.0: using lookup tables for GPIO lookup
  468. [ 0.971483] panel-simple-dsi ff450000.dsi.0: lookup for GPIO enable failed
  469. [ 0.971544] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/dsi@ff450000/panel@0[0]' - status (0)
  470. [ 0.971610] panel-simple-dsi ff450000.dsi.0: reset-pin gpio = 112, active = 0
  471. [ 0.972226] mali ff400000.gpu: Looking up mali-supply from device tree
  472. [ 0.972581] mali ff400000.gpu: Failed to get leakage
  473. [ 0.977664] mali ff400000.gpu: Looking up mali-supply from device tree
  474. [ 0.977720] vdd_logic: could not add device link ff400000.gpu err -17
  475. [ 0.977746] vdd_logic: Failed to create debugfs directory
  476. [ 0.977988] mali ff400000.gpu: pvtm-volt-sel=1
  477. [ 0.978424] mali ff400000.gpu: avs=0
  478. [ 0.978483] W : [File] : drivers/gpu/arm/bifrost_for_linux/platform/rk/mali_kbase_config_rk.c; [Line] : 135; [Func] : kbase_platform_rk_init(); power-off-delay-ms not available.
  479. [ 0.978872] mmc1: queuing unknown CIS tuple 0x01 (3 bytes)
  480. [ 0.979427] mali ff400000.gpu: GPU identified as 0x3 arch 7.0.9 r0p0 status 0
  481. [ 0.980193] mali ff400000.gpu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0
  482. [ 0.980515] mali ff400000.gpu: Using configured power model mali-simple-power-model, and fallback mali-simple-power-model
  483. [ 0.981524] mali ff400000.gpu: Probed as mali0
  484. [ 0.982151] rockchip-dmc dmc: Looking up center-supply from device tree
  485. [ 0.982536] rockchip-dmc dmc: current ATF version 0x105!
  486. [ 0.982550] rockchip-dmc dmc: read tf version 0x105!
  487. [ 0.984306] rockchip-dmc dmc: Failed to get leakage
  488. [ 0.989305] rockchip-dmc dmc: Looking up center-supply from device tree
  489. [ 0.989361] vdd_logic: could not add device link dmc err -17
  490. [ 0.989386] vdd_logic: Failed to create debugfs directory
  491. [ 0.989652] rockchip-dmc dmc: pvtm-volt-sel=1
  492. [ 0.990085] rockchip-dmc dmc: avs=0
  493. [ 0.990119] rockchip-dmc dmc: failed to get vop bandwidth to dmc rate
  494. [ 0.996640] rockchip-dmc dmc: failed to get vop pn to msch rl
  495. [ 1.002766] rockchip-dmc dmc: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0
  496. [ 1.003537] mmc1: queuing unknown CIS tuple 0x1a (5 bytes)
  497. [ 1.006683] mmc1: queuing unknown CIS tuple 0x1b (8 bytes)
  498. [ 1.012305] devfreq dmc: Couldn't update frequency transition information.
  499. [ 1.012391] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  500. [ 1.020091] of_get_named_gpiod_flags: parsed 'simple-audio-card,hp-det-gpio' property of node '/rk817-sound[0]' - status (0)
  501. [ 1.020120] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/rk817-sound[0]'
  502. [ 1.020889] mmc1: queuing unknown CIS tuple 0x80 (1 bytes)
  503. [ 1.020973] mmc1: queuing unknown CIS tuple 0x81 (1 bytes)
  504. [ 1.021101] mmc1: queuing unknown CIS tuple 0x82 (1 bytes)
  505. [ 1.021154] mmc1: new high speed SDIO card at address 0001
  506. [ 1.022685] asoc-simple-card rk817-sound: rk817-hifi <-> ff070000.i2s mapping ok
  507. [ 1.022714] asoc-simple-card rk817-sound: ASoC: no sink widget found for MIC_IN
  508. [ 1.030087] asoc-simple-card rk817-sound: ASoC: Failed to add route Mic Jack -> direct -> MIC_IN
  509. [ 1.038904] asoc-simple-card rk817-sound: ASoC: no source widget found for HPOL
  510. [ 1.046238] asoc-simple-card rk817-sound: ASoC: Failed to add route HPOL -> direct -> Headphone Jack
  511. [ 1.055424] asoc-simple-card rk817-sound: ASoC: no source widget found for HPOR
  512. [ 1.062766] asoc-simple-card rk817-sound: ASoC: Failed to add route HPOR -> direct -> Headphone Jack
  513. [ 1.073090] input: rockchip,rk817-codec Headphones as /devices/platform/rk817-sound/sound/card0/input1
  514. [ 1.073772] [drm] Rockchip DRM driver version: v1.0.1
  515. [ 1.074007] rockchip-drm display-subsystem: devfreq is not set
  516. [ 1.074511] rockchip-drm display-subsystem: bound ff460000.vop (ops 0xffffff8008a08708)
  517. [ 1.074582] rockchip-drm display-subsystem: bound ff450000.dsi (ops 0xffffff80089ffc68)
  518. [ 1.074593] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  519. [ 1.074599] [drm] No driver support for vblank timestamp query.
  520. [ 1.074797] get_framebuffer_by_node: failed to get logo,offset
  521. [ 1.080713] rockchip-drm display-subsystem: can't not find any loader display
  522. [ 1.080726] rockchip-drm display-subsystem: failed to show loader logo
  523. [ 1.087525] Freeing drm_logo memory: 1624K
  524. [ 1.089125] rockchip-vop ff460000.vop: [drm:vop_crtc_enable] Update mode to 320x480p60, type: 16
  525. [ 1.090299] devfreq ff400000.gpu: Couldn't update frequency transition information.
  526. [ 1.095554] dw-mipi-dsi ff450000.dsi: final DSI-Link bandwidth: 450 x 1 Mbps
  527. [ 1.450054] dwmmc_rockchip ff370000.dwmmc: Successfully tuned phase to 212
  528. [ 1.450076] mmc0: new ultra high speed SDR104 SDXC card at address 0001
  529. [ 1.450730] mmcblk0: mmc0:0001 EC2QT 59.6 GiB
  530. [ 1.451702] mmcblk0: p1 p2
  531. [ 1.581625] Console: switching to colour frame buffer device 60x20
  532. [ 1.626817] rockchip-drm display-subsystem: fb0: frame buffer device
  533. [ 1.638819] odroidgo2_joypad odroidgo2-joypad: joypad_dt_parse : invert-absx = 0, inveret-absy = 0
  534. [ 1.638936] of_get_named_gpiod_flags: parsed 'gpios' property of node '/odroidgo2-joypad/sw1[0]' - status (0)
  535. [ 1.638986] of_get_named_gpiod_flags: parsed 'gpios' property of node '/odroidgo2-joypad/sw2[0]' - status (0)
  536. [ 1.639019] of_get_named_gpiod_flags: parsed 'gpios' property of node '/odroidgo2-joypad/sw3[0]' - status (0)
  537. [ 1.639051] of_get_named_gpiod_flags: parsed 'gpios' property of node '/odroidgo2-joypad/sw4[0]' - status (0)
  538. [ 1.639085] of_get_named_gpiod_flags: parsed 'gpios' property of node '/odroidgo2-joypad/sw5[0]' - status (0)
  539. [ 1.639117] of_get_named_gpiod_flags: parsed 'gpios' property of node '/odroidgo2-joypad/sw6[0]' - status (0)
  540. [ 1.639149] of_get_named_gpiod_flags: parsed 'gpios' property of node '/odroidgo2-joypad/sw7[0]' - status (0)
  541. [ 1.639181] of_get_named_gpiod_flags: parsed 'gpios' property of node '/odroidgo2-joypad/sw8[0]' - status (0)
  542. [ 1.639215] of_get_named_gpiod_flags: parsed 'gpios' property of node '/odroidgo2-joypad/sw9[0]' - status (0)
  543. [ 1.639247] of_get_named_gpiod_flags: parsed 'gpios' property of node '/odroidgo2-joypad/sw10[0]' - status (0)
  544. [ 1.639277] of_get_named_gpiod_flags: parsed 'gpios' property of node '/odroidgo2-joypad/sw11[0]' - status (0)
  545. [ 1.639308] of_get_named_gpiod_flags: parsed 'gpios' property of node '/odroidgo2-joypad/sw12[0]' - status (0)
  546. [ 1.639338] of_get_named_gpiod_flags: parsed 'gpios' property of node '/odroidgo2-joypad/sw13[0]' - status (0)
  547. [ 1.639369] of_get_named_gpiod_flags: parsed 'gpios' property of node '/odroidgo2-joypad/sw14[0]' - status (0)
  548. [ 1.639399] of_get_named_gpiod_flags: parsed 'gpios' property of node '/odroidgo2-joypad/sw15[0]' - status (0)
  549. [ 1.639429] of_get_named_gpiod_flags: parsed 'gpios' property of node '/odroidgo2-joypad/sw16[0]' - status (0)
  550. [ 1.639461] of_get_named_gpiod_flags: parsed 'gpios' property of node '/odroidgo2-joypad/sw20[0]' - status (0)
  551. [ 1.639495] of_get_named_gpiod_flags: parsed 'gpios' property of node '/odroidgo2-joypad/sw21[0]' - status (0)
  552. [ 1.639560] odroidgo2_joypad odroidgo2-joypad: joypad_input_setup : SCALE = 2, ABS min = -900, max = 899, fuzz = 32, flat = 32, deadzone = 20
  553. [ 1.639573] odroidgo2_joypad odroidgo2-joypad: joypad_input_setup : SCALE = 2, ABS min = -900, max = 899, fuzz = 32, flat = 32, deadzone = 20
  554. [ 1.639783] input: odroidgo2_joypad as /devices/platform/odroidgo2-joypad/input/input2
  555. [ 1.640168] rockchip-pm-domain ff000000.power-management:power-controller: Looking up pd_gmac-supply from device tree
  556. [ 1.640190] rockchip-pm-domain ff000000.power-management:power-controller: Looking up pd_gmac-supply property in node /power-management@ff000000/power-controller failed
  557. [ 1.640259] rockchip-pm-domain ff000000.power-management:power-controller: Looking up pd_usb-supply from device tree
  558. [ 1.640271] rockchip-pm-domain ff000000.power-management:power-controller: Looking up pd_usb-supply property in node /power-management@ff000000/power-controller failed
  559. [ 1.640598] odroidgo2_joypad odroidgo2-joypad: joypad_open : adc[0] adc->cal = 1726
  560. [ 1.640700] odroidgo2_joypad odroidgo2-joypad: joypad_open : adc[1] adc->cal = 2048
  561. [ 1.640945] odroidgo2_joypad odroidgo2-joypad: joypad_open : opened
  562. [ 1.641177] odroidgo2_joypad odroidgo2-joypad: joypad_probe : probe success
  563. [ 1.642238] rk808-rtc rk808-rtc: setting system clock to 2017-08-05 20:37:14 UTC (1501965434)
  564. [ 1.656788] PM: Hibernation image not present or could not be loaded.
  565. [ 1.657075] vcc_1v0: disabling
  566. [ 1.658727] ALSA device list:
  567. [ 1.658746] #0: rockchip,rk817-codec
  568. [ 1.660149] Freeing unused kernel memory: 3008K
  569. [ 1.723985] Checking disk(s): UUID=1905-1949 UUID=7feb4fd1-52fc-4ffb-8a93-2233c141a3ae
  570. [ 3.977178] vendor storage:20190527 ret = -1
  571. [ 5.766022] random: nonblocking pool is initialized
  572. [ 5.816567] fsck: CP437: Invalid argument
  573. [ 5.816712] fsck: fsck.fat 4.1 (2017-01-24)
  574. [ 5.816968] fsck: 0x25: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
  575. [ 5.817120] fsck: Automatically removing dirty bit.
  576. [ 5.817305] fsck: Performing changes.
  577. [ 5.817489] fsck: /dev/mmcblk0p1: 10 files, 54576/65501 clusters
  578. [ 5.817699] fsck: STORAGE: Superblock last mount time (Tue May 19 18:38:38 2020,
  579. [ 5.817884] fsck: now = Sat Aug 5 20:37:14 2017) is in the future.
  580. [ 5.817975] fsck: FIXED.
  581. [ 5.818183] fsck: STORAGE: Superblock last write time (Tue May 19 18:39:22 2020,
  582. [ 5.818366] fsck: now = Sat Aug 5 20:37:14 2017) is in the future.
  583. [ 5.818452] fsck: FIXED.
  584. [ 5.818685] fsck: STORAGE: 11/15495168 files (0.0% non-contiguous), 1960661/61980672 blocks
  585. [ 5.841559] FAT-fs (mmcblk0p1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
  586. [ 5.980915] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
  587. [ 5.981525] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
  588. [ 6.117063] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  589. [ 6.422111] systemd[1]: System time before build time, advancing clock.
  590. [ 6.438789] cgroup: cgroup2: unknown option "nsdelegate"
  591. [ 6.446504] systemd[1]: systemd 243 running in system mode. (-PAM -AUDIT -SELINUX -IMA -APPARMOR -SMACK +SYSVINIT -UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS -ACL -XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD +IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
  592. [ 6.447316] systemd[1]: Detected architecture arm64.
  593. [ 6.447421] systemd[1]: Running with unpopulated /etc.
  594. [ 6.450143] systemd[1]: Set hostname to <EmuELEC>.
  595. [ 6.450227] systemd[1]: Cannot open /etc/machine-id: No such file or directory
  596. [ 6.822267] systemd[1]: Populated /etc with preset unit settings.
  597. [ 7.021965] systemd[1]: system-sixaxis.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
  598. [ 7.021996] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
  599. [ 7.023374] systemd[1]: Created slice system-sixaxis.slice.
  600. [ 7.024242] systemd[1]: Created slice system-udevil\x2dmount.slice.
  601. [ 7.024866] systemd[1]: Created slice User and Session Slice.
  602. [ 7.025333] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  603. [ 7.025662] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  604. [ 7.025886] systemd[1]: Reached target Paths.
  605. [ 7.025994] systemd[1]: Reached target Slices.
  606. [ 7.026418] systemd[1]: Listening on initctl Compatibility Named Pipe.
  607. [ 7.042952] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
  608. [ 7.043817] systemd[1]: Listening on Journal Socket (/dev/log).
  609. [ 7.044417] systemd[1]: Listening on Journal Socket.
  610. [ 7.045048] systemd[1]: Listening on udev Control Socket.
  611. [ 7.045706] systemd[1]: Listening on udev Kernel Socket.
  612. [ 7.046329] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
  613. [ 7.046685] systemd[1]: Condition check resulted in POSIX Message Queue File System being skipped.
  614. [ 7.049396] systemd[1]: Mounting Kernel Debug File System...
  615. [ 7.052530] systemd[1]: Mounting Variable Directory...
  616. [ 7.056162] systemd[1]: Started Early root shell on /dev/ttyFIQ0 FOR DEBUGGING ONLY.
  617. [ 7.060071] systemd[1]: Starting Show Version...
  618. [ 7.063749] systemd[1]: Starting Create Persistent Log Directory on /storage...
  619. [ 7.068934] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
  620. [ 7.073004] systemd[1]: Starting Setup NTP servers for timesyncd...
  621. [ 7.101848] systemd[1]: Mounted Kernel Debug File System.
  622. [ 7.102618] systemd[1]: Mounted Variable Directory.
  623. [ 7.103954] systemd[1]: Started Create Persistent Log Directory on /storage.
  624. [ 7.105060] systemd[1]: Condition check resulted in Persistent Log Storage being skipped.
  625. [ 7.108175] systemd[1]: Starting Create kernel modules tree from overlays...
  626. [ 7.129407] systemd[1]: Started Setup NTP servers for timesyncd.
  627. [ 7.131260] systemd[1]: Started Show Version.
  628. [ 7.157292] kernel-overlays-setup: setup base modules
  629. [ 7.209549] kernel-overlays-setup: added modules from /usr/lib/kernel-overlays/base/lib/modules/4.4.189
  630. [ 7.236736] kernel-overlays-setup: added firmware from /usr/lib/kernel-overlays/base/lib/firmware
  631. [ 7.237657] kernel-overlays-setup: adding overlays from /storage/.cache/kernel-overlays
  632. [ 7.238457] kernel-overlays-setup: done
  633. [ 7.240111] systemd[1]: kernel-overlays.service: Succeeded.
  634. [ 7.240809] systemd[1]: Started Create kernel modules tree from overlays.
  635. [ 7.244210] systemd[1]: Starting Create list of static device nodes for the current kernel...
  636. [ 7.247048] systemd[1]: Starting Setup machine-id...
  637. [ 7.249930] systemd[1]: Starting Mounting swapfile...
  638. [ 7.254751] systemd[1]: Starting Load Kernel Modules...
  639. [ 7.258022] systemd[1]: Starting udev Coldplug all Devices...
  640. [ 7.273819] systemd[1]: Started Create list of static device nodes for the current kernel.
  641. [ 7.356651] systemd[1]: Started Setup machine-id.
  642. [ 7.361102] systemd[1]: Starting Journal Service...
  643. [ 7.364424] systemd[1]: Starting Create Static Device Nodes in /dev...
  644. [ 7.389310] NET: Registered protocol family 10
  645. [ 7.404621] wireguard: WireGuard 1.0.20200506 loaded. See www.wireguard.com for information.
  646. [ 7.404646] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <[email protected]>. All Rights Reserved.
  647. [ 7.408350] systemd[1]: Started Load Kernel Modules.
  648. [ 7.412367] systemd[1]: Mounting FUSE Control File System...
  649. [ 7.416198] systemd[1]: Mounting Kernel Configuration File System...
  650. [ 7.424914] systemd[1]: Starting Apply Kernel Variables...
  651. [ 7.434140] systemd[1]: Started Create Static Device Nodes in /dev.
  652. [ 7.435429] systemd[1]: Mounted FUSE Control File System.
  653. [ 7.442444] systemd[1]: Mounted Kernel Configuration File System.
  654. [ 7.491181] systemd[1]: Started Apply Kernel Variables.
  655. [ 7.618470] systemd[1]: Started Journal Service.
  656. [ 7.649948] systemd-journald[261]: Received client request to flush runtime journal.
  657. [ 17.895342] Adding 131040k swap on /storage/.cache/swapfile. Priority:10000 extents:7 across:151544k SS
  658. [ 20.146818] rockchip-usb2phy ff2c0000.syscon:usb2-phy@100: Requested PHY is disabled
  659. [ 20.146875] dwc2 ff300000.usb: Looking up vusb_d-supply from device tree
  660. [ 20.146889] dwc2 ff300000.usb: Looking up vusb_d-supply property in node /usb@ff300000 failed
  661. [ 20.146920] ff300000.usb supply vusb_d not found, using dummy regulator
  662. [ 20.146993] dwc2 ff300000.usb: Looking up vusb_a-supply from device tree
  663. [ 20.147009] dwc2 ff300000.usb: Looking up vusb_a-supply property in node /usb@ff300000 failed
  664. [ 20.147030] ff300000.usb supply vusb_a not found, using dummy regulator
  665. [ 20.155208] dwc2 ff300000.usb: Configuration mismatch. dr_mode forced to host
  666. [ 20.174974] dwc2 ff300000.usb: DWC OTG Controller
  667. [ 20.175026] dwc2 ff300000.usb: new USB bus registered, assigned bus number 1
  668. [ 20.175075] dwc2 ff300000.usb: irq 19, io mem 0xff300000
  669. [ 20.175357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  670. [ 20.175374] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  671. [ 20.175384] usb usb1: Product: DWC OTG Controller
  672. [ 20.175394] usb usb1: Manufacturer: Linux 4.4.189 dwc2_hsotg
  673. [ 20.175403] usb usb1: SerialNumber: ff300000.usb
  674. [ 20.181751] hub 1-0:1.0: USB hub found
  675. [ 20.181839] hub 1-0:1.0: 1 port detected
  676. [ 20.195968]
  677. [ 20.195968] ***** EAGLE DRIVER VER:bdf5087c3deb*****
  678. [ 20.195968]
  679. [ 20.196048] ESP8089 reset via GPIO 105
  680. [ 20.198715] esp_sdio_dummy_probe enter
  681. [ 20.401220] esp_sdio_init power up OK
  682. [ 20.868263] esp_host:bdf5087c3deb
  683. [ 20.868263] esp_target: e826c2b3c9fd 57 18202
  684. [ 20.868263]
  685. [ 20.868523] esp_readwrite_file: file /system/lib/modules/test_results filp_open error
  686. [ 20.868828] first normal exit
  687. [ 20.869024] esp_sdio_remove enter
  688. [ 20.871369] sif_disable_irq release irq failed
  689. [ 20.973302] eagle_sdio: probe of mmc1:0001:1 failed with error -110
  690. [ 20.975384] mmc1: card 0001 removed
  691. [ 20.975727] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  692. [ 21.124802] mmc1: queuing unknown CIS tuple 0x01 (3 bytes)
  693. [ 21.196603] mmc1: queuing unknown CIS tuple 0x1a (5 bytes)
  694. [ 21.200399] mmc1: queuing unknown CIS tuple 0x1b (8 bytes)
  695. [ 21.201579] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  696. [ 21.202786] mmc1: queuing unknown CIS tuple 0x80 (1 bytes)
  697. [ 21.202854] mmc1: queuing unknown CIS tuple 0x81 (1 bytes)
  698. [ 21.202918] mmc1: queuing unknown CIS tuple 0x82 (1 bytes)
  699. [ 21.202957] mmc1: new high speed SDIO card at address 0001
  700. [ 21.559560] esp_host:bdf5087c3deb
  701. [ 21.559560] esp_target: e826c2b3c9fd 57 18202
  702. [ 21.559560]
  703. [ 24.871366] esp_op_add_interface STA
  704. [ 24.871878] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  705. EmuELEC:~ # ‚‚þ
  706. ( pressed the sleep/suspend button)
  707.  
  708. (resume)
  709. [ 19.866675] Internal error: Oops: 96000007 [#1] SMP
  710. [ 19.871695] Modules linked in: dwc2 esp8089 sch_fq_codel wireguard ipv6 ip6_udp_tunnel udp_tunnel [last unloaded: dwc2]
  711. [ 19.882926] CPU: 0 PID: 34 Comm: kworker/0:1 Not tainted 4.4.189 #1
  712. [ 19.889341] Hardware name: Hardkernel ODROID-GO2 (DT)
  713. [ 19.894523] Workqueue: events_freezable mmc_rescan
  714. [ 19.899448] task: ffffffc03e750d80 task.stack: ffffffc03e788000
  715. [ 19.905543] PC is at esp_sdio_probe+0x70/0x408 [esp8089]
  716. [ 19.910988] LR is at sdio_bus_probe+0x98/0x148
  717. [ 19.915539] pc : [<ffffff8000a6a4a8>] lr : [<ffffff80086aaa38>] pstate: 60000145
  718. [ 19.923110] sp : ffffffc03e78ba40
  719. [ 19.926509] x29: ffffffc03e78ba40 x28: 0000000000000000
  720. [ 19.931982] x27: ffffffc02f4bf800 x26: ffffff8000a74218
  721. [ 19.937454] x25: ffffffc039005800 x24: ffffffc02f527808
  722. [ 19.944822] x23: ffffff8000a7a0d8 x22: ffffff8000a74218
  723. [ 19.952127] x21: ffffffc02f527800 x20: ffffff8000aa69c8
  724. [ 19.959373] x19: 0000000000000000 x18: 0000000000000004
  725. [ 19.966598] x17: 0000000000000000 x16: 0000000000000000
  726. [ 19.973718] x15: 00000000fffffffb x14: 0ffffffffffffffa [ 19.977193] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[0]!
  727.  
  728. [ 19.991847]
  729. [ 19.996628] x13: 0000000000000020 x12: 0000000000000030
  730. [ 20.003596] x11: 0101010101010101 x10: 7f7f7f7f7f7f7f7f
  731. [ 20.010520] x9 : feff716475687163 x8 : ffffffffffffffff
  732. [ 20.017398] x7 : fefefefefefefefe x6 : 0000000000000000
  733. [ 20.024279] x5 : ffffff80091587f8 x4 : ffffffc039005c50
  734. [ 20.031139] x3 : 0000000000000000 x2 : ffffff8000a6a438
  735. [ 20.037932] x1 : ffffffc02f4bf800 x0 : 0000000000000003
  736. [ 20.044733]
  737. [ 20.044733] PC: 0xffffff8000a6a428:
  738. [ 20.052522] a428 00a74d88 ffffff80 00a74da0 ffffff80 a9bb7bfd 910003fd a90153f3 a9025bf5
  739. [ 20.063904] a448 a90363f7 a9046bf9 aa0003f5 aa0103fa aa1e03e0 d503201f 58001bd7 f94002a1
  740. [ 20.075532] a468 [ 20.077202] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[1]!
  741.  
  742. [ 20.088753] b94002e0 f9400039 36080100 794662a3 79465ea2 58001b20 b9432aa1 b94336a4
  743. [ 20.102175] a488 b9433aa5 95dcdb13 58001ad4 b9403280 34000de0 f9401e93 910022b8 f9001e9f
  744. [ 20.114423] a4a8 f9400676 f94006c1 f9401c21 f9008838 f90002d8 b9002ac0 52800021 f9000275
  745. [ 20.126822] a4c8 52800c80 f9005f13 39014261 f9002e7a b9033ea0 39414260 35000460 b94002e0
  746. [ 20.139385] a4e8 370816c0 aa1603e0 940002a0 aa1503e0 95f106f2 b9406261 aa1503e0 95f10465
  747. [ 20.152162] a508 2a0003f8 34000ea0 b94002e0 360000a0 58001780 2a1803e2 b9406261 95dcdaed
  748. [ 20.165107]
  749. [ 20.165107] LR: 0xffffff80086aa9b8:
  750. [ 20.174559] a9b8 aa1e03e0 d503201f d1002275 aa1503e0 f9405677 f85e82e1 97ffffb8 aa0003f6
  751. [ 20.187335] a9d8 b4000820[ 20.189206] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[0]!
  752.  
  753. [ 20.202227] 52800001 aa1303e0 97faba6b 2a0003f4 3108141f 54000280 f85f8260
  754. [ 20.216104] a9f8 f9400000 b9437c00 376802c0 aa1503e0 940005ae 52800001 aa1503e0 94000321
  755. [ 20.228896] aa18 2a0003f4 aa1503e0 940005e4 35000254 f85f02e2 aa1603e1 aa1503e0 d63f0040
  756. [ 20.241655] aa38 2a0003f4 35000180 2a1403e0 a94153f3 a9425bf5 f9401bf7 a8c47bfd d65f03c0
  757. [ 20.254386] aa58 52800081 aa1303e0 97fac50c 2a0003f4 36fffce0 f85f8260 f9400000 b9437c00
  758. [ 20.267113] aa78 36680200 b941da63 340001c3 91076264 14000003 2a0003e3 34000140 51000462
  759. [ 20.279847] aa98 aa0403e0 93407c61 93407c42 d503201f 97f4ba86 d503201f 6b03001f[ 20.289184] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[1]!
  760.  
  761. [ 20.302028] 54fffec1
  762. [ 20.308993]
  763. [ 20.308993] SP: 0xffffffc03e78b9c0:
  764. [ 20.318163] b9c0 00a74218 ffffff80 00a7a0d8 ffffff80 2f527808 ffffffc0 39005800 ffffffc0
  765. [ 20.330662] b9e0 00a74218 ffffff80 2f4bf800 ffffffc0 00000000 00000000 3e78ba40 ffffffc0
  766. [ 20.343155] ba00 086aaa38 ffffff80 3e78ba40 ffffffc0 00a6a4a8 ffffff80 60000145 00000000
  767. [ 20.355685] ba20 39005800 ffffffc0 39005ba8 ffffffc0 ffffffff ffffffff 00a74218 ffffff80
  768. [ 20.368229] ba40 3e78ba90 ffffffc0 086aaa38 ffffff80 2f527808 ffffffc0 00000000 00000000
  769. [ 20.380784] ba60 2f527800 ffffffc0 00a74218 ffffff80 00a7a198 ffffff80 0941d268 ffffff80
  770. [ 20.393327] ba80 00a7a198 ffffff80 00000014 00000000 3e78bad0[ 20.401194] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[0]!
  771.  
  772. [ 20.413281] ffffffc0 0854e564 ffffff80
  773. [ 20.421448] baa0 2f527808 ffffffc0 0941d000 ffffff80 09248b30 ffffff80 00000000 00000000
  774. [ 20.434210]
  775. [ 20.434210] X1: 0xffffffc02f4bf780:
  776. [ 20.443476] f780 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  777. [ 20.456055] f7a0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  778. [ 20.468563] f7c0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  779. [ 20.481013] f7e0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  780. [ 20.493384] f800 39005800 ffffffc0 39005808 ffffffc0 36186300 ffffffc0[ 20.501186] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[1]!
  781.  
  782. [ 20.513862] 22c9d180 ffffffc0
  783. [ 20.520927] f820 2f527820 ffffffc0 36a2c428 ffffffc0 39005818 ffffffc0 002aea00 ffffffc0
  784. [ 20.533202] f840 091c1a78 ffffff80 3957dbb8 ffffffc0 00000006 00000007 00000000 00000000
  785. [ 20.545560] f860 00000000 00000000 00000001 00000000 00000000 dead4ead ffffffff 00000000
  786. [ 20.558045]
  787. [ 20.558045] X2: 0xffffff8000a6a3b8:
  788. [ 20.567039] a3b8 3607fb80 58000220 58000181 91020021 95dcdb44 17ffffd7 580002c0 580000e1
  789. [ 20.579412] a3d8 91020021 95dcdb3f 17ffffe4 d503201f 00a7a0d8 ffffff80 00a74090 ffffff80
  790. [ 20.591854] a3f8 00a74c18 ffffff80 00a74d38 ffffff80 00a74d48 ffffff80 00aa69c8 ffffff80
  791. [ 20.604369] a418 00a74d58 ffffff80 00a74d70 ffffff80 00a74d88 ffffff80 00a74da0[ 20.613189] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[0]!
  792.  
  793. [ 20.625946] ffffff80
  794. [ 20.632538] a438 a9bb7bfd 910003fd a90153f3 a9025bf5 a90363f7 a9046bf9 aa0003f5 aa0103fa
  795. [ 20.645088] a458 aa1e03e0 d503201f 58001bd7 f94002a1 b94002e0 f9400039 36080100 794662a3
  796. [ 20.657634] a478 79465ea2 58001b20 b9432aa1 b94336a4 b9433aa5 95dcdb13 58001ad4 b9403280
  797. [ 20.670232] a498 34000de0 f9401e93 910022b8 f9001e9f f9400676 f94006c1 f9401c21 f9008838
  798. [ 20.683033]
  799. [ 20.683033] X4: 0xffffffc039005bd0:
  800. [ 20.692339] 5bd0 00000000 00000000 00000001 00000000[ 20.697156] mali ff400000.gpu: Reset interrupt didn't reach CPU. Check interrupt assignments.
  801.  
  802. [ 20.712253] 00000000[ 20.713209] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[1]!
  803. [ 20.728547] 00000000 00000000 00000000
  804. [ 20.734487] 5bf0 00000000 00000000 00000000 00000000 00000000 00000000 086a16b0 ffffff80
  805. [ 20.746923] 5c10 39005800 ffffffc0 00000000 ffffffff ffffffff 00000000 00000000 00000000
  806. [ 20.759468] 5c30 00000000 00000000 00000000 00000000 00000000 00000000 2f4bf800 ffffffc0
  807. [ 20.771980] 5c50 08a308a3 dead4ead ffffffff 00000000 ffffffff ffffffff 39005c68 ffffffc0
  808. [ 20.784487] 5c70 39005c68 ffffffc0 00000000 00000000 00000000 00000000 00000000 00000000
  809. [ 20.796988] 5c90 39005c90 ffffffc0 39005c90 ffffffc0 086a0638 ffffff80 00000200 dead0000
  810. [ 20.809669] 5cb0 00000000 00000000 fffee26e 00000000 080d58d8 ffffff80 39005c88 ffffffc0
  811. [ 20.822454]
  812. [ 20.822454] X5: 0xffffff8009158778:
  813. [ 20.825191] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[0]!
  814. [ 20.843820] 8778 00000001 00000000 00000001 00000000 00000001 00000000 000000fa 00000000
  815. [ 20.856511] 8798 00000001 00015000 00000010 00000000 3ff82700 ffffffc0 00000060 00000000
  816. [ 20.869215] 87b8 00001000 00000001 3ff82880 ffffffc0 3ff828c0 ffffffc0 00000004 00000015
  817. [ 20.881904] 87d8 3ff82840 ffffffc0 3ff82800 ffffffc0 00000000 00000003 3ff2e000 ffffffc0
  818. [ 20.894611] 87f8 36e21000 00000040 36e36000 00000040 36e4b000 00000040 36e60000 00000040
  819. [ 20.905152] [drm:drm_atomic_helper_commit_cleanup_done] *ERROR* [CRTC:60] flip_done timed out
  820. [ 20.920247] 8818 00000000 00000000 00000000 00000000[ 20.925186] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[1]!
  821.  
  822. [ 20.939676] 00000000 00000000 00000000 00000000
  823. [ 20.948924] 8838 00000001 00000000 00000001 00000000 00003261 00000000 00010000 00000000
  824. [ 20.961649] 8858 0003ffff 00000000 0000720f 00000000 00002000 00000000 00000000 0000fffa
  825. [ 20.974359]
  826. [ 20.974359] X20: 0xffffff8000aa6948:
  827. [ 20.983583] 6948 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  828. [ 20.996062] 6968 00000000 00000000 00000000 00000000 00000000 00000000 00000000 000000aa
  829. [ 21.008487] 6988 00a766e8 ffffff80 00aa6990 ffffff80 00aa6990 ffffff80 00aa69a0 ffffff80
  830. [ 21.020896] 69a8 00aa69a0 ffffff80 00a73778 ffffff80 00000001 00000000 330cea20 ffffffc0
  831. [ 21.033294] 69c8 00020002 dead4ead ffffffff[ 21.037186] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[0]!
  832.  
  833. [ 21.051352] 00000000 ffffffff ffffffff 00000000 00000000
  834. [ 21.060998] 69e8 00aa69e8 ffffff80 00aa69e8 ffffff80 00000003 00000000 00000000 00000000
  835. [ 21.073430] 6a08 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  836. [ 21.085823] 6a28 00000000 00000000 00000000 00000000 00000000 00000000 00000016 0000002f
  837. [ 21.098337]
  838. [ 21.098337] X21: 0xffffffc02f527780:
  839. [ 21.107442] 7780 00000000 00000000 00000000 00000000 ffffffff ffffffff ffffffff ffffffff
  840. [ 21.119858] 77a0 00000000 00000000 00000001 00000000 00000000 dead4ead ffffffff 00000000
  841. [ 21.132283] 77c0 ffffffff ffffffff 2f5277c8 ffffffc0[ 21.137180] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[1]!
  842.  
  843. [ 21.151226] 2f5277c8 ffffffc0 00000000 00000000
  844. [ 21.159962] 77e0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  845. [ 21.172275] 7800 2f4bf800 ffffffc0 2f4bf808 ffffffc0 36186180 ffffffc0 22c9d040 ffffffc0
  846. [ 21.184640] 7820 002aea00 ffffffc0 2f4bf820 ffffffc0 2f4bf818 ffffffc0 002aea00 ffffffc0
  847. [ 21.197067] 7840 091c1a78 ffffff80 3617f708 ffffffc0 00000003 00000007 00000000 00000000
  848. [ 21.209551] 7860 00000000 00000000 00000000 00000000 00000000 dead4ead ffffffff 00000000
  849. [ 21.222173]
  850. [ 21.222173] X22: 0xffffff8000a74198:
  851. [ 21.231365] 4198 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  852. [ 21.243778] 41b8 00000000 00000000 00000000 00000000 00000000[ 21.249209] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[0]!
  853.  
  854. [ 21.263490] 00000000 00000000 00000000
  855. [ 21.271555] 41d8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  856. [ 21.283940] 41f8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  857. [ 21.296288] 4218 [ 21.297526] mali ff400000.gpu: Reset interrupt didn't reach CPU. Check interrupt assignments.
  858.  
  859. [ 21.310639] 666600ff 00001111 00000000 00000000 00000000 00000000 00000000 00000000
  860. [ 21.324613] 4238 5f707365 65736572 70675f74 00006f69 5f666973 00727364 5f707365 64616572
  861. [ 21.337038] 4258 74697277 69665f65 0000656c 00000000 5f707365 75716572 5f747365 6d726966
  862. [ 21.349210] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[1]!
  863. [ 21.361892] 4278 65726177 00000000 776f6873 7073655f 696e695f 61745f74 00656c62 00000000
  864. [ 21.374615]
  865. [ 21.374615] X23: 0xffffff8000a7a058:
  866. [ 21.383949] a058 00a69000 ffffff80 00000000 00000000 00000000 00000000 00000000 00000000
  867. [ 21.396663] a078 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  868. [ 21.409390] a098 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  869. [ 21.422054] a0b8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  870. [ 21.434670] a0d8 00000011 00000069 00a74fb8 ffffff80 00a74218 ffffff80 00a69668 ffffff80
  871. [ 21.447250] a0f8 00a69718 ffffff80 00a74fb8 ffffff80 091e73f8 ffffff80 00000000 00000000
  872. [ 21.459820] a118 00000000 00000000 00000000 00000000 00000000[ 21.465195] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[0]!
  873.  
  874. [ 21.479751] 00000000 00000000 00000000
  875. [ 21.487798] a138 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  876. [ 21.500224]
  877. [ 21.500224] X24: 0xffffffc02f527788:
  878. [ 21.509218] 7788 00000000 00000000 ffffffff ffffffff ffffffff ffffffff 00000000 00000000
  879. [ 21.521489] 77a8 00000001 00000000 00000000 dead4ead ffffffff 00000000 ffffffff ffffffff
  880. [ 21.533797] 77c8 2f5277c8 ffffffc0 2f5277c8 ffffffc0 00000000 00000000 00000000 00000000
  881. [ 21.546172] 77e8 00000000 00000000 00000000 00000000 00000000 00000000 2f4bf800 ffffffc0
  882. [ 21.558567] 7808 2f4bf808 ffffffc0 36186180 ffffffc0 22c9d040[ 21.565187] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[1]!
  883.  
  884. [ 21.578316] ffffffc0 002aea00 ffffffc0
  885. [ 21.586257] 7828 2f4bf820 ffffffc0 2f4bf818 ffffffc0 002aea00 ffffffc0 091c1a78 ffffff80
  886. [ 21.598600] 7848 3617f708 ffffffc0 00000003 00000007 00000000 00000000 00000000 00000000
  887. [ 21.611098] 7868 00000000 00000000 00000000 dead4ead ffffffff 00000000 ffffffff ffffffff
  888. [ 21.623763]
  889. [ 21.623763] X25: 0xffffffc039005780:
  890. [ 21.633029] 5780 39005000 ffffffc0 397c7c28 ffffffc0 00000000 00000000 00000000 00000000
  891. [ 21.645563] 57a0 00000000 00000000 00000000 00000000 00061a80 00061a80 00000001 00000000
  892. [ 21.658041] 57c0 00000000 00000008 00000000 00000000 00000000 00000000 00000000 00000000
  893. [ 21.670490] 57e0 00000000 00000000 00000000 00000000 00000000[ 21.677188] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[0]!
  894.  
  895. [ 21.690198] 00000000 00000000 00000000
  896. [ 21.698247] 5800 3e646410 ffffffc0 3e646410 ffffffc0 3e47cb40 ffffffc0 39053080 ffffffc0
  897. [ 21.710633] 5820 39591418 ffffffc0 39005020 ffffffc0 3e47d380 ffffffc0 002aea00 ffffffc0
  898. [ 21.723030] 5840 091c1a78 ffffff80 3e47e078 ffffffc0 00000005 00000007 00000000 00000000
  899. [ 21.735455] 5860 00000000 00000000 00000001 00000000 00000000 dead4ead ffffffff 00000000
  900. [ 21.748008]
  901. [ 21.748008] X26: 0xffffff8000a74198:
  902. [ 21.757145] 4198 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  903. [ 21.769555] 41b8 00000000 00000000 00000000 00000000 00000000[ 21.777186] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[1]!
  904.  
  905. [ 21.789366] 00000000 00000000 00000000
  906. [ 21.797367] 41d8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  907. [ 21.809682] 41f8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  908. [ 21.822033] 4218 666600ff 00001111 00000000 00000000 00000000 00000000 00000000 00000000
  909. [ 21.834344] 4238 5f707365 65736572 70675f74 00006f69 5f666973 00727364 5f707365 64616572
  910. [ 21.846652] 4258 74697277 69665f65 0000656c 00000000 5f707365 75716572 5f747365 6d726966
  911. [ 21.859012] 4278 65726177 00000000 776f6873 7073655f 696e695f 61745f74 00656c62 00000000
  912. [ 21.871558]
  913. [ 21.871558] X27: 0xffffffc02f4bf780:
  914. [ 21.880691] f780 00000000 00000000 00000000 00000000 00000000 00000000[ 21.889186] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[0]!
  915. [ 21.897798] mali ff400000.gpu: Reset interrupt didn't reach CPU. Check interrupt assignments.
  916.  
  917. [ 21.914043] 00000000 00000000
  918. [ 21.921463] f7a0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  919. [ 21.933950] f7c0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  920. [ 21.946410] f7e0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  921. [ 21.958797] f800 39005800 ffffffc0 39005808 ffffffc0 36186300 ffffffc0 22c9d180 ffffffc0
  922. [ 21.971147] f820 2f527820 ffffffc0 36a2c428 ffffffc0 39005818 ffffffc0 002aea00 ffffffc0
  923. [ 21.983519] f840 091c1a78 ffffff80 3957dbb8 ffffffc0 00000006[ 21.989214] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[1]!
  924.  
  925. [ 22.003543] 00000007 00000000 00000000
  926. [ 22.011713] f860 00000000 00000000 00000001 00000000 00000000 dead4ead ffffffff 00000000
  927. [ 22.024065]
  928. [ 22.024065] X29: 0xffffffc03e78b9c0:
  929. [ 22.033034] b9c0 00a74218 ffffff80 00a7a0d8 ffffff80 2f527808 ffffffc0 39005800 ffffffc0
  930. [ 22.045389] b9e0 00a74218 ffffff80 2f4bf800 ffffffc0 00000000 00000000 3e78ba40 ffffffc0
  931. [ 22.057798] ba00 086aaa38 ffffff80 3e78ba40 ffffffc0 00a6a4a8 ffffff80 60000145 00000000
  932. [ 22.070276] ba20 39005800 ffffffc0 39005ba8 ffffffc0 ffffffff ffffffff 00a74218 ffffff80
  933. [ 22.082770] ba40 3e78ba90 ffffffc0 086aaa38 ffffff80 2f527808 ffffffc0 00000000 00000000
  934. [ 22.095266] ba60 2f527800 ffffffc0 00a74218 ffffff80 00a7a198[ 22.101216] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[0]!
  935.  
  936. [ 22.115118] ffffff80 0941d268 ffffff80
  937. [ 22.123258] ba80 00a7a198 ffffff80 00000014 00000000 3e78bad0 ffffffc0 0854e564 ffffff80
  938. [ 22.135812] baa0 2f527808 ffffffc0 0941d000 ffffff80 09248b30 ffffff80 00000000 00000000
  939. [ 22.148558]
  940. [ 22.152208] Process kworker/0:1 (pid: 34, stack limit = 0xffffffc03e788000)
  941. [ 22.163536] Stack: (0xffffffc03e78ba40 to 0xffffffc03e78c000)
  942. [ 22.173631] ba40: ffffffc03e78ba90 ffffff80086aaa38 ffffffc02f527808 0000000000000000
  943. [ 22.185871] ba60: ffffffc02f527800 ffffff8000a74218 ffffff8000a7a198 ffffff800941d268
  944. [ 22.198108] ba80: ffffff8000a7a198 0000000000000014 ffffffc03e78bad0 ffffff800854e564
  945. [ 22.205200] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[1]!
  946. [ 22.222650] baa0: ffffffc02f527808 ffffff800941d000 ffffff8009248b30 0000000000000000
  947. [ 22.235092] bac0: ffffff80091c1a58 fefefefefeff3732 ffffffc03e78bb20 ffffff800854e90c
  948. [ 22.247623] bae0: ffffff8000a7a198 ffffffc03e78bbc0 ffffffc02f527808 ffffff80091e73f8
  949. [ 22.260163] bb00: ffffff80091c1a58 ffffff800941d220 0000000000000000 0000000000000000
  950. [ 22.272839] bb20: ffffffc03e78bb50 ffffff800854c240 0000000000000000 ffffffc03e78bbc0
  951. [ 22.285558] bb40: ffffff800854e870 ffffff800855bef8 ffffffc03e78bb90 ffffff800854e254
  952. [ 22.298287] bb60: ffffffc02f527808 ffffffc02f527808 ffffffc02f527868 0000000000000001
  953. [ 22.311029] bb80: ffffffc03e78d108 ffffffc036b71078 ffffffc03e78bbd0 ffffff800854e9a4
  954. [ 22.317205] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[0]!
  955. [ 22.336511] bba0: ffffffc02f527808 ffffffc02f527808 ffffff80091e73f8 ffffffc02f4bf808
  956. [ 22.349253] bbc0: ffffffc02f527808 0000000000000001 ffffffc03e78bbf0 ffffff800854d51c
  957. [ 22.361994] bbe0: ffffffc02f527818 0000000000000000 ffffffc03e78bc20 ffffff800854acb8
  958. [ 22.374741] bc00: ffffffc02f527818 0000000000000000 ffffffc02f527808 ffffff800854acb0
  959. [ 22.387496] bc20: ffffffc03e78bc80 ffffff80086aac6c ffffffc02f527800 ffffffc02f527808
  960. [ 22.400261] bc40: 0000000000000000 0000000000000001 0000000000000001 0000000000000000
  961. [ 22.413002] bc60: ffffffc02f4bf800 ffffffc02f4bfc98 000000000000447e ffffffc03617f690
  962. [ 22.417211] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[1]!
  963. [ 22.438420] bc80: ffffffc03e78bca0 ffffff80086a9e38 ffffffc02f527800 ffffffc039005800
  964. [ 22.451134] bca0: ffffffc03e78bd10 ffffff80086a08c0 ffffffc039005800 ffffffc039005c88
  965. [ 22.463846] bcc0: 0000000000061a80 ffffff8008a3cd88 ffffff8008a3cd98 ffffff800916a870
  966. [ 22.476560] bce0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  967. [ 22.489259] bd00: 0000000000000000 10ffff000078bc40 ffffffc03e78bd50 ffffff80080d6214
  968. [ 22.501905] bd20: ffffffc039005c88 ffffffc03e6ed3c0 ffffffc03ff37900 ffffffc03ff3c400
  969. [ 22.514547] bd40: 0000000000000000 ffffffc03e6ed3c0 ffffffc03e78bda0 ffffff80080d6580
  970. [ 22.527187] bd60: ffffffc03e6ed3c0 ffffffc03ff37900 ffffffc03e6ed3f0 ffffffc03ff37900
  971. [ 22.533148] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[0]!
  972. [ 22.552535] bd80: ffffffc03ff37928 ffffff800916a870 ffffff8009225000 ffffffc03e78bd10
  973. [ 22.565217] bda0: ffffffc03e78be00 ffffff80080dcb54 ffffffc03e6ee2c0 ffffffc03e750d80
  974. [ 22.577891] bdc0: ffffff8008b29f80 ffffffc03e6ed3c0 ffffff80080d6460 0000000000000000
  975. [ 22.590566] bde0: 0000000000000000 0000000000000000 ffffff8008b29f80 ffffff80080dcb20
  976. [ 22.603218] be00: 0000000000000000 ffffff8008082ef0 ffffff80080dca68 ffffffc03e6ee2c0
  977. [ 22.615909] be20: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  978. [ 22.628604] be40: ffffffc03e78be60 0000000000000000 ffffffc03e751770 ffffffc03e6ed3c0
  979. [ 22.633155] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[1]!
  980. [ 22.653978] be60: ffffffc000000000 dead4ead00000000 ffffffc0ffffffff ffffffffffffffff
  981. [ 22.666671] be80: ffffffc03e78be80 ffffffc03e78be80 0000000000000000 dead4ead00000000
  982. [ 22.679331] bea0: 00000000ffffffff ffffffffffffffff ffffffc03e78beb0 ffffffc03e78beb0
  983. [ 22.691971] bec0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  984. [ 22.704590] bee0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  985. [ 22.717158] bf00: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  986. [ 22.729679] bf20: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  987. [ 22.742144] bf40: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  988. [ 22.749148] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[0]!
  989. [ 22.766996] bf60: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  990. [ 22.779399] bf80: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  991. [ 22.791778] bfa0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  992. [ 22.804118] bfc0: 0000000000000000 0000000000000005 0000000000000000 0000000000000000
  993. [ 22.816410] bfe0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  994. [ 22.828684] Call trace:
  995. [ 22.833277] Exception stack(0xffffffc03e78b870 to 0xffffffc03e78b9a0)
  996. [ 22.844049] b860: 0000000000000000 0000008000000000
  997. [ 22.849149] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[1]!
  998. [ 22.868163] b880: ffffffc03e78ba40 ffffff8000a6a4a8 ffffffc03e750d80 ffffff80080eb2d8
  999. [ 22.880244] b8a0: dead000000000100 dead000000000200 ffffffc03e78b8d0 ffffff800869d29c
  1000. [ 22.892338] b8c0: ffffffc03e78b9f0 ffffffc039005800 ffffffc03e78b910 ffffff800869d400
  1001. [ 22.904484] b8e0: ffffffc03e78b9f0 ffffffc039005800 0000000000000000 0000000000000000
  1002. [ 22.916681] b900: 0000000000000002 0000000000000001 0000000000000003 ffffffc02f4bf800
  1003. [ 22.928912] b920: ffffff8000a6a438 0000000000000000 ffffffc039005c50 ffffff80091587f8
  1004. [ 22.941199] b940: 0000000000000000 fefefefefefefefe ffffffffffffffff feff716475687163
  1005. [ 22.953648] b960: 7f7f7f7f7f7f7f7f 0101010101010101 0000000000000030 0000000000000020
  1006. [ 22.961194] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[0]!
  1007. [ 22.978905] b980: 0ffffffffffffffa 00000000fffffffb 0000000000000000 0000000000000000
  1008. [ 22.991663] [<ffffff8000a6a4a8>] esp_sdio_probe+0x70/0x408 [esp8089]
  1009. [ 23.002870] [<ffffff80086aaa38>] sdio_bus_probe+0x98/0x148
  1010. [ 23.013175] [<ffffff800854e564>] driver_probe_device+0x1d4/0x430
  1011. [ 23.024000] [<ffffff800854e90c>] __device_attach_driver+0x9c/0xc8
  1012. [ 23.034936] [<ffffff800854c240>] bus_for_each_drv+0x78/0xb8
  1013. [ 23.045363] [<ffffff800854e254>] __device_attach+0xc4/0x168
  1014. [ 23.055785] [<ffffff800854e9a4>] device_initial_probe+0x24/0x30
  1015. [ 23.061201] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[1]!
  1016. [ 23.079260] [<ffffff800854d51c>] bus_probe_device+0x9c/0xa8
  1017. [ 23.089677] [<ffffff800854acb8>] device_add+0x338/0x5d0
  1018. [ 23.097377] [<ffffff80086aac6c>] sdio_add_func+0x5c/0x78
  1019. [ 23.105106] [<ffffff80086a9e38>] mmc_attach_sdio+0x1f8/0x368
  1020. [ 23.115389] [<ffffff80086a08c0>] mmc_rescan+0x288/0x348
  1021. [ 23.122988] [<ffffff80080d6214>] process_one_work+0x1dc/0x428
  1022. [ 23.133269] [<ffffff80080d6580>] worker_thread+0x120/0x4c0
  1023. [ 23.143273] [<ffffff80080dcb54>] kthread+0xec/0xf0
  1024. [ 23.150355] [<ffffff8008082ef0>] ret_from_fork+0x10/0x20
  1025. [ 23.157918] Code: 34000de0 f9401e93 910022b8 f9001e9f (f9400676)
  1026. [ 23.168354] ---[ end trace 794886dd2e08edb2 ]---
  1027. [ 23.179179] odroidgo2_joypad odroidgo2-joypad: joypad_adc_check : saradc channels[0]!
  1028. [ 23.182055] Unable to handle kernel paging request at virtual address ffffffffffffffc8
  1029. [ 23.182060] pgd = ffffffc022c96000
  1030. [ 23.182068] [ffffffffffffffc8] *pgd=0000000000000000, *pud=0000000000000000
  1031. [ 23.182074] Internal error: Oops: 96000005 [#2] SMP
  1032. [ 23.182092] Modules linked in: dwc2 esp8089 sch_fq_codel wireguard ipv6 ip6_udp_tunnel udp_tunnel [last unloaded: dwc2]
  1033. [ 23.182101] CPU: 0 PID: 34 Comm: kworker/0:1 Tainted: G D 4.4.189 #1
  1034. [ 23.182103] Hardware name: Hardkernel ODROID-GO2 (DT)
  1035. [ 23.182114] task: ffffffc03e750d80 task.stack: ffffffc03e788000
  1036. [ 23.182130] PC is at kthread_data+0x24/0x30
  1037. [ 23.182136] LR is at wq_worker_sleeping+0x24/0xe0
  1038. [ 23.182140] pc : [<ffffff80080dd2b4>] lr : [<ffffff80080d73e4>] pstate: 600001c5
  1039. [ 23.182141] sp : ffffffc03e78b650
  1040. [ 23.182146] x29: ffffffc03e78b650 x28: 0000000000000000
  1041. [ 23.182151] x27: ffffff8008947ca0 x26: ffffffc03ff38100
  1042. [ 23.182156] x25: ffffffc03e7513f0 x24: 0000000000000000
  1043. [ 23.182161] x23: ffffff800910d000 x22: ffffff80091587f8
  1044. [ 23.182165] x21: ffffffc03e750d80 x20: 0000000000000000
  1045. [ 23.182170] x19: ffffffc03e750d80 x18: 0000000000000009
  1046. [ 23.182174] x17: 0000000000000007 x16: 0000000000000000
  1047. [ 23.182179] x15: 0000000000000001 x14: 0000000000000007
  1048. [ 23.182183] x13: 000000000000000e x12: 0000000000000013
  1049. [ 23.182188] x11: 000000000000001a x10: ffffff80089efa50
  1050. [ 23.182192] x9 : 000000000000027e x8 : 00000000f7756d3c
  1051. [ 23.182197] x7 : 000000000000027e x6 : 0000000000000000
  1052. [ 23.182201] x5 : 000000000000026d x4 : 0000004036e21000
  1053. [ 23.182206] x3 : 0000000000000000 x2 : 0000000000000000
  1054. [ 23.182210] x1 : 0000000000000000 x0 : 0000000000000000
  1055. [ 23.182213]
  1056. [ 23.182213] PC: 0xffffff80080dd234:
  1057. [ 23.182226] d234 b8616801 90004482 7100003f 1100fc20 1a81b000 f943fc42 13067c00 93407c00
  1058. [ 23.182238] d254 f8607840 9ac12401 3607f5e1 b0008a40 911c2000 f9401814 b4000114 f9400282
  1059. [ 23.182250] d274 d503201f aa1303e1 f9400680 d63f0040 f8418e82 b5ffff82 17ffffa3 a9be7bfd
  1060. [ 23.182262] d294 910003fd f9000bf3 aa0003f3 aa1e03e0 d503201f f942fe60 f9400bf3 a8c27bfd
  1061. [ 23.182274] d2b4 f85c8000 d65f03c0 d503201f a9bd7bfd 910003fd f9000bf3 aa0003f3 aa1e03e0
  1062. [ 23.182286] d2d4 d503201f 9100a3e0 d2800102 f90017ff f942fe61 d100e021 940326d9 f9400bf3
  1063. [ 23.182298] d2f4 f94017e0 a8c37bfd d65f03c0 a9bf7bfd 910003fd aa1e03e0 d503201f 12800000
  1064. [ 23.182310] d314 a8c17bfd d65f03c0 d503201f a9be7bfd 910003fd a90153f3 aa0003f3 aa0103f4
  1065. [ 23.182313]
  1066. [ 23.182313] LR: 0xffffff80080d7364:
  1067. [ 23.182325] 7364 b9406803 52803902 6a02007f 54000101 f9402402 b9401840 6b14001f 540000e1
  1068. [ 23.182337] 7384 52800020 910f0041 940c0561 a94153f3 a8c27bfd d65f03c0 d0008a60 91021400
  1069. [ 23.182349] 73a4 39408801 35fffee1 d4210000 52800021 39008801 17fffff3 d503201f a9be7bfd
  1070. [ 23.182361] 73c4 910003fd a90153f3 aa0003f3 2a0103f4 aa1e03e0 d503201f aa1303e0 940017ac
  1071. [ 23.182373] 73e4 b9406803 52803902 6a02007f 54000181 d00081a2 91000042 d538d081 b8616843
  1072. [ 23.182385] 7404 6b14007f 54000140 d0008a61 91021421 39408c20 34000380 d503201f d2800000
  1073. [ 23.182398] 7424 a94153f3 a8c27bfd d65f03c0 f9402402 b9401840 6b03001f 54fffe81 52800020
  1074. [ 23.182410] 7444 910f0041 d503201f 940c0591 d503201f 35fffe60 f9401441 9100a040 eb00003f
  1075. [ 23.182412]
  1076. [ 23.182412] SP: 0xffffffc03e78b5d0:
  1077. [ 23.182424] b5d0 091587f8 ffffff80 0910d000 ffffff80 00000000 00000000 3e7513f0 ffffffc0
  1078. [ 23.182436] b5f0 3ff38100 ffffffc0 08947ca0 ffffff80 00000000 00000000 3e78b650 ffffffc0
  1079. [ 23.182448] b610 080d73e4 ffffff80 3e78b650 ffffffc0 080dd2b4 ffffff80 600001c5 00000000
  1080. [ 23.182460] b630 3e78b650 ffffffc0 080d73e4 ffffff80 00000000 00000080 08947950 ffffff80
  1081. [ 23.182471] b650 3e78b670 ffffffc0 0894796c ffffff80 3ff38100 ffffffc0 09117100 ffffff80
  1082. [ 23.182483] b670 3e78b6d0 ffffffc0 08947ca0 ffffff80 3e750d80 ffffffc0 3e751560 ffffffc0
  1083. [ 23.182495] b690 3e78b740 ffffffc0 3e78b1c0 ffffffc0 3e751380 ffffffc0 00000000 00000000
  1084. [ 23.182508] b6b0 3e7512c8 ffffffc0 00a74218 ffffff80 2f4bf800 ffffffc0 00378000 ffffffc0
  1085. [ 23.182515]
  1086. [ 23.182515] X10: 0xffffff80089ef9d0:
  1087. [ 23.182527] f9d0 084a3a38 ffffff80 00000000 00000000 00000000 00000000 00000000 00000000
  1088. [ 23.182538] f9f0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1089. [ 23.182549] fa10 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1090. [ 23.182561] fa30 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1091. [ 23.182573] fa50 00000000 3b6e20c8 76dc4190 4db26158 edb88320 d6d6a3e8 9b64c2b0 a00ae278
  1092. [ 23.182585] fa70 00000000 00000000 081f4ba8 ffffff80 084a74b0 ffffff80 084a7778 ffffff80
  1093. [ 23.182596] fa90 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1094. [ 23.182608] fab0 084a6528 ffffff80 00000000 00000000 00000000 00000000 00000000 00000000
  1095. [ 23.182614]
  1096. [ 23.182614] X19: 0xffffffc03e750d00:
  1097. [ 23.182625] 0d00 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1098. [ 23.182637] 0d20 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1099. [ 23.182648] 0d40 00000000 00000000 00000000 00000000 ffffffff ffffffff ffffffff ffffffff
  1100. [ 23.182660] 0d60 ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
  1101. [ 23.182672] 0d80 00000010 00000000 ffffffff ffffffff 00000000 00000000 00000040 00000000
  1102. [ 23.182683] 0da0 3e788000 ffffffc0 00000002 0420806c 00000000 00000000 00000000 00000000
  1103. [ 23.182695] 0dc0 00000001 00000000 00000015 00000000 fffef19c 00000000 00379b00 ffffffc0
  1104. [ 23.182707] 0de0 00000000 00000000 00000078 00000078 00000078 00000000 0896e3c0 ffffff80
  1105. [ 23.182710]
  1106. [ 23.182710] X21: 0xffffffc03e750d00:
  1107. [ 23.182721] 0d00 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1108. [ 23.182732] 0d20 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1109. [ 23.182744] 0d40 00000000 00000000 00000000 00000000 ffffffff ffffffff ffffffff ffffffff
  1110. [ 23.182756] 0d60 ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
  1111. [ 23.182767] 0d80 00000010 00000000 ffffffff ffffffff 00000000 00000000 00000040 00000000
  1112. [ 23.182779] 0da0 3e788000 ffffffc0 00000002 0420806c 00000000 00000000 00000000 00000000
  1113. [ 23.182791] 0dc0 00000001 00000000 00000015 00000000 fffef19c 00000000 00379b00 ffffffc0
  1114. [ 23.182802] 0de0 00000000 00000000 00000078 00000078 00000078 00000000 0896e3c0 ffffff80
  1115. [ 23.182805]
  1116. [ 23.182805] X22: 0xffffff8009158778:
  1117. [ 23.182816] 8778 00000001 00000000 00000001 00000000 00000001 00000000 000000fa 00000000
  1118. [ 23.182828] 8798 00000001 00015000 00000010 00000000 3ff82700 ffffffc0 00000060 00000000
  1119. [ 23.182840] 87b8 00001000 00000001 3ff82880 ffffffc0 3ff828c0 ffffffc0 00000004 00000015
  1120. [ 23.182852] 87d8 3ff82840 ffffffc0 3ff82800 ffffffc0 00000000 00000003 3ff2e000 ffffffc0
  1121. [ 23.182863] 87f8 36e21000 00000040 36e36000 00000040 36e4b000 00000040 36e60000 00000040
  1122. [ 23.182875] 8818 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1123. [ 23.182886] 8838 00000001 00000000 00000001 00000000 00003261 00000000 00010000 00000000
  1124. [ 23.182898] 8858 0003ffff 00000000 0000720f 00000000 00002000 00000000 00000000 0000fffa
  1125. [ 23.182901]
  1126. [ 23.182901] X23: 0xffffff800910cf80:
  1127. [ 23.182914] cf80 ******** ******** ******** ******** ******** ******** ******** ********
  1128. [ 23.182926] cfa0 ******** ******** ******** ******** ******** ******** ******** ********
  1129. [ 23.182938] cfc0 ******** ******** ******** ******** ******** ******** ******** ********
  1130. [ 23.182950] cfe0 ******** ******** ******** ******** ******** ******** ******** ********
  1131. [ 23.182962] d000 ******** ******** ******** ******** ******** ******** ******** ********
  1132. [ 23.182974] d020 ******** ******** ******** ******** ******** ******** ******** ********
  1133. [ 23.182986] d040 ******** ******** ******** ******** ******** ******** ******** ********
  1134. [ 23.182998] d060 ******** ******** ******** ******** ******** ******** ******** ********
  1135. [ 23.183001]
  1136. [ 23.183001] X25: 0xffffffc03e751370:
  1137. [ 23.183013] 1370 00000200 dead0000 00000000 00000000 00000000 00000000 00000000 00000000
  1138. [ 23.183024] 1390 00000000 00000000 00000013 00000000 00000000 00000000 00000013 00000000
  1139. [ 23.183036] 13b0 00000000 00000000 39053100 ffffffc0 00000004 00000000 00000000 00000000
  1140. [ 23.183048] 13d0 00000000 00000000 00000000 dead4ead ffffffff 00000000 ffffffff ffffffff
  1141. [ 23.183059] 13f0 0000027e 00000000 0000000e 00000000 0bebc200 00000000 0bebc200 00000000
  1142. [ 23.183071] 1410 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1143. [ 23.183083] 1430 00000000 00000000 3e751438 ffffffc0 3e751438 ffffffc0 3e751448 ffffffc0
  1144. [ 23.183095] 1450 3e751448 ffffffc0 3e751458 ffffffc0 3e751458 ffffffc0 00000000 00000000
  1145. [ 23.183097]
  1146. [ 23.183097] X26: 0xffffffc03ff38080:
  1147. [ 23.183109] 8080 00000007 00000000 392528f0 ffffffc0 39409900 ffffffc0 002a65c0 ffffffc0
  1148. [ 23.183121] 80a0 00000000 00000000 00000000 00000000 00000001 00000000 00000000 00000000
  1149. [ 23.183132] 80c0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1150. [ 23.183143] 80e0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1151. [ 23.183155] 8100 c5cbc5ca dead4ead 00000000 00000000 3e750d80 ffffffc0 00000000 00000000
  1152. [ 23.183167] 8120 0000080e 00000000 00000651 00000000 00000414 00000000 00000281 00000000
  1153. [ 23.183178] 8140 000001a4 00000000 fffef19d 00000000 00000000 00000000 00000000 00000000
  1154. [ 23.183190] 8160 00000000 00000000 00000000 00000000 00000000 00000000 000010af 00000000
  1155. [ 23.183192]
  1156. [ 23.183192] X27: 0xffffff8008947c20:
  1157. [ 23.183204] 7c20 52800022 9119c2b9 39001422 17fffe91 d00046e1 9102c821 b94066a0 39401022
  1158. [ 23.183216] 7c40 35ffe762 d4210000 52800022 9119c2b9 39001022 17fffe87 b949aa81 aa1903e0
  1159. [ 23.183228] 7c60 97de3db8 17ffff61 d4210000 d503201f a9bf7bfd 910003fd aa1e03e0 d503201f
  1160. [ 23.183241] 7c80 d5384100 f9400c01 b4000081 f9440801 b4000121 d503201f 52800000 97fffe41
  1161. [ 23.183253] 7ca0 d5384100 f9400000 370fff80 a8c17bfd d65f03c0 f9441400 b4ffff00 f9400001
  1162. [ 23.183265] 7cc0 eb01001f 54000080 52800021 97e9cac3 17fffff2 f9400802 91004001 eb01005f
  1163. [ 23.183277] 7ce0 54ffff41 f9401002 91008001 eb01005f 54fffec1 17ffffe9 a9bb7bfd 910003fd
  1164. [ 23.183289] 7d00 a90153f3 a9025bf5 a90363f7 a9046bf9 d5384118 aa0003f6 12001c39 aa1e03e0
  1165. [ 23.183292]
  1166. [ 23.183292] X29: 0xffffffc03e78b5d0:
  1167. [ 23.183304] b5d0 091587f8 ffffff80 0910d000 ffffff80 00000000 00000000 3e7513f0 ffffffc0
  1168. [ 23.183316] b5f0 3ff38100 ffffffc0 08947ca0 ffffff80 00000000 00000000 3e78b650 ffffffc0
  1169. [ 23.183328] b610 080d73e4 ffffff80 3e78b650 ffffffc0 080dd2b4 ffffff80 600001c5 00000000
  1170. [ 23.183339] b630 3e78b650 ffffffc0 080d73e4 ffffff80 00000000 00000080 08947950 ffffff80
  1171. [ 23.183351] b650 3e78b670 ffffffc0 0894796c ffffff80 3ff38100 ffffffc0 09117100 ffffff80
  1172. [ 23.183363] b670 3e78b6d0 ffffffc0 08947ca0 ffffff80 3e750d80 ffffffc0 3e751560 ffffffc0
  1173. [ 23.183375] b690 3e78b740 ffffffc0 3e78b1c0 ffffffc0 3e751380 ffffffc0 00000000 00000000
  1174. [ 23.183387] b6b0 3e7512c8 ffffffc0 00a74218 ffffff80 2f4bf800 ffffffc0 00378000 ffffffc0
  1175. [ 23.183389]
  1176. [ 23.183392] Process kworker/0:1 (pid: 34, stack limit = 0xffffffc03e788000)
  1177. [ 23.183396] Stack: (0xffffffc03e78b650 to 0xffffffc03e78c000)
  1178. [ 23.183401] b640: ffffffc03e78b670 ffffff800894796c
  1179. [ 23.183407] b660: ffffffc03ff38100 ffffff8009117100 ffffffc03e78b6d0 ffffff8008947ca0
  1180. [ 23.183412] b680: ffffffc03e750d80 ffffffc03e751560 ffffffc03e78b740 ffffffc03e78b1c0
  1181. [ 23.183417] b6a0: ffffffc03e751380 0000000000000000 ffffffc03e7512c8 ffffff8000a74218
  1182. [ 23.183422] b6c0: ffffffc02f4bf800 ffffffc000378000 ffffffc03e78b6e0 ffffff80080bfb90
  1183. [ 23.183428] b6e0: ffffffc03e78b750 ffffff8008088cf0 ffffff800915f6c8 ffffffc03e78b910
  1184. [ 23.183433] b700: ffffff8008b24080 0000000000000001 0000000000000140 ffffffc03e750d80
  1185. [ 23.183438] b720: ffffffc039005800 ffffff8000a74218 ffffffc02f4bf800 ffffffc03e750d80
  1186. [ 23.183444] b740: ffffffc03e78b740 ffffffc03e78b740 ffffffc03e78b790 ffffff8008094cb0
  1187. [ 23.183449] b760: 0000000000000008 ffffffc03e78b910 0000000096000007 0000000000000000
  1188. [ 23.183453] b780: 0000000000000008 0000000000000025 ffffffc03e78b7c0 ffffff8008095078
  1189. [ 23.183459] b7a0: ffffffc03e78b910 0000000000000000 ffffffc03e750d80 0000000096000007
  1190. [ 23.183464] b7c0: ffffffc03e78b830 ffffff8008095138 0000000000000008 ffffffc03e78b910
  1191. [ 23.183469] b7e0: 0000000096000007 ffffff80089670b8 0000000060000145 0000000000000025
  1192. [ 23.183474] b800: ffffffc039005800 ffffff8000a74218 ffffffc02f4bf800 ffffffc03e750d80
  1193. [ 23.183480] b820: ffffffc03e78b840 ffffff8008948858 ffffffc03e78b860 ffffff8008080b6c
  1194. [ 23.183485] b840: 0000000096000007 0000000000000008 ffffffc03e78b910 ffffff80089670b8
  1195. [ 23.183490] b860: ffffffc03e78ba40 ffffff80080825cc 0000000000000000 0000008000000000
  1196. [ 23.183496] b880: ffffffc03e78ba40 ffffff8000a6a4a8 ffffffc03e750d80 ffffff80080eb2d8
  1197. [ 23.183501] b8a0: dead000000000100 dead000000000200 ffffffc03e78b8d0 ffffff800869d29c
  1198. [ 23.183507] b8c0: ffffffc03e78b9f0 ffffffc039005800 ffffffc03e78b910 ffffff800869d400
  1199. [ 23.183512] b8e0: ffffffc03e78b9f0 ffffffc039005800 0000000000000000 0000000000000000
  1200. [ 23.183517] b900: 0000000000000002 0000000000000001 0000000000000003 ffffffc02f4bf800
  1201. [ 23.183522] b920: ffffff8000a6a438 0000000000000000 ffffffc039005c50 ffffff80091587f8
  1202. [ 23.183528] b940: 0000000000000000 fefefefefefefefe ffffffffffffffff feff716475687163
  1203. [ 23.183533] b960: 7f7f7f7f7f7f7f7f 0101010101010101 0000000000000030 0000000000000020
  1204. [ 23.183537] b980: 0ffffffffffffffa 00000000fffffffb 0000000000000000 0000000000000000
  1205. [ 23.183542] b9a0: 0000000000000004 0000000000000000 ffffff8000aa69c8 ffffffc02f527800
  1206. [ 23.183548] b9c0: ffffff8000a74218 ffffff8000a7a0d8 ffffffc02f527808 ffffffc039005800
  1207. [ 23.183553] b9e0: ffffff8000a74218 ffffffc02f4bf800 0000000000000000 ffffffc03e78ba40
  1208. [ 23.183559] ba00: ffffff80086aaa38 ffffffc03e78ba40 ffffff8000a6a4a8 0000000060000145
  1209. [ 23.183565] ba20: ffffffc039005800 ffffffc039005ba8 ffffffffffffffff ffffff8000a74218
  1210. [ 23.183570] ba40: ffffffc03e78ba90 ffffff80086aaa38 ffffffc02f527808 0000000000000000
  1211. [ 23.183575] ba60: ffffffc02f527800 ffffff8000a74218 ffffff8000a7a198 ffffff800941d268
  1212. [ 23.183580] ba80: ffffff8000a7a198 0000000000000014 ffffffc03e78bad0 ffffff800854e564
  1213. [ 23.183586] baa0: ffffffc02f527808 ffffff800941d000 ffffff8009248b30 0000000000000000
  1214. [ 23.183591] bac0: ffffff80091c1a58 fefefefefeff3732 ffffffc03e78bb20 ffffff800854e90c
  1215. [ 23.183596] bae0: ffffff8000a7a198 ffffffc03e78bbc0 ffffffc02f527808 ffffff80091e73f8
  1216. [ 23.183602] bb00: ffffff80091c1a58 ffffff800941d220 0000000000000000 0000000000000000
  1217. [ 23.183607] bb20: ffffffc03e78bb50 ffffff800854c240 0000000000000000 ffffffc03e78bbc0
  1218. [ 23.183612] bb40: ffffff800854e870 ffffff800855bef8 ffffffc03e78bb90 ffffff800854e254
  1219. [ 23.183617] bb60: ffffffc02f527808 ffffffc02f527808 ffffffc02f527868 0000000000000001
  1220. [ 23.183623] bb80: ffffffc03e78d108 ffffffc036b71078 ffffffc03e78bbd0 ffffff800854e9a4
  1221. [ 23.183628] bba0: ffffffc02f527808 ffffffc02f527808 ffffff80091e73f8 ffffffc02f4bf808
  1222. [ 23.183633] bbc0: ffffffc02f527808 0000000000000001 ffffffc03e78bbf0 ffffff800854d51c
  1223. [ 23.183638] bbe0: ffffffc02f527818 0000000000000000 ffffffc03e78bc20 ffffff800854acb8
  1224. [ 23.183644] bc00: ffffffc02f527818 0000000000000000 ffffffc02f527808 ffffff800854acb0
  1225. [ 23.183649] bc20: ffffffc03e78bc80 ffffff80086aac6c ffffffc02f527800 ffffffc02f527808
  1226. [ 23.183654] bc40: 0000000000000000 0000000000000001 0000000000000001 0000000000000000
  1227. [ 23.183659] bc60: ffffffc02f4bf800 ffffffc02f4bfc98 000000000000447e ffffffc03617f690
  1228. [ 23.183665] bc80: ffffffc03e78bca0 ffffff80086a9e38 ffffffc02f527800 ffffffc039005800
  1229. [ 23.183670] bca0: ffffffc03e78bd10 ffffff80086a08c0 ffffffc039005800 ffffffc039005c88
  1230. [ 23.183675] bcc0: 0000000000061a80 ffffff8008a3cd88 ffffff8008a3cd98 ffffff800916a870
  1231. [ 23.183680] bce0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1232. [ 23.183685] bd00: 0000000000000000 10ffff000078bc40 ffffffc03e78bd50 ffffff80080d6214
  1233. [ 23.183690] bd20: ffffffc039005c88 ffffffc03e6ed3c0 ffffffc03ff37900 ffffffc03ff3c400
  1234. [ 23.183696] bd40: 0000000000000000 ffffffc03e6ed3c0 ffffffc03e78bda0 ffffff80080d6580
  1235. [ 23.183701] bd60: ffffffc03e6ed3c0 ffffffc03ff37900 ffffffc03e6ed3f0 ffffffc03ff37900
  1236. [ 23.183707] bd80: ffffffc03ff37928 ffffff800916a870 ffffff8009225000 ffffffc03e78bd10
  1237. [ 23.183712] bda0: ffffffc03e78be00 ffffff80080dcb54 ffffffc03e6ee2c0 ffffffc03e750d80
  1238. [ 23.183717] bdc0: ffffff8008b29f80 ffffffc03e6ed3c0 ffffff80080d6460 0000000000000000
  1239. [ 23.183722] bde0: 0000000000000000 0000000000000000 ffffff8008b29f80 ffffff80080dcb20
  1240. [ 23.183727] be00: 0000000000000000 ffffff8008082ef0 ffffff80080dca68 ffffffc03e6ee2c0
  1241. [ 23.183732] be20: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1242. [ 23.183737] be40: ffffffc03e78be60 0000000000000000 ffffffc03e751770 ffffffc03e6ed3c0
  1243. [ 23.183743] be60: ffffffc000000000 dead4ead00000000 ffffffc0ffffffff ffffffffffffffff
  1244. [ 23.183748] be80: ffffffc03e78be80 ffffffc03e78be80 0000000000000001 dead4ead00010001
  1245. [ 23.183753] bea0: 00000000ffffffff ffffffffffffffff ffffffc03e78beb0 ffffffc03e78beb0
  1246. [ 23.183758] bec0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1247. [ 23.183762] bee0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1248. [ 23.183767] bf00: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1249. [ 23.183771] bf20: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1250. [ 23.183776] bf40: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1251. [ 23.183780] bf60: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1252. [ 23.183785] bf80: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1253. [ 23.183790] bfa0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1254. [ 23.183794] bfc0: 0000000000000000 0000000000000005 0000000000000000 0000000000000000
  1255. [ 23.183799] bfe0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1256. [ 23.183801] Call trace:
  1257. [ 23.183807] Exception stack(0xffffffc03e78b480 to 0xffffffc03e78b5b0)
  1258. [ 23.183812] b480: ffffffc03e750d80 0000008000000000 ffffffc03e78b650 ffffff80080dd2b4
  1259. [ 23.183817] b4a0: ffffffc03e78b4d0 ffffff80081ea4b8 ffffffc03e78b4d0 ffffff80080f63d0
  1260. [ 23.183822] b4c0: ffffffc03e750e00 0000000000023acd ffffffc03e78b4f0 ffffff800808d4e0
  1261. [ 23.183828] b4e0: ffffffc03e78b510 ffffff80080f8bfc ffffffc03ff38188 ffffffc03e750e00
  1262. [ 23.183833] b500: ffffffc03ff38188 ffffffc03e750e00 ffffffc03e78b5a0 ffffff80080f9738
  1263. [ 23.183838] b520: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1264. [ 23.183842] b540: 0000004036e21000 000000000000026d 0000000000000000 000000000000027e
  1265. [ 23.183847] b560: 00000000f7756d3c 000000000000027e ffffff80089efa50 000000000000001a
  1266. [ 23.183852] b580: 0000000000000013 000000000000000e 0000000000000007 0000000000000001
  1267. [ 23.183855] b5a0: 0000000000000000 0000000000000007
  1268. [ 23.183864] [<ffffff80080dd2b4>] kthread_data+0x24/0x30
  1269. [ 23.183872] [<ffffff800894796c>] __schedule+0x3cc/0x6d0
  1270. [ 23.183876] [<ffffff8008947ca0>] schedule+0x30/0x88
  1271. [ 23.183883] [<ffffff80080bfb90>] do_exit+0x6a8/0x948
  1272. [ 23.183890] [<ffffff8008088cf0>] die+0x1b0/0x1c0
  1273. [ 23.183898] [<ffffff8008094cb0>] __do_kernel_fault.part.1+0x70/0x90
  1274. [ 23.183903] [<ffffff8008095078>] do_translation_fault+0x0/0xe8
  1275. [ 23.183909] [<ffffff8008095138>] do_translation_fault+0xc0/0xe8
  1276. [ 23.183913] [<ffffff8008080b6c>] do_mem_abort+0x54/0xa8
  1277. [ 23.183917] Exception stack(0xffffffc03e78b870 to 0xffffffc03e78b9a0)
  1278. [ 23.183921] b860: 0000000000000000 0000008000000000
  1279. [ 23.183926] b880: ffffffc03e78ba40 ffffff8000a6a4a8 ffffffc03e750d80 ffffff80080eb2d8
  1280. [ 23.183932] b8a0: dead000000000100 dead000000000200 ffffffc03e78b8d0 ffffff800869d29c
  1281. [ 23.183937] b8c0: ffffffc03e78b9f0 ffffffc039005800 ffffffc03e78b910 ffffff800869d400
  1282. [ 23.183942] b8e0: ffffffc03e78b9f0 ffffffc039005800 0000000000000000 0000000000000000
  1283. [ 23.183947] b900: 0000000000000002 0000000000000001 0000000000000003 ffffffc02f4bf800
  1284. [ 23.183952] b920: ffffff8000a6a438 0000000000000000 ffffffc039005c50 ffffff80091587f8
  1285. [ 23.183957] b940: 0000000000000000 fefefefefefefefe ffffffffffffffff feff716475687163
  1286. [ 23.183962] b960: 7f7f7f7f7f7f7f7f 0101010101010101 0000000000000030 0000000000000020
  1287. [ 23.183967] b980: 0ffffffffffffffa 00000000fffffffb 0000000000000000 0000000000000000
  1288. [ 23.183971] [<ffffff80080825cc>] el1_da+0x24/0x84
  1289. [ 23.183978] [<ffffff80086aaa38>] sdio_bus_probe+0x98/0x148
  1290. [ 23.183986] [<ffffff800854e564>] driver_probe_device+0x1d4/0x430
  1291. [ 23.183990] [<ffffff800854e90c>] __device_attach_driver+0x9c/0xc8
  1292. [ 23.183996] [<ffffff800854c240>] bus_for_each_drv+0x78/0xb8
  1293. [ 23.184001] [<ffffff800854e254>] __device_attach+0xc4/0x168
  1294. [ 23.184005] [<ffffff800854e9a4>] device_initial_probe+0x24/0x30
  1295. [ 23.184010] [<ffffff800854d51c>] bus_probe_device+0x9c/0xa8
  1296. [ 23.184014] [<ffffff800854acb8>] device_add+0x338/0x5d0
  1297. [ 23.184019] [<ffffff80086aac6c>] sdio_add_func+0x5c/0x78
  1298. [ 23.184024] [<ffffff80086a9e38>] mmc_attach_sdio+0x1f8/0x368
  1299. [ 23.184031] [<ffffff80086a08c0>] mmc_rescan+0x288/0x348
  1300. [ 23.184036] [<ffffff80080d6214>] process_one_work+0x1dc/0x428
  1301. [ 23.184041] [<ffffff80080d6580>] worker_thread+0x120/0x4c0
  1302. [ 23.184047] [<ffffff80080dcb54>] kthread+0xec/0xf0
  1303. [ 23.184052] [<ffffff8008082ef0>] ret_from_fork+0x10/0x20
  1304. [ 23.184058] Code: d503201f f942fe60 f9400bf3 a8c27bfd (f85c8000)
  1305. [ 23.184063] ---[ end trace 794886dd2e08edb3 ]---
  1306. [ 23.189197] Fixing recursive fault but reboot is needed!
  1307. [ 30.182292] BUG: spinlock lockup suspected on CPU#2, kworker/u8:0/6
  1308. [ 30.186868] BUG: spinlock lockup suspected on CPU#1, cat/955
  1309. [ 30.186879] lock: 0xffffffc03ff38100, .magic: dead4ead, .owner: kworker/0:1/34, .owner_cpu: 0
  1310. [ 30.186886] CPU: 1 PID: 955 Comm: cat Tainted: G D 4.4.189 #1
  1311. [ 30.186888] Hardware name: Hardkernel ODROID-GO2 (DT)
  1312. [ 30.186891] Call trace:
  1313. [ 30.186902] [<ffffff80080888d8>] dump_backtrace+0x0/0x238
  1314. [ 30.186908] [<ffffff8008088b34>] show_stack+0x24/0x30
  1315. [ 30.186916] [<ffffff80083db830>] dump_stack+0x90/0xb0
  1316. [ 30.186923] [<ffffff80081a051c>] spin_dump+0x90/0xa0
  1317. [ 30.186930] [<ffffff8008112318>] do_raw_spin_lock+0x168/0x1a0
  1318. [ 30.186938] [<ffffff800894b0f8>] _raw_spin_lock+0x20/0x30
  1319. [ 30.186945] [<ffffff80080eaef8>] try_to_wake_up+0xb0/0x3b0
  1320. [ 30.186950] [<ffffff80080eb310>] default_wake_function+0x38/0x48
  1321. [ 30.186956] [<ffffff80080bef60>] child_wait_callback+0xa0/0xb0
  1322. [ 30.186963] [<ffffff8008108f74>] __wake_up_common+0x64/0xa0
  1323. [ 30.186968] [<ffffff8008109118>] __wake_up_sync_key+0x58/0x78
  1324. [ 30.186974] [<ffffff80080c0d44>] __wake_up_parent+0x34/0x40
  1325. [ 30.186980] [<ffffff80080cc1e0>] do_notify_parent+0x130/0x1f0
  1326. [ 30.186984] [<ffffff80080bfd90>] do_exit+0x8a8/0x948
  1327. [ 30.186989] [<ffffff80080c0c8c>] do_group_exit+0x3c/0xa0
  1328. [ 30.186994] [<ffffff80080c0d10>] __wake_up_parent+0x0/0x40
  1329. [ 30.186999] [<ffffff8008082f30>] el0_svc_naked+0x24/0x28
  1330. [ 30.189203] BUG: spinlock lockup suspected on CPU#0, kworker/0:1/34
  1331. [ 30.189208] lock: 0xffffffc03ff38100, .magic: dead4ead, .owner: kworker/0:1/34, .owner_cpu: 0
  1332. [ 30.189213] CPU: 0 PID: 34 Comm: kworker/0:1 Tainted: G D 4.4.189 #1
  1333. [ 30.189214] Hardware name: Hardkernel ODROID-GO2 (DT)
  1334. [ 30.189223] Call trace:
  1335. [ 30.189229] [<ffffff80080888d8>] dump_backtrace+0x0/0x238
  1336. [ 30.189234] [<ffffff8008088b34>] show_stack+0x24/0x30
  1337. [ 30.189239] [<ffffff80083db830>] dump_stack+0x90/0xb0
  1338. [ 30.189244] [<ffffff80081a051c>] spin_dump+0x90/0xa0
  1339. [ 30.189249] [<ffffff8008112318>] do_raw_spin_lock+0x168/0x1a0
  1340. [ 30.189254] [<ffffff800894b0cc>] _raw_spin_lock_irq+0x24/0x30
  1341. [ 30.189259] [<ffffff8008947650>] __schedule+0xb0/0x6d0
  1342. [ 30.189263] [<ffffff8008947ca0>] schedule+0x30/0x88
  1343. [ 30.189268] [<ffffff80080bf5a4>] do_exit+0xbc/0x948
  1344. [ 30.189273] [<ffffff8008088cf0>] die+0x1b0/0x1c0
  1345. [ 30.189280] [<ffffff8008094cb0>] __do_kernel_fault.part.1+0x70/0x90
  1346. [ 30.189286] [<ffffff800809515c>] do_translation_fault+0xe4/0xe8
  1347. [ 30.189291] [<ffffff8008080b6c>] do_mem_abort+0x54/0xa8
  1348. [ 30.189295] Exception stack(0xffffffc03e78b480 to 0xffffffc03e78b5b0)
  1349. [ 30.189301] b480: ffffffc03e750d80 0000008000000000 ffffffc03e78b650 ffffff80080dd2b4
  1350. [ 30.189306] b4a0: ffffffc03e78b4d0 ffffff80081ea4b8 ffffffc03e78b4d0 ffffff80080f63d0
  1351. [ 30.189312] b4c0: ffffffc03e750e00 0000000000023acd ffffffc03e78b4f0 ffffff800808d4e0
  1352. [ 30.189317] b4e0: ffffffc03e78b510 ffffff80080f8bfc ffffffc03ff38188 ffffffc03e750e00
  1353. [ 30.189322] b500: ffffffc03ff38188 ffffffc03e750e00 ffffffc03e78b5a0 ffffff80080f9738
  1354. [ 30.189327] b520: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1355. [ 30.189332] b540: 0000004036e21000 000000000000026d 0000000000000000 000000000000027e
  1356. [ 30.189337] b560: 00000000f7756d3c 000000000000027e ffffff80089efa50 000000000000001a
  1357. [ 30.189341] b580: 0000000000000013 000000000000000e 0000000000000007 0000000000000001
  1358. [ 30.189345] b5a0: 0000000000000000 0000000000000007
  1359. [ 30.189349] [<ffffff80080825cc>] el1_da+0x24/0x84
  1360. [ 30.189354] [<ffffff800894796c>] __schedule+0x3cc/0x6d0
  1361. [ 30.189358] [<ffffff8008947ca0>] schedule+0x30/0x88
  1362. [ 30.189363] [<ffffff80080bfb90>] do_exit+0x6a8/0x948
  1363. [ 30.189368] [<ffffff8008088cf0>] die+0x1b0/0x1c0
  1364. [ 30.189373] [<ffffff8008094cb0>] __do_kernel_fault.part.1+0x70/0x90
  1365. [ 30.189379] [<ffffff8008095078>] do_translation_fault+0x0/0xe8
  1366. [ 30.189385] [<ffffff8008095138>] do_translation_fault+0xc0/0xe8
  1367. [ 30.189389] [<ffffff8008080b6c>] do_mem_abort+0x54/0xa8
  1368. [ 30.189392] Exception stack(0xffffffc03e78b870 to 0xffffffc03e78b9a0)
  1369. [ 30.189396] b860: 0000000000000000 0000008000000000
  1370. [ 30.189401] b880: ffffffc03e78ba40 ffffff8000a6a4a8 ffffffc03e750d80 ffffff80080eb2d8
  1371. [ 30.189407] b8a0: dead000000000100 dead000000000200 ffffffc03e78b8d0 ffffff800869d29c
  1372. [ 30.189413] b8c0: ffffffc03e78b9f0 ffffffc039005800 ffffffc03e78b910 ffffff800869d400
  1373. [ 30.189417] b8e0: ffffffc03e78b9f0 ffffffc039005800 0000000000000000 0000000000000000
  1374. [ 30.189422] b900: 0000000000000002 0000000000000001 0000000000000003 ffffffc02f4bf800
  1375. [ 30.189427] b920: ffffff8000a6a438 0000000000000000 ffffffc039005c50 ffffff80091587f8
  1376. [ 30.189432] b940: 0000000000000000 fefefefefefefefe ffffffffffffffff feff716475687163
  1377. [ 30.189438] b960: 7f7f7f7f7f7f7f7f 0101010101010101 0000000000000030 0000000000000020
  1378. [ 30.189443] b980: 0ffffffffffffffa 00000000fffffffb 0000000000000000 0000000000000000
  1379. [ 30.189447] [<ffffff80080825cc>] el1_da+0x24/0x84
  1380. [ 30.189454] [<ffffff80086aaa38>] sdio_bus_probe+0x98/0x148
  1381. [ 30.189462] [<ffffff800854e564>] driver_probe_device+0x1d4/0x430
  1382. [ 30.189467] [<ffffff800854e90c>] __device_attach_driver+0x9c/0xc8
  1383. [ 30.189472] [<ffffff800854c240>] bus_for_each_drv+0x78/0xb8
  1384. [ 30.189477] [<ffffff800854e254>] __device_attach+0xc4/0x168
  1385. [ 30.189482] [<ffffff800854e9a4>] device_initial_probe+0x24/0x30
  1386. [ 30.189486] [<ffffff800854d51c>] bus_probe_device+0x9c/0xa8
  1387. [ 30.189490] [<ffffff800854acb8>] device_add+0x338/0x5d0
  1388. [ 30.189495] [<ffffff80086aac6c>] sdio_add_func+0x5c/0x78
  1389. [ 30.189501] [<ffffff80086a9e38>] mmc_attach_sdio+0x1f8/0x368
  1390. [ 30.189507] [<ffffff80086a08c0>] mmc_rescan+0x288/0x348
  1391. [ 30.189513] [<ffffff80080d6214>] process_one_work+0x1dc/0x428
  1392. [ 30.189518] [<ffffff80080d6580>] worker_thread+0x120/0x4c0
  1393. [ 30.189524] [<ffffff80080dcb54>] kthread+0xec/0xf0
  1394. [ 30.189529] [<ffffff8008082ef0>] ret_from_fork+0x10/0x20
  1395. [ 31.013181] lock: 0xffffffc03ff38100, .magic: dead4ead, .owner: kworker/0:1/34, .owner_cpu: 0
  1396. [ 31.026144] CPU: 2 PID: 6 Comm: kworker/u8:0 Tainted: G D 4.4.189 #1
  1397. [ 31.037930] Hardware name: Hardkernel ODROID-GO2 (DT)
  1398. [ 31.045153] Workqueue: rk817-bat-monitor-wq rk817_battery_work
  1399. [ 31.055210] Call trace:
  1400. [ 31.059689] [<ffffff80080888d8>] dump_backtrace+0x0/0x238
  1401. [ 31.067173] [<ffffff8008088b34>] show_stack+0x24/0x30
  1402. [ 31.074306] [<ffffff80083db830>] dump_stack+0x90/0xb0
  1403. [ 31.081410] [<ffffff80081a051c>] spin_dump+0x90/0xa0
  1404. [ 31.088374] [<ffffff8008112318>] do_raw_spin_lock+0x168/0x1a0
  1405. [ 31.097975] [<ffffff800894b0f8>] _raw_spin_lock+0x20/0x30
  1406. [ 31.105391] [<ffffff80080eaef8>] try_to_wake_up+0xb0/0x3b0
  1407. [ 31.114645] [<ffffff80080eb264>] wake_up_q+0x6c/0xa8
  1408. [ 31.121557] [<ffffff80089496b0>] __mutex_unlock_slowpath+0x68/0x78
  1409. [ 31.131574] [<ffffff8008949708>] mutex_unlock+0x48/0x50
  1410. [ 31.138763] [<ffffff800856ce58>] regmap_unlock_mutex+0x20/0x30
  1411. [ 31.148353] [<ffffff800856e9ac>] regmap_read+0x5c/0x78
  1412. [ 31.155446] [<ffffff800856e9f4>] regmap_field_read+0x2c/0x50
  1413. [ 31.164790] [<ffffff8008677e94>] rk817_bat_get_coffset.isra.13+0x44/0x60
  1414. [ 31.175364] [<ffffff8008677fcc>] rk817_bat_get_battery_voltage+0x24/0xc0
  1415. [ 31.186146] [<ffffff8008678a20>] rk817_bat_update_info+0x20/0x1f8
  1416. [ 31.196563] [<ffffff80086796e4>] rk817_battery_work+0x2c/0xc38
  1417. [ 31.206769] [<ffffff80080d6214>] process_one_work+0x1dc/0x428
  1418. [ 31.217030] [<ffffff80080d6580>] worker_thread+0x120/0x4c0
  1419. [ 31.227100] [<ffffff80080dcb54>] kthread+0xec/0xf0
  1420. [ 31.234237] [<ffffff8008082ef0>] ret_from_fork+0x10/0x20
  1421. \00
Add Comment
Please, Sign In to add comment