Advertisement
zombah

dmesg selinux disabled shutdown panic

Nov 12th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.08 KB | None | 0 0
  1. 4399860 bytes read in 333 ms (12.6 MiB/s)
  2. 368864 bytes read in 105 ms (3.3 MiB/s)
  3. Kernel image @ 0x1000000 [ 0x000000 - 0x4322f4 ]
  4. ## Loading init Ramdisk from Legacy Image at 02200000 ...
  5. Image Name: ramdisk
  6. Image Type: ARM Linux RAMDisk Image (uncompressed)
  7. Data Size: 368800 Bytes = 360.2 KiB
  8. Load Address: 40800000
  9. Entry Point: 40800000
  10. Verifying Checksum ... OK
  11.  
  12. Starting kernel ...
  13.  
  14. [ 0.000000] Initializing cgroup subsys cpu
  15. [ 0.000000] Linux version 3.1.10+ (zombah@gilgamesh) (gcc version 4.7 (GCC) ) #1 SMP Wed Nov 12 04:32:04 MSK 2014
  16. [ 0.000000] CPU: ARMv7 Processor [411fc090] revision 0 (ARMv7), cr=10c5387d
  17. [ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
  18. [ 0.000000] Machine: paz00
  19. [ 0.000000] Tegra reserved memory:
  20. [ 0.000000] LP0: 00000000 - 00000000
  21. [ 0.000000] Bootloader framebuffer: 00000000 - 00000000
  22. [ 0.000000] Framebuffer: 16800000 - 16ffffff
  23. [ 0.000000] 2nd Framebuffer: 17000000 - 17ffffff
  24. [ 0.000000] Carveout: 18000000 - 1fffffff
  25. [ 0.000000] Vpr: 00000000 - 00000000
  26. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  27. [ 0.000000] On node 0 totalpages: 91904
  28. [ 0.000000] free_area_init_node: node 0, pgdat c07dc2c0, node_mem_map c0e4a000
  29. [ 0.000000] Normal zone: 1024 pages used for memmap
  30. [ 0.000000] Normal zone: 0 pages reserved
  31. [ 0.000000] Normal zone: 90880 pages, LIFO batch:31
  32. [ 0.000000] Tegra SKU: 8 Rev: A02 CPU Process: 2 Core Process: 1 Speedo ID: 0
  33. [ 0.000000] Tegra Revision: A02 SKU: 0x8 CPU Process: 2 Core Process: 1
  34. [ 0.000000]
  35. [ 0.000000] =============================================
  36. [ 0.000000] [ INFO: possible recursive locking detected ]
  37. [ 0.000000] 3.1.10+ #1
  38. [ 0.000000] ---------------------------------------------
  39. [ 0.000000] swapper/0 is trying to acquire lock:
  40. [ 0.000000] (&(&c->spinlock)->rlock){......}, at: [<c001fa88>] clk_get_rate+0x58/0x70
  41. [ 0.000000]
  42. [ 0.000000] but task is already holding lock:
  43. [ 0.000000] (&(&c->spinlock)->rlock){......}, at: [<c001fa88>] clk_get_rate+0x58/0x70
  44. [ 0.000000]
  45. [ 0.000000] other info that might help us debug this:
  46. [ 0.000000] Possible unsafe locking scenario:
  47. [ 0.000000]
  48. [ 0.000000] CPU0
  49. [ 0.000000] ----
  50. [ 0.000000] lock(&(&c->spinlock)->rlock);
  51. [ 0.000000] lock(&(&c->spinlock)->rlock);
  52. [ 0.000000]
  53. [ 0.000000] *** DEADLOCK ***
  54. [ 0.000000]
  55. [ 0.000000] May be due to missing lock nesting notation
  56. [ 0.000000]
  57. [ 0.000000] 1 lock held by swapper/0:
  58. [ 0.000000] #0: (&(&c->spinlock)->rlock){......}, at: [<c001fa88>] clk_get_rate+0x58/0x70
  59. [ 0.000000]
  60. [ 0.000000] stack backtrace:
  61. [ 0.000000] [<c0014418>] (unwind_backtrace+0x0/0xf8) from [<c0082b64>] (__lock_acquire+0x12e4/0x18f4)
  62. [ 0.000000] [<c0082b64>] (__lock_acquire+0x12e4/0x18f4) from [<c0083660>] (lock_acquire+0x90/0x104)
  63. [ 0.000000] [<c0083660>] (lock_acquire+0x90/0x104) from [<c0542220>] (_raw_spin_lock_irqsave+0x44/0x58)
  64. [ 0.000000] [<c0542220>] (_raw_spin_lock_irqsave+0x44/0x58) from [<c001fa88>] (clk_get_rate+0x58/0x70)
  65. [ 0.000000] [<c001fa88>] (clk_get_rate+0x58/0x70) from [<c001facc>] (clk_predict_rate_from_parent+0x10/0x54)
  66. [ 0.000000] [<c001facc>] (clk_predict_rate_from_parent+0x10/0x54) from [<c001fa5c>] (clk_get_rate+0x2c/0x70)
  67. [ 0.000000] [<c001fa5c>] (clk_get_rate+0x2c/0x70) from [<c001facc>] (clk_predict_rate_from_parent+0x10/0x54)
  68. [ 0.000000] [<c001facc>] (clk_predict_rate_from_parent+0x10/0x54) from [<c00219a4>] (tegra2_emc_clk_init+0x14/0x1c)
  69. [ 0.000000] [<c00219a4>] (tegra2_emc_clk_init+0x14/0x1c) from [<c001fb94>] (clk_init+0x48/0xd8)
  70. [ 0.000000] [<c001fb94>] (clk_init+0x48/0xd8) from [<c053983c>] (tegra2_init_one_clock+0xc/0x44)
  71. [ 0.000000] [<c053983c>] (tegra2_init_one_clock+0xc/0x44) from [<c07333c0>] (tegra_soc_init_clocks+0x214/0x3e4)
  72. [ 0.000000] [<c07333c0>] (tegra_soc_init_clocks+0x214/0x3e4) from [<c0732ef8>] (tegra_init_clock+0x8/0x64)
  73. [ 0.000000] [<c0732ef8>] (tegra_init_clock+0x8/0x64) from [<c07321c0>] (tegra_init_early+0x10/0x21c)
  74. [ 0.000000] [<c07321c0>] (tegra_init_early+0x10/0x21c) from [<c072e984>] (setup_arch+0x5d4/0x6f4)
  75. [ 0.000000] [<c072e984>] (setup_arch+0x5d4/0x6f4) from [<c072b5ac>] (start_kernel+0xbc/0x340)
  76. [ 0.000000] [<c072b5ac>] (start_kernel+0xbc/0x340) from [<00008040>] (0x8040)
  77. [ 0.000000] L310 cache controller enabled
  78. [ 0.000000] l2x0: 8 ways, CACHE_ID 0x410000c4, AUX_CTRL 0x7e080001, Cache size: 1048576 B
  79. [ 0.000000] PERCPU: Embedded 8 pages/cpu @c1252000 s12096 r8192 d12480 u32768
  80. [ 0.000000] pcpu-alloc: s12096 r8192 d12480 u32768 alloc=8*4096
  81. [ 0.000000] pcpu-alloc: [0] 0 [0] 1
  82. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 90880
  83. [ 0.000000] Kernel command line: mem=512M@0 console=ttyS0,115200n8 androidboot.hardware=paz00 androidboot.selinux=disabled
  84. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  85. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  86. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  87. [ 0.000000] Memory: 359MB = 359MB total
  88. [ 0.000000] Memory: 348024k/348024k available, 176264k reserved, 0K highmem
  89. [ 0.000000] Virtual kernel memory layout:
  90. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  91. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  92. [ 0.000000] DMA : 0xff000000 - 0xffe00000 ( 14 MB)
  93. [ 0.000000] vmalloc : 0xe0800000 - 0xf8000000 ( 376 MB)
  94. [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  95. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  96. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  97. [ 0.000000] .text : 0xc0008000 - 0xc072a830 (7307 kB)
  98. [ 0.000000] .init : 0xc072b000 - 0xc0763f40 ( 228 kB)
  99. [ 0.000000] .data : 0xc0764000 - 0xc07df958 ( 495 kB)
  100. [ 0.000000] .bss : 0xc07df97c - 0xc0e49b88 (6569 kB)
  101. [ 0.000000] Hierarchical RCU implementation.
  102. [ 0.000000] NR_IRQS:480
  103. [ 0.000000] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 4294967ms
  104. [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  105. [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
  106. [ 0.000000] ... MAX_LOCK_DEPTH: 48
  107. [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
  108. [ 0.000000] ... CLASSHASH_SIZE: 4096
  109. [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
  110. [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
  111. [ 0.000000] ... CHAINHASH_SIZE: 16384
  112. [ 0.000000] memory used by lock dependency info: 3695 kB
  113. [ 0.000000] per task-struct memory footprint: 1152 bytes
  114. [ 0.000222] Calibrating delay loop... 1987.37 BogoMIPS (lpj=9936896)
  115. [ 0.060054] pid_max: default: 32768 minimum: 301
  116. [ 0.060227] Security Framework initialized
  117. [ 0.060240] SELinux: Disabled at boot.
  118. [ 0.060312] Mount-cache hash table entries: 512
  119. [ 0.060960] Initializing cgroup subsys debug
  120. [ 0.060971] Initializing cgroup subsys cpuacct
  121. [ 0.061010] Initializing cgroup subsys freezer
  122. [ 0.061018] Initializing cgroup subsys net_cls
  123. [ 0.061054] CPU: Testing write buffer coherency: ok
  124. [ 0.061250] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
  125. [ 0.062221] CPU1: Booted secondary processor
  126. [ 0.062334] Brought up 2 CPUs
  127. [ 0.062344] SMP: Total of 2 processors activated (3974.75 BogoMIPS).
  128. [ 0.066702] print_constraints: dummy:
  129. [ 0.066928] NET: Registered protocol family 16
  130. [ 0.067990] host1x bus init
  131. [ 0.068069] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled
  132. [ 0.212054] The pingroup DTA was configured to <UNKNOWN> instead of RSVD1
  133. [ 0.212068] The pingroup DTB was configured to <UNKNOWN> instead of RSVD1
  134. [ 0.212081] The pingroup DTC was configured to <UNKNOWN> instead of RSVD1
  135. [ 0.212093] The pingroup DTD was configured to <UNKNOWN> instead of RSVD1
  136. [ 0.212104] The pingroup DTE was configured to <UNKNOWN> instead of RSVD1
  137. [ 0.212362] The pingroup SPDI was configured to <UNKNOWN> instead of RSVD2
  138. [ 0.212374] The pingroup SPDO was configured to <UNKNOWN> instead of RSVD2
  139. [ 0.212403] The pingroup SPIF was configured to <UNKNOWN> instead of RSVD4
  140. [ 0.212429] The pingroup UAC was configured to <UNKNOWN> instead of RSVD4
  141. [ 0.213495] EMC table: ramd_id: 0, tegra_sku_id 8
  142. [ 0.213503] EMC table: using Hynix 333MHz
  143. [ 0.213511] tegra_init_emc: Hynix 333MHz memory found
  144. [ 0.213802] tegra_init_suspend: Suspend mode LP0 requested, no lp0_vec provided by bootlader -- disabling LP0
  145. [ 0.214251] Selecting UARTA as the debug console
  146. [ 0.214265] The debug console clock name is uarta
  147. [ 0.214483] serial8250.0: ttyS0 at MMIO 0x70006000 (irq = 68) is a Tegra
  148. [ 0.966657] console [ttyS0] enabled
  149. [ 0.992296] ram_console: got buffer at 16700000, size 100000
  150. [ 0.998057] ram_console: uncorrectable error in header
  151. [ 1.003200] ram_console: no valid data in buffer (sig = 0x00000000)
  152. [ 1.020868] console [ram-1] enabled
  153. [ 1.024422] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
  154. [ 1.031316] hw-breakpoint: 1 breakpoint(s) reserved for watchpoint single-step.
  155. [ 1.038730] hw-breakpoint: maximum watchpoint size is 4 bytes.
  156. [ 1.044828] tegra_arb_init: initialized
  157. [ 1.048775] tegra_iovmm_register: added iovmm-gart
  158. [ 1.069199] bio: create slab <bio-0> at 0
  159. [ 1.073796] vgaarb: loaded
  160. [ 1.076935] SCSI subsystem initialized
  161. [ 1.080951] usbcore: registered new interface driver usbfs
  162. [ 1.086562] usbcore: registered new interface driver hub
  163. [ 1.092093] usbcore: registered new device driver usb
  164. [ 1.101511] tps6586x 4-0034: VERSIONCRC is 05
  165. [ 1.106993] Wake18 for irq=118
  166. [ 1.110100] Enabling wake18
  167. [ 1.113947] print_constraints: REG-SM_0: 725 <--> 1300 mV at 1200 mV normal standby
  168. [ 1.122759] print_constraints: REG-SM_1: 725 <--> 1125 mV at 1000 mV normal standby
  169. [ 1.132381] print_constraints: REG-SM_2: 3700 mV normal standby
  170. [ 1.139613] print_constraints: REG-LDO_0: 3300 mV normal standby
  171. [ 1.147206] print_constraints: REG-LDO_1: 1100 mV normal standby
  172. [ 1.154113] print_constraints: REG-LDO_2: 725 <--> 1275 mV at 1200 mV normal standby
  173. [ 1.163487] print_constraints: REG-LDO_3: 3300 mV normal standby
  174. [ 1.171362] print_constraints: REG-LDO_4: 1800 mV normal standby
  175. [ 1.178396] print_constraints: REG-LDO_5: 2850 mV normal standby
  176. [ 1.185670] print_constraints: REG-LDO_6: 1800 mV normal standby
  177. [ 1.192894] print_constraints: REG-LDO_7: 3300 mV normal standby
  178. [ 1.200052] print_constraints: REG-LDO_8: 1800 mV normal standby
  179. [ 1.207088] print_constraints: REG-LDO_9: 2850 mV normal standby
  180. [ 1.213692] Advanced Linux Sound Architecture Driver Version 1.0.24.
  181. [ 1.220746] Switching to clocksource timer_us
  182. [ 1.225190] stop_machine_cpu_stop smp=1
  183. [ 1.225196] stop_machine_cpu_stop smp=0
  184. [ 1.241271] Switched to NOHz mode on CPU #0
  185. [ 1.242255] Switched to NOHz mode on CPU #1
  186. [ 1.260171] FS-Cache: Loaded
  187. [ 1.263285] CacheFiles: Loaded
  188. [ 1.266502] nvmap_page_pool_init: nvmap uc page pool size=10875 pages
  189. [ 1.319264] nvmap_page_pool_init: nvmap wc page pool size=10875 pages
  190. [ 1.371936] nvmap_page_pool_init: nvmap iwb page pool size=10875 pages
  191. [ 1.425273] tegra-nvmap tegra-nvmap: created carveout iram (255KiB)
  192. [ 1.433630] tegra-nvmap tegra-nvmap: created carveout generic-0 (131072KiB)
  193. [ 1.442210] NET: Registered protocol family 2
  194. [ 1.446849] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
  195. [ 1.454247] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
  196. [ 1.461864] TCP bind hash table entries: 16384 (order: 7, 589824 bytes)
  197. [ 1.469745] TCP: Hash tables configured (established 16384 bind 16384)
  198. [ 1.476383] TCP reno registered
  199. [ 1.479581] UDP hash table entries: 256 (order: 2, 20480 bytes)
  200. [ 1.485659] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
  201. [ 1.492356] NET: Registered protocol family 1
  202. [ 1.496849] PCI: CLS 0 bytes, default 32
  203. [ 1.500990] Trying to unpack rootfs image as initramfs...
  204. [ 1.524684] Freeing initrd memory: 360K
  205. [ 1.528654] BUG: key cdf0800c not in .data!
  206. [ 1.532892] BUG: key cdf08030 not in .data!
  207. [ 1.537207] BUG: key cdf08054 not in .data!
  208. [ 1.541445] BUG: key cdf08078 not in .data!
  209. [ 1.545702] BUG: key cdf0809c not in .data!
  210. [ 1.549990] BUG: key cdf080c0 not in .data!
  211. [ 1.554254] BUG: key cdf080e4 not in .data!
  212. [ 1.558490] BUG: key cdf08108 not in .data!
  213. [ 1.562779] BUG: key cdf0812c not in .data!
  214. [ 1.567030] BUG: key cdf08150 not in .data!
  215. [ 1.571323] BUG: key cdf08174 not in .data!
  216. [ 1.575572] BUG: key cdf08198 not in .data!
  217. [ 1.579815] BUG: key cdf081bc not in .data!
  218. [ 1.584114] BUG: key cdf081e0 not in .data!
  219. [ 1.588356] BUG: key cdf08204 not in .data!
  220. [ 1.592589] BUG: key cdf08228 not in .data!
  221. [ 1.596895] BUG: key cdf0824c not in .data!
  222. [ 1.601129] BUG: key cdf08270 not in .data!
  223. [ 1.605391] BUG: key cdf08294 not in .data!
  224. [ 1.609678] BUG: key cdf082b8 not in .data!
  225. [ 1.613932] BUG: key cdf082dc not in .data!
  226. [ 1.618218] BUG: key cdf08300 not in .data!
  227. [ 1.622457] BUG: key cdf08324 not in .data!
  228. [ 1.626705] BUG: key cdf08348 not in .data!
  229. [ 1.631000] BUG: key cdf0836c not in .data!
  230. [ 1.635249] BUG: key cdf08390 not in .data!
  231. [ 1.639492] BUG: key cdf083b4 not in .data!
  232. [ 1.643793] BUG: key cdf083d8 not in .data!
  233. [ 1.648037] BUG: key cdf083fc not in .data!
  234. [ 1.652273] BUG: key cdf08420 not in .data!
  235. [ 1.656578] BUG: key cdf08444 not in .data!
  236. [ 1.660813] BUG: key cdf08468 not in .data!
  237. [ 1.665120] BUG: key cdf0848c not in .data!
  238. [ 1.669356] BUG: key cdf084b0 not in .data!
  239. [ 1.673610] BUG: key cdf084d4 not in .data!
  240. [ 1.677896] BUG: key cdf084f8 not in .data!
  241. [ 1.682135] BUG: key cdf0851c not in .data!
  242. [ 1.686385] BUG: key cdf08540 not in .data!
  243. [ 1.690678] BUG: key cdf08564 not in .data!
  244. [ 1.694925] BUG: key cdf08588 not in .data!
  245. [ 1.699219] BUG: key cdf085ac not in .data!
  246. [ 1.703466] BUG: key cdf085d0 not in .data!
  247. [ 1.707707] BUG: key cdf085f4 not in .data!
  248. [ 1.711993] BUG: key cdf08618 not in .data!
  249. [ 1.716246] BUG: key cdf0863c not in .data!
  250. [ 1.720480] BUG: key cdf08660 not in .data!
  251. [ 1.724785] BUG: key cdf08684 not in .data!
  252. [ 1.729020] BUG: key cdf086a8 not in .data!
  253. [ 1.733276] BUG: key cdf086cc not in .data!
  254. [ 1.737562] BUG: key cdf086f0 not in .data!
  255. [ 1.741804] BUG: key cdf08714 not in .data!
  256. [ 1.746107] BUG: key cdf08738 not in .data!
  257. [ 1.750350] BUG: key cdf0875c not in .data!
  258. [ 1.754601] BUG: key cdf08780 not in .data!
  259. [ 1.758897] BUG: key cdf087a4 not in .data!
  260. [ 1.763146] BUG: key cdf087c8 not in .data!
  261. [ 1.767389] BUG: key cdf087ec not in .data!
  262. [ 1.771682] BUG: key cdf08810 not in .data!
  263. [ 1.775938] BUG: key cdf08834 not in .data!
  264. [ 1.780173] BUG: key cdf08858 not in .data!
  265. [ 1.784429] BUG: key cdf0887c not in .data!
  266. [ 1.788664] BUG: key cdf088a0 not in .data!
  267. [ 1.792957] BUG: key cdf088c4 not in .data!
  268. [ 1.797203] BUG: key cdf088e8 not in .data!
  269. [ 1.801769] host1x host1x: initialized
  270. [ 1.805720] PMU: registered new PMU device of type 0
  271. [ 1.811871] audit: initializing netlink socket (disabled)
  272. [ 1.817434] type=2000 audit(11.752:1): initialized
  273. [ 1.833315] ashmem: initialized
  274. [ 1.837518] fuse init (API version 7.17)
  275. [ 1.841722] msgmni has been set to 680
  276. [ 1.847227] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  277. [ 1.854763] io scheduler noop registered
  278. [ 1.858737] io scheduler deadline registered
  279. [ 1.863132] io scheduler cfq registered (default)
  280. [ 1.867934] start plist test
  281. [ 1.875455] end plist test
  282. [ 1.878947] mpe mpe: initialized
  283. [ 1.882586] gr3d gr3d: initialized
  284. [ 1.886299] dsi dsi: initialized
  285. [ 1.889899] gr2d gr2d: initialized
  286. [ 1.893603] isp isp: initialized
  287. [ 1.897157] vi vi: initialized
  288. [ 1.900943] Disp: diff_msec= 11839
  289. [ 2.105342] tegradc tegradc.0: probed
  290. [ 2.109376] tegradc tegradc.0: probed
  291. [ 2.113313] Wake4 for irq=303
  292. [ 2.116879] nvhdcp: using "always on" policy.
  293. [ 2.121674] tegradc tegradc.1: probed
  294. [ 2.125769] tegradc tegradc.1: probed
  295. [ 2.129990] tegra_uart.1: ttyHS1 at MMIO 0x70006040 (irq = 69) is a TEGRA_UART
  296. [ 2.283192] Registered UART port ttyHS1
  297. [ 2.287611] tegra_uart.2: ttyHS2 at MMIO 0x70006200 (irq = 78) is a TEGRA_UART
  298. [ 2.443147] Registered UART port ttyHS2
  299. [ 2.447573] tegra_uart.3: ttyHS3 at MMIO 0x70006300 (irq = 122) is a TEGRA_UART
  300. [ 2.603162] Registered UART port ttyHS3
  301. [ 2.607584] tegra_uart.4: ttyHS4 at MMIO 0x70006400 (irq = 123) is a TEGRA_UART
  302. [ 2.763150] Registered UART port ttyHS4
  303. [ 2.767612] Initialized tegra uart driver
  304. [ 2.800345] brd: module loaded
  305. [ 2.819306] loop: module loaded
  306. [ 2.824562] PPP generic driver version 2.4.2
  307. [ 2.829735] PPP Deflate Compression module registered
  308. [ 2.835322] PPP BSD Compression module registered
  309. [ 2.841683] PPP MPPE Compression module registered
  310. [ 2.846593] NET: Registered protocol family 24
  311. [ 2.851126] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  312. [ 2.894239] tegra-ehci tegra-ehci.1: Tegra EHCI Host Controller
  313. [ 2.900417] tegra-ehci tegra-ehci.1: new USB bus registered, assigned bus number 1
  314. [ 2.933088] tegra-ehci tegra-ehci.1: irq 53, io mem 0xc5004000
  315. [ 2.953272] tegra-ehci tegra-ehci.1: USB 2.0 started, EHCI 1.00
  316. [ 2.959982] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  317. [ 2.967098] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  318. [ 2.974870] usb usb1: Product: Tegra EHCI Host Controller
  319. [ 2.980401] usb usb1: Manufacturer: Linux 3.1.10+ ehci_hcd
  320. [ 2.985946] usb usb1: SerialNumber: tegra-ehci.1
  321. [ 2.991016] hub 1-0:1.0: USB hub found
  322. [ 2.994911] hub 1-0:1.0: 1 port detected
  323. [ 2.999078] tegra-ehci tegra-ehci.1: Couldn't enable USB host mode wakeup, irq=53, error=-22
  324. [ 3.007760] create_regulator: REG-LDO_3: Failed to create debugfs directory
  325. [ 3.017341] tegra-ehci tegra-ehci.2: Tegra EHCI Host Controller
  326. [ 3.023396] tegra-ehci tegra-ehci.2: new USB bus registered, assigned bus number 2
  327. [ 3.063095] tegra-ehci tegra-ehci.2: irq 129, io mem 0xc5008000
  328. [ 3.083061] tegra-ehci tegra-ehci.2: USB 2.0 started, EHCI 1.00
  329. [ 3.089257] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  330. [ 3.096187] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  331. [ 3.103598] usb usb2: Product: Tegra EHCI Host Controller
  332. [ 3.109082] usb usb2: Manufacturer: Linux 3.1.10+ ehci_hcd
  333. [ 3.114756] usb usb2: SerialNumber: tegra-ehci.2
  334. [ 3.119815] hub 2-0:1.0: USB hub found
  335. [ 3.123695] hub 2-0:1.0: 1 port detected
  336. [ 3.127864] tegra-ehci tegra-ehci.2: Couldn't enable USB host mode wakeup, irq=129, error=-22
  337. [ 3.136689] Initializing USB Mass Storage driver...
  338. [ 3.141713] usbcore: registered new interface driver usb-storage
  339. [ 3.147833] USB Mass Storage support registered.
  340. [ 3.152581] usbcore: registered new interface driver libusual
  341. [ 3.158568] usbcore: registered new interface driver usbserial
  342. [ 3.164503] USB Serial support registered for generic
  343. [ 3.169712] usbcore: registered new interface driver usbserial_generic
  344. [ 3.176300] usbserial: USB Serial Driver core
  345. [ 3.180795] USB Serial support registered for GSM modem (1-port)
  346. [ 3.186992] usbcore: registered new interface driver option
  347. [ 3.192661] option: v0.7.2:USB Driver for GSM modems
  348. [ 3.197724] USB Serial support registered for pl2303
  349. [ 3.202804] usbcore: registered new interface driver pl2303
  350. [ 3.208489] pl2303: Prolific PL2303 USB to serial adaptor driver
  351. [ 3.214554] NVidia Tegra High-Speed USB SOC Device Controller driver (Apr 20, 2007)
  352. [ 3.222536] create_regulator: REG-LDO_3: Failed to create debugfs directory
  353. [ 3.234935] fsl-tegra-udc fsl-tegra-udc: usb_bat_chg regulator not registered: USB charging will not be enabled
  354. [ 3.246692] android_usb gadget: Mass Storage Function, version: 2009/09/11
  355. [ 3.253632] android_usb gadget: Number of LUNs=1
  356. [ 3.258353] lun0: LUN: removable file: (no medium)
  357. [ 3.263600] Gadget Android: controller 'fsl-tegra-udc' not recognized
  358. [ 3.270146] android_usb gadget: android_usb ready
  359. [ 3.589518] irq 52: nobody cared (try booting with the "irqpoll" option)
  360. [ 3.596344] [<c0014418>] (unwind_backtrace+0x0/0xf8) from [<c00a0348>] (__report_bad_irq+0x24/0xc0)
  361. [ 3.605439] [<c00a0348>] (__report_bad_irq+0x24/0xc0) from [<c00a0694>] (note_interrupt+0x1ec/0x248)
  362. [ 3.614670] [<c00a0694>] (note_interrupt+0x1ec/0x248) from [<c009ea40>] (handle_irq_event_percpu+0xc0/0x230)
  363. [ 3.624593] [<c009ea40>] (handle_irq_event_percpu+0xc0/0x230) from [<c009ebec>] (handle_irq_event+0x3c/0x5c)
  364. [ 3.634519] [<c009ebec>] (handle_irq_event+0x3c/0x5c) from [<c00a103c>] (handle_fasteoi_irq+0x98/0x140)
  365. [ 3.644008] [<c00a103c>] (handle_fasteoi_irq+0x98/0x140) from [<c009e308>] (generic_handle_irq+0x24/0x38)
  366. [ 3.653678] [<c009e308>] (generic_handle_irq+0x24/0x38) from [<c000e990>] (handle_IRQ+0x4c/0xb0)
  367. [ 3.662563] [<c000e990>] (handle_IRQ+0x4c/0xb0) from [<c000dc7c>] (__irq_svc+0x3c/0xc0)
  368. [ 3.670625] [<c000dc7c>] (__irq_svc+0x3c/0xc0) from [<c0054a68>] (__do_softirq+0x78/0x210)
  369. [ 3.678991] [<c0054a68>] (__do_softirq+0x78/0x210) from [<c0055084>] (irq_exit+0x98/0xa0)
  370. [ 3.687267] [<c0055084>] (irq_exit+0x98/0xa0) from [<c0008350>] (do_local_timer+0x54/0x74)
  371. [ 3.695578] [<c0008350>] (do_local_timer+0x54/0x74) from [<c000dc7c>] (__irq_svc+0x3c/0xc0)
  372. [ 3.704023] Exception stack(0xd6031f10 to 0xd6031f58)
  373. [ 3.709174] 1f00: c0542754 d602f400 00000000 d602f400
  374. [ 3.717396] 1f20: a0000013 c0787bcc 40000546 00000000 00000000 c0749a48 d6030000 00000000
  375. [ 3.725668] 1f40: d6030000 d6031f58 c0542754 c0542758 60000013 ffffffff
  376. [ 3.732387] [<c000dc7c>] (__irq_svc+0x3c/0xc0) from [<c0542758>] (_raw_spin_unlock_irqrestore+0x34/0x44)
  377. [ 3.741916] [<c0542758>] (_raw_spin_unlock_irqrestore+0x34/0x44) from [<c033e52c>] (dr_controller_run+0x3c/0x138)
  378. [ 3.752274] [<c033e52c>] (dr_controller_run+0x3c/0x138) from [<c033ea10>] (fsl_start+0xfc/0x120)
  379. [ 3.761157] [<c033ea10>] (fsl_start+0xfc/0x120) from [<c033dcf0>] (usb_gadget_probe_driver+0xfc/0x180)
  380. [ 3.770561] [<c033dcf0>] (usb_gadget_probe_driver+0xfc/0x180) from [<c0008788>] (do_one_initcall+0x10c/0x174)
  381. [ 3.780582] [<c0008788>] (do_one_initcall+0x10c/0x174) from [<c072b8c0>] (kernel_init+0x90/0x130)
  382. [ 3.789553] [<c072b8c0>] (kernel_init+0x90/0x130) from [<c000ebdc>] (kernel_thread_exit+0x0/0x8)
  383. [ 3.798378] handlers:
  384. [ 3.800753] [<c03401b4>] fsl_udc_irq
  385. [ 3.804440] Disabling IRQ #52
  386. [ 3.807500] fsl-tegra-udc: bind to driver android_usb
  387. [ 3.812796] mousedev: PS/2 mouse device common for all mice
  388. [ 3.819933] using rtc device, tps6586x-rtc, for alarms
  389. [ 3.825048] tps6586x-rtc tps6586x-rtc.0: rtc core: registered tps6586x-rtc as rtc0
  390. [ 3.833421] i2c /dev entries driver
  391. [ 3.837559] trpc_sema_init: registered misc dev 10:50
  392. [ 3.842756] trpc_node_register: Adding 'local' to node list
  393. [ 3.848661] tegra_avp_probe: allocated carveout memory at 18100000 for AVP kernel
  394. [ 3.856297] trpc_node_register: Adding 'avp-remote' to node list
  395. [ 3.862591] tegra_avp_probe: message area d85c000/d85c110
  396. [ 3.868370] Software Watchdog Timer: 0.07 initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout= 0)
  397. [ 3.878959] device-mapper: uevent: version 1.0.3
  398. [ 3.883841] device-mapper: ioctl: 4.21.0-ioctl (2011-07-06) initialised: dm-devel@redhat.com
  399. [ 3.892674] cpuidle: using governor ladder
  400. [ 3.897125] cpuidle: using governor menu
  401. [ 3.901132] sdhci: Secure Digital Host Controller Interface driver
  402. [ 3.907423] sdhci: Copyright(c) Pierre Ossman
  403. [ 3.911827] sdhci-pltfm: SDHCI platform and OF driver helper
  404. [ 3.917542] sdhci_tegra_init+ #####
  405. [ 3.921234] mmc0: Invalid maximum block size, assuming 512 bytes
  406. [ 3.927401] regulator_check_voltage: REG-LDO_5: unsupportable voltage range: 3000000-2850000uV
  407. [ 3.933071] usb 1-1: new high speed USB device number 2 using tegra-ehci
  408. [ 3.942936] sdhci-tegra sdhci-tegra.3: vmmc regulator_set_voltage failed: -22
  409. [ 3.950121] Registered led device: mmc0::
  410. [ 3.954649] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA
  411. [ 3.961976] android_work: did not send uevent (0 0 (null))
  412. [ 3.967940] sdhci-tegra sdhci-tegra.0: SD card wake-up event registrationfailed with eroor: -22
  413. [ 3.976756] sdhci-tegra sdhci-tegra.0: vddio_sdmmc regulator not found: -19
  414. [ 3.983786] sdhci-tegra sdhci-tegra.0: vddio_sd_slot regulator not found: -19
  415. [ 3.991050] mmc1: Invalid maximum block size, assuming 512 bytes
  416. [ 3.997137] mmc1: no vmmc regulator found
  417. [ 4.001356] Registered led device: mmc1::
  418. [ 4.005576] mmc1: SDHCI controller on sdhci-tegra.0 [sdhci-tegra.0] using ADMA
  419. [ 4.012955] sdhci_tegra_init- #####
  420. [ 4.016674] Registered led device: wifi-led
  421. [ 4.021454] usbcore: registered new interface driver usbhid
  422. [ 4.027156] usbhid: USB HID core driver
  423. [ 4.031441] logger: created 256K log 'log_main'
  424. [ 4.036203] logger: created 256K log 'log_events'
  425. [ 4.041068] logger: created 256K log 'log_radio'
  426. [ 4.045967] logger: created 256K log 'log_system'
  427. [ 4.051410] android_work: sent uevent USB_STATE=CONNECTED
  428. [ 4.068150] nvec nvec.2: ec firmware version 01.20.00 / f9
  429. [ 4.074449] nvec nvec.2: added 6 NVEC subdevices
  430. [ 4.079855] input: nvec keyboard as /devices/virtual/input/input0
  431. [ 4.086389] Registered led device: paz00-led
  432. [ 4.091073] input: lid switch as /devices/virtual/input/input1
  433. [ 4.097318] input: power key as /devices/virtual/input/input2
  434. [ 4.104596] usb 1-1: New USB device found, idVendor=0424, idProduct=2512
  435. [ 4.111636] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  436. [ 4.119886] hub 1-1:1.0: USB hub found
  437. [ 4.126070] [mmc]:mmc_decode_cid:113 cid.prv 0x90
  438. [ 4.131567] hub 1-1:1.0: 2 ports detected
  439. [ 4.143121] [mmc]:mmc_read_ext_csd:285 ext_csd.sectors 0xecc000 prod_name SEM08G BOOT_MULTI 0x8
  440. [ 4.153153] android_work: sent uevent USB_STATE=DISCONNECTED
  441. [ 4.160016] mmc0: new high speed MMC card at address 0001
  442. [ 4.167101] mmcblk0: mmc0:0001 SEM08G 7.39 GiB
  443. [ 4.171940] mmcblk0boot0: mmc0:0001 SEM08G partition 1 1.00 MiB
  444. [ 4.178847] mmcblk0boot1: mmc0:0001 SEM08G partition 2 1.00 MiB
  445. [ 4.179098] Wake12 for irq=370
  446. [ 4.200167] mmcblk0: p1 p2 p3 p4 p5 p6 p7
  447. [ 4.207056] mmcblk0boot1: unknown partition table
  448. [ 4.213436] mmcblk0boot0: unknown partition table
  449. [ 4.218493] [mmc]:mmc_rescan_try_freq:1900 mmc0: eMMC completed
  450. [ 4.253083] usb 2-1: new high speed USB device number 2 using tegra-ehci
  451. [ 4.302586] mmc1: new high speed SDHC card at address 0002
  452. [ 4.308583] mmcblk1: mmc1:0002 00000 7.67 GiB
  453. [ 4.314957] mmcblk1: p1
  454. [ 4.317964] [mmc]:mmc_rescan_try_freq:1896 mmc1: sd completed
  455. [ 4.403513] usb 2-1: New USB device found, idVendor=0424, idProduct=2513
  456. [ 4.410279] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  457. [ 4.418209] hub 2-1:1.0: USB hub found
  458. [ 4.422137] hub 2-1:1.0: 3 ports detected
  459. [ 4.443315] android_work: sent uevent USB_STATE=CONNECTED
  460. [ 4.503516] usb 1-1.1: new high speed USB device number 3 using tegra-ehci
  461. [ 4.543334] android_work: sent uevent USB_STATE=DISCONNECTED
  462. [ 4.641567] usb 1-1.1: New USB device found, idVendor=0db0, idProduct=3871
  463. [ 4.649278] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  464. [ 4.657045] usb 1-1.1: Product: 802.11 n WLAN
  465. [ 4.661578] usb 1-1.1: Manufacturer: Ralink
  466. [ 4.666005] usb 1-1.1: SerialNumber: 1.0
  467. [ 4.670366] android_work: sent uevent USB_STATE=CONNECTED
  468. [ 4.705919] asoc: alc5632-hifi <-> tegra20-i2s.0 mapping ok
  469. [ 4.712893] asoc: dit-hifi <-> tegra20-spdif mapping ok
  470. [ 4.719280] input: tegra-alc5632 Headset Jack as /devices/platform/tegra-alc5632.0/sound/card0/input3
  471. [ 4.729009] ALSA device list:
  472. [ 4.732030] #0: tegra-alc5632
  473. [ 4.735551] oprofile: using arm/armv7-ca9
  474. [ 4.739772] GACT probability NOT on
  475. [ 4.743389] Mirror/redirect action on
  476. [ 4.747103] u32 classifier
  477. [ 4.749908] Actions configured
  478. [ 4.753384] Netfilter messages via NETLINK v0.30.
  479. [ 4.758200] nf_conntrack version 0.5.0 (5443 buckets, 21772 max)
  480. [ 4.764595] ctnetlink v0.93: registering with nfnetlink.
  481. [ 4.770009] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
  482. [ 4.777082] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
  483. [ 4.783416] xt_time: kernel timezone is -0000
  484. [ 4.787907] IPv4 over IPv4 tunneling driver
  485. [ 4.792749] ip_tables: (C) 2000-2006 Netfilter Core Team
  486. [ 4.798407] arp_tables: (C) 2002 David S. Miller
  487. [ 4.803166] TCP cubic registered
  488. [ 4.806484] usb 1-1.2: new full speed USB device number 4 using tegra-ehci
  489. [ 4.806514] Initializing XFRM netlink socket
  490. [ 4.817899] NET: Registered protocol family 10
  491. [ 4.823266] Mobile IPv6
  492. [ 4.825802] ip6_tables: (C) 2000-2006 Netfilter Core Team
  493. [ 4.831454] IPv6 over IPv4 tunneling driver
  494. [ 4.836747] NET: Registered protocol family 17
  495. [ 4.841268] NET: Registered protocol family 15
  496. [ 4.846993] Bridge firewalling registered
  497. [ 4.851070] L2TP core driver, V2.0
  498. [ 4.854552] PPPoL2TP kernel driver, V2.0
  499. [ 4.858663] NET: Registered protocol family 35
  500. [ 4.863466] rfkill_gpio rfkill_gpio: wifi_rfkill device registered.
  501. [ 4.869898] Registering the dns_resolver key type
  502. [ 4.874704] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 1
  503. [ 4.882534] ThumbEE CPU extension supported.
  504. [ 4.886934] Registering SWP/SWPB emulation handler
  505. [ 4.901248] Disabling clocks left on by bootloader:
  506. [ 4.906234] audio_2x
  507. [ 4.908833] vi
  508. [ 4.910819] i2c3-fast
  509. [ 4.913422] nor
  510. [ 4.915541] vde
  511. [ 4.917604] bsev
  512. [ 4.919752] bsea
  513. [ 4.921913] Do not disable PWM clock when kernel inits
  514. [ 4.927250] fuse_burn
  515. [ 4.929847] clk_d
  516. [ 4.932092] pll_p_out2
  517. [ 4.934840] CPU rate: 1000 MHz
  518. [ 4.938014] tegra_fuse_program_init: no vdd_fuse. fuse write disabled
  519. [ 4.944820] android_work: sent uevent USB_STATE=DISCONNECTED
  520. [ 4.954322] otg_wakelock_init: No OTG transceiver found
  521. [ 4.959663] Wake15 for irq=271
  522. [ 4.963103] input: gpio-keys as /devices/platform/gpio-keys/input/input4
  523. [ 4.970478] tps6586x-rtc tps6586x-rtc.0: setting system clock to 2014-11-12 11:48:41 UTC (1415792921)
  524. [ 4.980203] Freeing init memory: 224K
  525. [ 4.989145] init: could not import file '/init.carrier.rc' from '/init.rc'
  526. [ 4.996658] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
  527. [ 5.006053] init: do_chown: Could not access /selinux/booleans
  528. [ 5.012143] init: do_chown: Could not access /sys/fs/selinux/booleans
  529. [ 5.035517] usb 1-1.2: New USB device found, idVendor=0db0, idProduct=a871
  530. [ 5.042512] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  531. [ 5.050276] android_work: sent uevent USB_STATE=CONNECTED
  532. [ 5.110859] init: /dev/hw_random not found
  533. [ 5.153313] usb 2-1.2: new high speed USB device number 3 using tegra-ehci
  534. [ 5.243564] android_work: sent uevent USB_STATE=DISCONNECTED
  535. [ 5.287669] init: property 'ro.serialno' doesn't exist while expanding '${ro.serialno}'
  536. [ 5.295939] init: cannot expand '${ro.serialno}' while writing to '/sys/class/android_usb/android0/iSerial'
  537. [ 5.306700] usb 2-1.2: New USB device found, idVendor=0bda, idProduct=58f2
  538. [ 5.314019] usb 2-1.2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
  539. [ 5.321689] usb 2-1.2: Product: USB Camera
  540. [ 5.326047] usb 2-1.2: Manufacturer: Generic
  541. [ 5.330522] usb 2-1.2: SerialNumber: 200901010001
  542. [ 5.349746] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
  543. [ 5.363852] EXT4-fs (mmcblk0p4): barriers disabled
  544. [ 5.371485] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,barrier=0,errors=panic
  545. [ 5.391161] EXT4-fs (mmcblk0p6): barriers disabled
  546. [ 5.399512] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,barrier=0,errors=panic
  547. [ 5.413070] EXT2-fs (mmcblk0p1): warning: mounting unchecked fs, running e2fsck is recommended
  548. [ 5.425791] EXT2-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended
  549. [ 5.538750] Loading modules backported from Linux version v3.16-0-g19583ca
  550. [ 5.546014] Backport generated by backports.git v3.16-1-0-g87df966
  551. [ 5.553906] android_work: sent uevent USB_STATE=CONNECTED
  552. [ 5.753784] android_work: sent uevent USB_STATE=DISCONNECTED
  553. [ 6.053714] android_work: sent uevent USB_STATE=CONNECTED
  554. [ 6.286570] cfg80211: Calling CRDA to update world regulatory domain
  555. [ 6.301497] lib80211: common routines for IEEE802.11 drivers
  556. [ 6.307236] lib80211_crypt: registered algorithm 'NULL'
  557. [ 6.453781] android_work: sent uevent USB_STATE=DISCONNECTED
  558. [ 6.555435] android_work: sent uevent USB_STATE=CONNECTED
  559. [ 6.753600] android_work: sent uevent USB_STATE=DISCONNECTED
  560. [ 6.953724] android_work: did not send uevent (0 0 (null))
  561. [ 7.053868] android_work: sent uevent USB_STATE=CONNECTED
  562. [ 7.153849] android_work: sent uevent USB_STATE=DISCONNECTED
  563. [ 7.353640] android_work: did not send uevent (0 0 (null))
  564. [ 7.657977] android_work: sent uevent USB_STATE=CONNECTED
  565. [ 7.682775] NTFS driver 2.1.30 [Flags: R/W MODULE].
  566. [ 7.722382] Linux video capture interface: v2.00
  567. [ 7.738332] uvcvideo: Found UVC 1.00 device USB Camera (0bda:58f2)
  568. [ 7.764237] input: USB Camera as /devices/platform/tegra-ehci.2/usb2/2-1/2-1.2/2-1.2:1.0/input/input5
  569. [ 7.774003] usbcore: registered new interface driver uvcvideo
  570. [ 7.779835] USB Video Class driver (1.1.1)
  571. [ 7.794288] usbcore: registered new interface driver cdc_ether
  572. [ 7.803744] usbcore: registered new interface driver cdc_acm
  573. [ 7.809507] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  574. [ 7.819809] usbcore: registered new interface driver cdc_wdm
  575. [ 7.828083] tun: Universal TUN/TAP device driver, 1.6
  576. [ 7.833315] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  577. [ 7.845074] zram: module is from the staging directory, the quality is unknown, you have been warned.
  578. [ 7.855144] zram: num_devices not specified. Using default: 1
  579. [ 7.860940] zram: Creating 1 devices ...
  580. [ 8.097394] init: /dev/hw_random not found
  581. [ 8.135454] healthd: wakealarm_init: timerfd_create failed
  582. [ 8.144624] healthd: BatteryHealthPath not found
  583. [ 8.153391] android_work: sent uevent USB_STATE=DISCONNECTED
  584. [ 8.154109] healthd: BatteryTemperaturePath not found
  585. [ 8.154146] binder: 87:87 transaction failed 29189, size 0-0
  586. [ 8.164844] android_usb: already disabled
  587. [ 8.169589] adb_open
  588. [ 8.169596] adb_open(adbd)
  589. [ 8.169603] mtp_bind_config
  590. [ 8.169646] adb_bind_config
  591. [ 8.463301] android_work: sent uevent USB_STATE=CONNECTED
  592. shell@ac100:/ $ [ 8.553448] input: Android Power Button as /devices/virtual/input/input6
  593. [ 8.938016] usbcore: registered new interface driver asix
  594. [ 9.163142] cable_detection_work_handler(): vbus_active = 0 and is_active = 0
  595. [ 9.203416] healthd: battery l=96 v=0 t=0.0 h=1 st=3 c=0 chg=
  596. [ 9.224761] healthd: battery l=96 v=0 t=0.0 h=1 st=3 c=0 chg=
  597. [ 9.236766] healthd: battery l=96 v=0 t=0.0 h=1 st=3 c=0 chg=
  598. [ 9.245396] healthd: battery l=96 v=0 t=0.0 h=1 st=3 c=0 chg=
  599. [ 9.255010] healthd: battery l=96 v=0 t=0.0 h=1 st=3 c=0 chg=
  600. [ 9.264442] healthd: battery l=96 v=0 t=0.0 h=1 st=3 c=0 chg=
  601. [ 9.274554] healthd: battery l=96 v=0 t=0.0 h=1 st=3 c=0 chg=
  602. [ 9.584432] elantech: assuming hardware version 3 (with firmware version 0x150500)
  603. [ 9.623087] elantech: Synaptics capabilities query result 0x69, 0x17, 0x09.
  604. [ 9.842577] input: ETPS/2 Elantech Touchpad as /devices/serio0/input/input7
  605. [ 9.849638] cpufreq_interactive_input_connect: connect to ETPS/2 Elantech Touchpad
  606. [ 9.925126] usbcore: registered new interface driver snd-usb-audio
  607. [ 9.971629] usbcore: registered new interface driver rndis_host
  608. [ 10.118600] usbcore: registered new interface driver rndis_wlan
  609. [ 10.253084] set_config : usb set config wake lock ++
  610. [ 10.258114] android_usb gadget: full speed config #1: android
  611. [ 10.264690] android_work: sent uevent USB_STATE=CONFIGURED
  612. [ 10.282047] EXT4-fs (mmcblk0p3): re-mounted. Opts: user_xattr,acl,barrier=1,data=ordered
  613. [ 10.300446] EXT4-fs (mmcblk0p3): re-mounted. Opts: user_xattr,acl,barrier=1,data=ordered
  614. [ 13.090904] warning: `zygote' uses 32-bit capabilities (legacy support in use)
  615. [ 14.321770] healthd: battery l=96 v=12064 t=0.0 h=1 st=3 c=0 chg=
  616. [ 19.446906] healthd: battery l=96 v=12064 t=0.0 h=1 st=3 c=-262 chg=
  617. [ 24.113005] healthd: battery l=96 v=12064 t=0.0 h=1 st=3 c=-262 chg=
  618. [ 24.138211] request_suspend_state: wakeup (3->0) at 23395180002 (2014-11-12 11:49:00.662724001 UTC)
  619. [ 24.560654] healthd: battery l=96 v=12064 t=0.0 h=1 st=3 c=-262 chg=
  620. [ 25.353734] usb 1-1.1: reset high speed USB device number 3 using tegra-ehci
  621. [ 25.410291] acc_open
  622. [ 25.413481] acc_release
  623. [ 25.484097] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3070, rev 0201 detected
  624. [ 25.530239] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0005 detected
  625. [ 25.539524] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
  626. [ 25.548567] Registered led device: rt2800usb-phy0::radio
  627. [ 25.554356] Registered led device: rt2800usb-phy0::assoc
  628. [ 25.560009] Registered led device: rt2800usb-phy0::quality
  629. [ 25.565860] usbcore: registered new interface driver rt2800usb
  630. [ 26.079126] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
  631. [ 26.180222] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.22
  632. [ 26.902850] ADDRCONF(NETDEV_UP): wlan0: link is not ready
  633. [ 28.284668] mtp_open
  634. [ 28.611893] cfg80211: Calling CRDA to update world regulatory domain
  635. [ 28.862426] wlan0: authenticate with 00:12:44:b0:d5:50
  636. [ 28.969852] wlan0: send auth to 00:12:44:b0:d5:50 (try 1/3)
  637. [ 28.978534] wlan0: authenticated
  638. [ 28.993097] wlan0: associate with 00:12:44:b0:d5:50 (try 1/3)
  639. [ 29.002851] wlan0: RX AssocResp from 00:12:44:b0:d5:50 (capab=0x431 status=0 aid=2)
  640. [ 29.033158] wlan0: associated
  641. [ 29.036778] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  642. [ 29.420417] qtaguid: tag_stat: stat_update() wlan0 not found
  643. [ 29.680384] healthd: battery l=96 v=12064 t=0.0 h=1 st=3 c=-262 chg=
  644. [ 34.798191] healthd: battery l=96 v=12011 t=0.0 h=1 st=3 c=-262 chg=
  645. [ 39.918283] healthd: battery l=96 v=12011 t=0.0 h=1 st=3 c=-405 chg=
  646. [ 45.042635] healthd: battery l=96 v=12011 t=0.0 h=1 st=3 c=-405 chg=
  647. [ 45.113423] request_suspend_state: sleep (0->3) at 44370387003 (2014-11-12 11:49:21.637931002 UTC)
  648. [ 45.122990] early_suspend: call handlers
  649. [ 45.127962] stop_drawing_early_suspended
  650. [ 45.132783] tegra_pwm tegra_pwm.0: pwm_disable called on disabled PWM
  651. [ 45.139897] early_suspend: sync
  652. [ 45.191238] active wake lock PowerManagerService.Broadcasts
  653. [ 45.196927] active wake lock PowerManagerService.WakeLocks
  654. [ 45.202461] active wake lock usb_config_wake_lock
  655. [ 45.207213] active wake lock nosuspend
  656. [ 45.211066] wake lock mmc0_detect, expired
  657. [ 45.215212] wake lock mmc1_detect, expired
  658. [ 50.163300] healthd: battery l=96 v=12011 t=0.0 h=1 st=3 c=-405 chg=
  659. [ 52.929837] request_suspend_state: wakeup (3->0) at 52186773002 (2014-11-12 11:49:29.454315001 UTC)
  660. [ 52.939790] late_resume: call handlers
  661. [ 52.944000] Disp: diff_msec= 7811
  662. [ 53.148487] tegra_pwm tegra_pwm.0: pwm_disable called on disabled PWM
  663. [ 53.155071] start_drawing_late_resumed
  664. [ 53.158912] late_resume: done
  665. [ 55.278947] healthd: battery l=96 v=12029 t=0.0 h=1 st=3 c=-405 chg=
  666. [ 60.401881] healthd: battery l=96 v=12029 t=0.0 h=1 st=3 c=-397 chg=
  667. [ 65.522877] healthd: battery l=96 v=12029 t=0.0 h=1 st=3 c=-397 chg=
  668. [ 70.637325] healthd: battery l=96 v=12029 t=0.0 h=1 st=3 c=-397 chg=
  669. [ 75.760866] healthd: battery l=96 v=12018 t=0.0 h=1 st=3 c=-397 chg=
  670. [ 80.881343] healthd: battery l=96 v=12018 t=0.0 h=1 st=3 c=-346 chg=
  671. [ 86.000126] healthd: battery l=96 v=12018 t=0.0 h=1 st=3 c=-346 chg=
  672. [ 91.121055] healthd: battery l=96 v=12018 t=0.0 h=1 st=3 c=-346 chg=
  673. [ 96.242347] healthd: battery l=96 v=12041 t=0.0 h=1 st=3 c=-346 chg=
  674. [ 101.360436] healthd: battery l=96 v=12041 t=0.0 h=1 st=3 c=-329 chg=
  675. [ 106.480370] healthd: battery l=96 v=12041 t=0.0 h=1 st=3 c=-329 chg=
  676. [ 111.602329] healthd: battery l=95 v=12041 t=0.0 h=1 st=3 c=-329 chg=
  677. [ 116.720733] healthd: battery l=95 v=12042 t=0.0 h=1 st=3 c=-329 chg=
  678. [ 121.386563] ec system event c5 04 00 00 80 00 ......
  679. [ 121.394944] payload: c5 04 00 00 80 00
  680. [ 121.840155] healthd: battery l=95 v=12042 t=0.0 h=1 st=3 c=-325 chg=
  681. [ 126.960086] healthd: battery l=95 v=12042 t=0.0 h=1 st=3 c=-325 chg=
  682. [ 131.661664] SysRq : Emergency Remount R/O
  683. [ 131.671702] EXT4-fs (mmcblk0p4): re-mounted. Opts: (null)
  684. [ 131.707420] EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
  685. [ 131.735562] Emergency Remount complete
  686. [ 131.810947] ulpi_phy_power_off: timeout waiting for phy to stop
  687. [ 131.817102] Disabling non-boot CPUs ...
  688. [ 131.821867] stop_machine_cpu_stop smp=0
  689. [ 131.821877] stop_machine_cpu_stop smp=1
  690. [ 131.830730] CPU1: shutdown
  691. [ 131.839151] Power down.
  692. [ 131.848492] Kernel panic - not syncing: Attempted to kill init!
  693. [ 131.854745] [<c0014418>] (unwind_backtrace+0x0/0xf8) from [<c0539a68>] (panic+0x60/0x19c)
  694. [ 131.863508] [<c0539a68>] (panic+0x60/0x19c) from [<c0051fe8>] (do_exit+0x5d4/0x6bc)
  695. [ 131.871898] [<c0051fe8>] (do_exit+0x5d4/0x6bc) from [<c006299c>] (sys_reboot+0x158/0x1ec)
  696. [ 131.880152] [<c006299c>] (sys_reboot+0x158/0x1ec) from [<c000e0a0>] (ret_fast_syscall+0x0/0x3c)
  697. [ 131.889034] Rebooting in 10 seconds..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement