Advertisement
armoon

odroidu3_suspend_sdcard.txt

Feb 15th, 2019
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.32 KB | None | 0 0
  1. U-Boot 2018.09-00417-gbbef20d479-dirty (Sep 29 2018 - 04:40:19 +0000)
  2.  
  3. CPU: Exynos4412 @ 1 GHz
  4. Model: Odroid based on Exynos4412
  5. Board: Odroid based on Exynos4412
  6. Type: u3
  7. DRAM: 2 GiB
  8. LDO20@VDDQ_EMMC_1.8V: set 1800000 uV; enabling
  9. LDO22@VDDQ_EMMC_2.8V: set 2800000 uV; enabling
  10. LDO21@TFLASH_2.8V: set 2800000 uV; enabling
  11. MMC: SAMSUNG SDHCI: 1, EXYNOS DWMMC: 0
  12. Loading Environment from MMC... Card did not respond to voltage select!
  13. *** Warning - No block device, using default environment
  14.  
  15. Net: usb_ether
  16. Error: usb_ether address not set.
  17.  
  18. Hit any key to stop autoboot: 0
  19. switch to partitions #0, OK
  20. mmc1 is current device
  21. Scanning mmc 1:1...
  22. Found U-Boot script /boot/boot.scr
  23. 769 bytes read in 5 ms (149.4 KiB/s)
  24. ## Executing script at 42000000
  25. 6819336 bytes read in 249 ms (26.1 MiB/s)
  26. 53963 bytes read in 18 ms (2.9 MiB/s)
  27. 6516953 bytes read in 238 ms (26.1 MiB/s)
  28. Kernel image @ 0x41000000 [ 0x000000 - 0x680e08 ]
  29. ## Flattened Device Tree blob at 40800000
  30. Booting using the fdt blob at 0x40800000
  31. Loading Ramdisk to 4f9c8000, end 4ffff0d9 ... OK
  32. Loading Device Tree to 4f9b7000, end 4f9c72ca ... OK
  33.  
  34. Starting kernel ...
  35.  
  36. [ 0.000000] Booting Linux on physical CPU 0xa00
  37. [ 0.000000] Linux version 5.0.0-rc6-u3ml (alarm@archl-u3m) (gcc version 8.2.1 20181127 (GCC)) #20 SMP PREEMPT Fri Feb 15 12:47:31 UTC 2019
  38. [ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c5387d
  39. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  40. [ 0.000000] OF: fdt: Machine model: Hardkernel ODROID-U3 board based on Exynos4412
  41. [ 0.000000] Memory policy: Data cache writealloc
  42. [ 0.000000] Reserved memory: created DMA memory pool at 0xbf700000, size 8 MiB
  43. [ 0.000000] OF: reserved mem: initialized node region_mfc_right, compatible id shared-dma-pool
  44. [ 0.000000] Reserved memory: created DMA memory pool at 0xbd300000, size 36 MiB
  45. [ 0.000000] OF: reserved mem: initialized node region_mfc_left, compatible id shared-dma-pool
  46. [ 0.000000] cma: Reserved 96 MiB at 0xb7000000
  47. [ 0.000000] Samsung CPU ID: 0xe4412220
  48. [ 0.000000] Running under secure firmware.
  49. [ 0.000000] random: get_random_bytes called from start_kernel+0xa4/0x478 with crng_init=0
  50. [ 0.000000] percpu: Embedded 18 pages/cpu @(ptrval) s42408 r8192 d23128 u73728
  51. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 511232
  52. [ 0.000000] Kernel command line: console=tty1 console=ttySAC1,115200n8 root=PARTUUID=a61fdd13-01 rw rootwait smsc95xx.macaddr=3A:02:DD:67:B6:01
  53. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  54. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  55. [ 0.000000] Memory: 1905388K/2051072K available (10240K kernel code, 813K rwdata, 3292K rodata, 1024K init, 7461K bss, 47380K reserved, 98304K cma-reserved, 1166336K highmem)
  56. [ 0.000000] Virtual kernel memory layout:
  57. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  58. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  59. [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  60. [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  61. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  62. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  63. [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (11232 kB)
  64. [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
  65. [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 814 kB)
  66. [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) (7462 kB)
  67. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  68. [ 0.000000] Running RCU self tests
  69. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  70. [ 0.000000] rcu: RCU lockdep checking is enabled.
  71. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  72. [ 0.000000] Tasks RCU enabled.
  73. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  74. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  75. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  76. [ 0.000000] L2C: platform modifies aux control register: 0x02070000 -> 0x3e470001
  77. [ 0.000000] L2C: platform provided aux values permit register corruption.
  78. [ 0.000000] L2C: DT/platform modifies aux control register: 0x02070000 -> 0x3e470001
  79. [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
  80. [ 0.000000] L2C-310: enabling full line of zeros but not enabled in Cortex-A9
  81. [ 0.000000] L2C-310 ID prefetch enabled, offset 8 lines
  82. [ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
  83. [ 0.000000] L2C-310 cache controller enabled, 16 ways, 1024 kB
  84. [ 0.000000] L2C-310: CACHE_ID 0x4100c4c8, AUX_CTRL 0x7e470001
  85. [ 0.000000] Exynos4x12 clocks: sclk_apll = 1000000000, sclk_mpll = 800000000
  86. [ 0.000000] sclk_epll = 45158401, sclk_vpll = 350000000, arm_clk = 1000000000
  87. [ 0.000000] Switching to timer-based delay loop, resolution 41ns
  88. [ 0.000000] clocksource: mct-frc: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  89. [ 0.000005] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
  90. [ 0.000453] Console: colour dummy device 80x30
  91. [ 0.003105] printk: console [tty1] enabled
  92. [ 0.003150] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  93. [ 0.003216] ... MAX_LOCKDEP_SUBCLASSES: 8
  94. [ 0.003257] ... MAX_LOCK_DEPTH: 48
  95. [ 0.003299] ... MAX_LOCKDEP_KEYS: 8191
  96. [ 0.003342] ... CLASSHASH_SIZE: 4096
  97. [ 0.003384] ... MAX_LOCKDEP_ENTRIES: 32768
  98. [ 0.003427] ... MAX_LOCKDEP_CHAINS: 65536
  99. [ 0.003470] ... CHAINHASH_SIZE: 32768
  100. [ 0.003513] memory used by lock dependency info: 4591 kB
  101. [ 0.003562] per task-struct memory footprint: 1536 bytes
  102. [ 0.003670] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
  103. [ 0.003762] pid_max: default: 32768 minimum: 301
  104. [ 0.004061] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  105. [ 0.004127] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  106. [ 0.005988] CPU: Testing write buffer coherency: ok
  107. [ 0.006088] CPU0: Spectre v2: using BPIALL workaround
  108. [ 0.007207] CPU0: thread -1, cpu 0, socket 10, mpidr 80000a00
  109. [ 0.060081] Setting up static identity map for 0x40100000 - 0x40100060
  110. [ 0.080010] rcu: Hierarchical SRCU implementation.
  111. [ 0.130013] smp: Bringing up secondary CPUs ...
  112. [ 0.210553] CPU1: thread -1, cpu 1, socket 10, mpidr 80000a01
  113. [ 0.210561] CPU1: Spectre v2: using BPIALL workaround
  114. [ 0.290381] CPU2: thread -1, cpu 2, socket 10, mpidr 80000a02
  115. [ 0.290389] CPU2: Spectre v2: using BPIALL workaround
  116. [ 0.370370] CPU3: thread -1, cpu 3, socket 10, mpidr 80000a03
  117. [ 0.370377] CPU3: Spectre v2: using BPIALL workaround
  118. [ 0.370793] smp: Brought up 1 node, 4 CPUs
  119. [ 0.370853] SMP: Total of 4 processors activated (192.00 BogoMIPS).
  120. [ 0.370924] CPU: All CPU(s) started in SVC mode.
  121. [ 0.373575] devtmpfs: initialized
  122. [ 0.412167] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
  123. [ 0.413618] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  124. [ 0.413761] futex hash table entries: 1024 (order: 4, 65536 bytes)
  125. [ 0.417043] pinctrl core: initialized pinctrl subsystem
  126. [ 0.418947] /soc/lcd0-power-domain@10023c80 has as child subdomain: /soc/tv-power-domain@10023c20.
  127. [ 0.422401] NET: Registered protocol family 16
  128. [ 0.426029] DMA: preallocated 256 KiB pool for atomic coherent allocations
  129. [ 0.429756] cpuidle: using governor menu
  130. [ 0.430383] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  131. [ 0.430535] hw-breakpoint: maximum watchpoint size is 4 bytes.
  132. [ 0.453427] genirq: irq_chip COMBINER did not update eff. affinity mask of irq 73
  133. [ 0.650098] SCSI subsystem initialized
  134. [ 0.650718] usbcore: registered new interface driver usbfs
  135. [ 0.650935] usbcore: registered new interface driver hub
  136. [ 0.651185] usbcore: registered new device driver usb
  137. [ 0.652293] s3c-i2c 13860000.i2c: slave address 0x00
  138. [ 0.652375] s3c-i2c 13860000.i2c: bus frequency set to 390 KHz
  139. [ 0.653937] s3c-i2c 13860000.i2c: i2c-0: S3C I2C adapter
  140. [ 0.654302] s3c-i2c 13870000.i2c: slave address 0x00
  141. [ 0.654371] s3c-i2c 13870000.i2c: bus frequency set to 97 KHz
  142. [ 0.655207] s3c-i2c 13870000.i2c: i2c-1: S3C I2C adapter
  143. [ 0.655542] s3c-i2c 13880000.i2c: slave address 0x00
  144. [ 0.655610] s3c-i2c 13880000.i2c: bus frequency set to 97 KHz
  145. [ 0.656149] s3c-i2c 13880000.i2c: i2c-2: S3C I2C adapter
  146. [ 0.656413] s3c-i2c 138e0000.i2c: slave address 0x00
  147. [ 0.656481] s3c-i2c 138e0000.i2c: bus frequency set to 97 KHz
  148. [ 0.657284] s3c-i2c 138e0000.i2c: i2c-8: S3C I2C adapter
  149. [ 0.659034] Advanced Linux Sound Architecture Driver Initialized.
  150. [ 0.660950] nfc: nfc_init: NFC Core ver 0.1
  151. [ 0.661205] NET: Registered protocol family 39
  152. [ 0.662119] clocksource: Switched to clocksource mct-frc
  153. [ 1.142456] NET: Registered protocol family 2
  154. [ 1.144224] tcp_listen_portaddr_hash hash table entries: 512 (order: 2, 20480 bytes)
  155. [ 1.144382] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  156. [ 1.144569] TCP bind hash table entries: 8192 (order: 6, 294912 bytes)
  157. [ 1.145384] TCP: Hash tables configured (established 8192 bind 8192)
  158. [ 1.145823] UDP hash table entries: 512 (order: 3, 40960 bytes)
  159. [ 1.146030] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
  160. [ 1.146512] NET: Registered protocol family 1
  161. [ 1.148199] RPC: Registered named UNIX socket transport module.
  162. [ 1.148319] RPC: Registered udp transport module.
  163. [ 1.148379] RPC: Registered tcp transport module.
  164. [ 1.148438] RPC: Registered tcp NFSv4.1 backchannel transport module.
  165. [ 1.150009] Trying to unpack rootfs image as initramfs...
  166. [ 1.543992] Freeing initrd memory: 6368K
  167. [ 1.544649] hw perfevents: no interrupt-affinity property for /soc/pmu, guessing.
  168. [ 1.545635] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
  169. [ 1.549923] Initialise system trusted keyrings
  170. [ 1.550547] workingset: timestamp_bits=30 max_order=19 bucket_order=0
  171. [ 1.571740] NFS: Registering the id_resolver key type
  172. [ 1.571909] Key type id_resolver registered
  173. [ 1.572013] Key type id_legacy registered
  174. [ 1.572251] romfs: ROMFS MTD (C) 2007 Red Hat, Inc.
  175. [ 1.752773] Key type asymmetric registered
  176. [ 1.752985] Asymmetric key parser 'x509' registered
  177. [ 1.753270] bounce: pool size: 64 pages
  178. [ 1.753402] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
  179. [ 1.753551] io scheduler mq-deadline registered
  180. [ 1.753613] io scheduler kyber registered
  181. [ 1.757259] samsung-usb2-phy 125b0000.exynos-usbphy: 125b0000.exynos-usbphy supply vbus not found, using dummy regulator
  182. [ 1.757805] samsung-usb2-phy 125b0000.exynos-usbphy: Linked as a consumer to regulator.0
  183. [ 1.773491] dma-pl330 12680000.pdma: Loaded driver for PL330 DMAC-141330
  184. [ 1.773582] dma-pl330 12680000.pdma: DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
  185. [ 1.779744] dma-pl330 12690000.pdma: Loaded driver for PL330 DMAC-141330
  186. [ 1.779830] dma-pl330 12690000.pdma: DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
  187. [ 1.781772] dma-pl330 12850000.mdma: Loaded driver for PL330 DMAC-141330
  188. [ 1.781856] dma-pl330 12850000.mdma: DBUFF-64x8bytes Num_Chans-8 Num_Peri-1 Num_Events-32
  189. [ 1.920427] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  190. [ 1.924745] 13800000.serial: ttySAC0 at MMIO 0x13800000 (irq = 52, base_baud = 0) is a S3C6400/10
  191. [ 1.925844] 13810000.serial: ttySAC1 at MMIO 0x13810000 (irq = 53, base_baud = 0) is a S3C6400/10
  192. [ 2.864848] printk: console [ttySAC1] enabled
  193. [ 2.871964] iommu: Adding device 12c10000.mixer to group 0
  194. [ 2.875431] exynos-mixer 12c10000.mixer: Linked as a consumer to 12e20000.sysmmu
  195. [ 2.885644] exynos-hdmi 12d00000.hdmi: Failed to get supply 'vdd': -517
  196. [ 2.914911] brd: module loaded
  197. [ 2.938921] loop: module loaded
  198. [ 2.943347] LDO2: regulator_suspend_disable_mode supported
  199. [ 2.948128] LDO6: regulator_suspend_disable_mode supported
  200. [ 2.950225] LDO7: regulator_suspend_disable_mode supported
  201. [ 2.958472] LDO11: regulator_suspend_disable_mode supported
  202. [ 2.961347] LDO12: regulator_suspend_disable_mode supported
  203. [ 2.968090] LDO14: regulator_suspend_disable_mode supported
  204. [ 2.972464] LDO15: regulator_suspend_disable_mode supported
  205. [ 2.977893] random: fast init done
  206. [ 2.980029] LDO16: regulator_suspend_disable_mode supported
  207. [ 2.996989] BUCK1: regulator_suspend_disable_mode supported
  208. [ 3.000626] BUCK3: regulator_suspend_disable_mode supported
  209. [ 3.004576] BUCK4: regulator_suspend_disable_mode supported
  210. [ 3.017304] s3c64xx-spi 13930000.spi: spi bus clock parent not specified, using clock at index 0 as parent
  211. [ 3.021419] s3c64xx-spi 13930000.spi: number of chip select lines not specified, assuming 1 chip select line
  212. [ 3.034066] libphy: Fixed MDIO Bus: probed
  213. [ 3.035709] usbcore: registered new interface driver r8152
  214. [ 3.040829] usbcore: registered new interface driver asix
  215. [ 3.046250] usbcore: registered new interface driver ax88179_178a
  216. [ 3.052316] usbcore: registered new interface driver cdc_ether
  217. [ 3.058106] usbcore: registered new interface driver smsc75xx
  218. [ 3.063879] usbcore: registered new interface driver smsc95xx
  219. [ 3.069530] usbcore: registered new interface driver net1080
  220. [ 3.075216] usbcore: registered new interface driver cdc_subset
  221. [ 3.081084] usbcore: registered new interface driver zaurus
  222. [ 3.086713] usbcore: registered new interface driver cdc_ncm
  223. [ 3.094325] dwc2 12480000.hsotg: Linked as a consumer to regulator.15
  224. [ 3.099011] dwc2 12480000.hsotg: Linked as a consumer to regulator.12
  225. [ 3.106142] dwc2 12480000.hsotg: dwc2_check_params: Invalid parameter besl=1
  226. [ 3.112159] dwc2 12480000.hsotg: dwc2_check_params: Invalid parameter g_np_tx_fifo_size=1024
  227. [ 3.120624] dwc2 12480000.hsotg: EPs: 16, dedicated fifos, 7808 entries in SPRAM
  228. [ 3.130902] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  229. [ 3.134485] ehci-exynos: EHCI EXYNOS driver
  230. [ 3.139383] exynos-ehci 12580000.ehci: EHCI Host Controller
  231. [ 3.144517] exynos-ehci 12580000.ehci: new USB bus registered, assigned bus number 1
  232. [ 3.152434] exynos-ehci 12580000.ehci: irq 50, io mem 0x12580000
  233. [ 3.182141] exynos-ehci 12580000.ehci: USB 2.0 started, EHCI 1.00
  234. [ 3.183705] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
  235. [ 3.190937] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  236. [ 3.198176] usb usb1: Product: EHCI Host Controller
  237. [ 3.202998] usb usb1: Manufacturer: Linux 5.0.0-rc6-u3ml ehci_hcd
  238. [ 3.209041] usb usb1: SerialNumber: 12580000.ehci
  239. [ 3.216107] hub 1-0:1.0: USB hub found
  240. [ 3.217609] hub 1-0:1.0: 3 ports detected
  241. [ 3.224387] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  242. [ 3.227654] ohci-exynos: OHCI EXYNOS driver
  243. [ 3.232874] usbcore: registered new interface driver uas
  244. [ 3.237196] usbcore: registered new interface driver usb-storage
  245. [ 3.264683] usb3503 0-0008: switched to HUB mode
  246. [ 3.264795] usb3503 0-0008: usb3503_probe: probed in hub mode
  247. [ 3.270842] using random self ethernet address
  248. [ 3.273937] using random host ethernet address
  249. [ 3.279413] usb0: HOST MAC 22:82:53:ac:1c:ae
  250. [ 3.283164] usb0: MAC fe:a7:55:f6:35:76
  251. [ 3.286383] using random self ethernet address
  252. [ 3.290786] using random host ethernet address
  253. [ 3.295589] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
  254. [ 3.301826] g_ether gadget: g_ether ready
  255. [ 3.306207] dwc2 12480000.hsotg: bound driver g_ether
  256. [ 3.444128] max77686-rtc max77686-rtc: registered as rtc0
  257. [ 3.446635] s3c-rtc 10070000.rtc: registered as rtc1
  258. [ 3.449771] i2c /dev entries driver
  259. [ 3.460517] exynos-tmu 100c0000.tmu: Linked as a consumer to regulator.10
  260. [ 3.462372] thermal thermal_zone0: failed to read out thermal zone (-22)
  261. [ 3.470995] s3c2410-wdt 10060000.watchdog: watchdog inactive, reset disabled, irq disabled
  262. [ 3.477822] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
  263. [ 3.486296] cpu cpu0: Linked as a consumer to regulator.28
  264. [ 3.490874] cpu cpu0: Dropping the link to regulator.28
  265. [ 3.497877] cpu cpu0: Linked as a consumer to regulator.28
  266. [ 3.514738] sdhci: Secure Digital Host Controller Interface driver
  267. [ 3.515309] sdhci: Copyright(c) Pierre Ossman
  268. [ 3.520084] s3c-sdhci 12530000.sdhci: clock source 2: mmc_busclk.2 (100000000 Hz)
  269. [ 3.527636] s3c-sdhci 12530000.sdhci: Got CD GPIO
  270. [ 3.532339] s3c-sdhci 12530000.sdhci: Linked as a consumer to regulator.21
  271. [ 3.538766] s3c-sdhci 12530000.sdhci: Linked as a consumer to regulator.4
  272. [ 3.574778] mmc0: SDHCI controller on samsung-hsmmc [12530000.sdhci] using ADMA
  273. [ 3.577764] Synopsys Designware Multimedia Card Interface Driver
  274. [ 3.585744] dwmmc_exynos 12550000.mmc: IDMAC supports 32-bit address mode.
  275. [ 3.589763] dwmmc_exynos 12550000.mmc: Using internal DMA controller.
  276. [ 3.596286] usb 1-2: new high-speed USB device number 2 using exynos-ehci
  277. [ 3.603415] dwmmc_exynos 12550000.mmc: Version ID is 240a
  278. [ 3.609124] dwmmc_exynos 12550000.mmc: DW MMC controller at irq 110,32 bit host data width,128 deep fifo
  279. [ 3.618376] dwmmc_exynos 12550000.mmc: Linked as a consumer to regulator.20
  280. [ 3.624667] dwmmc_exynos 12550000.mmc: Linked as a consumer to regulator.22
  281. [ 3.631713] dwmmc_exynos 12550000.mmc: allocated mmc-pwrseq
  282. [ 3.637066] mmc_host mmc1: card is polling.
  283. [ 3.654833] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 400000Hz, actual 396825HZ div = 63)
  284. [ 3.701978] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 300000Hz, actual 297619HZ div = 84)
  285. [ 3.715601] s5p-secss 10830000.sss: s5p-sss driver registered
  286. [ 3.717548] usbcore: registered new interface driver usbhid
  287. [ 3.721700] usbhid: USB HID core driver
  288. [ 3.728717] exynos-bus soc:bus_dmc: Linked as a consumer to regulator.27
  289. [ 3.734841] exynos-bus soc:bus_dmc: Dropping the link to regulator.27
  290. [ 3.745827] exynos-bus soc:bus_leftbus: Linked as a consumer to regulator.29
  291. [ 3.748290] exynos-bus soc:bus_leftbus: Dropping the link to regulator.29
  292. [ 3.761168] exynos-ppmu: new PPMU device registered 106a0000.ppmu_dmc0 (ppmu-event3-dmc0)
  293. [ 3.764143] exynos-ppmu: new PPMU device registered 106b0000.ppmu_dmc1 (ppmu-event3-dmc1)
  294. [ 3.771958] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 200000Hz, actual 200000HZ div = 125)
  295. [ 3.781860] exynos-ppmu: new PPMU device registered 112a0000.ppmu_rightbus (ppmu-event3-rightbus)
  296. [ 3.790680] exynos-ppmu: new PPMU device registered 116a0000.ppmu_leftbus0 (ppmu-event3-leftbus)
  297. [ 3.802638] usb 1-2: New USB device found, idVendor=0424, idProduct=9730, bcdDevice= 1.00
  298. [ 3.807254] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  299. [ 3.818301] smsc95xx v1.0.6
  300. [ 3.819086] NET: Registered protocol family 10
  301. [ 3.821743] mmc0: new high speed SDHC card at address aaaa
  302. [ 3.825414] Segment Routing with IPv6
  303. [ 3.828896] mmcblk0: mmc0:aaaa JULIE 14.8 GiB
  304. [ 3.830782] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  305. [ 3.842797] NET: Registered protocol family 17
  306. [ 3.845568] NET: Registered protocol family 15
  307. [ 3.850553] mmcblk0: p1
  308. [ 3.850566] Key type dns_resolver registered
  309. [ 3.852802] Registering SWP/SWPB emulation handler
  310. [ 3.862567] Loading compiled-in X.509 certificates
  311. [ 3.872185] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 100000Hz, actual 100000HZ div = 250)
  312. [ 3.908329] smsc95xx 1-2:1.0 eth0: register 'smsc95xx' at usb-12580000.ehci-2, smsc95xx USB 2.0 Ethernet, 3a:02:dd:67:b6:01
  313. [ 3.923096] exynos-hdmi 12d00000.hdmi: Linked as a consumer to regulator.8
  314. [ 3.924559] exynos-hdmi 12d00000.hdmi: Linked as a consumer to regulator.10
  315. [ 3.931547] OF: graph: no port node found in /soc/hdmi@12d00000
  316. [ 3.940046] [drm] Exynos DRM: using 12c10000.mixer device for DMA mapping operations
  317. [ 3.945433] exynos-drm exynos-drm: bound 12c10000.mixer (ops mixer_component_ops)
  318. [ 3.952702] exynos-drm exynos-drm: bound 12d00000.hdmi (ops hdmi_component_ops)
  319. [ 3.959733] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  320. [ 3.966360] [drm] No driver support for vblank timestamp query.
  321. [ 4.062494] usb 1-3: new high-speed USB device number 3 using exynos-ehci
  322. [ 4.264328] usb 1-3: New USB device found, idVendor=0424, idProduct=3503, bcdDevice=a1.a0
  323. [ 4.267351] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  324. [ 4.280273] hub 1-3:1.0: USB hub found
  325. [ 4.281167] hub 1-3:1.0: 3 ports detected
  326. [ 4.602350] usb 1-3.3: new high-speed USB device number 4 using exynos-ehci
  327. [ 4.757694] usb 1-3.3: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00
  328. [ 4.760894] usb 1-3.3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
  329. [ 4.768350] usb 1-3.3: Product: ASMT1153e
  330. [ 4.771957] usb 1-3.3: Manufacturer: asmedia
  331. [ 4.776460] usb 1-3.3: SerialNumber: 123456789162
  332. [ 4.787549] usb-storage 1-3.3:1.0: USB Mass Storage device detected
  333. [ 4.789504] usb-storage 1-3.3:1.0: Quirks match for vid 174c pid 55aa: 400000
  334. [ 4.795515] scsi host0: usb-storage 1-3.3:1.0
  335. [ 5.855347] scsi 0:0:0:0: Direct-Access Samsung SSD 860 EVO 250G 0 PQ: 0 ANSI: 6
  336. [ 5.873407] sd 0:0:0:0: Attached scsi generic sg0 type 0
  337. [ 5.873807] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
  338. [ 5.881789] sd 0:0:0:0: [sda] Write Protect is off
  339. [ 5.886527] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  340. [ 5.899546] sda: sda1
  341. [ 5.905273] sd 0:0:0:0: [sda] Attached SCSI disk
  342. [ 9.048294] s3c-i2c 13880000.i2c: timeout waiting for bus idle
  343. [ 14.087328] s3c-i2c 13880000.i2c: timeout waiting for bus idle
  344. [ 19.127925] s3c-i2c 13880000.i2c: timeout waiting for bus idle
  345. [ 24.169115] s3c-i2c 13880000.i2c: timeout waiting for bus idle
  346. [ 29.207898] s3c-i2c 13880000.i2c: timeout waiting for bus idle
  347. [ 29.208429] [drm] Cannot find any crtc or sizes
  348. [ 29.225769] [drm] Initialized exynos 1.1.0 20180330 for exynos-drm on minor 0
  349. [ 29.230074] exynos-bus soc:bus_dmc: Linked as a consumer to regulator.27
  350. [ 29.235239] exynos-bus: new bus device registered: soc:bus_dmc (100000 KHz ~ 400000 KHz)
  351. [ 29.243646] exynos-bus: new bus device registered: soc:bus_acp (100000 KHz ~ 267000 KHz)
  352. [ 29.250987] exynos-bus: new bus device registered: soc:bus_c2c (100000 KHz ~ 400000 KHz)
  353. [ 29.260156] exynos-bus soc:bus_leftbus: Linked as a consumer to regulator.29
  354. [ 29.265539] exynos-bus: new bus device registered: soc:bus_leftbus (100000 KH z ~ 200000 KHz)
  355. [ 29.274292] exynos-bus: new bus device registered: soc:bus_rightbus (100000 K Hz ~ 200000 KHz)
  356. [ 29.283104] exynos-bus: new bus device registered: soc:bus_display (160000 KH z ~ 200000 KHz)
  357. [ 29.291419] exynos-bus: new bus device registered: soc:bus_fsys (100000 KHz ~ 134000 KHz)
  358. [ 29.301964] exynos-bus: new bus device registered: soc:bus_peri ( 50000 KHz ~ 100000 KHz)
  359. [ 29.307866] exynos-bus: new bus device registered: soc:bus_mfc (100000 KHz ~ 200000 KHz)
  360. [ 29.354378] max98090 1-0010: MAX98090 REVID=0x43
  361. [ 29.360207] max98090 1-0010: use default 2.8v micbias
  362. [ 29.381597] odroid-audio sound: multicodec <-> samsung-i2s mapping ok
  363. [ 29.396085] input: gpio_keys as /devices/platform/gpio_keys/input/input0
  364. [ 29.434807] max77686-rtc max77686-rtc: setting system clock to 2019-02-15T12: 55:51 UTC (1550235351)
  365. [ 29.440106] cfg80211: Loading compiled-in X.509 certificates for regulatory d atabase
  366. [ 29.485025] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  367. [ 29.488598] platform regulatory.0: Direct firmware load for regulatory.db fai led with error -2
  368. [ 29.495556] cfg80211: failed to load regulatory.db
  369. [ 29.543774] vdd_g3d: disabling
  370. [ 29.546136] BUCK8_P3V3: disabling
  371. [ 29.547362] ALSA device list:
  372. [ 29.547550] #0: Odroid-U3
  373. [ 29.556780] Freeing unused kernel memory: 1024K
  374. [ 29.644061] Run /init as init process
  375. :: running early hook [udev]
  376. Warning: /lib/modules/5.0.0-rc6-u3ml/modules.devname not found - ignoring
  377. Starting version 240
  378. :: running hook [udev]
  379. :: Triggering uevents...
  380. :: performing fsck on '/dev/mmcblk0p1'
  381. /dev/mmcblk0p1: clean, 200728/972944 files, 3121474/3889024 blocks
  382. :: mounting '/dev/mmcblk0p1' on real root
  383. [ 32.185447] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. O pts: (null)
  384. :: running cleanup hook [udev]
  385. [ 33.192478] systemd[1]: systemd 240 running in system mode. (+PAM +AUDIT -SEL INUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL + XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybr id)
  386. [ 33.211310] systemd[1]: Detected architecture arm.
  387.  
  388. Welcome to Arch Linux ARM!
  389.  
  390. [ 33.271435] systemd[1]: Set hostname to <archl-u3m>.
  391. [ 33.675398] random: crng init done
  392. [ 33.784232] systemd[1]: File /usr/lib/systemd/system/systemd-journald.service :12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
  393. [ 33.796397] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warni ng is only shown for the first loaded unit using IP firewalling.)
  394. [ 34.137611] systemd[1]: Listening on Network Service Netlink Socket.
  395. [ OK ] Listening on Network Service Netlink Socket.
  396. [ 34.179391] systemd[1]: Listening on udev Control Socket.
  397. [ OK ] Listening on udev Control Socket.
  398. [ 34.213662] systemd[1]: Started Forward Password Requests to Wall Directory W atch.
  399. [ OK ] Started Forward Password R?uests to Wall Directory Watch.
  400. [ 34.248396] s3c-i2c 13880000.i2c: timeout waiting for bus idle
  401. [ 34.300431] systemd[1]: Created slice system-getty.slice.
  402. [ OK ] Created slice system-getty.slice.
  403. [ 34.341100] systemd[1]: Listening on LVM2 poll daemon socket.
  404. [ OK ] Listening on LVM2 poll daemon socket.
  405. [ OK ] Created slice system-serial\x2dgetty.slice.
  406. [ OK ] Listening on initctl Compatibility Named Pipe.
  407. [ OK ] Listening on Device-mapper event daemon FIFOs.
  408. [ OK ] Listening on Process Core Dump Socket.
  409. [ OK ] Reached target Swap.
  410. [ OK ] Listening on Journal Socket.
  411. Starting Remount Root and Kernel File Systems...
  412. Mounting Kernel Debug File System...
  413. Starting Create list of re?odes for the current kernel...
  414. [ OK ] Started Dispatch Password ?ts to Console Directory Watch.
  415. [ OK ] Reached target Remote File Systems.
  416. [ OK ] Created slice User and Session Slice.
  417. [ OK ] Reached target Slices.
  418. Starting Apply Kernel Variables...
  419. [ OK ] Reached target Local Encrypted Volumes.
  420. [ OK ] Listening on Journal Socket (/dev/log).
  421. Starting Journal Service...
  422. [ OK ] Listening on LVM2 metadata daemon socket.
  423. Starting Monitoring of LVM?meventd or progress polling...
  424. [ OK ] Listening on udev Kernel Socket.
  425. Starting udev Coldplug all Devices...
  426. Mounting Kernel Configuration File System...
  427. Mounting Temporary Directory (/tmp)...
  428. [ OK ] Reached target Paths.
  429. [ OK ] Started Remount Root and Kernel File Systems.
  430. [ OK ] Mounted Kernel Debug File System.
  431. [ OK ] Started Journal Service.
  432. [ OK ] Started Create list of req? nodes for the current kernel.
  433. [ OK ] Started Apply Kernel Variables.
  434. [ OK ] Mounted Kernel Configuration File System.
  435. [ OK ] Mounted Temporary Directory (/tmp).
  436. [ OK ] Started LVM2 metadata daemon.
  437. Starting Create Static Device Nodes in /dev...
  438. Starting Flush Journal to Persistent Storage...
  439. Starting Load/Save Random Seed...
  440. [ OK ] Started Create Static Device Nodes in /dev.
  441. [ OK ] Started Load/Save Random Seed.
  442. Starting udev Kernel Device Manager...
  443. [ 35.886522] systemd-journald[191]: Received request to flush runtime journal from PID 1
  444. [ OK ] Started udev Kernel Device Manager.
  445. Starting Network Service...
  446. [ OK ] Started Network Service.
  447. [ OK ] Found device /dev/ttySAC1.
  448. [ OK ] Started udev Coldplug all Devices.
  449. [ 37.007312] media: Linux media interface: v0.10
  450. [ 37.282974] videodev: Linux video capture interface: v2.00
  451. [ 37.898225] iommu: Adding device 11840000.jpeg-codec to group 1
  452. [ 37.899199] s5p-jpeg 11840000.jpeg-codec: Linked as a consumer to 11a60000.sy smmu
  453. [ 37.908949] s5p-jpeg 11840000.jpeg-codec: encoder device registered as /dev/v ideo0
  454. [ 37.914082] s5p-jpeg 11840000.jpeg-codec: decoder device registered as /dev/v ideo1
  455. [ 37.921120] s5p-jpeg 11840000.jpeg-codec: Samsung S5P JPEG codec
  456. [ 38.033785] iommu: Adding device 13400000.codec to group 2
  457. [ 38.035701] s5p-mfc 13400000.codec: Linked as a consumer to 13620000.sysmmu
  458. [ 38.040967] s5p-mfc 13400000.codec: Linked as a consumer to 13630000.sysmmu
  459. [ 38.084891] s5p-mfc 13400000.codec: preallocated 8 MiB buffer for the firmwar e and context buffers
  460. [ 38.153555] s5p-mfc 13400000.codec: decoder registered as /dev/video2
  461. [ 38.155078] s5p-mfc 13400000.codec: encoder registered as /dev/video3
  462. [ 38.182469] iommu: Adding device 11800000.fimc to group 3
  463. [ 38.183193] exynos4-fimc 11800000.fimc: Linked as a consumer to 11a20000.sysm mu
  464. [ 38.191909] iommu: Adding device 11810000.fimc to group 4
  465. [ 38.196283] exynos4-fimc 11810000.fimc: Linked as a consumer to 11a30000.sysm mu
  466. [ 38.203988] iommu: Adding device 11820000.fimc to group 5
  467. [ 38.209047] exynos4-fimc 11820000.fimc: Linked as a consumer to 11a40000.sysm mu
  468. [ 38.224265] iommu: Adding device 11830000.fimc to group 6
  469. [ 38.224859] exynos4-fimc 11830000.fimc: Linked as a consumer to 11a50000.sysm mu
  470. [ 38.240848] s5p-fimc-md soc:camera: Entity type for entity FIMC.0 was not ini tialized!
  471. [ 38.246071] s5p-fimc-md: Registered fimc.0.m2m as /dev/video4
  472. [ 38.249982] s5p-fimc-md: Registered fimc.0.capture as /dev/video5
  473. [ 38.255589] s5p-fimc-md soc:camera: Entity type for entity FIMC.1 was not ini tialized!
  474. [ 38.263824] s5p-fimc-md: Registered fimc.1.m2m as /dev/video6
  475. [ 38.269542] s5p-fimc-md: Registered fimc.1.capture as /dev/video7
  476. [ OK ] Started Monitoring of LVM2? dmeventd or progress polling.
  477. [ 38.321619] __fimc_pipeline_open(): No sensor subdev
  478. [ 38.322331] __fimc_pipeline_close(): No sensor subdev
  479. [ 38.341564] __fimc_pipeline_open(): No sensor subdev
  480. [ 38.342170] __fimc_pipeline_close(): No sensor subdev
  481. [ OK ] Started Flush Journal to Persistent Storage.
  482. [ 39.010909] smsc95xx 1-2:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
  483. [ 39.288378] s3c-i2c 13880000.i2c: timeout waiting for bus idle
  484. [ OK ] Reached target Local File Systems (Pre).
  485. [ OK ] Reached target Local File Systems.
  486. Starting Create Volatile Files and Directories...
  487. [ OK ] Reached target Sound Card.
  488. [ OK ] Started Create Volatile Files and Directories.
  489. Starting Entropy Harvesting Daemon...
  490. [ 44.337633] s3c-i2c 13880000.i2c: timeout waiting for bus idle
  491. Starting Network Name Resolution...
  492. Starting Network Time Synchronization...
  493. Starting Update UTMP about System Boot/Shutdown...
  494. [ OK ] Started Entropy Harvesting Daemon.
  495. [ OK ] Started Network Time Synchronization.
  496. [ OK ] Reached target System Time Synchronized.
  497. [ OK ] Started Update UTMP about System Boot/Shutdown.
  498. [ OK ] Reached target System Initialization.
  499. [ OK ] Listening on D-Bus System Message Bus Socket.
  500. [ OK ] Reached target Sockets.
  501. [ OK ] Reached target Basic System.
  502. [ OK ] Started D-Bus System Message Bus.
  503. [ OK ] Started Daily rotation of log files.
  504. [ OK ] Started Daily Cleanup of Temporary Directories.
  505. [ OK ] Started Daily verification of password and group files.
  506. [ OK ] Reached target Timers.
  507. Starting Login Service...
  508. [ OK ] Started Network Name Resolution.
  509. [ OK ] Reached target Network.
  510. [ OK ] Started OpenSSH Daemon.
  511. Starting Permit User Sessions...
  512. [ OK ] Reached target Host and Network Name Lookups.
  513. [ OK ] Started Permit User Sessions.
  514. [ OK ] Started Login Service.
  515. [ OK ] Started Serial Getty on ttySAC1.
  516. [ OK ] Started Getty on tty1.
  517. [ OK ] Reached target Login Prompts.
  518. [ OK ] Reached target Multi-User System.
  519. [ OK ] Reached target Graphical Interface.
  520.  
  521. Arch Linux 5.0.0-rc6-u3ml (ttySAC1)
  522.  
  523. archl-u3m login: [ 49.367673] s3c-i2c 13880000.i2c: timeout waiting for bus id le
  524. [ 54.408205] s3c-i2c 13880000.i2c: timeout waiting for bus idle
  525. [ 54.408819] [drm] Cannot find any crtc or sizes
  526. root
  527. Password:
  528. Last login: Wed Feb 13 20:18:57 on ttySAC1
  529. [root@archl-u3m ~]# echo no > /sys/module/printk/parameters/console_suspend
  530. [root@archl-u3m ~]# rtcwake -d /dev/rtc0 -m mem -s 10
  531. rtcwake: assuming RTC uses UTC ...
  532. rtcwake: wakeup from "mem" using /dev/rtc0 at Fri Feb 15 12:58:50 2019
  533. [ 197.744671] PM: suspend entry (deep)
  534. [ 197.745114] PM: Syncing filesystems ... done.
  535. [ 197.814478] Freezing user space processes ... (elapsed 0.004 seconds) done.
  536. [ 197.822460] OOM killer disabled.
  537. [ 197.823905] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) do ne.
  538. [ 197.880547] smsc95xx 1-2:1.0 eth0: entering SUSPEND2 mode
  539. [ 197.903071] dwc2 12480000.hsotg: suspending usb gadget g_ether
  540. [ 197.903885] dwc2 12480000.hsotg: dwc2_hsotg_ep_disable: called for ep0
  541. [ 197.910008] dwc2 12480000.hsotg: dwc2_hsotg_ep_disable: called for ep0
  542. [ 197.916470] dwc2 12480000.hsotg: new device is full-speed
  543. [ 197.924132] sd 0:0:0:0: [sda] Synchronizing SCSI cache
  544. [ 197.927572] wake enabled for irq 119
  545. [ 197.931266] BUCK9: No configuration
  546. [ 197.935038] BUCK8_P3V3: No configuration
  547. [ 197.937902] BUCK7_2.0V: No configuration
  548. [ 197.941886] BUCK6_1.35V: No configuration
  549. [ 197.945797] VDDQ_CKEM1_2_1.2V: No configuration
  550. [ 197.951487] BUCK4: regulator_suspend_disable_mode supported
  551. [ 197.956340] BUCK3: regulator_suspend_disable_mode supported
  552. [ 197.961865] BUCK1: regulator_suspend_disable_mode supported
  553. [ 197.966996] LDO26: No configuration
  554. [ 197.970466] LDO24: No configuration
  555. [ 197.974011] LDO23: No configuration
  556. [ 197.977457] LDO19: No configuration
  557. [ 197.980857] LDO18: No configuration
  558. [ 197.984402] LDO17: No configuration
  559. [ 197.988171] LDO16: regulator_suspend_disable_mode supported
  560. [ 197.993821] LDO15: regulator_suspend_disable_mode supported
  561. [ 197.999300] LDO14: regulator_suspend_disable_mode supported
  562. [ 198.004955] LDO12: regulator_suspend_disable_mode supported
  563. [ 198.010411] LDO11: regulator_suspend_disable_mode supported
  564. [ 198.015707] LDO9: No configuration
  565. [ 198.019352] LDO7: regulator_suspend_disable_mode supported
  566. [ 198.024899] LDO6: regulator_suspend_disable_mode supported
  567. [ 198.030361] LDO2: regulator_suspend_disable_mode supported
  568. [ 198.035470] VDD_ALIVE_1.0V: No configuration
  569. [ 198.050217] usb3503 0-0008: switched to STANDBY mode
  570. [ 198.050914] wake enabled for irq 123
  571. [ 198.070188] samsung-pinctrl 11000000.pinctrl: Setting external wakeup interru pt mask: 0xfbfff7ff
  572. [ 198.091019] Disabling non-boot CPUs ...
  573. [ 198.146071] s3c2410-wdt 10060000.watchdog: watchdog disabled
  574. [ 198.146355] wake disabled for irq 123
  575. [ 198.162119] usb3503 0-0008: switched to HUB mode
  576. [ 198.260988] wake disabled for irq 119
  577. [ 198.261858] dwc2 12480000.hsotg: resuming usb gadget g_ether
  578. [ 198.541890] usb 1-3: reset high-speed USB device number 3 using exynos-ehci
  579. [ 198.890020] usb 1-2: reset high-speed USB device number 2 using exynos-ehci
  580. [ 199.280032] usb 1-3.3: reset high-speed USB device number 4 using exynos-ehci
  581. [ 199.447611] OOM killer enabled.
  582. [ 199.447784] Restarting tasks ... done.
  583. [ 199.461583] PM: suspend exit
  584. [root@archl-u3m ~]# [ 200.688685] smsc95xx 1-2:1.0 eth0: link up, 100Mbps, full -duplex, lpa 0xC5E1
  585. [ 222.176331] systemd-journald[191]: Failed to set ACL on /var/log/journal/90f36baf6fba4f7abefa00e11069d770/user-1000.journal, ignoring: Operation not supported
  586.  
  587. [root@archl-u3m ~]#
  588. [root@archl-u3m ~]# rtcwake -d /dev/rtc0 -m mem -s 10
  589. rtcwake: assuming RTC uses UTC ...
  590. rtcwake: wakeup from "mem" using /dev/rtc0 at Fri Feb 15 13:01:50 2019
  591. [ 367.929640] PM: suspend entry (deep)
  592. [ 367.930522] PM: Syncing filesystems ... done.
  593. [ 367.944468] Freezing user space processes ... (elapsed 0.009 seconds) done.
  594. [ 367.955952] OOM killer disabled.
  595. [ 367.959104] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  596. [ 367.990877] smsc95xx 1-2:1.0 eth0: entering SUSPEND2 mode
  597. [ 368.011191] dwc2 12480000.hsotg: suspending usb gadget g_ether
  598. [ 368.011464] dwc2 12480000.hsotg: dwc2_hsotg_ep_disable: called for ep0
  599. [ 368.017973] dwc2 12480000.hsotg: dwc2_hsotg_ep_disable: called for ep0
  600. [ 368.024486] dwc2 12480000.hsotg: new device is full-speed
  601. [ 368.030199] sd 0:0:0:0: [sda] Synchronizing SCSI cache
  602. [ 368.030658] wake enabled for irq 119
  603. [ 368.038711] BUCK9: No configuration
  604. [ 368.043385] BUCK8_P3V3: No configuration
  605. [ 368.045922] BUCK7_2.0V: No configuration
  606. [ 368.049823] BUCK6_1.35V: No configuration
  607. [ 368.053888] VDDQ_CKEM1_2_1.2V: No configuration
  608. [ 368.058551] BUCK4: regulator_suspend_disable_mode supported
  609. [ 368.064264] BUCK3: regulator_suspend_disable_mode supported
  610. [ 368.069688] BUCK1: regulator_suspend_disable_mode supported
  611. [ 368.075094] LDO26: No configuration
  612. [ 368.078488] LDO24: No configuration
  613. [ 368.082070] LDO23: No configuration
  614. [ 368.085478] LDO19: No configuration
  615. [ 368.088878] LDO18: No configuration
  616. [ 368.092417] LDO17: No configuration
  617. [ 368.096029] LDO16: regulator_suspend_disable_mode supported
  618. [ 368.101681] LDO15: regulator_suspend_disable_mode supported
  619. [ 368.107164] LDO14: regulator_suspend_disable_mode supported
  620. [ 368.112813] LDO12: regulator_suspend_disable_mode supported
  621. [ 368.118272] LDO11: regulator_suspend_disable_mode supported
  622. [ 368.123723] LDO9: No configuration
  623. [ 368.127211] LDO7: regulator_suspend_disable_mode supported
  624. [ 368.132753] LDO6: regulator_suspend_disable_mode supported
  625. [ 368.138218] LDO2: regulator_suspend_disable_mode supported
  626. [ 368.143489] VDD_ALIVE_1.0V: No configuration
  627. [ 368.156476] usb3503 0-0008: switched to STANDBY mode
  628. [ 368.156794] wake enabled for irq 123
  629. [ 368.174493] samsung-pinctrl 11000000.pinctrl: Setting external wakeup interrupt mask: 0xfbfff7ff
  630. [ 368.191655] Disabling non-boot CPUs ...
  631. [ 368.231705] s3c2410-wdt 10060000.watchdog: watchdog disabled
  632. [ 368.231984] wake disabled for irq 123
  633. [ 368.240885] usb3503 0-0008: switched to HUB mode
  634. [ 368.340780] wake disabled for irq 119
  635. [ 368.341124] dwc2 12480000.hsotg: resuming usb gadget g_ether
  636. [ 368.630232] usb 1-3: reset high-speed USB device number 3 using exynos-ehci
  637. [ 368.980190] usb 1-2: reset high-speed USB device number 2 using exynos-ehci
  638. [ 369.370293] usb 1-3.3: reset high-speed USB device number 4 using exynos-ehci
  639. [ 369.535160] OOM killer enabled.
  640. [ 369.535316] Restarting tasks ... done.
  641. [root@archl-u3m ~]# [ 369.543595] PM: suspend exit
  642. [ 370.814328] smsc95xx 1-2:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement