* Reviving the LPSS PWM patches
@ 2016-03-31 10:24 Lluís Batlle i Rossell
0 siblings, 0 replies; 10+ messages in thread
From: Lluís Batlle i Rossell @ 2016-03-31 10:24 UTC (permalink / raw)
To: shobit.kumar; +Cc: intel-gfx
Hello,
I saw that you did some work for LPSS PWM:
https://lists.freedesktop.org/archives/intel-gfx/2016-January/085006.html
I cannot find a tree where the patches can be applied and the kernel links
properly. I tried two:
5ba001783ba6451fd3db0259d30549ca1fe91870
1df59b8497f47495e873c23abd6d3d290c730505
But in both I get an error in the final linking:
ERROR: "pwm_add_table" [drivers/pwm/pwm-lpss-platform.ko] undefined!
Is there any chance you can submit again the patches to a recent
tree? Or only tell over what tree those patches apply.
I have a LPSS PWM i915 hardware where I would test them.
(I'm not subscribed to intel-gfx; please keep me in Cc)
Thank you,
Lluís.
--
(Escriu-me xifrat si saps PGP / Write ciphered if you know PGP)
PGP key D4831A8A - https://emailselfdefense.fsf.org/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 10+ messages in thread
* Reviving the LPSS PWM patches
@ 2016-03-31 10:27 Lluís Batlle i Rossell
2016-04-05 6:33 ` Kumar, Shobhit
0 siblings, 1 reply; 10+ messages in thread
From: Lluís Batlle i Rossell @ 2016-03-31 10:27 UTC (permalink / raw)
To: shobhit.kumar; +Cc: intel-gfx
Hello,
I saw that you did some work for LPSS PWM:
https://lists.freedesktop.org/archives/intel-gfx/2016-January/085006.html
I cannot find a tree where the patches can be applied and the kernel links
properly. I tried two:
5ba001783ba6451fd3db0259d30549ca1fe91870
1df59b8497f47495e873c23abd6d3d290c730505
But in both I get an error in the final linking:
ERROR: "pwm_add_table" [drivers/pwm/pwm-lpss-platform.ko] undefined!
Is there any chance you can submit again the patches to a recent
tree? Or only tell over what tree those patches apply.
I have a LPSS PWM i915 hardware where I would test them.
(I'm not subscribed to intel-gfx; please keep me in Cc)
Thank you,
Lluís.
--
(Escriu-me xifrat si saps PGP / Write ciphered if you know PGP)
PGP key D4831A8A - https://emailselfdefense.fsf.org/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Reviving the LPSS PWM patches
2016-03-31 10:27 Reviving the LPSS PWM patches Lluís Batlle i Rossell
@ 2016-04-05 6:33 ` Kumar, Shobhit
2016-04-05 10:39 ` Lluís Batlle i Rossell
0 siblings, 1 reply; 10+ messages in thread
From: Kumar, Shobhit @ 2016-04-05 6:33 UTC (permalink / raw)
To: Lluís Batlle i Rossell, shobhit.kumar; +Cc: russianneuromancer, intel-gfx
Hi
On Thursday 31 March 2016 03:57 PM, Lluís Batlle i Rossell wrote:
> Hello,
>
> I saw that you did some work for LPSS PWM:
> https://lists.freedesktop.org/archives/intel-gfx/2016-January/085006.html
>
Apart from above apply the following as well -
https://patchwork.freedesktop.org/patch/70965/
This is just a Hack for quick testing. Try increasing the retry count if
you get pwm device not found error. Will have to work on a proper patch
as suggested by Daniel earlier. Had a working version which I need to send.
> I cannot find a tree where the patches can be applied and the kernel links
> properly. I tried two:
> 5ba001783ba6451fd3db0259d30549ca1fe91870
> 1df59b8497f47495e873c23abd6d3d290c730505
>
> But in both I get an error in the final linking:
> ERROR: "pwm_add_table" [drivers/pwm/pwm-lpss-platform.ko] undefined!
>
I just applied all of them on latest drm-intel-nightly with no problem
and compiled with
CONFIG_PWM_LPSS=y
CONFIG_PWM_LPSS_PLATFORM=y
> Is there any chance you can submit again the patches to a recent
> tree? Or only tell over what tree those patches apply.
>
> I have a LPSS PWM i915 hardware where I would test them.
>
Thanks for testing as I do not have a LPSS PWM based device.
Regards
Shobhit
> (I'm not subscribed to intel-gfx; please keep me in Cc)
>
> Thank you,
> Lluís.
>
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Reviving the LPSS PWM patches
2016-04-05 6:33 ` Kumar, Shobhit
@ 2016-04-05 10:39 ` Lluís Batlle i Rossell
2016-04-05 19:06 ` Lluís Batlle i Rossell
0 siblings, 1 reply; 10+ messages in thread
From: Lluís Batlle i Rossell @ 2016-04-05 10:39 UTC (permalink / raw)
To: Kumar, Shobhit; +Cc: russianneuromancer, intel-gfx
On Tue, Apr 05, 2016 at 12:03:44PM +0530, Kumar, Shobhit wrote:
> On Thursday 31 March 2016 03:57 PM, Lluís Batlle i Rossell wrote:
> >Hello,
> >
> >I saw that you did some work for LPSS PWM:
> >https://lists.freedesktop.org/archives/intel-gfx/2016-January/085006.html
> >
>
> Apart from above apply the following as well -
> https://patchwork.freedesktop.org/patch/70965/
>
> This is just a Hack for quick testing. Try increasing the retry count if you
> get pwm device not found error. Will have to work on a proper patch as
> suggested by Daniel earlier. Had a working version which I need to send.
>
Definitely I was quite blind in my initial attempts at applying the
patches, and gave me the idea that they did not apply in any recent tree.
I've checked that they apply and build over the released 4.5, so I will go
testing that, maybe today. I will report.
I just did not use drm-intel-next because I also need another set of
patches for a device unrelated to Intel, and these did not apply cleanly
to drm-intel-next; I guess that released 4.5 will do.
Thank you.
--
(Escriu-me xifrat si saps PGP / Write ciphered if you know PGP)
PGP key D4831A8A - https://emailselfdefense.fsf.org/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Reviving the LPSS PWM patches
2016-04-05 10:39 ` Lluís Batlle i Rossell
@ 2016-04-05 19:06 ` Lluís Batlle i Rossell
2016-04-06 10:56 ` Lluís Batlle i Rossell
0 siblings, 1 reply; 10+ messages in thread
From: Lluís Batlle i Rossell @ 2016-04-05 19:06 UTC (permalink / raw)
To: Kumar, Shobhit; +Cc: russianneuromancer, intel-gfx
[-- Attachment #1: Type: text/plain, Size: 1102 bytes --]
On Tue, Apr 05, 2016 at 12:39:30PM +0200, Lluís Batlle i Rossell wrote:
> On Tue, Apr 05, 2016 at 12:03:44PM +0530, Kumar, Shobhit wrote:
> > On Thursday 31 March 2016 03:57 PM, Lluís Batlle i Rossell wrote:
> > >Hello,
> > >
> > >I saw that you did some work for LPSS PWM:
> > >https://lists.freedesktop.org/archives/intel-gfx/2016-January/085006.html
>
> Definitely I was quite blind in my initial attempts at applying the
> patches, and gave me the idea that they did not apply in any recent tree.
> I've checked that they apply and build over the released 4.5, so I will go
> testing that, maybe today. I will report.
The screen goes black, as before.
I attach the dmesg after applying the four patches (3 + 1) to 4.5.
PWM_LPSS=y and PWM_LPSS_PLATFORM=y
I also attach a dmesg of a panicked kernel that actually does run in that
board, so you can see that it is actually a lpss-pwm case.
Is there anything else I can provide?
Regards,
Lluís.
--
(Escriu-me xifrat si saps PGP / Write ciphered if you know PGP)
PGP key D4831A8A - https://emailselfdefense.fsf.org/
[-- Attachment #2: lpss-pwm-patches-dmesg.txt --]
[-- Type: text/plain, Size: 48573 bytes --]
[ 0.000000] Linux version 4.5.0 (nixbld1@croscat) (gcc version 5.3.0 (GCC) ) #1-NixOS SMP Mon Mar 14 04:28:54 UTC 2016
[ 0.000000] Command line: initrd=\efi\nixos\2sdsx719bvvnhq5m1m7wf9npshnrvkdy-initrd-initrd.efi systemConfig=/nix/store/5z9ah8njkrl31idk4vkq4hpi0hg1dgnh-nixos-system-teula-16.09.git.63f1eb6 init=/nix/store/5z9ah8njkrl31idk4vkq4hpi0hg1dgnh-nixos-system-teula-16.09.git.63f1eb6/init loglevel=4 fbcon=rotate:1,font:vga8x8 systemd.log_target=console
[ 0.000000] x86/fpu: Legacy x87 FPU detected.
[ 0.000000] x86/fpu: Using 'lazy' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x00000000796cefff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000796cf000-0x000000007bd3afff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007bd3b000-0x000000007bd6afff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000007bd6b000-0x000000007c41afff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007c41b000-0x000000007c610fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007c611000-0x000000007c61afff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007c61b000-0x000000007c61bfff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007c61c000-0x000000007ccfffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.31 by American Megatrends
[ 0.000000] efi: ESRT=0x7bd3a000 ACPI=0x7bd6a000 ACPI 2.0=0x7bd6a014 SMBIOS=0x7c465d18
[ 0.000000] efi: requested map not found.
[ 0.000000] esrt: ESRT header is not in the memory map.
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: Woxter WOXTERI ZEN 10/WOXTERI ZEN 10, BIOS 5.6.5 11/12/2015
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x7cd00 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 07E000000 mask FFE000000 uncachable
[ 0.000000] 2 base 07D000000 mask FFF000000 uncachable
[ 0.000000] 3 base 07CE00000 mask FFFE00000 uncachable
[ 0.000000] 4 base 07CE00000 mask FFFE00000 uncachable
[ 0.000000] 5 base 07CD00000 mask FFFF00000 uncachable
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000027000] 27000 size 24576
[ 0.000000] BRK [0x01af1000, 0x01af1fff] PGTABLE
[ 0.000000] BRK [0x01af2000, 0x01af2fff] PGTABLE
[ 0.000000] BRK [0x01af3000, 0x01af3fff] PGTABLE
[ 0.000000] BRK [0x01af4000, 0x01af4fff] PGTABLE
[ 0.000000] BRK [0x01af5000, 0x01af5fff] PGTABLE
[ 0.000000] BRK [0x01af6000, 0x01af6fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x78f49000-0x794d0fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x000000007BD6A014 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x000000007BD69100 0000B4 (v01 ALASKA A M I 00000003 MSFT 0100000D)
[ 0.000000] ACPI: FACP 0x000000007BD65000 00010C (v05 ALASKA A M I 00000003 AMI 0100000D)
[ 0.000000] ACPI: DSDT 0x000000007BD51000 00F3D2 (v02 ALASKA A M I 00000003 AMI 0100000D)
[ 0.000000] ACPI: FACS 0x000000007BED1000 000040
[ 0.000000] ACPI: FACS 0x000000007BED1000 000040
[ 0.000000] ACPI: MSDM 0x000000007BD68000 000055 (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: UEFI 0x000000007C3D6000 000042 (v01 ALASKA A M I 00000000 00000000)
[ 0.000000] ACPI: OEM0 0x000000007BD67000 000084 (v05 ALASKA BATTERY 00000003 AMI 0100000D)
[ 0.000000] ACPI: DBG2 0x000000007BD66000 000072 (v00 ALASKA INTLDBG2 00000003 AMI 0100000D)
[ 0.000000] ACPI: HPET 0x000000007BD64000 000038 (v01 ALASKA A M I 00000003 AMI 0100000D)
[ 0.000000] ACPI: LPIT 0x000000007BD63000 000104 (v01 ALASKA A M I 00000003 AMI 0100000D)
[ 0.000000] ACPI: APIC 0x000000007BD62000 00006C (v03 ALASKA A M I 00000003 AMI 0100000D)
[ 0.000000] ACPI: MCFG 0x000000007BD61000 00003C (v01 ALASKA A M I 00000003 AMI 0100000D)
[ 0.000000] ACPI: FPDT 0x000000007BD4A000 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x000000007BD49000 000763 (v01 PmRef CpuPm 00003000 INTL 20061109)
[ 0.000000] ACPI: SSDT 0x000000007BD48000 000290 (v01 PmRef Cpu0Tst 00003000 INTL 20061109)
[ 0.000000] ACPI: SSDT 0x000000007BD47000 00017A (v01 PmRef ApTst 00003000 INTL 20061109)
[ 0.000000] ACPI: EM_1 0x000000007BD46000 000029 (v00 ALASKA A M I 00000005 INTL 0100000D)
[ 0.000000] ACPI: OEM1 0x000000007BD45000 000040 (v01 ALASKA A M I 00000005 INTL 0100000D)
[ 0.000000] ACPI: PIDV 0x000000007BD44000 0000DC (v02 ALASKA A M I 00000002 00000000)
[ 0.000000] ACPI: RSCI 0x000000007BD43000 00002C (v00 ALASKA A M I 00000000 00000000)
[ 0.000000] ACPI: CSRT 0x000000007BD50000 00014C (v00 ALASKA A M I 00000005 INTL 20120624)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ccfffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x78f45000-0x78f48fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000007ccfffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000008efff]
[ 0.000000] node 0: [mem 0x0000000000090000-0x000000000009dfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001fffffff]
[ 0.000000] node 0: [mem 0x0000000020200000-0x00000000796cefff]
[ 0.000000] node 0: [mem 0x000000007c611000-0x000000007c61afff]
[ 0.000000] node 0: [mem 0x000000007c61c000-0x000000007ccfffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007ccfffff]
[ 0.000000] On node 0 totalpages: 498521
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 133 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 7924 pages used for memmap
[ 0.000000] DMA32 zone: 494525 pages, LIFO batch:31
[ 0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
[ 0.000000] Reserving Intel graphics stolen memory at 0x7d000000-0x7effffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-86
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x796cf000-0x7bd3afff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7bd3b000-0x7bd6afff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7bd6b000-0x7c41afff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7c41b000-0x7c610fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7c61b000-0x7c61bfff]
[ 0.000000] e820: [mem 0x7f000000-0xe00f7fff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 32 pages/cpu @ffff880076200000 s91096 r8192 d31784 u524288
[ 0.000000] pcpu-alloc: s91096 r8192 d31784 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 490400
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: initrd=\efi\nixos\2sdsx719bvvnhq5m1m7wf9npshnrvkdy-initrd-initrd.efi systemConfig=/nix/store/5z9ah8njkrl31idk4vkq4hpi0hg1dgnh-nixos-system-teula-16.09.git.63f1eb6 init=/nix/store/5z9ah8njkrl31idk4vkq4hpi0hg1dgnh-nixos-system-teula-16.09.git.63f1eb6/init loglevel=4 fbcon=rotate:1,font:vga8x8 systemd.log_target=console
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 1892880K/1994084K available (5176K kernel code, 913K rwdata, 1820K rodata, 1180K init, 884K bss, 101204K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[ 0.000000] NR_IRQS:4352 nr_irqs:1024 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] Maximum core-clock to bus-clock ratio: 0x10
[ 0.000000] Resolved frequency ID: 0, frequency: 83200 KHz
[ 0.000000] TSC runs at 1331200 KHz
[ 0.000000] lapic_timer_frequency = 83200
[ 0.000000] tsc: Detected 1331.200 MHz processor
[ 0.000056] Calibrating delay loop (skipped), value calculated using timer frequency.. 2662.40 BogoMIPS (lpj=1331200)
[ 0.000064] pid_max: default: 32768 minimum: 301
[ 0.000086] ACPI: Core revision 20160108
[ 0.037479] ACPI: 4 ACPI AML tables successfully acquired and loaded
[ 0.038877] Security Framework initialized
[ 0.038891] AppArmor: AppArmor initialized
[ 0.039249] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.040662] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.041329] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.041344] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.041861] CPU: Physical Processor ID: 0
[ 0.041867] CPU: Processor Core ID: 0
[ 0.041876] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.041880] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.041891] mce: CPU supports 6 MCE banks
[ 0.041906] CPU0: Thermal monitoring enabled (TM1)
[ 0.041913] process: using mwait in idle threads
[ 0.041921] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[ 0.041925] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[ 0.042455] Freeing SMP alternatives memory: 20K (ffffffff81a0d000 - ffffffff81a12000)
[ 0.056591] ftrace: allocating 21919 entries in 86 pages
[ 0.075677] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.085708] TSC deadline timer enabled
[ 0.085715] smpboot: CPU0: Intel(R) Atom(TM) CPU Z3735F @ 1.33GHz (family: 0x6, model: 0x37, stepping: 0x8)
[ 0.085774] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
[ 0.085796] ... version: 3
[ 0.085800] ... bit width: 40
[ 0.085803] ... generic registers: 2
[ 0.085807] ... value mask: 000000ffffffffff
[ 0.085810] ... max period: 000000ffffffffff
[ 0.085813] ... fixed-purpose events: 3
[ 0.085816] ... event mask: 0000000700000003
[ 0.086595] x86: Booting SMP configuration:
[ 0.086602] .... node #0, CPUs: #1 #2 #3
[ 0.093562] x86: Booted up 1 node, 4 CPUs
[ 0.093570] smpboot: Total of 4 processors activated (10649.60 BogoMIPS)
[ 0.094505] devtmpfs: initialized
[ 0.095035] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[ 0.095041] PM: Registering ACPI NVS region [mem 0x7bd6b000-0x7c41afff] (7012352 bytes)
[ 0.095491] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.095640] pinctrl core: initialized pinctrl subsystem
[ 0.096199] NET: Registered protocol family 16
[ 0.101573] cpuidle: using governor menu
[ 0.101674] ACPI: bus type PCI registered
[ 0.101868] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.101875] PCI: not using MMCONFIG
[ 0.101879] PCI: Using configuration type 1 for base access
[ 0.107895] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.108543] ACPI: Added _OSI(Module Device)
[ 0.108549] ACPI: Added _OSI(Processor Device)
[ 0.108553] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.108557] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.129500] ACPI: Dynamic OEM Table Load:
[ 0.129522] ACPI: SSDT 0xFFFF8800731DA000 000501 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.131491] ACPI: Dynamic OEM Table Load:
[ 0.131510] ACPI: SSDT 0xFFFF8800731DA800 000433 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.134124] ACPI: Dynamic OEM Table Load:
[ 0.134141] ACPI: SSDT 0xFFFF880073246800 00015F (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.136050] ACPI: Dynamic OEM Table Load:
[ 0.136066] ACPI: SSDT 0xFFFF880075C95000 00008D (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.140215] ACPI: Interpreter enabled
[ 0.140254] ACPI: (supports S0 S5)
[ 0.140259] ACPI: Using IOAPIC for interrupt routing
[ 0.140346] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.152205] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] not reserved in ACPI motherboard resources
[ 0.152212] PCI: not using MMCONFIG
[ 0.152220] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.158178] ACPI: Power Resource [USBC] (on)
[ 0.159089] ACPI: Power Resource [WWPR] (off)
[ 0.165418] ACPI: Power Resource [PLPE] (on)
[ 0.177679] ACPI: Power Resource [CLK0] (on)
[ 0.177811] ACPI: Power Resource [CLK1] (on)
[ 0.178918] ACPI: Power Resource [P28X] (off)
[ 0.179048] ACPI: Power Resource [P18X] (off)
[ 0.188376] ACPI: Power Resource [P28P] (off)
[ 0.188517] ACPI: Power Resource [P18P] (off)
[ 0.188647] ACPI: Power Resource [P28T] (off)
[ 0.188782] ACPI: Power Resource [P18T] (off)
[ 0.188911] ACPI: Power Resource [P1XT] (off)
[ 0.191863] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.191877] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[ 0.192004] \_SB_.PCI0 (33DB4D5B-1FF7-401C-9657-7441C03DD766): _OSC invalid UUID
[ 0.192009] _OSC request data: 1 1e 0
[ 0.192020] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[ 0.192052] acpi PNP0A08:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 0.192523] PCI host bridge to bus 0000:00
[ 0.192532] pci_bus 0000:00: root bus resource [io 0x0070-0x0077]
[ 0.192539] pci_bus 0000:00: root bus resource [io 0x0000-0x006f window]
[ 0.192544] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7 window]
[ 0.192550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.192556] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.192561] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 0.192567] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[ 0.192573] pci_bus 0000:00: root bus resource [mem 0x7d000001-0x7f000000 window]
[ 0.192578] pci_bus 0000:00: root bus resource [mem 0x80000000-0x90effffe window]
[ 0.192584] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed40fff window]
[ 0.192590] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.192608] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[ 0.192879] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[ 0.192900] pci 0000:00:02.0: reg 0x10: [mem 0x90400000-0x907fffff]
[ 0.192918] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref]
[ 0.192934] pci 0000:00:02.0: reg 0x20: [io 0x1000-0x1007]
[ 0.193211] pci 0000:00:03.0: [8086:0f38] type 00 class 0x048000
[ 0.193230] pci 0000:00:03.0: reg 0x10: [mem 0x90000000-0x903fffff]
[ 0.193511] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[ 0.193538] pci 0000:00:14.0: reg 0x10: [mem 0x90e00000-0x90e0ffff 64bit]
[ 0.193619] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.193863] pci 0000:00:16.0: [8086:0f37] type 00 class 0x0c0380
[ 0.193885] pci 0000:00:16.0: reg 0x10: [mem 0x90800000-0x909fffff]
[ 0.193898] pci 0000:00:16.0: reg 0x14: [mem 0x90e2e000-0x90e2efff]
[ 0.193973] pci 0000:00:16.0: PME# supported from D0 D3hot
[ 0.194277] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[ 0.194309] pci 0000:00:1a.0: reg 0x10: [mem 0x90d00000-0x90dfffff]
[ 0.194328] pci 0000:00:1a.0: reg 0x14: [mem 0x90c00000-0x90cfffff]
[ 0.194455] pci 0000:00:1a.0: PME# supported from D0 D3hot
[ 0.194697] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[ 0.195941] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.196139] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.196348] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.196544] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.196739] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.196935] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.197134] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.197353] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.212228] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.212236] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.212242] vgaarb: loaded
[ 0.212246] vgaarb: bridge control possible 0000:00:02.0
[ 0.242491] i2c i2c-0: Failed to register i2c client INT33FE:00 at 0x68 (-16)
[ 0.242505] i2c i2c-0: failed to add I2C device INT33FE:00 from ACPI
[ 0.345076] i2c_designware 80860F41:04: I2C bus managed by PUNIT
[ 0.345381] PCI: Using ACPI for IRQ routing
[ 0.345388] PCI: pci_cache_line_size set to 64 bytes
[ 0.345421] Expanded resource reserved due to conflict with PCI Bus 0000:00
[ 0.345428] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[ 0.345433] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.345437] e820: reserve RAM buffer [mem 0x796cf000-0x7bffffff]
[ 0.345442] e820: reserve RAM buffer [mem 0x7c61b000-0x7fffffff]
[ 0.345447] e820: reserve RAM buffer [mem 0x7cd00000-0x7fffffff]
[ 0.345759] NetLabel: Initializing
[ 0.345764] NetLabel: domain hash size = 128
[ 0.345767] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.345797] NetLabel: unlabeled traffic allowed by default
[ 0.345919] clocksource: Switched to clocksource refined-jiffies
[ 0.361144] VFS: Disk quotas dquot_6.6.0
[ 0.361188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.361416] AppArmor: AppArmor Filesystem Enabled
[ 0.361537] pnp: PnP ACPI init
[ 0.361687] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.361960] system 00:01: [io 0x0680-0x069f] has been reserved
[ 0.361968] system 00:01: [io 0x0400-0x047f] has been reserved
[ 0.361974] system 00:01: [io 0x0500-0x05fe] has been reserved
[ 0.361980] system 00:01: [io 0x0600-0x061f] has been reserved
[ 0.361987] system 00:01: [io 0x164e-0x164f] has been reserved
[ 0.361997] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.362262] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.366250] pnp: PnP ACPI: found 3 devices
[ 0.376542] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.376577] clocksource: Switched to clocksource acpi_pm
[ 0.376601] pci_bus 0000:00: resource 4 [io 0x0070-0x0077]
[ 0.376608] pci_bus 0000:00: resource 5 [io 0x0000-0x006f window]
[ 0.376614] pci_bus 0000:00: resource 6 [io 0x0078-0x0cf7 window]
[ 0.376619] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.376625] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.376631] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 0.376637] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[ 0.376642] pci_bus 0000:00: resource 11 [mem 0x7d000001-0x7f000000 window]
[ 0.376648] pci_bus 0000:00: resource 12 [mem 0x80000000-0x90effffe window]
[ 0.376654] pci_bus 0000:00: resource 13 [mem 0xfed40000-0xfed40fff window]
[ 0.376727] NET: Registered protocol family 2
[ 0.377123] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.377239] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[ 0.377384] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.377453] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.377486] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.377638] NET: Registered protocol family 1
[ 0.377678] pci 0000:00:02.0: Video device with shadowed ROM
[ 0.378050] PCI: CLS 0 bytes, default 64
[ 0.378190] Unpacking initramfs...
[ 0.582545] Freeing initrd memory: 5664K (ffff880078f49000 - ffff8800794d1000)
[ 0.583004] Scanning for low memory corruption every 60 seconds
[ 0.583898] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.584000] audit: initializing netlink subsys (disabled)
[ 0.584044] audit: type=2000 audit(1459882757.571:1): initialized
[ 0.584727] Initialise system trusted keyring
[ 0.592189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.592297] io scheduler noop registered
[ 0.592399] io scheduler cfq registered (default)
[ 0.615287] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.615309] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.615376] efifb: probing for efifb
[ 0.615410] efifb: framebuffer at 0x80000000, mapped to 0xffffc90000600000, using 1876k, total 1875k
[ 0.615416] efifb: mode is 800x600x32, linelength=3200, pages=1
[ 0.615419] efifb: scrolling: redraw
[ 0.615424] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.621741] Console: switching to colour frame buffer device 75x50
[ 0.627632] fb0: EFI VGA frame buffer device
[ 0.627660] intel_idle: MWAIT substates: 0x33000020
[ 0.627664] intel_idle: v0.4 model 0x37
[ 0.627667] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.628335] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.648644] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.649887] hpet: number irqs doesn't agree with number of timers
[ 0.650904] Intel P-state driver initializing.
[ 0.654125] microcode: CPU0 sig=0x30678, pf=0x2, revision=0x830
[ 0.654175] microcode: CPU1 sig=0x30678, pf=0x2, revision=0x830
[ 0.654222] microcode: CPU2 sig=0x30678, pf=0x2, revision=0x830
[ 0.654342] microcode: CPU3 sig=0x30678, pf=0x2, revision=0x830
[ 0.654779] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.656695] registered taskstats version 1
[ 0.656728] Loading compiled-in X.509 certificates
[ 0.656874] AppArmor: AppArmor sha1 policy hashing enabled
[ 0.669888] i2c_designware 80860F41:04: I2C bus managed by PUNIT
[ 0.679653] axp20x i2c-INT33F4:00: AXP20x variant AXP288 found
[ 0.731325] axp20x i2c-INT33F4:00: AXP20X driver loaded
[ 0.733044] PM: Hibernation image not present or could not be loaded.
[ 0.735713] Freeing unused kernel memory: 1180K (ffffffff818e6000 - ffffffff81a0d000)
[ 0.735720] Write protecting the kernel read-only data: 8192k
[ 0.737195] Freeing unused kernel memory: 956K (ffff880001511000 - ffff880001600000)
[ 0.738936] Freeing unused kernel memory: 228K (ffff8800017c7000 - ffff880001800000)
[ 0.802497] stage-1-init: loading module dm_mod...
[ 0.829671] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 0.830233] stage-1-init: running udev...
[ 0.844610] stage-1-init: failed to get cgroup: No medium found
[ 0.844687] stage-1-init: starting version 229
[ 0.846246] random: systemd-udevd urandom read with 2 bits of entropy available
[ 0.943977] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 0.951483] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[ 0.951562] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[ 0.980012] ACPI: bus type USB registered
[ 0.980077] usbcore: registered new interface driver usbfs
[ 0.980114] usbcore: registered new interface driver hub
[ 0.980173] usbcore: registered new device driver usb
[ 0.994514] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.994533] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 0.995693] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[ 0.995704] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 0.995879] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.995885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.995890] usb usb1: Product: xHCI Host Controller
[ 0.995894] usb usb1: Manufacturer: Linux 4.5.0 xhci-hcd
[ 0.995898] usb usb1: SerialNumber: 0000:00:14.0
[ 0.996223] hub 1-0:1.0: USB hub found
[ 0.996246] hub 1-0:1.0: 6 ports detected
[ 1.511048] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.511060] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.511147] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.511152] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.511156] usb usb2: Product: xHCI Host Controller
[ 1.511159] usb usb2: Manufacturer: Linux 4.5.0 xhci-hcd
[ 1.511163] usb usb2: SerialNumber: 0000:00:14.0
[ 1.511590] hub 2-0:1.0: USB hub found
[ 1.511607] hub 2-0:1.0: 1 port detected
[ 1.864338] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 1.988305] i8042: No controller found
[ 1.988342] tsc: Refined TSC clocksource calibration: 1333.337 MHz
[ 1.988347] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1338224bf12, max_idle_ns: 440795235458 ns
[ 2.006087] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 2.031720] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610
[ 2.031726] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.031730] usb 1-1: Product: USB2.0 Hub
[ 2.033096] hub 1-1:1.0: USB hub found
[ 2.033467] hub 1-1:1.0: 4 ports detected
[ 2.308983] usb 1-1.2: new low-speed USB device number 3 using xhci_hcd
[ 2.399179] usb 1-1.2: New USB device found, idVendor=0603, idProduct=0002
[ 2.399185] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.399188] usb 1-1.2: Product: USB Composite Device
[ 2.399192] usb 1-1.2: Manufacturer: SINO WEALTH
[ 2.411505] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.432861] usbcore: registered new interface driver usbhid
[ 2.432882] usbhid: USB HID core driver
[ 2.435490] input: SINO WEALTH USB Composite Device as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:0603:0002.0001/input/input0
[ 2.467318] usb 1-1.4: new high-speed USB device number 4 using xhci_hcd
[ 2.486746] hid-generic 0003:0603:0002.0001: input,hidraw0: USB HID v1.10 Keyboard [SINO WEALTH USB Composite Device] on usb-0000:00:14.0-1.2/input0
[ 2.487135] input: SINO WEALTH USB Composite Device as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:0603:0002.0002/input/input1
[ 2.539592] hid-generic 0003:0603:0002.0002: input,hiddev0,hidraw1: USB HID v1.10 Mouse [SINO WEALTH USB Composite Device] on usb-0000:00:14.0-1.2/input1
[ 2.545863] usb 1-1.4: New USB device found, idVendor=0781, idProduct=5590
[ 2.545871] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.545875] usb 1-1.4: Product: Ultra
[ 2.545879] usb 1-1.4: Manufacturer: SanDisk
[ 2.545883] usb 1-1.4: SerialNumber: 4C530001071024108515
[ 2.567724] SCSI subsystem initialized
[ 2.573760] usb-storage 1-1.4:1.0: USB Mass Storage device detected
[ 2.574056] scsi host0: usb-storage 1-1.4:1.0
[ 2.574277] usbcore: registered new interface driver usb-storage
[ 3.052351] i8042: No controller found
[ 3.052383] clocksource: Switched to clocksource tsc
[ 3.075017] stage-1-init: starting device mapper and LVM...
[ 3.579319] scsi 0:0:0:0: Direct-Access SanDisk Ultra 1.00 PQ: 0 ANSI: 6
[ 3.590131] sd 0:0:0:0: [sda] 30375936 512-byte logical blocks: (15.6 GB/14.5 GiB)
[ 3.590935] sd 0:0:0:0: [sda] Write Protect is off
[ 3.590945] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[ 3.591525] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 3.612400] sda: sda1 sda2
[ 3.615550] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 4.201093] stage-1-init: waiting for device /dev/disk/by-uuid/7a2960aa-3630-48c1-9db8-cf75a3e15a6d to appear...
[ 4.227005] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 5.269126] i8042: No controller found
[ 5.277089] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 6.319159] i8042: No controller found
[ 6.335464] stage-1-init: checking /dev/disk/by-uuid/7a2960aa-3630-48c1-9db8-cf75a3e15a6d...
[ 6.337000] stage-1-init: fsck (busybox 1.23.2, )
[ 6.337231] stage-1-init: [fsck.ext4 (1) -- /mnt-root/] fsck.ext4 -a /dev/disk/by-uuid/7a2960aa-3630-48c1-9db8-cf75a3e15a6d
[ 6.355023] stage-1-init: /dev/disk/by-uuid/7a2960aa-3630-48c1-9db8-cf75a3e15a6d: clean, 493443/933888 files, 1908006/3731195 blocks
[ 6.363367] stage-1-init: mounting /dev/disk/by-uuid/7a2960aa-3630-48c1-9db8-cf75a3e15a6d on /...
[ 6.786808] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 6.813253] random: nonblocking pool is initialized
[ 7.239787] EXT4-fs (sda2): re-mounted. Opts: (null)
[ 7.241362] booting system configuration /nix/store/5z9ah8njkrl31idk4vkq4hpi0hg1dgnh-nixos-system-teula-16.09.git.63f1eb6
[ 7.524332] stage-2-init: running activation script...
[ 7.591066] stage-2-init: setting up /etc...
[ 9.475880] NET: Registered protocol family 10
[ 10.285248] loop: module loaded
[ 10.301852] audit: type=1130 audit(1459882767.273:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/nix/store/8x9ml5q9cj7jzwq7v8wrwdg4zp99za7q-systemd-229/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 10.308470] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 10.385865] EXT4-fs (sda2): re-mounted. Opts: (null)
[ 10.391406] audit: type=1130 audit(1459882767.362:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/nix/store/8x9ml5q9cj7jzwq7v8wrwdg4zp99za7q-systemd-229/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 11.350359] i8042: No controller found
[ 11.368869] audit: type=1130 audit(1459882768.338:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-vconsole-setup comm="systemd" exe="/nix/store/8x9ml5q9cj7jzwq7v8wrwdg4zp99za7q-systemd-229/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 11.372227] audit: type=1130 audit(1459882768.342:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/nix/store/8x9ml5q9cj7jzwq7v8wrwdg4zp99za7q-systemd-229/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 11.375459] audit: type=1130 audit(1459882768.345:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/nix/store/8x9ml5q9cj7jzwq7v8wrwdg4zp99za7q-systemd-229/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 11.438182] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 11.518149] audit: type=1127 audit(1459882768.487:7): pid=407 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/nix/store/8x9ml5q9cj7jzwq7v8wrwdg4zp99za7q-systemd-229/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[ 11.551821] audit: type=1130 audit(1459882768.521:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/nix/store/8x9ml5q9cj7jzwq7v8wrwdg4zp99za7q-systemd-229/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 11.609427] audit: type=1130 audit(1459882768.578:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/nix/store/8x9ml5q9cj7jzwq7v8wrwdg4zp99za7q-systemd-229/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 11.618530] audit: type=1130 audit(1459882768.587:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/nix/store/8x9ml5q9cj7jzwq7v8wrwdg4zp99za7q-systemd-229/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 11.694167] audit: type=1130 audit(1459882768.663:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/nix/store/8x9ml5q9cj7jzwq7v8wrwdg4zp99za7q-systemd-229/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 11.765038] 80860F0A:00: ttyS1 at MMIO 0x90f47000 (irq = 39, base_baud = 2764800) is a 16550A
[ 11.775992] 80860F0A:01: ttyS2 at MMIO 0x90f4d000 (irq = 40, base_baud = 2764800) is a 16550A
[ 11.787247] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 11.787259] ACPI: Power Button [PWRF]
[ 11.794207] ACPI: Battery Slot [BMBT] (battery present)
[ 11.874352] sdhci: Secure Digital Host Controller Interface driver
[ 11.874359] sdhci: Copyright(c) Pierre Ossman
[ 11.892074] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[ 11.897063] mmc1: SDHCI controller on ACPI [INT33BB:00] using ADMA
[ 11.908420] ------------[ cut here ]------------
[ 11.908434] WARNING: CPU: 1 PID: 431 at /tmp/nix-build-linux-4.5.drv-0/linux-4.5/drivers/pinctrl/intel/pinctrl-baytrail.c:212 byt_gpio_request+0xb0/0xe0()
[ 11.908438] Modules linked in: pcc_cpufreq(-) snd_soc_core(+) sdhci_acpi(+) sdhci mmc_core led_class snd_compress spi_pxa2xx_platform ac97_bus snd_pcm_dmaengine battery processor button 8250_dw snd_pcm_oss snd_mixer_oss snd_pcm snd_timer snd soundcore nf_conntrack_ftp nf_conntrack loop cpufreq_ondemand efivarfs ipv6 autofs4 ext4 crc16 jbd2 mbcache sd_mod usb_storage scsi_mod hid_generic usbhid hid xhci_pci xhci_hcd crc32c_intel usbcore usb_common rtc_cmos serio dm_mod
[ 11.908494] CPU: 1 PID: 431 Comm: systemd-udevd Not tainted 4.5.0 #1-NixOS
[ 11.908497] Hardware name: Woxter WOXTERI ZEN 10/WOXTERI ZEN 10, BIOS 5.6.5 11/12/2015
[ 11.908501] 0000000000000000 ffff8800766c7918 ffffffff812c99de 0000000000000000
[ 11.908507] ffffffff81756758 ffff8800766c7950 ffffffff81070842 ffffc900003623a0
[ 11.908513] ffff880073247c18 0000000000000026 0000000000000001 ffff880073247d60
[ 11.908519] Call Trace:
[ 11.908528] [<ffffffff812c99de>] dump_stack+0x63/0x85
[ 11.908535] [<ffffffff81070842>] warn_slowpath_common+0x82/0xc0
[ 11.908541] [<ffffffff8107093a>] warn_slowpath_null+0x1a/0x20
[ 11.908546] [<ffffffff812f7fd0>] byt_gpio_request+0xb0/0xe0
[ 11.908551] [<ffffffff812f8773>] __gpiod_request+0x73/0x100
[ 11.908556] [<ffffffff812fb17e>] gpiod_request+0x3e/0xa0
[ 11.908562] [<ffffffff812fb42e>] gpiod_get_index+0x19e/0x2d0
[ 11.908567] [<ffffffff812f80c9>] devm_gpiod_get_index+0x59/0x90
[ 11.908579] [<ffffffffa042f55b>] mmc_gpiod_request_cd+0x3b/0x90 [mmc_core]
[ 11.908588] [<ffffffffa04b168d>] sdhci_acpi_probe+0x36d/0x420 [sdhci_acpi]
[ 11.908595] [<ffffffff813dafdb>] platform_drv_probe+0x3b/0xa0
[ 11.908601] [<ffffffff8134a381>] ? acpi_lpss_activate+0x3a/0x53
[ 11.908606] [<ffffffff813d9182>] driver_probe_device+0x202/0x2c0
[ 11.908611] [<ffffffff813d92c4>] __driver_attach+0x84/0x90
[ 11.908616] [<ffffffff813d9240>] ? driver_probe_device+0x2c0/0x2c0
[ 11.908622] [<ffffffff813d70b4>] bus_for_each_dev+0x64/0xa0
[ 11.908627] [<ffffffff813d88fe>] driver_attach+0x1e/0x20
[ 11.908633] [<ffffffff813d8501>] bus_add_driver+0x1b1/0x220
[ 11.908638] [<ffffffffa04b4000>] ? 0xffffffffa04b4000
[ 11.908642] [<ffffffff813d9b30>] driver_register+0x60/0xe0
[ 11.908647] [<ffffffff813daf56>] __platform_driver_register+0x36/0x40
[ 11.908654] [<ffffffffa04b4017>] sdhci_acpi_driver_init+0x17/0x19 [sdhci_acpi]
[ 11.908660] [<ffffffff81002109>] do_one_initcall+0x99/0x1e0
[ 11.908667] [<ffffffff811ab326>] ? kmem_cache_alloc_trace+0x176/0x1e0
[ 11.908673] [<ffffffff8114f3a6>] do_init_module+0x5f/0x1cb
[ 11.908679] [<ffffffff810e62f3>] load_module+0x1f73/0x2380
[ 11.908685] [<ffffffff810e2ee0>] ? __symbol_put+0x50/0x50
[ 11.908692] [<ffffffff810e6813>] SYSC_init_module+0x113/0x130
[ 11.908697] [<ffffffff810e68de>] SyS_init_module+0xe/0x10
[ 11.908704] [<ffffffff815098ae>] entry_SYSCALL_64_fastpath+0x12/0x6d
[ 11.908709] ---[ end trace 899ced53ae334840 ]---
[ 11.908717] byt_gpio INT33FC:00: pin 38 forcibly re-configured as GPIO
[ 11.914342] mmc2: SDHCI controller on ACPI [80860F14:02] using ADMA
[ 11.995497] ACPI: AC Adapter [ADP1] (on-line)
[ 12.034805] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[ 12.053578] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 12.058813] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[ 12.087615] i2c_hid i2c-GODX0911:01: Failed to get GPIO interrupt
[ 12.251141] mmc0: MAN_BKOPS_EN bit is not set
[ 12.260183] mmc0: new HS200 MMC card at address 0001
[ 13.096285] i8042: No controller found
[ 13.099794] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[ 13.100492] i2c_hid: probe of i2c-GODX0911:01 failed with error -2
[ 13.138606] intel_sst_acpi 80860F28:00: LPE base: 0x91000000 size:0x200000
[ 13.138614] intel_sst_acpi 80860F28:00: IRAM base: 0x910c0000
[ 13.138642] intel_sst_acpi 80860F28:00: DRAM base: 0x91100000
[ 13.138653] intel_sst_acpi 80860F28:00: SHIM base: 0x91140000
[ 13.138665] intel_sst_acpi 80860F28:00: Mailbox base: 0x91144000
[ 13.138675] intel_sst_acpi 80860F28:00: DDR base: 0x20000000
[ 13.138874] intel_sst_acpi 80860F28:00: Got drv data max stream 25
[ 13.178687] [Firmware Bug]: No valid trip found
[ 13.322691] Linux agpgart interface v0.103
[ 13.324986] mei_txe 0000:00:1a.0: can't derive routing for PCI INT A
[ 13.324995] mei_txe 0000:00:1a.0: PCI INT A: no GSI
[ 13.405665] EFI Variables Facility v0.08 2004-May-17
[ 13.450064] intel_soc_dts_thermal: request_threaded_irq ret -22
[ 13.452649] pstore: Registered efi as persistent store backend
[ 13.462237] input: axp20x-pek as /devices/platform/80860F41:04/i2c-4/i2c-INT33F4:00/axp20x-pek/input/input3
[ 13.493331] mousedev: PS/2 mouse device common for all mice
[ 13.601866] input: gpio-keys as /devices/platform/gpio-keys.0.auto/input/input4
[ 13.603327] input: gpio-keys as /devices/platform/gpio-keys.1.auto/input/input5
[ 13.620835] mmcblk0: mmc0:0001 NCard 28.9 GiB
[ 13.621110] mmcblk0boot0: mmc0:0001 NCard partition 1 4.00 MiB
[ 13.621331] mmcblk0boot1: mmc0:0001 NCard partition 2 4.00 MiB
[ 13.621489] mmcblk0rpmb: mmc0:0001 NCard partition 3 4.00 MiB
[ 13.629458] usbcore: registered new interface driver uas
[ 13.631426] bytcr_rt5640 bytcr_rt5640: snd-soc-dummy-dai <-> media-cpu-dai mapping ok
[ 13.631507] bytcr_rt5640 bytcr_rt5640: snd-soc-dummy-dai <-> deepbuffer-cpu-dai mapping ok
[ 13.631565] compress asoc: snd-soc-dummy-dai <-> compress-cpu-dai mapping ok
[ 13.636395] bytcr_rt5640 bytcr_rt5640: rt5640-aif1 <-> ssp2-port mapping ok
[ 13.646386] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18
[ 13.725705] [drm] Initialized drm 1.1.0 20060810
[ 15.138387] [drm] Memory usable by graphics device = 2048M
[ 15.138396] checking generic (80000000 1d5000) vs hw (80000000 10000000)
[ 15.138400] fb: switching to inteldrmfb from EFI VGA
[ 15.138467] Console: switching to colour dummy device 80x25
[ 15.138587] [drm] Replacing VGA console driver
[ 15.139841] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 15.139847] [drm] Driver supports precise vblank timestamp query.
[ 15.202271] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 15.203281] [drm:pwm_setup_backlight [i915]] *ERROR* Failed to own the pwm chip: pwm_lpss
[ 15.269684] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 15.270761] acpi device:09: registered as cooling_device5
[ 15.270905] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
[ 15.271773] [drm] Initialized i915 1.6.0 20151218 for 0000:00:02.0 on minor 0
[ 15.606235] fbcon: inteldrmfb (fb0) is primary device
[ 15.736841] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[ 15.736854] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 3
[ 15.736986] xhci-hcd xhci-hcd.4.auto: hcc params 0x0220f064 hci version 0x96 quirks 0x00010000
[ 15.737016] xhci-hcd xhci-hcd.4.auto: irq 22, io mem 0x90800000
[ 15.737665] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 15.737668] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 15.737671] usb usb3: Product: xHCI Host Controller
[ 15.737674] usb usb3: Manufacturer: Linux 4.5.0 xhci-hcd
[ 15.737676] usb usb3: SerialNumber: xhci-hcd.4.auto
[ 15.738010] hub 3-0:1.0: USB hub found
[ 15.738031] hub 3-0:1.0: 1 port detected
[ 15.738243] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[ 15.738252] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 4
[ 15.738297] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 15.738390] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[ 15.738393] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 15.738395] usb usb4: Product: xHCI Host Controller
[ 15.738398] usb usb4: Manufacturer: Linux 4.5.0 xhci-hcd
[ 15.738400] usb usb4: SerialNumber: xhci-hcd.4.auto
[ 15.738697] hub 4-0:1.0: USB hub found
[ 15.738717] hub 4-0:1.0: 1 port detected
[ 15.813451] audit_printk_skb: 12 callbacks suppressed
[ 15.813453] audit: type=1305 audit(1459882772.776:16): audit_enabled=1 old=1 auid=4294967295 ses=4294967295 res=1
[ 15.813563] audit: type=1305 audit(1459882772.776:17): audit_backlog_limit=64 old=64 auid=4294967295 ses=4294967295 res=1
[ 15.813658] audit: type=1305 audit(1459882772.776:18): audit_failure=1 old=1 auid=4294967295 ses=4294967295 res=1
[ 15.813743] audit: type=1305 audit(1459882772.776:19): audit_rate_limit=0 old=0 auid=4294967295 ses=4294967295 res=1
[ 15.888481] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 15.905108] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 16.223807] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 0 doesn't have DAPM widget!!!
[ 16.223831] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 1 doesn't have DAPM widget!!!
[ 16.223857] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 2 doesn't have DAPM widget!!!
[ 16.223885] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 3 doesn't have DAPM widget!!!
[ 16.223906] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_0 doesn't have DAPM widget!!!
[ 16.223929] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_1 doesn't have DAPM widget!!!
[ 16.223954] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_0 doesn't have DAPM widget!!!
[ 16.223999] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_1 doesn't have DAPM widget!!!
[ 16.241425] SSE version of gcm_enc/dec engaged.
[ 16.911312] audit: type=1325 audit(1459882773.871:20): table=filter family=2 entries=0
[ 16.911738] audit: type=1300 audit(1459882773.871:20): arch=c000003e syscall=175 success=yes exit=0 a0=1096970 a1=1c70 a2=4193d3 a3=0 items=0 ppid=6 pid=523 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/nix/store/yjcglkadi7sv1ga0ln5g5b2cnlwd8afi-kmod-22/bin/kmod" key=(null)
[ 16.911754] audit: type=1327 audit(1459882773.871:20): proctitle=2F6E69782F73746F72652F796A63676C6B616469377376316761306C6E3567356232636E6C7764386166692D6B6D6F642D32322F7362696E2F6D6F6470726F6265002D71002D2D0069707461626C655F66696C746572
[ 17.269156] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 17.433577] audit: type=1325 audit(1459882774.393:21): table=filter family=10 entries=0
[ 17.434341] audit: type=1300 audit(1459882774.393:21): arch=c000003e syscall=175 success=yes exit=0 a0=eea970 a1=1c40 a2=4193d3 a3=0 items=0 ppid=6 pid=546 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/nix/store/yjcglkadi7sv1ga0ln5g5b2cnlwd8afi-kmod-22/bin/kmod" key=(null)
[ 17.434356] audit: type=1327 audit(1459882774.393:21): proctitle=2F6E69782F73746F72652F796A63676C6B616469377376316761306C6E3567356232636E6C7764386166692D6B6D6F642D32322F7362696E2F6D6F6470726F6265002D71002D2D006970367461626C655F66696C746572
[ 17.669824] Console: switching to colour frame buffer device 160x50
[ 17.683655] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 59.112651] audit_printk_skb: 372 callbacks suppressed
[ 59.112657] audit: type=1006 audit(1459882816.005:74): pid=630 uid=0 old-auid=4294967295 auid=0 old-ses=4294967295 ses=1 res=1
[ 59.149986] audit: type=1006 audit(1459882816.043:75): pid=698 uid=0 old-auid=4294967295 auid=0 old-ses=4294967295 ses=2 res=1
[ 59.270314] audit: type=1130 audit(1459882816.163:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@0 comm="systemd" exe="/nix/store/8x9ml5q9cj7jzwq7v8wrwdg4zp99za7q-systemd-229/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 83.802215] audit: type=1130 audit(1459882840.655:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/nix/store/8x9ml5q9cj7jzwq7v8wrwdg4zp99za7q-systemd-229/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 86.606515] audit: type=1006 audit(1459882843.455:78): pid=725 uid=0 old-auid=4294967295 auid=0 old-ses=4294967295 ses=3 res=1
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: panic-mtd.txt --]
[-- Type: text/plain; charset=utf-8, Size: 120721 bytes --]
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.62-x86_64_byt (dell@build) (gcc version 4.8 (GCC) ) #3 SMP PREEMPT Thu Nov 19 18:11:32 CST 2015
[ 0.000000] Command line: loglevel=0 androidboot.bootmedia=sdcard androidboot.hardware=em_i8811m slub_max_order=2 watchdog.watchdog_thresh=60 androidboot.spid=xxxx:xxxx:xxxx:xxxx:xxxx:xxxx androidboot.serialno=01234567890123456789 gpt oops=panic panic=1 vmalloc=172M debug_locks=0 bootboost=1 vga=current i915.modeset=1 drm.vblankoffdelay=1 acpi_backlight=vendor i915.mipi_panel_id=0x26 androidboot.bootreason=security_initiated battlow androidboot.mode=main
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x00000000796cdfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000796ce000-0x000000007bd39fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007bd3a000-0x000000007bd69fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000007bd6a000-0x000000007c419fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007c41a000-0x000000007c60ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007c610000-0x000000007c61afff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007c61b000-0x000000007c61bfff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007c61c000-0x000000007ccfffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[ 0.000000] Low Battery detected! Frequency shall be capped.
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.31 by American Megatrends
[ 0.000000] efi: ACPI=0x7bd69000 ACPI 2.0=0x7bd69014 SMBIOS=0x7c464d18
[ 0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x000000000008f000) (0MB)
[ 0.000000] efi: mem01: type=10, attr=0xf, range=[0x000000000008f000-0x0000000000090000) (0MB)
[ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000090000-0x000000000009d000) (0MB)
[ 0.000000] efi: mem03: type=2, attr=0xf, range=[0x000000000009d000-0x000000000009e000) (0MB)
[ 0.000000] efi: mem04: type=0, attr=0xf, range=[0x000000000009e000-0x00000000000a0000) (0MB)
[ 0.000000] efi: mem05: type=2, attr=0xf, range=[0x0000000000100000-0x000000000043b000) (3MB)
[ 0.000000] efi: mem06: type=7, attr=0xf, range=[0x000000000043b000-0x0000000002000000) (27MB)
[ 0.000000] efi: mem07: type=2, attr=0xf, range=[0x0000000002000000-0x0000000003c04000) (28MB)
[ 0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000003c04000-0x0000000010000000) (195MB)
[ 0.000000] efi: mem09: type=1, attr=0xf, range=[0x0000000010000000-0x000000001012c000) (1MB)
[ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x000000001012c000-0x0000000020000000) (254MB)
[ 0.000000] efi: mem11: type=0, attr=0xf, range=[0x0000000020000000-0x0000000020200000) (2MB)
[ 0.000000] efi: mem12: type=7, attr=0xf, range=[0x0000000020200000-0x000000003fffc000) (509MB)
[ 0.000000] efi: mem13: type=2, attr=0xf, range=[0x000000003fffc000-0x0000000040000000) (0MB)
[ 0.000000] efi: mem14: type=7, attr=0xf, range=[0x0000000040000000-0x0000000074b43000) (843MB)
[ 0.000000] efi: mem15: type=2, attr=0xf, range=[0x0000000074b43000-0x0000000074b45000) (0MB)
[ 0.000000] efi: mem16: type=7, attr=0xf, range=[0x0000000074b45000-0x0000000074b46000) (0MB)
[ 0.000000] efi: mem17: type=2, attr=0xf, range=[0x0000000074b46000-0x0000000074b48000) (0MB)
[ 0.000000] efi: mem18: type=7, attr=0xf, range=[0x0000000074b48000-0x00000000755f5000) (10MB)
[ 0.000000] efi: mem19: type=2, attr=0xf, range=[0x00000000755f5000-0x00000000759e1000) (3MB)
[ 0.000000] efi: mem20: type=1, attr=0xf, range=[0x00000000759e1000-0x0000000075f30000) (5MB)
[ 0.000000] efi: mem21: type=4, attr=0xf, range=[0x0000000075f30000-0x0000000078d20000) (45MB)
[ 0.000000] efi: mem22: type=7, attr=0xf, range=[0x0000000078d20000-0x00000000794d0000) (7MB)
[ 0.000000] efi: mem23: type=3, attr=0xf, range=[0x00000000794d0000-0x00000000796ce000) (1MB)
[ 0.000000] efi: mem24: type=0, attr=0xf, range=[0x00000000796ce000-0x000000007bd3a000) (38MB)
[ 0.000000] efi: mem25: type=9, attr=0xf, range=[0x000000007bd3a000-0x000000007bd6a000) (0MB)
[ 0.000000] efi: mem26: type=10, attr=0xf, range=[0x000000007bd6a000-0x000000007c41a000) (6MB)
[ 0.000000] efi: mem27: type=6, attr=0x800000000000000f, range=[0x000000007c41a000-0x000000007c51d000) (1MB)
[ 0.000000] efi: mem28: type=5, attr=0x800000000000000f, range=[0x000000007c51d000-0x000000007c610000) (0MB)
[ 0.000000] efi: mem29: type=7, attr=0xf, range=[0x000000007c610000-0x000000007c611000) (0MB)
[ 0.000000] efi: mem30: type=4, attr=0xf, range=[0x000000007c611000-0x000000007c61b000) (0MB)
[ 0.000000] efi: mem31: type=6, attr=0x800000000000000f, range=[0x000000007c61b000-0x000000007c61c000) (0MB)
[ 0.000000] efi: mem32: type=4, attr=0xf, range=[0x000000007c61c000-0x000000007c7d0000) (1MB)
[ 0.000000] efi: mem33: type=2, attr=0xf, range=[0x000000007c7d0000-0x000000007c7d1000) (0MB)
[ 0.000000] efi: mem34: type=4, attr=0xf, range=[0x000000007c7d1000-0x000000007ccf6000) (5MB)
[ 0.000000] efi: mem35: type=2, attr=0xf, range=[0x000000007ccf6000-0x000000007ccf7000) (0MB)
[ 0.000000] efi: mem36: type=4, attr=0xf, range=[0x000000007ccf7000-0x000000007cd00000) (0MB)
[ 0.000000] efi: mem37: type=11, attr=0x8000000000000001, range=[0x00000000e00f8000-0x00000000e00f9000) (0MB)
[ 0.000000] efi: mem38: type=11, attr=0x8000000000000001, range=[0x00000000fed01000-0x00000000fed02000) (0MB)
[ 0.000000] efi: mem39: type=11, attr=0x8000000000000001, range=[0x00000000fed08000-0x00000000fed09000) (0MB)
[ 0.000000] efi: mem40: type=11, attr=0x8000000000000001, range=[0x00000000ffb00000-0x0000000100000000) (5MB)
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: Woxter WOXTERI ZEN 10/WOXTERI ZEN 10, BIOS 5.6.5 11/12/2015
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x7cd00 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 07E000000 mask FFE000000 uncachable
[ 0.000000] 2 base 07D000000 mask FFF000000 uncachable
[ 0.000000] 3 base 07CE00000 mask FFFE00000 uncachable
[ 0.000000] 4 base 07CE00000 mask FFFE00000 uncachable
[ 0.000000] 5 base 07CD00000 mask FFFF00000 uncachable
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] original variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2016MB, range: 32MB, type UC
[ 0.000000] reg 2, base: 2000MB, range: 16MB, type UC
[ 0.000000] reg 3, base: 1998MB, range: 2MB, type UC
[ 0.000000] reg 4, base: 1998MB, range: 2MB, type UC
[ 0.000000] reg 5, base: 1997MB, range: 1MB, type UC
[ 0.000000] total RAM covered: 1997M
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] gran_size: 64K chunk_size: 64M num_reg: 5 lose cover RAM: 0G
[ 0.000000] New variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 1997MB, range: 1MB, type UC
[ 0.000000] reg 2, base: 1998MB, range: 2MB, type UC
[ 0.000000] reg 3, base: 2000MB, range: 16MB, type UC
[ 0.000000] reg 4, base: 2016MB, range: 32MB, type UC
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000026000] 26000 size 28672
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x03bdf000, 0x03bdffff] PGTABLE
[ 0.000000] BRK [0x03be0000, 0x03be0fff] PGTABLE
[ 0.000000] BRK [0x03be1000, 0x03be1fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x79200000-0x793fffff]
[ 0.000000] [mem 0x79200000-0x793fffff] page 2M
[ 0.000000] BRK [0x03be2000, 0x03be2fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x78000000-0x791fffff]
[ 0.000000] [mem 0x78000000-0x791fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x20200000-0x77ffffff]
[ 0.000000] [mem 0x20200000-0x77ffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x79400000-0x796cdfff]
[ 0.000000] [mem 0x79400000-0x795fffff] page 2M
[ 0.000000] [mem 0x79600000-0x796cdfff] page 4k
[ 0.000000] BRK [0x03be3000, 0x03be3fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x7c610000-0x7c61afff]
[ 0.000000] [mem 0x7c610000-0x7c61afff] page 4k
[ 0.000000] BRK [0x03be4000, 0x03be4fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x7c61c000-0x7ccfffff]
[ 0.000000] [mem 0x7c61c000-0x7c7fffff] page 4k
[ 0.000000] [mem 0x7c800000-0x7cbfffff] page 2M
[ 0.000000] [mem 0x7cc00000-0x7ccfffff] page 4k
[ 0.000000] RAMDISK: [mem 0x00100000-0x00439fff]
[ 0.000000] ACPI: RSDP 000000007bd69014 00024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 000000007bd68100 000B4 (v01 ALASKA A M I 00000003 MSFT 0100000D)
[ 0.000000] ACPI: FACP 000000007bd64000 0010C (v05 ALASKA A M I 00000003 AMI 0100000D)
[ 0.000000] ACPI: DSDT 000000007bd50000 0F3D2 (v02 ALASKA A M I 00000003 AMI 0100000D)
[ 0.000000] ACPI: FACS 000000007bed0000 00040
[ 0.000000] ACPI: MSDM 000000007bd67000 00055 (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: UEFI 000000007c3d5000 00042 (v01 ALASKA A M I 00000000 00000000)
[ 0.000000] ACPI: OEM0 000000007bd66000 00084 (v05 ALASKA BATTERY 00000003 AMI 0100000D)
[ 0.000000] ACPI: DBG2 000000007bd65000 00072 (v00 ALASKA INTLDBG2 00000003 AMI 0100000D)
[ 0.000000] ACPI: HPET 000000007bd63000 00038 (v01 ALASKA A M I 00000003 AMI 0100000D)
[ 0.000000] ACPI: LPIT 000000007bd62000 00104 (v01 ALASKA A M I 00000003 AMI 0100000D)
[ 0.000000] ACPI: APIC 000000007bd61000 0006C (v03 ALASKA A M I 00000003 AMI 0100000D)
[ 0.000000] ACPI: MCFG 000000007bd60000 0003C (v01 ALASKA A M I 00000003 AMI 0100000D)
[ 0.000000] ACPI: FPDT 000000007bd49000 00044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 000000007bd48000 00763 (v01 PmRef CpuPm 00003000 INTL 20061109)
[ 0.000000] ACPI: SSDT 000000007bd47000 00290 (v01 PmRef Cpu0Tst 00003000 INTL 20061109)
[ 0.000000] ACPI: SSDT 000000007bd46000 0017A (v01 PmRef ApTst 00003000 INTL 20061109)
[ 0.000000] ACPI: EM_1 000000007bd45000 00029 (v00 ALASKA A M I 00000005 INTL 0100000D)
[ 0.000000] ACPI: OEM1 000000007bd44000 00040 (v01 ALASKA A M I 00000005 INTL 0100000D)
[ 0.000000] ACPI: PIDV 000000007bd43000 000DC (v02 ALASKA A M I 00000002 00000000)
[ 0.000000] ACPI: RSCI 000000007bd42000 0002C (v00 ALASKA A M I 00000000 00000000)
[ 0.000000] ACPI: CSRT 000000007bd4f000 0014C (v00 ALASKA A M I 00000005 INTL 20120624)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff880073400000-ffff8800753fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0008efff]
[ 0.000000] node 0: [mem 0x00090000-0x0009dfff]
[ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
[ 0.000000] node 0: [mem 0x20200000-0x796cdfff]
[ 0.000000] node 0: [mem 0x7c610000-0x7c61afff]
[ 0.000000] node 0: [mem 0x7c61c000-0x7ccfffff]
[ 0.000000] On node 0 totalpages: 498521
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 960 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 7924 pages used for memmap
[ 0.000000] DMA32 zone: 494525 pages, LIFO batch:31
[ 0.000000] Will Disable HPET for this platform
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-86
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 103
[ 0.000000] intel_mid_pstore_ram: reserved RAM buffer (0x219000@0xfde7000)
[ 0.000000] e820: [mem 0x7cd00000-0xe00f7fff] available for PCI devices
[ 0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff880079200000 s80448 r8192 d21952 u524288
[ 0.000000] pcpu-alloc: s80448 r8192 d21952 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 489573
[ 0.000000] Kernel command line: loglevel=0 androidboot.bootmedia=sdcard androidboot.hardware=em_i8811m slub_max_order=2 watchdog.watchdog_thresh=60 androidboot.spid=xxxx:xxxx:xxxx:xxxx:xxxx:xxxx androidboot.serialno=01234567890123456789 gpt oops=panic panic=1 vmalloc=172M debug_locks=0 bootboost=1 vga=current i915.modeset=1 drm.vblankoffdelay=1 acpi_backlight=vendor i915.mipi_panel_id=0x26 androidboot.bootreason=security_initiated battlow androidboot.mode=main
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Memory: 1866880k/2044928k available (10060k kernel code, 50844k absent, 127204k reserved, 8661k data, 1308k init)
[ 0.000000] SLUB: HWalign=64, Order=0-2, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Additional per-CPU info printed with stalls.
[ 0.000000] NR_IRQS:4352 nr_irqs:1024 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] logger: created 256K log 'log_kern_bot'
[ 0.000000] logger: register logcat console
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
[ 0.000000] ... CHAINHASH_SIZE: 16384
[ 0.000000] memory used by lock dependency info: 5823 kB
[ 0.000000] per task-struct memory footprint: 1920 bytes
[ 0.000000] allocated 8388608 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] kmemleak: Kernel memory leak detector disabled
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 1333.387 MHz processor
[ 0.000011] Calibrating delay loop (skipped), value calculated using timer frequency.. 2666.77 BogoMIPS (lpj=13333870)
[ 0.000035] pid_max: default: 32768 minimum: 301
[ 0.000141] init_memory_mapping: [mem 0x7c41a000-0x7c51cfff]
[ 0.000162] [mem 0x7c41a000-0x7c51cfff] page 4k
[ 0.000235] init_memory_mapping: [mem 0x7c51d000-0x7c60ffff]
[ 0.000252] [mem 0x7c51d000-0x7c60ffff] page 4k
[ 0.000315] init_memory_mapping: [mem 0x7c61b000-0x7c61bfff]
[ 0.000332] [mem 0x7c61b000-0x7c61bfff] page 4k
[ 0.002252] Security Framework initialized
[ 0.002285] SELinux: Initializing.
[ 0.002401] SELinux: Starting in permissive mode
[ 0.002506] Mount-cache hash table entries: 256
[ 0.003818] Initializing cgroup subsys debug
[ 0.003844] Initializing cgroup subsys memory
[ 0.003915] Initializing cgroup subsys devices
[ 0.003937] Initializing cgroup subsys freezer
[ 0.003955] Initializing cgroup subsys blkio
[ 0.003972] Initializing cgroup subsys perf_event
[ 0.004147] CPU: Physical Processor ID: 0
[ 0.004164] CPU: Processor Core ID: 0
[ 0.004182] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.004182] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.009832] mce: CPU supports 6 MCE banks
[ 0.009862] CPU0: Thermal monitoring enabled (TM1)
[ 0.009893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.009893] Last level dTLB entries: 4KB 128, 2MB 0, 4MB 0
[ 0.009893] tlb_flushall_shift: 6
[ 0.010423] Freeing SMP alternatives: 28k freed
[ 0.010471] ACPI: Core revision 20130517
[ 0.098251] ACPI: All ACPI Tables successfully acquired
[ 0.116848] ftrace: allocating 34760 entries in 136 pages
[ 0.201541] smpboot: CPU0: Intel(R) Atom(TM) CPU Z3735F @ 1.33GHz (fam: 06, model: 37, stepping: 08)
[ 0.201610] TSC deadline timer enabled
[ 0.201675] Performance Events: no PEBS fmt2+, 8-deep LBR, Atom events, Intel PMU driver.
[ 0.201728] ... version: 3
[ 0.201743] ... bit width: 40
[ 0.201755] ... generic registers: 2
[ 0.201768] ... value mask: 000000ffffffffff
[ 0.201781] ... max period: 000000007fffffff
[ 0.201793] ... fixed-purpose events: 3
[ 0.201805] ... event mask: 0000000700000003
[ 0.242211] ftrace: Allocated trace_printk buffers
[ 0.293259] SMP alternatives: lockdep: fixing up alternatives
[ 0.310664] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.293286] smpboot: Booting Node 0, Processors #1
[ 0.323375] SMP alternatives: lockdep: fixing up alternatives
[ 0.323401] #2
[ 0.353422] SMP alternatives: lockdep: fixing up alternatives
[ 0.353448] #3 OK
[ 0.370361] Skipped synchronization checks as TSC is reliable.
[ 0.370581] Brought up 4 CPUs
[ 0.370603] smpboot: Total of 4 processors activated (10667.09 BogoMIPS)
[ 0.376247] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[ 0.376274] PM: Registering ACPI NVS region [mem 0x7bd6a000-0x7c419fff] (7012352 bytes)
[ 0.386539] regulator-dummy: no parameters
[ 0.386733] RTC time: 19:28:54, date: 01/06/16
[ 0.387132] NET: Registered protocol family 16
[ 0.389930] SPID updated according to ACPI Table:
[ 0.389963] spid customer id : 0000
[ 0.389963] spid vendor id : 0000
[ 0.389963] spid manufacturer id : 0000
[ 0.389963] spid platform family id : 0007
[ 0.389963] spid product line id : 0000
[ 0.389963] spid hardware id : 0007
[ 0.389963] spid fru[4..0] : 00 00 00 00 00
[ 0.389963] spid fru[9..5] : 00 00 00 00 00
[ 0.389963] ssn : BaytrailC9311E57
[ 0.390192] ACPI: bus type PCI registered
[ 0.390716] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.390740] PCI: not using MMCONFIG
[ 0.390757] PCI: Using configuration type 1 for base access
[ 0.416912] bio: create slab <bio-0> at 0
[ 0.418656] ACPI: Added _OSI(Module Device)
[ 0.418682] ACPI: Added _OSI(Processor Device)
[ 0.418702] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.418719] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.446770] ACPI: EC: Look up EC in DSDT
[ 0.572276] ACPI BIOS Bug: Warning: Incorrect checksum in table [RSCI] - 0xDD, should be 0xD7 (20130517/tbutils-324)
[ 0.575371] ACPI: SSDT 000000007bd36598 00501 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.582595] ACPI: Dynamic OEM Table Load:
[ 0.582625] ACPI: SSDT (null) 00501 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.583676] ACPI: SSDT 000000007bd35918 00433 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.590826] ACPI: Dynamic OEM Table Load:
[ 0.590856] ACPI: SSDT (null) 00433 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.653529] ACPI: SSDT 000000007bd38e18 0015F (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.660971] ACPI: Dynamic OEM Table Load:
[ 0.661001] ACPI: SSDT (null) 0015F (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.691679] ACPI: SSDT 000000007bd37f18 0008D (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.698842] ACPI: Dynamic OEM Table Load:
[ 0.698870] ACPI: SSDT (null) 0008D (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.730655] ACPI: Interpreter enabled
[ 0.730705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-568)
[ 0.730754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-568)
[ 0.730797] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20130517/hwxface-568)
[ 0.730879] ACPI: (supports S0 S5)
[ 0.730897] ACPI: Using IOAPIC for interrupt routing
[ 0.731157] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.776716] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] not reserved in ACPI motherboard resources
[ 0.776740] PCI: not using MMCONFIG
[ 0.776860] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.778616] ACPI: No dock devices found.
[ 0.802498] ACPI: Power Resource [USBC] (on)
[ 0.834201] ACPI: Power Resource [WWPR] (off)
[ 0.880517] ACPI: Power Resource [PLPE] (on)
[ 0.921212] ACPI: Power Resource [CLK0] (on)
[ 0.921661] ACPI: Power Resource [CLK1] (on)
[ 0.925045] ACPI: Power Resource [P28X] (off)
[ 0.925456] ACPI: Power Resource [P18X] (off)
[ 0.949602] ACPI: Power Resource [P28P] (off)
[ 0.950037] ACPI: Power Resource [P18P] (off)
[ 0.950468] ACPI: Power Resource [P28T] (off)
[ 0.950888] ACPI: Power Resource [P18T] (off)
[ 0.951331] ACPI: Power Resource [P1XT] (off)
[ 0.960362] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.960868] \_SB_.PCI0:_OSC invalid UUID
[ 0.960887] _OSC request data:1 8 0
[ 0.963581] acpi PNP0A08:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 0.963870] PCI host bridge to bus 0000:00
[ 0.963903] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.963927] pci_bus 0000:00: root bus resource [io 0x0000-0x006f]
[ 0.963948] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7]
[ 0.963969] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.963990] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.964011] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[ 0.964032] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff]
[ 0.964053] pci_bus 0000:00: root bus resource [mem 0x7d000001-0x7f000000]
[ 0.964073] pci_bus 0000:00: root bus resource [mem 0x80000000-0x90cffffe]
[ 0.964094] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed40fff]
[ 0.964145] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[ 0.965005] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[ 0.965074] pci 0000:00:02.0: reg 10: [mem 0x90400000-0x907fffff]
[ 0.965128] pci 0000:00:02.0: reg 18: [mem 0x80000000-0x8fffffff pref]
[ 0.965179] pci 0000:00:02.0: reg 20: [io 0x1000-0x1007]
[ 0.966061] pci 0000:00:03.0: [8086:0f38] type 00 class 0x048000
[ 0.966122] pci 0000:00:03.0: reg 10: [mem 0x90000000-0x903fffff]
[ 0.967066] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[ 0.967145] pci 0000:00:14.0: reg 10: [mem 0x90c00000-0x90c0ffff 64bit]
[ 0.967335] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.968213] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[ 0.968291] pci 0000:00:1a.0: reg 10: [mem 0x90b00000-0x90bfffff]
[ 0.968336] pci 0000:00:1a.0: reg 14: [mem 0x90a00000-0x90afffff]
[ 0.968573] pci 0000:00:1a.0: PME# supported from D0 D3hot
[ 0.969392] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[ 0.970318] pci_bus 0000:00: on NUMA node 0
[ 0.970826] \_SB_.PCI0:_OSC invalid UUID
[ 0.970846] _OSC request data:1 18 0
[ 0.970891] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[ 0.970910] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
[ 0.975110] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.975895] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.976674] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.977452] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.978229] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.979005] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.979781] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.980558] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 1.011863] acpi root: \_SB_.PCI0 notify handler is installed
[ 1.012679] Found 1 acpi root devices
[ 1.013294] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 1.013320] vgaarb: loaded
[ 1.013335] vgaarb: bridge control possible 0000:00:02.0
[ 1.014457] SCSI subsystem initialized
[ 1.014671] ACPI: bus type USB registered
[ 1.014887] usbcore: registered new interface driver usbfs
[ 1.014998] usbcore: registered new interface driver hub
[ 1.015228] usbcore: registered new device driver usb
[ 1.015536] media: Linux media interface: v0.10
[ 1.015625] Linux video capture interface: v2.00
[ 1.015710] pps_core: LinuxPPS API ver. 1 registered
[ 1.015727] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.015774] PTP clock support registered
[ 1.016943] Advanced Linux Sound Architecture Driver Initialized.
[ 1.016963] PCI: Using ACPI for IRQ routing
[ 1.016981] PCI: pci_cache_line_size set to 64 bytes
[ 1.017061] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[ 1.017082] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 1.017101] e820: reserve RAM buffer [mem 0x796ce000-0x7bffffff]
[ 1.017120] e820: reserve RAM buffer [mem 0x7c61b000-0x7fffffff]
[ 1.017139] e820: reserve RAM buffer [mem 0x7cd00000-0x7fffffff]
[ 1.018469] ------------[ cut here ]------------
[ 1.018505] WARNING: at ../../../../../../linux/kernel/net/wireless/reg.c:434 regulatory_init+0xa2/0x118()
[ 1.018519] db.txt is empty, you should update it...
[ 1.018531] Modules linked in:[ 1.018543]
[ 1.018560] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 3.10.62-x86_64_byt #3
[ 1.018575] Hardware name: Woxter WOXTERI ZEN 10/WOXTERI ZEN 10, BIOS 5.6.5 11/12/2015
[ 1.018589] 0000000000000009 ffff8800728d3dd0 ffffffff829bceff ffff8800728d3e08
[ 1.018627] ffffffff820ae8a1 0000000000000000 ffffffff832ae0cc 0000000000000167
[ 1.018657] 0000000000000000 0000000000000000 ffff8800728d3e68 ffffffff820ae90d
[ 1.018689] Call Trace:
[ 1.018722] [<ffffffff829bceff>] dump_stack+0x19/0x1b
[ 1.018750] [<ffffffff820ae8a1>] warn_slowpath_common+0x61/0x80
[ 1.018775] [<ffffffff832ae0cc>] ? ipsec_pfkey_init+0x7d/0x7d
[ 1.018799] [<ffffffff820ae90d>] warn_slowpath_fmt+0x4d/0x50
[ 1.018827] [<ffffffff8235261d>] ? __raw_spin_lock_init+0x2d/0x50
[ 1.018851] [<ffffffff832ae249>] regulatory_init+0xa2/0x118
[ 1.018876] [<ffffffff832ae12f>] cfg80211_init+0x63/0xdb
[ 1.018903] [<ffffffff820002a2>] do_one_initcall+0xd2/0x180
[ 1.018929] [<ffffffff8325f016>] kernel_init_freeable+0x15b/0x1e0
[ 1.018951] [<ffffffff8325e853>] ? do_early_param+0x88/0x88
[ 1.018975] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 1.018997] [<ffffffff829a6f4e>] kernel_init+0xe/0x180
[ 1.019020] [<ffffffff829cea9c>] ret_from_fork+0x7c/0xb0
[ 1.019043] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 1.019085] ---[ end trace 48c955fa37ad7d9a ]---
[ 1.019525] nfc: nfc_init: NFC Core ver 0.1
[ 1.019661] NET: Registered protocol family 39
[ 1.020621] hsu core clock 100 M
[ 1.020636] VLV2: fix up PCI interrupt routing
[ 1.020661] Switching to clocksource refined-jiffies
[ 1.020804] cfg80211: Calling CRDA to update world regulatory domain
[ 1.137346] pnp: PnP ACPI init
[ 1.137457] ACPI: bus type PNP registered
[ 1.137789] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 1.138298] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
[ 1.138960] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[ 1.139369] system 00:03: [io 0x0680-0x069f] has been reserved
[ 1.139400] system 00:03: [io 0x0400-0x047f] has been reserved
[ 1.139425] system 00:03: [io 0x0500-0x05fe] has been reserved
[ 1.139449] system 00:03: [io 0x0600-0x061f] has been reserved
[ 1.139473] system 00:03: [io 0x164e-0x164f] has been reserved
[ 1.139510] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.140394] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[ 1.184998] vlv_gpio 00:05: \_SB.GPO0: gpio base 0
[ 1.185049] vlv_gpio 00:05: Plug and Play ACPI device, IDs INT33fc (active)
[ 1.197121] vlv_gpio 00:06: \_SB.GPO1: gpio base 102
[ 1.197171] vlv_gpio 00:06: Plug and Play ACPI device, IDs INT33fc (active)
[ 1.215774] vlv_gpio 00:07: \_SB.GPO2: gpio base 130
[ 1.215824] vlv_gpio 00:07: Plug and Play ACPI device, IDs INT33fc (active)
[ 1.221040] pnp 00:08: unknown resource type 19 in _CRS
[ 1.221066] pnp 00:08: can't evaluate _CRS: 1
[ 1.221339] pnp 00:08: Plug and Play ACPI device, IDs SMB0349 (active)
[ 1.222748] pnp 00:09: unknown resource type 17 in _CRS
[ 1.222773] pnp 00:09: can't evaluate _CRS: 1
[ 1.223033] pnp 00:09: Plug and Play ACPI device, IDs INTcf1b (active)
[ 1.223309] pnp 00:0a: unknown resource type 17 in _CRS
[ 1.223333] pnp 00:0a: can't evaluate _CRS: 1
[ 1.223575] pnp 00:0a: Plug and Play ACPI device, IDs INT33fb (active)
[ 1.223850] pnp 00:0b: unknown resource type 17 in _CRS
[ 1.223873] pnp 00:0b: can't evaluate _CRS: 1
[ 1.224127] pnp 00:0b: Plug and Play ACPI device, IDs INTcf1c (active)
[ 1.226326] pnp 00:0c: unknown resource type 19 in _CRS
[ 1.226351] pnp 00:0c: can't evaluate _CRS: 1
[ 1.226599] pnp 00:0c: Plug and Play ACPI device, IDs PNP0c50 (active)
[ 1.227497] pnp 00:0d: unknown resource type 19 in _CRS
[ 1.227523] pnp 00:0d: can't evaluate _CRS: 1
[ 1.227785] pnp 00:0d: Plug and Play ACPI device, IDs INT33f4 (active)
[ 1.228766] pnp 00:0e: unknown resource type 19 in _CRS
[ 1.228790] pnp 00:0e: can't evaluate _CRS: 1
[ 1.229093] pnp 00:0e: Plug and Play ACPI device, IDs INT33fe (active)
[ 1.230162] pnp 00:0f: unknown resource type 17 in _CRS
[ 1.230187] pnp 00:0f: can't evaluate _CRS: 1
[ 1.230464] pnp 00:0f: Plug and Play ACPI device, IDs INTcfd9 PNP0c40 (active)
[ 1.230925] pnp 00:10: Plug and Play ACPI device, IDs INT33bd (active)
[ 1.231192] pnp: PnP ACPI: found 17 devices
[ 1.231211] ACPI: bus type PNP unregistered
[ 1.246525] Switching to clocksource acpi_pm
[ 1.246928] gsl_platform_init gsl_platform_init:
[ 1.247449] pci_bus 0000:00: resource 4 [io 0x0000-0x006f]
[ 1.247476] pci_bus 0000:00: resource 5 [io 0x0078-0x0cf7]
[ 1.247497] pci_bus 0000:00: resource 6 [io 0x0d00-0xffff]
[ 1.247518] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
[ 1.247538] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff]
[ 1.247557] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000fffff]
[ 1.247578] pci_bus 0000:00: resource 10 [mem 0x7d000001-0x7f000000]
[ 1.247598] pci_bus 0000:00: resource 11 [mem 0x80000000-0x90cffffe]
[ 1.247617] pci_bus 0000:00: resource 12 [mem 0xfed40000-0xfed40fff]
[ 1.247846] NET: Registered protocol family 2
[ 1.249426] TCP established hash table entries: 16384 (order: 6, 262144 bytes)
[ 1.249846] TCP bind hash table entries: 16384 (order: 8, 1048576 bytes)
[ 1.252374] TCP: Hash tables configured (established 16384 bind 16384)
[ 1.252523] TCP: reno registered
[ 1.252621] UDP hash table entries: 1024 (order: 5, 163840 bytes)
[ 1.252990] UDP-Lite hash table entries: 1024 (order: 5, 163840 bytes)
[ 1.254081] NET: Registered protocol family 1
[ 1.254178] pci 0000:00:02.0: Boot video device
[ 1.346770] pci 0000:00:14.0: power state changed by ACPI to D0
[ 1.347476] PCI: CLS 0 bytes, default 64
[ 1.348064] Trying to unpack rootfs image as initramfs...
[ 1.740378] Freeing initrd memory: 3304k freed
[ 1.744011] platform RTL8723:00: wlan-enable GPIO 150 found
[ 1.744406] wlan_en_acpi: 1800 mV
[ 1.756052] intel_bytcr_bcntl 1-0023: I2C SMbus Read error:-121
[ 1.756077] intel_bytcr_bcntl 1-0023: bcntl init failed
[ 1.773656] i2c_designware 80860F41:04: _SEM=1
[ 1.773682] i2c_designware 80860F41:04: Share controller with PUNIT
[ 1.779835] Dollar Cove: IC_TYPE 0x51
[ 1.779874] EM:OEM0 table found, size=132
[ 1.779904] EM:OEM0 table found, size=132
[ 1.840696] intel_mid_i2c_pmic 5-0034: PMIC IRQ Base:456
[ 1.843074] intel_mid_i2c_pmic: probe of 5-0068 failed with error -16
[ 1.846500] Scanning for low memory corruption every 60 seconds
[ 1.847029] cryptomgr_test (42) used greatest stack depth: 7072 bytes left
[ 1.857237] sha1_ssse3: Using SSSE3 optimized SHA-1 implementation
[ 1.857513] sha256_ssse3: Using SSSE3 optimized SHA-256 implementation
[ 1.857787] sha512_ssse3: Using SSSE3 optimized SHA-512 implementation
[ 1.858070] AVX or AES-NI instructions are not detected.
[ 1.858088] AVX instructions are not detected.
[ 1.858101] AVX instructions are not detected.
[ 1.858113] AVX instructions are not detected.
[ 1.858124] AVX instructions are not detected.
[ 1.858136] AVX2 or AES-NI instructions are not detected.
[ 1.858147] AVX2 instructions are not detected.
[ 1.862121] console [pstore-1] enabled
[ 1.862205] ramoops: attached 0x219000@0xfde7000, ecc: 0/0
[ 1.863172] regulator_init: No Regulator Devices Found for BYT_CR :: Version NOT DETECTED !!
[ 1.866006] camera pdata: I2C bus = 2, name = ov2685, irq = 0x 0, addr = 0x3c
[ 1.866041] camera pdata: I2C bus = 2, name = ov2685f, irq = 0x 0, addr = 0x3c
[ 1.866066] camera pdata: I2C bus = 2, name = ov5670, irq = 0x 0, addr = 0x3c
[ 1.866089] camera pdata: I2C bus = 2, name = gc2155, irq = 0x 0, addr = 0x3c
[ 1.866148] camera pdata: I2C bus = 2, name = gc2235b, irq = 0x 0, addr = 0x3c
[ 1.866170] camera pdata: I2C bus = 2, name = hm2056, irq = 0x 0, addr = 0x24
[ 1.866191] camera pdata: I2C bus = 1, name = hm2056f, irq = 0x 0, addr = 0x24
[ 1.866212] camera pdata: I2C bus = 2, name = gc5004, irq = 0x 0, addr = 0x36
[ 1.866234] camera pdata: I2C bus = 2, name = ov5648, irq = 0x 0, addr = 0x36
[ 1.866255] camera pdata: I2C bus = 2, name = hm5040, irq = 0x 0, addr = 0x1b
[ 1.866277] camera pdata: I2C bus = 2, name = ov2680b, irq = 0x 0, addr = 0x36
[ 1.866299] camera pdata: I2C bus = 2, name = ov8858, irq = 0x 0, addr = 0x10
[ 1.866317] camera pdata: I2C bus = 2, name = ov8858, irq = 0x 0, addr = 0x36
[ 1.866335] camera pdata: I2C bus = 2, name = gc0339, irq = 0x 0, addr = 0x46
[ 1.866356] camera pdata: I2C bus = 1, name = ov2722, irq = 0x 0, addr = 0x36
[ 1.866377] camera pdata: I2C bus = 2, name = ov7736, irq = 0x 0, addr = 0x3c
[ 1.866399] camera pdata: I2C bus = 2, name = ov2680f, irq = 0x 0, addr = 0x10
[ 1.866421] camera pdata: I2C bus = 1, name = ov2680f, irq = 0x 0, addr = 0x10
[ 1.866442] camera pdata: I2C bus = 1, name = gc0310, irq = 0x 0, addr = 0x47
[ 1.866460] camera pdata: I2C bus = 2, name = gc0310, irq = 0x 0, addr = 0x48
[ 1.866478] camera pdata: I2C bus = 2, name = gc2235f, irq = 0x 0, addr = 0x3c
[ 1.866500] camera pdata: I2C bus = 1, name = gc0310soc, irq = 0x 0, addr = 0x49
[ 1.866521] camera pdata: I2C bus = 2, name = gc0310soc, irq = 0x 0, addr = 0x50
[ 1.866542] camera pdata: I2C bus = 2, name = bf3905, irq = 0x 0, addr = 0x6f
[ 1.866563] camera pdata: I2C bus = 2, name = bf3a20, irq = 0x 0, addr = 0x6f
[ 1.867764] Initialise module verification
[ 1.868049] audit: initializing netlink socket (disabled)
[ 1.868122] type=2000 audit(1452108535.659:1): initialized
[ 2.098100] fuse init (API version 7.22)
[ 2.098847] msgmni has been set to 3762
[ 2.099453] SELinux: Registering netfilter hooks
[ 2.100680] cryptomgr_test (94) used greatest stack depth: 6800 bytes left
[ 2.105293] Key type asymmetric registered
[ 2.105320] Asymmetric key parser 'x509' registered
[ 2.105691] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 2.105715] io scheduler noop registered
[ 2.105734] io scheduler deadline registered
[ 2.106245] io scheduler cfq registered (default)
[ 2.106877] virtual_gpio INT0002:00: virtual gpio pin = 2
[ 2.107873] efifb: probing for efifb
[ 2.107968] efifb: framebuffer at 0x80000000, mapped to 0xffffc90000800000, using 1876k, total 1875k
[ 2.107990] efifb: mode is 800x600x32, linelength=3200, pages=1
[ 2.108004] efifb: scrolling: redraw
[ 2.108025] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 2.108293] fb0: EFI VGA frame buffer device
[ 2.108357] intel_idle: MWAIT substates: 0x33000020
[ 2.108378] intel_idle: v0.4 model 0x37
[ 2.108395] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 2.109098] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 2.109139] ACPI: Power Button [PWRF]
[ 2.109833] ACPI: Requesting acpi_cpufreq
[ 2.178037] intel_mid_dma_acpi: dma_acpi_probe for ADMA0F28
[ 2.179358] intel_mid_dma_acpi: dma_acpi_probe for INTL9C60[ 2.180886] intel_mid_dma_acpi: dma_acpi_probe for INTL9C60
[ 2.185296] LDO_2: 1800 <--> 3300 mV at 2900 mV normal
[ 2.189376] GPIO_1: 1800 <--> 3300 mV at 3300 mV normal
[ 2.191819] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 2.212593] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 2.214885] Non-volatile memory driver v1.3
[ 2.215034] Linux agpgart interface v0.103
[ 2.215410] [drm] Initialized drm 1.1.0 20060810
[ 2.227818] brd: module loaded
[ 2.234050] loop: module loaded
[ 2.234654] mei_txe 0000:00:1a.0: setting latency timer to 64
[ 2.235484] mei_txe 0000:00:1a.0: irq 103 for MSI/MSI-X
[ 2.287425] tun: Universal TUN/TAP device driver, 1.6
[ 2.287452] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 2.287609] PPP generic driver version 2.4.2
[ 2.287859] PPP BSD Compression module registered
[ 2.287880] PPP Deflate Compression module registered
[ 2.287921] PPP MPPE Compression module registered
[ 2.287940] NET: Registered protocol family 24
[ 2.288099] usbcore: registered new interface driver asix
[ 2.288192] usbcore: registered new interface driver cdc_ether
[ 2.288282] usbcore: registered new interface driver cdc_subset
[ 2.288435] usbcore: registered new interface driver cdc_ncm
[ 2.289118] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.289141] ehci-pci: EHCI PCI platform driver
[ 2.289332] USH Host Controller 0000:00:14.0: Don't match this driver
[ 2.289550] xhci_hcd 0000:00:14.0: power state changed by ACPI to D0
[ 2.289667] xhci_hcd 0000:00:14.0: setting latency timer to 64
[ 2.289695] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.289975] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 2.290558] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 2.290690] xhci_hcd 0000:00:14.0: irq 104 for MSI/MSI-X
[ 2.291002] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.291029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.291052] usb usb1: Product: xHCI Host Controller
[ 2.291072] usb usb1: Manufacturer: Linux 3.10.62-x86_64_byt xhci_hcd
[ 2.291092] usb usb1: SerialNumber: 0000:00:14.0
[ 2.291652] xHCI xhci_add_endpoint called for root hub
[ 2.291674] xHCI xhci_check_bandwidth called for root hub
[ 2.291905] hub 1-0:1.0: USB hub found
[ 2.291957] hub 1-0:1.0: 6 ports detected
[ 2.346728] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.347011] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 2.347213] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 2.347239] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.347261] usb usb2: Product: xHCI Host Controller
[ 2.347281] usb usb2: Manufacturer: Linux 3.10.62-x86_64_byt xhci_hcd
[ 2.347301] usb usb2: SerialNumber: 0000:00:14.0
[ 2.347828] xHCI xhci_add_endpoint called for root hub
[ 2.347850] xHCI xhci_check_bandwidth called for root hub
[ 2.348087] hub 2-0:1.0: USB hub found
[ 2.348137] hub 2-0:1.0: 1 port detected
[ 2.397133] usbcore: registered new interface driver cdc_acm
[ 2.397157] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 2.397347] usbcore: registered new interface driver usb-storage
[ 2.397436] usbcore: registered new interface driver ums-sddr09
[ 2.397518] usbcore: registered new interface driver ums-sddr55
[ 2.397741] usbcore: registered new interface driver usbserial
[ 2.397829] usbcore: registered new interface driver usbserial_generic
[ 2.397918] usbserial: USB Serial support registered for generic
[ 2.398093] usbcore: registered new interface driver option
[ 2.398171] usbserial: USB Serial support registered for GSM modem (1-port)
[ 2.398439] usbcore: registered new interface driver qcserial
[ 2.398523] usbserial: USB Serial support registered for Qualcomm USB modem
[ 2.398631] usbcore: registered new interface driver sierra
[ 2.398707] usbserial: USB Serial support registered for Sierra USB modem
[ 2.398814] usbcore: registered new interface driver usb_tm
[ 2.399852] usbcore: registered new interface driver xpad
[ 2.399953] usbcore: registered new interface driver usb_acecad
[ 2.400049] usbcore: registered new interface driver aiptek
[ 2.400152] usbcore: registered new interface driver gtco
[ 2.400255] usbcore: registered new interface driver hanwang
[ 2.400347] usbcore: registered new interface driver kbtab
[ 2.400452] usbcore: registered new interface driver wacom
[ 2.401426] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[ 2.401524] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[ 2.401619] i2c /dev entries driver
[ 2.434314] thermal thermal_zone0: failed to read out thermal zone 0
[ 2.469222] dollar_cove_battery dollar_cove_battery: IRQ No:472
[ 2.473451] dollar_cove_battery dollar_cove_battery: IRQ No:473
[ 2.477368] dollar_cove_battery dollar_cove_battery: IRQ No:474
[ 2.481150] dollar_cove_battery dollar_cove_battery: IRQ No:475
[ 2.485695] dollar_cove_battery dollar_cove_battery: IRQ No:480
[ 2.489328] dollar_cove_battery dollar_cove_battery: IRQ No:481
[ 2.505324] dollar_cove_charger dollar_cove_charger: IRQ No:460
[ 2.509196] dollar_cove_charger dollar_cove_charger: IRQ No:466
[ 2.513097] dollar_cove_charger dollar_cove_charger: IRQ No:467
[ 2.517826] dollar_cove_charger dollar_cove_charger: IRQ No:468
[ 2.521110] dollar_cove_charger dollar_cove_charger: IRQ No:469
[ 2.525790] dollar_cove_charger dollar_cove_charger: IRQ No:476
[ 2.529244] dollar_cove_charger dollar_cove_charger: IRQ No:477
[ 2.533153] dollar_cove_charger dollar_cove_charger: IRQ No:478
[ 2.537081] dollar_cove_charger dollar_cove_charger: IRQ No:479
[ 2.563189] unable to find transceiver of type USB2 PHY
[ 2.563219] dollar_cove_charger dollar_cove_charger: Failed to get otg transceiver!!
[ 2.567801] unable to find transceiver of type USB2 PHY
[ 2.567824] failure to get otg transceiver
[ 2.568738] intel_rapl: RAPL domain uncore detection failed
[ 2.568774] intel_rapl: RAPL domain dram detection failed
[ 2.570762] coretemp: Enabled Aux0/Aux1 interrupts for coretemp
[ 2.570951] coretemp: Enabled Aux0/Aux1 interrupts for coretemp
[ 2.571140] coretemp: Enabled Aux0/Aux1 interrupts for coretemp
[ 2.571689] coretemp: Enabled Aux0/Aux1 interrupts for coretemp
[ 2.574665] device-mapper: uevent: version 1.0.3
[ 2.575187] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[ 2.576852] cpuidle: using governor ladder
[ 2.578000] cpu 3: max_range = 20000, #buckets = 2000, width = 10
[ 2.578376] cpu 2: max_range = 20000, #buckets = 2000, width = 10
[ 2.578632] cpu 1: max_range = 20000, #buckets = 2000, width = 10
[ 2.578926] cpu 0: max_range = 20000, #buckets = 2000, width = 10
[ 2.578948] cpuidle: using governor menu
[ 2.579028] sdhci: Secure Digital Host Controller Interface driver
[ 2.579046] sdhci: Copyright(c) Pierre Ossman
[ 2.580042] mmc0: no vqmmc regulator found
[ 2.580511] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[ 2.582063] mmc1: no vqmmc regulator found
[ 2.583452] mmc1: SDHCI controller on ACPI [INT33BB:00] using ADMA
[ 2.616731] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 2.617147] mmc2: SDHCI controller on ACPI [80860F14:01] using ADMA
[ 2.622110] EFI Variables Facility v0.08 2004-May-17
[ 2.631572] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.635931] usbcore: registered new interface driver usbhid
[ 2.635953] usbhid: USB HID core driver
[ 2.636977] zram: Created 1 device(s) ...
[ 2.637905] ashmem: initialized
[ 2.638385] logger: created 512K log 'log_main'
[ 2.638652] logger: created 256K log 'log_events'
[ 2.638747] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610
[ 2.638773] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.638794] usb 1-1: Product: USB2.0 Hub
[ 2.639420] logger: created 256K log 'log_radio'
[ 2.639773] logger: created 256K log 'log_system'
[ 2.640176] hub 1-1:1.0: USB hub found
[ 2.640656] hub 1-1:1.0: 4 ports detected
[ 2.647253] dollar_cove_adc dollar_cove_adc: dc_xpwr adc probed
[ 2.647945] intel_mid_gps probe called
[ 2.649702] input: sx9500 as /devices/platform/80860F41:02/i2c-3/3-0028/input/input1
[ 2.650545] emmc_ipanic: init success
[ 2.650697] mdm_ctrl: probing mdm_ctrl
[ 2.650721] mdm_ctrl modem_ctrl_get_dev_data: No platform data available, checking ACPI...
[ 2.650738] retrieve_modem_platform_data: Retrieving modem info from ACPI for device MCD0001:00
[ 2.650758] retrieve_acpi_modem_data: Getting platform data...
[ 2.650803] get_acpi_param: acpi_evaluate_object, status:0
[ 2.650832] get_acpi_param: acpi_evaluate_object, status:5
[ 2.650849] get_acpi_param: ERROR 5 evaluating ID:CONF
[ 2.650863] CONF field is empty. Might be a Baytrail FFRD8 board
[ 2.650876] minjie skip PMIC in retrieve_acpi_modem_data[ 2.651500] minjie skip EPWR in retrieve_acpi_modem_data
[ 2.651517] retrieve_acpi_modem_data: zou juan cpu info setup
[ 2.651541] zou juan set finished, entries[0]: (null), entries[1]: (null), entries[2]: (null), entries[3]: (null)
[ 2.651559] retrieve_modem_platform_data: creates sysfs entry for device named MCD0001:00
[ 2.651606] mdm_ctrl: cpu: 4 pmic: 0.
[ 2.651622] mdm_ctrl: number of modems: 1
[ 2.652111] minjie skip mdm->pdata->mdm_ver != MODEM_2230
[ 2.652131] mdm_ctrl mdm_ctrl_module_probe: Modem 0 initialized
[ 2.652149] mdm_ctrl: MCD initialization successful
[ 2.652232] OSNIB mechanism is not available on this platform
[ 2.652252] Intel OSIP Driver v1.00
[ 2.652594] block disk not found!
[ 2.652616] access_osip_record: get_bdev failed!
[ 2.652698] block disk not found!
[ 2.652717] access_osip_record: get_bdev failed!
[ 2.652788] block disk not found!
[ 2.652806] access_osip_record: get_bdev failed!
[ 2.653282] EM:OEM0 table found, size=132
[ 2.654350] bq24192 1-006b: I2C SMbus Read error:-121
[ 2.654377] bq24192 1-006b: i2c read err:-121
[ 2.654397] bq24192 1-006b: i2c read err:-5
[ 2.654439] bq24192: probe of 1-006b failed with error -5
[ 2.655164] Found a Designware HSU
[ 2.655504] 80860F0A:00: ttyMFD0 at MMIO 0x90d47000 (irq = 39) is a hsu_bt_port_p
[ 2.656076] Found a Designware HSU
[ 2.656383] 80860F0A:01: ttyMFD1 at MMIO 0x90d4d000 (irq = 40) is a hsu_gps_port_p
[ 2.656987] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[ 2.657168] iTCO_wdt: Found a TCO device (TCOBASE=0x0460)
[ 2.657347] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) policy=0x0
[ 2.658013] pwm-byt-plat 80860F09:00: PWM device probed: pwm_num=0, mmio_base=ffffc90001a46000 clk_khz=25000
[ 2.658223] pwm-byt-plat 80860F09:01: PWM device probed: pwm_num=1, mmio_base=ffffc90001a48000 clk_khz=25000
[ 2.658662] rmnet_async_init++
[ 2.658683] rmnet_init++
[ 2.658741] rmnet_setup++
[ 2.659462] rmnet_setup++
[ 2.660163] rmnet_setup++
[ 2.661021] mmc0: BKOPS_EN bit is not set
[ 2.661228] \x013RMNET: registering line disc successful.
[ 2.663780] INFO: I2S DRIVER loading... ver: 1.3.0 cpu=0
[ 2.663998] INFO: I2S DRIVER DIV CTRL/ISRX active - CPU BYT.
[ 2.664025] SSP I2S ACPI driver : allocated drv_data=ffff880076e77828
[ 2.664495] SSP I2S driver : ACPI probe for **HID=SSPX0000** , drv_data=ffff880076e77828
[ 2.664518] SSP I2S driver : IFWI start IA =0x90ea1000 end=0x90ea1fff
[ 2.668584] INFO: I2S DRIVER init OK
[ 2.668793] usbcore: registered new interface driver snd-usb-audio
[ 2.669834] snd_intel_sst: INFO: ******** SST DRIVER loading.. Ver: 3.0.8
[ 2.670948] snd_intel_sst: Overriding bdata for byt-crv2
[ 2.672116] snd_intel_sst: sst_acpi_probe successfully done!
[ 2.672387] snd_intel_sst: runtime_idle called
[ 2.672412] snd_intel_sst: runtime_suspend called
[ 2.672996] mid_ssp: ssp_soc_dai_init: SSP DAI: FCT ssp_soc_dai_init called
[ 2.673104] mid_ssp: ssp_dai_probe: SSP DAI: FCT ssp_dai_probe enters
[ 2.673128] mid_ssp: ssp_dai_probe: ssp_info address ffff88007734a778
[ 2.673589] mid_ssp: ssp_dai_probe: SSP DAI: FCT ssp_dai_probe leaves 0
[ 2.677505] u32 classifier
[ 2.677528] Actions configured
[ 2.677553] Netfilter messages via NETLINK v0.30.
[ 2.677692] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 2.678475] mmc0: new HS200 MMC card at address 0001
[ 2.678862] ctnetlink v0.93: registering with nfnetlink.
[ 2.679056] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[ 2.679075] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[ 2.679708] xt_time: kernel timezone is -0000
[ 2.680209] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 2.680608] arp_tables: (C) 2002 David S. Miller
[ 2.680730] TCP: cubic registered
[ 2.680750] Initializing XFRM netlink socket
[ 2.681836] NET: Registered protocol family 10
[ 2.684311] mip6: Mobile IPv6
[ 2.684395] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 2.684944] sit: IPv6 over IPv4 tunneling driver
[ 2.685921] NET: Registered protocol family 17
[ 2.685992] NET: Registered protocol family 15
[ 2.686100] Key type dns_resolver registered
[ 2.687387] mmcblk0: mmc0:0001 NCard 28.9 GiB
[ 2.691615] [drm] Memory usable by graphics device = 2048M
[ 2.691650] checking generic (80000000 1d5000) vs hw (80000000 10000000)
[ 2.691669] fb: conflicting fb hw usage inteldrmfb vs EFI VGA - removing generic driver
[ 2.691998] i915 0000:00:02.0: setting latency timer to 64
[ 2.697979] i915 0000:00:02.0: irq 105 for MSI/MSI-X
[ 2.698067] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 2.698087] [drm] Driver supports precise vblank timestamp query.
[ 2.698183] [drm:i915_stolen_to_physical] *ERROR* conflict detected with stolen region: [0x7d000000 - 0x7f000000]
[ 2.699010] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17
[ 2.700742] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 2.742811] [drm] Falling back to bit banging on pin 5
[ 2.836682] tsc: Refined TSC clocksource calibration: 1333.333 MHz
[ 2.836716] Switching to clocksource tsc
[ 2.916953] usb 1-1.2: new low-speed USB device number 3 using xhci_hcd
[ 2.926691] [drm:intel_hdmi_get_edid] *ERROR* Get_hdmi cant read edid
[ 2.939444] [drm:valleyview_enable_rps] *ERROR* GT fifo had a previous error 10
[ 2.947014] usb 1-1.2: New USB device found, idVendor=0603, idProduct=0002
[ 2.947047] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.947070] usb 1-1.2: Product: USB Composite Device
[ 2.947089] usb 1-1.2: Manufacturer: SINO WEALTH
[ 2.948541] SASX9500:00 3-0028: Err: return -121 when write i2c reg 7f=de
[ 2.948571] SASX9500:00 3-0028: init chip -121
[ 2.949273] SASX9500:00 3-0028: Err: return -121 when read i2c reg 06
[ 2.953119] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 2.953619] input: SINO WEALTH USB Composite Device as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input2
[ 2.954056] hid-generic 0003:0603:0002.0001: input,hidraw0: USB HID v1.10 Keyboard [SINO WEALTH USB Composite Device] on usb-0000:00:14.0-1.2/input0
[ 2.967161] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 2.967503] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input3
[ 2.967866] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 2.967976] emmc_ipanic: panic partition found, label:panic, device:mmcblk0p2
[ 2.978165] emmc_ipanic: emmc_panic_notify_add: bad magic 0, no data available
[ 2.986462] Martin Debug: gsl_ts_probe ++
[ 2.988342] [tp-gsl] 0xfc = {0x80360000}
[ 3.003142] mmc1: new high speed SDIO card at address 0001
[ 3.017237] input: SINO WEALTH USB Composite Device as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input4
[ 3.017862] hid-generic 0003:0603:0002.0002: input,hiddev0,hidraw1: USB HID v1.10 Mouse [SINO WEALTH USB Composite Device] on usb-0000:00:14.0-1.2/input1
[ 3.097514] usb 1-1.4: new high-speed USB device number 4 using xhci_hcd
[ 3.118514] usb 1-1.4: New USB device found, idVendor=0781, idProduct=5590
[ 3.118550] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.118573] usb 1-1.4: Product: Ultra
[ 3.118592] usb 1-1.4: Manufacturer: SanDisk
[ 3.118612] usb 1-1.4: SerialNumber: 4C530001071024108515
[ 3.119727] usb-storage 1-1.4:1.0: USB Mass Storage device detected
[ 3.120399] scsi0 : usb-storage 1-1.4:1.0
[ 3.387039] =============gsl_load_fw start==============
[ 4.117966] scsi 0:0:0:0: Direct-Access SanDisk Ultra 1.00 PQ: 0 ANSI: 6
[ 4.119056] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 4.120415] sd 0:0:0:0: [sda] 30375936 512-byte logical blocks: (15.5 GB/14.4 GiB)
[ 4.121354] sd 0:0:0:0: [sda] Write Protect is off
[ 4.121385] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[ 4.121991] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 4.132112] sda: sda1
[ 4.135179] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 7.572472] =============gsl_load_fw end==============
[ 7.700215] input: GSL_TP as /devices/platform/80860F41:03/i2c-4/4-0040/input/input5
[ 7.701014] Successfully added driver GSL_TP
[ 7.702102] lesskey_pnp_probe, num = 1
[ 7.702674] lesskey [ 0]: name = power_btn, gpio = -22
[ 7.702697] lesskey_pnp_probe, num = 1
[ 7.703207] lesskey [ 0]: name = home_btn, gpio = 151
[ 7.703229] lesskey_pnp_probe, num = 2
[ 7.703731] lesskey [ 0]: name = volume_up, gpio = 1
[ 7.704236] lesskey [ 1]: name = volume_down, gpio = 0
[ 7.704516] VLV2: warn punit OS is Android
[ 7.704556] Informing PUnit we are running Android
[ 7.705269] Loading module verification certificates
[ 7.712359] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: 83a84231b86604dd94e72236f7b0fe1f1823ed84'
[ 7.712486] registered taskstats version 1
[ 7.717670] LDO_2: disabling
[ 7.721767] wlan_en_acpi: disabling
[ 7.721803] regulator-dummy: disabling
[ 7.722669] Magic number: 0:361:495
[ 7.722973] console [netcon0] enabled
[ 7.722991] netconsole: network logging started
[ 7.723308] init: failed to probe driver -19
[ 7.723519] ------------[ cut here ]------------
[ 7.723558] WARNING: at ../../../../../../linux/kernel/fs/sysfs/file.c:498 sysfs_attr_ns+0x99/0xa0()
[ 7.723575] sysfs: kobject Ðv without dirent
[ 7.723588] Modules linked in:
[ 7.723617] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G W 3.10.62-x86_64_byt #3
[ 7.723634] Hardware name: Woxter WOXTERI ZEN 10/WOXTERI ZEN 10, BIOS 5.6.5 11/12/2015
[ 7.723650] 0000000000000009 ffff8800728d3dc8 ffffffff829bceff ffff8800728d3e00
[ 7.723696] ffffffff820ae8a1 ffffffff831741a0 ffff8800768f9810 00000000ffffffed
[ 7.723734] 0000000000000000 0000000000000000 ffff8800728d3e60 ffffffff820ae90d
[ 7.723774] Call Trace:
[ 7.723808] [<ffffffff829bceff>] dump_stack+0x19/0x1b
[ 7.723838] [<ffffffff820ae8a1>] warn_slowpath_common+0x61/0x80
[ 7.723865] [<ffffffff820ae90d>] warn_slowpath_fmt+0x4d/0x50
[ 7.723893] [<ffffffff8233fed8>] ? kobject_release+0x98/0x1b0
[ 7.723918] [<ffffffff8223a799>] sysfs_attr_ns+0x99/0xa0
[ 7.723943] [<ffffffff8223a870>] sysfs_remove_file+0x20/0x50
[ 7.723970] [<ffffffff824d6ae7>] device_remove_file+0x17/0x20
[ 7.723996] [<ffffffff8329c0fd>] init+0x1f0/0x22a
[ 7.724019] [<ffffffff8329bf0d>] ? gether_init+0x58/0x58
[ 7.724048] [<ffffffff820002a2>] do_one_initcall+0xd2/0x180
[ 7.724076] [<ffffffff8325f016>] kernel_init_freeable+0x15b/0x1e0
[ 7.724100] [<ffffffff8325e853>] ? do_early_param+0x88/0x88
[ 7.724125] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.724150] [<ffffffff829a6f4e>] kernel_init+0xe/0x180
[ 7.724174] [<ffffffff829cea9c>] ret_from_fork+0x7c/0xb0
[ 7.724199] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.724218] ---[ end trace 48c955fa37ad7d9c ]---
[ 7.724233] ------------[ cut here ]------------
[ 7.724256] WARNING: at ../../../../../../linux/kernel/fs/sysfs/file.c:498 sysfs_attr_ns+0x99/0xa0()
[ 7.724271] sysfs: kobject Ðv without dirent
[ 7.724284] Modules linked in:
[ 7.724310] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G W 3.10.62-x86_64_byt #3
[ 7.724327] Hardware name: Woxter WOXTERI ZEN 10/WOXTERI ZEN 10, BIOS 5.6.5 11/12/2015
[ 7.724341] 0000000000000009 ffff8800728d3dc8 ffffffff829bceff ffff8800728d3e00
[ 7.724381] ffffffff820ae8a1 ffffffff83174160 ffff8800768f9810 00000000ffffffed
[ 7.724419] 0000000000000000 0000000000000000 ffff8800728d3e60 ffffffff820ae90d
[ 7.724458] Call Trace:
[ 7.724486] [<ffffffff829bceff>] dump_stack+0x19/0x1b
[ 7.724513] [<ffffffff820ae8a1>] warn_slowpath_common+0x61/0x80
[ 7.724539] [<ffffffff820ae90d>] warn_slowpath_fmt+0x4d/0x50
[ 7.724565] [<ffffffff8233fed8>] ? kobject_release+0x98/0x1b0
[ 7.724590] [<ffffffff8223a799>] sysfs_attr_ns+0x99/0xa0
[ 7.724615] [<ffffffff8223a870>] sysfs_remove_file+0x20/0x50
[ 7.724641] [<ffffffff824d6ae7>] device_remove_file+0x17/0x20
[ 7.724664] [<ffffffff8329c0fd>] init+0x1f0/0x22a
[ 7.724688] [<ffffffff8329bf0d>] ? gether_init+0x58/0x58
[ 7.724715] [<ffffffff820002a2>] do_one_initcall+0xd2/0x180
[ 7.724741] [<ffffffff8325f016>] kernel_init_freeable+0x15b/0x1e0
[ 7.724765] [<ffffffff8325e853>] ? do_early_param+0x88/0x88
[ 7.724789] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.724813] [<ffffffff829a6f4e>] kernel_init+0xe/0x180
[ 7.724837] [<ffffffff829cea9c>] ret_from_fork+0x7c/0xb0
[ 7.724862] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.724881] ---[ end trace 48c955fa37ad7d9d ]---
[ 7.724896] ------------[ cut here ]------------
[ 7.724919] WARNING: at ../../../../../../linux/kernel/fs/sysfs/file.c:498 sysfs_attr_ns+0x99/0xa0()
[ 7.724934] sysfs: kobject Ðv without dirent
[ 7.724947] Modules linked in:
[ 7.724973] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G W 3.10.62-x86_64_byt #3
[ 7.724989] Hardware name: Woxter WOXTERI ZEN 10/WOXTERI ZEN 10, BIOS 5.6.5 11/12/2015
[ 7.725003] 0000000000000009 ffff8800728d3dc8 ffffffff829bceff ffff8800728d3e00
[ 7.725043] ffffffff820ae8a1 ffffffff83174120 ffff8800768f9810 00000000ffffffed
[ 7.725081] 0000000000000000 0000000000000000 ffff8800728d3e60 ffffffff820ae90d
[ 7.725120] Call Trace:
[ 7.725148] [<ffffffff829bceff>] dump_stack+0x19/0x1b
[ 7.725174] [<ffffffff820ae8a1>] warn_slowpath_common+0x61/0x80
[ 7.725200] [<ffffffff820ae90d>] warn_slowpath_fmt+0x4d/0x50
[ 7.725226] [<ffffffff8233fed8>] ? kobject_release+0x98/0x1b0
[ 7.725251] [<ffffffff8223a799>] sysfs_attr_ns+0x99/0xa0
[ 7.725276] [<ffffffff8223a870>] sysfs_remove_file+0x20/0x50
[ 7.725301] [<ffffffff824d6ae7>] device_remove_file+0x17/0x20
[ 7.725325] [<ffffffff8329c0fd>] init+0x1f0/0x22a
[ 7.725348] [<ffffffff8329bf0d>] ? gether_init+0x58/0x58
[ 7.725375] [<ffffffff820002a2>] do_one_initcall+0xd2/0x180
[ 7.725401] [<ffffffff8325f016>] kernel_init_freeable+0x15b/0x1e0
[ 7.725425] [<ffffffff8325e853>] ? do_early_param+0x88/0x88
[ 7.725449] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.725473] [<ffffffff829a6f4e>] kernel_init+0xe/0x180
[ 7.725497] [<ffffffff829cea9c>] ret_from_fork+0x7c/0xb0
[ 7.725522] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.725540] ---[ end trace 48c955fa37ad7d9e ]---
[ 7.725555] ------------[ cut here ]------------
[ 7.725578] WARNING: at ../../../../../../linux/kernel/fs/sysfs/file.c:498 sysfs_attr_ns+0x99/0xa0()
[ 7.725593] sysfs: kobject Ðv without dirent
[ 7.725606] Modules linked in:
[ 7.725632] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G W 3.10.62-x86_64_byt #3
[ 7.725648] Hardware name: Woxter WOXTERI ZEN 10/WOXTERI ZEN 10, BIOS 5.6.5 11/12/2015
[ 7.725662] 0000000000000009 ffff8800728d3dc8 ffffffff829bceff ffff8800728d3e00
[ 7.725702] ffffffff820ae8a1 ffffffff831740e0 ffff8800768f9810 00000000ffffffed
[ 7.725740] 0000000000000000 0000000000000000 ffff8800728d3e60 ffffffff820ae90d
[ 7.725779] Call Trace:
[ 7.725807] [<ffffffff829bceff>] dump_stack+0x19/0x1b
[ 7.725833] [<ffffffff820ae8a1>] warn_slowpath_common+0x61/0x80
[ 7.725859] [<ffffffff820ae90d>] warn_slowpath_fmt+0x4d/0x50
[ 7.725885] [<ffffffff8233fed8>] ? kobject_release+0x98/0x1b0
[ 7.725910] [<ffffffff8223a799>] sysfs_attr_ns+0x99/0xa0
[ 7.725934] [<ffffffff8223a870>] sysfs_remove_file+0x20/0x50
[ 7.725960] [<ffffffff824d6ae7>] device_remove_file+0x17/0x20
[ 7.725984] [<ffffffff8329c0fd>] init+0x1f0/0x22a
[ 7.726007] [<ffffffff8329bf0d>] ? gether_init+0x58/0x58
[ 7.726034] [<ffffffff820002a2>] do_one_initcall+0xd2/0x180
[ 7.726060] [<ffffffff8325f016>] kernel_init_freeable+0x15b/0x1e0
[ 7.726084] [<ffffffff8325e853>] ? do_early_param+0x88/0x88
[ 7.726108] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.726132] [<ffffffff829a6f4e>] kernel_init+0xe/0x180
[ 7.726156] [<ffffffff829cea9c>] ret_from_fork+0x7c/0xb0
[ 7.726181] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.726199] ---[ end trace 48c955fa37ad7d9f ]---
[ 7.726214] ------------[ cut here ]------------
[ 7.726237] WARNING: at ../../../../../../linux/kernel/fs/sysfs/file.c:498 sysfs_attr_ns+0x99/0xa0()
[ 7.726252] sysfs: kobject Ðv without dirent
[ 7.726264] Modules linked in:
[ 7.726290] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G W 3.10.62-x86_64_byt #3
[ 7.726306] Hardware name: Woxter WOXTERI ZEN 10/WOXTERI ZEN 10, BIOS 5.6.5 11/12/2015
[ 7.726321] 0000000000000009 ffff8800728d3dc8 ffffffff829bceff ffff8800728d3e00
[ 7.726361] ffffffff820ae8a1 ffffffff831740a0 ffff8800768f9810 00000000ffffffed
[ 7.726398] 0000000000000000 0000000000000000 ffff8800728d3e60 ffffffff820ae90d
[ 7.726438] Call Trace:
[ 7.726465] [<ffffffff829bceff>] dump_stack+0x19/0x1b
[ 7.726492] [<ffffffff820ae8a1>] warn_slowpath_common+0x61/0x80
[ 7.726517] [<ffffffff820ae90d>] warn_slowpath_fmt+0x4d/0x50
[ 7.726543] [<ffffffff8233fed8>] ? kobject_release+0x98/0x1b0
[ 7.726568] [<ffffffff8223a799>] sysfs_attr_ns+0x99/0xa0
[ 7.726593] [<ffffffff8223a870>] sysfs_remove_file+0x20/0x50
[ 7.726673] [<ffffffff824d6ae7>] device_remove_file+0x17/0x20
[ 7.726701] [<ffffffff8329c0fd>] init+0x1f0/0x22a
[ 7.726725] [<ffffffff8329bf0d>] ? gether_init+0x58/0x58
[ 7.726752] [<ffffffff820002a2>] do_one_initcall+0xd2/0x180
[ 7.726779] [<ffffffff8325f016>] kernel_init_freeable+0x15b/0x1e0
[ 7.726803] [<ffffffff8325e853>] ? do_early_param+0x88/0x88
[ 7.726827] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.726851] [<ffffffff829a6f4e>] kernel_init+0xe/0x180
[ 7.726875] [<ffffffff829cea9c>] ret_from_fork+0x7c/0xb0
[ 7.726900] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.726919] ---[ end trace 48c955fa37ad7da0 ]---
[ 7.726935] ------------[ cut here ]------------
[ 7.726959] WARNING: at ../../../../../../linux/kernel/fs/sysfs/file.c:498 sysfs_attr_ns+0x99/0xa0()
[ 7.726974] sysfs: kobject Ðv without dirent
[ 7.726987] Modules linked in:
[ 7.727013] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G W 3.10.62-x86_64_byt #3
[ 7.727029] Hardware name: Woxter WOXTERI ZEN 10/WOXTERI ZEN 10, BIOS 5.6.5 11/12/2015
[ 7.727044] 0000000000000009 ffff8800728d3dc8 ffffffff829bceff ffff8800728d3e00
[ 7.727085] ffffffff820ae8a1 ffffffff83174060 ffff8800768f9810 00000000ffffffed
[ 7.727123] 0000000000000000 0000000000000000 ffff8800728d3e60 ffffffff820ae90d
[ 7.727162] Call Trace:
[ 7.727190] [<ffffffff829bceff>] dump_stack+0x19/0x1b
[ 7.727216] [<ffffffff820ae8a1>] warn_slowpath_common+0x61/0x80
[ 7.727242] [<ffffffff820ae90d>] warn_slowpath_fmt+0x4d/0x50
[ 7.727268] [<ffffffff8233fed8>] ? kobject_release+0x98/0x1b0
[ 7.727293] [<ffffffff8223a799>] sysfs_attr_ns+0x99/0xa0
[ 7.727318] [<ffffffff8223a870>] sysfs_remove_file+0x20/0x50
[ 7.727344] [<ffffffff824d6ae7>] device_remove_file+0x17/0x20
[ 7.727367] [<ffffffff8329c0fd>] init+0x1f0/0x22a
[ 7.727391] [<ffffffff8329bf0d>] ? gether_init+0x58/0x58
[ 7.727418] [<ffffffff820002a2>] do_one_initcall+0xd2/0x180
[ 7.727443] [<ffffffff8325f016>] kernel_init_freeable+0x15b/0x1e0
[ 7.727467] [<ffffffff8325e853>] ? do_early_param+0x88/0x88
[ 7.727491] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.727516] [<ffffffff829a6f4e>] kernel_init+0xe/0x180
[ 7.727539] [<ffffffff829cea9c>] ret_from_fork+0x7c/0xb0
[ 7.727564] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.727582] ---[ end trace 48c955fa37ad7da1 ]---
[ 7.727598] ------------[ cut here ]------------
[ 7.727621] WARNING: at ../../../../../../linux/kernel/fs/sysfs/file.c:498 sysfs_attr_ns+0x99/0xa0()
[ 7.727636] sysfs: kobject Ðv without dirent
[ 7.727649] Modules linked in:
[ 7.727674] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G W 3.10.62-x86_64_byt #3
[ 7.727690] Hardware name: Woxter WOXTERI ZEN 10/WOXTERI ZEN 10, BIOS 5.6.5 11/12/2015
[ 7.727705] 0000000000000009 ffff8800728d3dc8 ffffffff829bceff ffff8800728d3e00
[ 7.727745] ffffffff820ae8a1 ffffffff83174020 ffff8800768f9810 00000000ffffffed
[ 7.727782] 0000000000000000 0000000000000000 ffff8800728d3e60 ffffffff820ae90d
[ 7.727822] Call Trace:
[ 7.727849] [<ffffffff829bceff>] dump_stack+0x19/0x1b
[ 7.727876] [<ffffffff820ae8a1>] warn_slowpath_common+0x61/0x80
[ 7.727902] [<ffffffff820ae90d>] warn_slowpath_fmt+0x4d/0x50
[ 7.727927] [<ffffffff8233fed8>] ? kobject_release+0x98/0x1b0
[ 7.727952] [<ffffffff8223a799>] sysfs_attr_ns+0x99/0xa0
[ 7.727977] [<ffffffff8223a870>] sysfs_remove_file+0x20/0x50
[ 7.728003] [<ffffffff824d6ae7>] device_remove_file+0x17/0x20
[ 7.728026] [<ffffffff8329c0fd>] init+0x1f0/0x22a
[ 7.728050] [<ffffffff8329bf0d>] ? gether_init+0x58/0x58
[ 7.728077] [<ffffffff820002a2>] do_one_initcall+0xd2/0x180
[ 7.728103] [<ffffffff8325f016>] kernel_init_freeable+0x15b/0x1e0
[ 7.728126] [<ffffffff8325e853>] ? do_early_param+0x88/0x88
[ 7.728150] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.728175] [<ffffffff829a6f4e>] kernel_init+0xe/0x180
[ 7.728198] [<ffffffff829cea9c>] ret_from_fork+0x7c/0xb0
[ 7.728223] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.728241] ---[ end trace 48c955fa37ad7da2 ]---
[ 7.728257] ------------[ cut here ]------------
[ 7.728279] WARNING: at ../../../../../../linux/kernel/fs/sysfs/file.c:498 sysfs_attr_ns+0x99/0xa0()
[ 7.728295] sysfs: kobject Ðv without dirent
[ 7.728308] Modules linked in:
[ 7.728333] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G W 3.10.62-x86_64_byt #3
[ 7.728349] Hardware name: Woxter WOXTERI ZEN 10/WOXTERI ZEN 10, BIOS 5.6.5 11/12/2015
[ 7.728364] 0000000000000009 ffff8800728d3dc8 ffffffff829bceff ffff8800728d3e00
[ 7.728404] ffffffff820ae8a1 ffffffff83173fe0 ffff8800768f9810 00000000ffffffed
[ 7.728441] 0000000000000000 0000000000000000 ffff8800728d3e60 ffffffff820ae90d
[ 7.728481] Call Trace:
[ 7.728508] [<ffffffff829bceff>] dump_stack+0x19/0x1b
[ 7.728535] [<ffffffff820ae8a1>] warn_slowpath_common+0x61/0x80
[ 7.728561] [<ffffffff820ae90d>] warn_slowpath_fmt+0x4d/0x50
[ 7.728586] [<ffffffff8233fed8>] ? kobject_release+0x98/0x1b0
[ 7.728611] [<ffffffff8223a799>] sysfs_attr_ns+0x99/0xa0
[ 7.728636] [<ffffffff8223a870>] sysfs_remove_file+0x20/0x50
[ 7.728662] [<ffffffff824d6ae7>] device_remove_file+0x17/0x20
[ 7.728685] [<ffffffff8329c0fd>] init+0x1f0/0x22a
[ 7.728708] [<ffffffff8329bf0d>] ? gether_init+0x58/0x58
[ 7.728735] [<ffffffff820002a2>] do_one_initcall+0xd2/0x180
[ 7.728761] [<ffffffff8325f016>] kernel_init_freeable+0x15b/0x1e0
[ 7.728785] [<ffffffff8325e853>] ? do_early_param+0x88/0x88
[ 7.728809] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.728833] [<ffffffff829a6f4e>] kernel_init+0xe/0x180
[ 7.728857] [<ffffffff829cea9c>] ret_from_fork+0x7c/0xb0
[ 7.728882] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.728900] ---[ end trace 48c955fa37ad7da3 ]---
[ 7.728915] ------------[ cut here ]------------
[ 7.728938] WARNING: at ../../../../../../linux/kernel/fs/sysfs/file.c:498 sysfs_attr_ns+0x99/0xa0()
[ 7.728953] sysfs: kobject Ðv without dirent
[ 7.728966] Modules linked in:
[ 7.728991] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G W 3.10.62-x86_64_byt #3
[ 7.729007] Hardware name: Woxter WOXTERI ZEN 10/WOXTERI ZEN 10, BIOS 5.6.5 11/12/2015
[ 7.729022] 0000000000000009 ffff8800728d3dc8 ffffffff829bceff ffff8800728d3e00
[ 7.729062] ffffffff820ae8a1 ffffffff83173fa0 ffff8800768f9810 00000000ffffffed
[ 7.729099] 0000000000000000 0000000000000000 ffff8800728d3e60 ffffffff820ae90d
[ 7.729139] Call Trace:
[ 7.729166] [<ffffffff829bceff>] dump_stack+0x19/0x1b
[ 7.729193] [<ffffffff820ae8a1>] warn_slowpath_common+0x61/0x80
[ 7.729219] [<ffffffff820ae90d>] warn_slowpath_fmt+0x4d/0x50
[ 7.729245] [<ffffffff8233fed8>] ? kobject_release+0x98/0x1b0
[ 7.729270] [<ffffffff8223a799>] sysfs_attr_ns+0x99/0xa0
[ 7.729294] [<ffffffff8223a870>] sysfs_remove_file+0x20/0x50
[ 7.729320] [<ffffffff824d6ae7>] device_remove_file+0x17/0x20
[ 7.729344] [<ffffffff8329c0fd>] init+0x1f0/0x22a
[ 7.729367] [<ffffffff8329bf0d>] ? gether_init+0x58/0x58
[ 7.729394] [<ffffffff820002a2>] do_one_initcall+0xd2/0x180
[ 7.729420] [<ffffffff8325f016>] kernel_init_freeable+0x15b/0x1e0
[ 7.729444] [<ffffffff8325e853>] ? do_early_param+0x88/0x88
[ 7.729467] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.729492] [<ffffffff829a6f4e>] kernel_init+0xe/0x180
[ 7.729515] [<ffffffff829cea9c>] ret_from_fork+0x7c/0xb0
[ 7.729540] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.729558] ---[ end trace 48c955fa37ad7da4 ]---
[ 7.729574] ------------[ cut here ]------------
[ 7.729597] WARNING: at ../../../../../../linux/kernel/fs/sysfs/file.c:498 sysfs_attr_ns+0x99/0xa0()
[ 7.729612] sysfs: kobject Ðv without dirent
[ 7.729625] Modules linked in:
[ 7.729651] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G W 3.10.62-x86_64_byt #3
[ 7.729667] Hardware name: Woxter WOXTERI ZEN 10/WOXTERI ZEN 10, BIOS 5.6.5 11/12/2015
[ 7.729681] 0000000000000009 ffff8800728d3dc8 ffffffff829bceff ffff8800728d3e00
[ 7.729721] ffffffff820ae8a1 ffffffff83173f60 ffff8800768f9810 00000000ffffffed
[ 7.729758] 0000000000000000 0000000000000000 ffff8800728d3e60 ffffffff820ae90d
[ 7.729798] Call Trace:
[ 7.729825] [<ffffffff829bceff>] dump_stack+0x19/0x1b
[ 7.729851] [<ffffffff820ae8a1>] warn_slowpath_common+0x61/0x80
[ 7.729877] [<ffffffff820ae90d>] warn_slowpath_fmt+0x4d/0x50
[ 7.729902] [<ffffffff8233fed8>] ? kobject_release+0x98/0x1b0
[ 7.729927] [<ffffffff8223a799>] sysfs_attr_ns+0x99/0xa0
[ 7.729952] [<ffffffff8223a870>] sysfs_remove_file+0x20/0x50
[ 7.729978] [<ffffffff824d6ae7>] device_remove_file+0x17/0x20
[ 7.730001] [<ffffffff8329c0fd>] init+0x1f0/0x22a
[ 7.730025] [<ffffffff8329bf0d>] ? gether_init+0x58/0x58
[ 7.730051] [<ffffffff820002a2>] do_one_initcall+0xd2/0x180
[ 7.730077] [<ffffffff8325f016>] kernel_init_freeable+0x15b/0x1e0
[ 7.730101] [<ffffffff8325e853>] ? do_early_param+0x88/0x88
[ 7.730125] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.730149] [<ffffffff829a6f4e>] kernel_init+0xe/0x180
[ 7.730173] [<ffffffff829cea9c>] ret_from_fork+0x7c/0xb0
[ 7.730198] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.730216] ---[ end trace 48c955fa37ad7da5 ]---
[ 7.730231] ------------[ cut here ]------------
[ 7.730254] WARNING: at ../../../../../../linux/kernel/fs/sysfs/file.c:498 sysfs_attr_ns+0x99/0xa0()
[ 7.730269] sysfs: kobject Ðv without dirent
[ 7.730282] Modules linked in:
[ 7.730307] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G W 3.10.62-x86_64_byt #3
[ 7.730323] Hardware name: Woxter WOXTERI ZEN 10/WOXTERI ZEN 10, BIOS 5.6.5 11/12/2015
[ 7.730338] 0000000000000009 ffff8800728d3dc8 ffffffff829bceff ffff8800728d3e00
[ 7.730377] ffffffff820ae8a1 ffffffff83173f20 ffff8800768f9810 00000000ffffffed
[ 7.730415] 0000000000000000 0000000000000000 ffff8800728d3e60 ffffffff820ae90d
[ 7.730454] Call Trace:
[ 7.730481] [<ffffffff829bceff>] dump_stack+0x19/0x1b
[ 7.730508] [<ffffffff820ae8a1>] warn_slowpath_common+0x61/0x80
[ 7.730533] [<ffffffff820ae90d>] warn_slowpath_fmt+0x4d/0x50
[ 7.730559] [<ffffffff8233fed8>] ? kobject_release+0x98/0x1b0
[ 7.730584] [<ffffffff8223a799>] sysfs_attr_ns+0x99/0xa0
[ 7.730609] [<ffffffff8223a870>] sysfs_remove_file+0x20/0x50
[ 7.730635] [<ffffffff824d6ae7>] device_remove_file+0x17/0x20
[ 7.730658] [<ffffffff8329c0fd>] init+0x1f0/0x22a
[ 7.730681] [<ffffffff8329bf0d>] ? gether_init+0x58/0x58
[ 7.730708] [<ffffffff820002a2>] do_one_initcall+0xd2/0x180
[ 7.730734] [<ffffffff8325f016>] kernel_init_freeable+0x15b/0x1e0
[ 7.730758] [<ffffffff8325e853>] ? do_early_param+0x88/0x88
[ 7.730782] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.730806] [<ffffffff829a6f4e>] kernel_init+0xe/0x180
[ 7.730830] [<ffffffff829cea9c>] ret_from_fork+0x7c/0xb0
[ 7.730855] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.730873] ---[ end trace 48c955fa37ad7da6 ]---
[ 7.730888] ------------[ cut here ]------------
[ 7.730910] WARNING: at ../../../../../../linux/kernel/fs/sysfs/file.c:498 sysfs_attr_ns+0x99/0xa0()
[ 7.730925] sysfs: kobject Ðv without dirent
[ 7.730939] Modules linked in:
[ 7.730964] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G W 3.10.62-x86_64_byt #3
[ 7.730980] Hardware name: Woxter WOXTERI ZEN 10/WOXTERI ZEN 10, BIOS 5.6.5 11/12/2015
[ 7.730994] 0000000000000009 ffff8800728d3dc8 ffffffff829bceff ffff8800728d3e00
[ 7.731034] ffffffff820ae8a1 ffffffff83173ee0 ffff8800768f9810 00000000ffffffed
[ 7.731072] 0000000000000000 0000000000000000 ffff8800728d3e60 ffffffff820ae90d
[ 7.731111] Call Trace:
[ 7.731138] [<ffffffff829bceff>] dump_stack+0x19/0x1b
[ 7.731164] [<ffffffff820ae8a1>] warn_slowpath_common+0x61/0x80
[ 7.731190] [<ffffffff820ae90d>] warn_slowpath_fmt+0x4d/0x50
[ 7.731216] [<ffffffff8233fed8>] ? kobject_release+0x98/0x1b0
[ 7.731241] [<ffffffff8223a799>] sysfs_attr_ns+0x99/0xa0
[ 7.731266] [<ffffffff8223a870>] sysfs_remove_file+0x20/0x50
[ 7.731292] [<ffffffff824d6ae7>] device_remove_file+0x17/0x20
[ 7.731315] [<ffffffff8329c0fd>] init+0x1f0/0x22a
[ 7.731338] [<ffffffff8329bf0d>] ? gether_init+0x58/0x58
[ 7.731365] [<ffffffff820002a2>] do_one_initcall+0xd2/0x180
[ 7.731391] [<ffffffff8325f016>] kernel_init_freeable+0x15b/0x1e0
[ 7.731415] [<ffffffff8325e853>] ? do_early_param+0x88/0x88
[ 7.731439] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.731463] [<ffffffff829a6f4e>] kernel_init+0xe/0x180
[ 7.731487] [<ffffffff829cea9c>] ret_from_fork+0x7c/0xb0
[ 7.731512] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.731530] ---[ end trace 48c955fa37ad7da7 ]---
[ 7.732233] input: gpio-lesskey as /devices/platform/gpio-lesskey.1.auto/input/input6
[ 7.733122] rtc_cmos 00:00: setting system clock to 2016-01-06 19:29:02 UTC (1452108542)
[ 7.733224] EM:OEM0 table found, size=132
[ 7.734623] max170xx_battery 1-0036: I2C SMbus Read error:-121
[ 7.734654] max170xx_battery 1-0036: reset i2c device:-121
[ 7.734681] ------------[ cut here ]------------
[ 7.734709] WARNING: at ../../../../../../linux/kernel/drivers/gpio/gpiolib.c:160 gpio_ensure_requested+0x62/0xa0()
[ 7.734724] autorequest GPIO-79
[ 7.734736] Modules linked in:
[ 7.734762] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G W 3.10.62-x86_64_byt #3
[ 7.734777] Hardware name: Woxter WOXTERI ZEN 10/WOXTERI ZEN 10, BIOS 5.6.5 11/12/2015
[ 7.734791] 0000000000000009 ffff8800728d3c00 ffffffff829bceff ffff8800728d3c38
[ 7.734832] ffffffff820ae8a1 ffffffff83b31808 ffff880078a0f428 000000000000004f
[ 7.734870] ffff880077c6f028 0000000000000246 ffff8800728d3c98 ffffffff820ae90d
[ 7.734909] Call Trace:
[ 7.734938] [<ffffffff829bceff>] dump_stack+0x19/0x1b
[ 7.734966] [<ffffffff820ae8a1>] warn_slowpath_common+0x61/0x80
[ 7.734992] [<ffffffff820ae90d>] warn_slowpath_fmt+0x4d/0x50
[ 7.735020] [<ffffffff820e613d>] ? get_parent_ip+0xd/0x50
[ 7.735045] [<ffffffff82369592>] gpio_ensure_requested+0x62/0xa0
[ 7.735071] [<ffffffff8236be96>] gpiod_direction_output+0x76/0x320
[ 7.735097] [<ffffffff829c6862>] ? _raw_spin_unlock_irqrestore+0x42/0x80
[ 7.735122] [<ffffffff8236c15b>] gpio_direction_output+0x1b/0x20
[ 7.735147] [<ffffffff820a9498>] max17042_i2c_reset_workaround+0x48/0xb0
[ 7.735176] [<ffffffff82615e0d>] max17042_probe+0x62d/0x820
[ 7.735203] [<ffffffff826157e0>] ? max17042_init_worker+0x40/0x40
[ 7.735230] [<ffffffff825f6e09>] i2c_device_probe+0xa9/0x120
[ 7.735259] [<ffffffff824db710>] driver_probe_device+0x90/0x3c0
[ 7.735286] [<ffffffff824dbb13>] __driver_attach+0x93/0xa0
[ 7.735312] [<ffffffff824dba80>] ? __device_attach+0x40/0x40
[ 7.735338] [<ffffffff824d9623>] bus_for_each_dev+0x63/0xa0
[ 7.735365] [<ffffffff824db13e>] driver_attach+0x1e/0x20
[ 7.735391] [<ffffffff824dacd0>] bus_add_driver+0x1e0/0x290
[ 7.735416] [<ffffffff8329cab1>] ? set_fake_batt_full+0xf/0xf
[ 7.735443] [<ffffffff824dc181>] driver_register+0x71/0x150
[ 7.735467] [<ffffffff8329cab1>] ? set_fake_batt_full+0xf/0xf
[ 7.735494] [<ffffffff825f5a4c>] i2c_register_driver+0x2c/0xe0
[ 7.735518] [<ffffffff8329cac3>] max17042_init+0x12/0x14
[ 7.735545] [<ffffffff820002a2>] do_one_initcall+0xd2/0x180
[ 7.735572] [<ffffffff8325f016>] kernel_init_freeable+0x15b/0x1e0
[ 7.735596] [<ffffffff8325e853>] ? do_early_param+0x88/0x88
[ 7.735620] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.735644] [<ffffffff829a6f4e>] kernel_init+0xe/0x180
[ 7.735668] [<ffffffff829cea9c>] ret_from_fork+0x7c/0xb0
[ 7.735693] [<ffffffff829a6f40>] ? rest_init+0xd0/0xd0
[ 7.735711] ---[ end trace 48c955fa37ad7da8 ]---
[ 7.736788] max170xx_battery 1-0036: I2C SMbus Read error:-121
[ 7.736819] max170xx_battery 1-0036: reset i2c device:-121
[ 7.737872] max170xx_battery 1-0036: I2C SMbus Read error:-121
[ 7.737902] max170xx_battery 1-0036: reset i2c device:-121
[ 7.738788] max170xx_battery 1-0036: I2C SMbus Read error:-121
[ 7.738814] max170xx_battery 1-0036: reset i2c device:-121
[ 7.739677] max170xx_battery 1-0036: I2C SMbus Read error:-121
[ 7.739703] max170xx_battery 1-0036: reset i2c device:-121
[ 7.740563] max170xx_battery 1-0036: I2C SMbus Read error:-121
[ 7.740588] max170xx_battery 1-0036: reset i2c device:-121
[ 7.741627] max170xx_battery 1-0036: I2C SMbus Read error:-121
[ 7.741657] max170xx_battery 1-0036: reset i2c device:-121
[ 7.742542] max170xx_battery 1-0036: I2C SMbus Read error:-121
[ 7.742568] max170xx_battery 1-0036: reset i2c device:-121
[ 7.743431] max170xx_battery 1-0036: I2C SMbus Read error:-121
[ 7.743456] max170xx_battery 1-0036: reset i2c device:-121
[ 7.743477] max170xx_battery 1-0036: device version mismatch: ffffff87
[ 7.743522] max170xx_battery: probe of 1-0036 failed with error -5
[ 7.743878] smb347 1-0035: gpio no:132
[ 7.743909] smb347 1-0035: smb349 chip in use.
[ 7.744716] smb347 1-0035: failed to read reg 0x30: -121
[ 7.746525] smb347 1-0035: failed to read reg 0x30: -121
[ 7.748513] smb347 1-0035: failed to read reg 0x30: -121
[ 7.749569] smb347: probe of 1-0035 failed with error -121
[ 7.749990] unable to find transceiver of type USB2 PHY
[ 7.750018] vbus_warn vbus_warn: Failed to get otg transceiver!!
[ 7.750039] vbus_warn vbus_warn: vbus warn probe finished
[ 7.760109] byt_cr_thermal byt_cr_thermal: X-Power PMIC ACPI entry[INT33F4] found
[ 7.772176] CPU0 freq is capping to 498000KHz
[ 7.777737] unable to find transceiver of type USB2 PHY
[ 7.777769] dollar_cove_pwrsrc dollar_cove_pwrsrc: Failed to get otg transceiver!!
[ 7.778642] input: dollar_cove_power_button as /devices/platform/80860F41:04/i2c-5/5-0034/dollar_cove_power_button/input/input7
[ 7.787933] snd_byt_bl_rt5642: Baytrail Machine Driver byt_rt5642 registerd
[ 7.788947] Codec driver version 0.8.4 alsa 1.0.25
[ 7.861859] mid_ssp: ssp_probe: SSP DAI: FCT ssp_probe enters for CPU_DAI 1
[ 7.861893] mid_ssp: ssp_probe: SSP DAI: FCT ssp_probe ssp_config ffff880076976f80
[ 7.861914] mid_ssp: ssp_probe: SSP DAI: FCT ssp_probe enters for CPU_DAI 0
[ 7.861940] mid_ssp: ssp_probe: SSP DAI: FCT ssp_probe ssp_config ffff880076978000
[ 7.863022] byt_rt5642 AMCR0F28:00: rt5640-aif1 <-> Headset-cpu-dai mapping ok
[ 7.863425] byt_rt5642 AMCR0F28:00: rt5640-aif2 <-> Voice-cpu-dai mapping ok
[ 7.863548] compress asoc: rt5640-aif1 <-> Compress-cpu-dai mapping ok
[ 7.863955] byt_rt5642 AMCR0F28:00: snd-soc-dummy-dai <-> ssp-bt-cpu-dai mapping ok
[ 7.864387] byt_rt5642 AMCR0F28:00: snd-soc-dummy-dai <-> ssp-modem-cpu-dai mapping ok
[ 7.870648] rt5640 2-001c: ASoC: mux INR Mux has no paths
[ 7.870711] rt5640 2-001c: ASoC: mux INL Mux has no paths
[ 7.874316] input: baytrailaudio Intel MID Audio Jack as /devices/platform/AMCR0F28:00/sound/card0/input8
[ 7.878680] snd_byt_bl_rt5642: snd_byt_mc_probe successful
[ 7.879043] snd_byt_cr_aic3100: Baytrail Machine Driver byt_aic31xx registerd
[ 7.879233] ALSA device list:
[ 7.879255] #0: baytrailaudio
[ 7.886578] Freeing unused kernel memory: 1308k freed
[ 7.887720] Write protecting the kernel read-only data: 16384k
[ 7.893414] Freeing unused kernel memory: 168k freed
[ 7.900555] Freeing unused kernel memory: 364k freed
[ 7.915345] SELinux: 2048 avtab hash slots, 5493 rules.
[ 7.921432] SELinux: 2048 avtab hash slots, 5493 rules.
[ 7.921491] SELinux: 1 users, 2 roles, 442 types, 0 bools, 1 sens, 1024 cats
[ 7.921524] SELinux: 86 classes, 5493 rules
[ 7.924056] SELinux: Completing initialization.
[ 7.924076] SELinux: Setting up existing superblocks.
[ 7.924117] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[ 7.924159] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
[ 7.924482] SELinux: initialized (dev bdev, type bdev), not configured for labeling
[ 7.924519] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[ 7.924575] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 7.924688] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
[ 7.951924] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
[ 7.951971] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
[ 7.952003] SELinux: initialized (dev anon_inodefs, type anon_inodefs), not configured for labeling
[ 7.952039] SELinux: initialized (dev devpts, type devpts), uses transition SIDs
[ 7.952091] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
[ 7.952139] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
[ 7.952315] SELinux: initialized (dev configfs, type configfs), not configured for labeling
[ 7.952347] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 7.952425] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[ 8.125244] type=1403 audit(1452108542.879:2): policy loaded auid=4294967295 ses=4294967295
[ 8.135659] type=1404 audit(1452108542.889:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[ 8.695164] init: /init.aosp.rc: 561: ignored duplicate definition of service 'media'
[ 8.695313] init: /init.aosp.rc: 592: ignored duplicate definition of service 'flash_recovery'
[ 8.695443] init: /init.aosp.rc: 613: ignored duplicate definition of service 'keystore'
[ 8.696411] init: /init.em_i8811m.rc: 44: invalid command 'setprop_from_sysfs'
[ 8.696473] init: /init.em_i8811m.rc: 45: invalid command 'setprop_from_sysfs'
[ 8.696527] init: /init.em_i8811m.rc: 46: invalid command 'setprop_from_sysfs'
[ 8.696577] init: /init.em_i8811m.rc: 47: invalid command 'setprop_from_sysfs'
[ 8.699064] init: could not import file 'init.internal_props.rc' from 'init.debug.rc'
[ 8.700535] init: could not import file 'init.gps.rc' from '/init.em_i8811m.rc'
[ 8.704479] SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
[ 9.826722] init: /dev/hw_random not found
[ 9.826903] keychord: using input dev Power Button for fevent
[ 9.826938] keychord: using input dev SINO WEALTH USB Composite Device for fevent
[ 9.826989] keychord: using input dev SINO WEALTH USB Composite Device for fevent
[ 9.827038] keychord: using input dev gpio-lesskey for fevent
[ 9.827063] keychord: using input dev dollar_cove_power_button for fevent
[ 9.828911] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 9.829772] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 9.830928] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 9.837548] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 9.838136] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 9.842880] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 9.846260] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts
[ 9.864068] had: ******** HAD DRIVER loading.. Ver: 0.01.003
[ 9.867334] [drm] mid_hdmi_audio_register: Scheduling HDMI audio work queue
[ 9.867404] [drm:i915_had_wq] *ERROR* Checking for HDMI connection at boot
[ 9.921863] [TTM] Zone kernel: Available graphics memory: 964110 kiB
[ 9.921891] [TTM] Initializing pool allocator
[ 9.921940] [TTM] Initializing DMA pool allocator
[ 9.922029] [drm] vxd_driver_load 3, i915_dev_priv->regs is 0x2180000.
[ 9.922049] [drm] 0 MSVDX_CORE_REV_OFFSET value is 0xffffffff.
[ 9.922065] [drm] 1 MSVDX_CORE_REV_OFFSET value is 0xffffffff.
[ 9.922285] [TTM] DRM_PSB_MEM_MMU heap: start 0x0
[ 9.922308] [TTM] DRM_PSB_MEM_MMU_TILING heap: start 0x50000000
[ 9.956609] bcm_bt_lpm OBDA8723:00: Error evaluating UART port number
[ 9.956985] ------------[ cut here ]------------
[ 9.957027] WARNING: at ../../../../../../linux/kernel/lib/list_debug.c:45 __list_add_rcu+0xd8/0x220()
[ 9.957051] __list_add_rcu corruption. next->prev should be prev (ffffffff83161250), but was (null). (next=ffff880076956478).
[ 9.957065] Modules linked in: bcm_bt_lpm(+) vxd392 videobuf_vmalloc videobuf_core fps_throttle hdmi_audio
[ 9.957134] CPU: 0 PID: 1 Comm: init Tainted: G W 3.10.62-x86_64_byt #3
[ 9.957150] Hardware name: Woxter WOXTERI ZEN 10/WOXTERI ZEN 10, BIOS 5.6.5 11/12/2015
[ 9.957164] 0000000000000009 ffff8800728d3b00 ffffffff829bceff ffff8800728d3b38
[ 9.957207] ffffffff820ae8a1 ffffffff83161250 ffff880076956478 ffffffffa00111b0
[ 9.957245] 0000000000000001 ffffffffa0011580 ffff8800728d3b98 ffffffff820ae90d
[ 9.957284] Call Trace:
[ 9.957316] [<ffffffff829bceff>] dump_stack+0x19/0x1b
[ 9.957346] [<ffffffff820ae8a1>] warn_slowpath_common+0x61/0x80
[ 9.957373] [<ffffffff820ae90d>] warn_slowpath_fmt+0x4d/0x50
[ 9.957401] [<ffffffff820e613d>] ? get_parent_ip+0xd/0x50
[ 9.957430] [<ffffffff82352d88>] __list_add_rcu+0xd8/0x220
[ 9.957457] [<ffffffff824e4d1d>] wakeup_source_add+0x8d/0xc0
[ 9.957492] [<ffffffffa000f786>] bcm43xx_bluetooth_probe+0x2a6/0x5a0 [bcm_bt_lpm]
[ 9.957520] [<ffffffff824dd88d>] platform_drv_probe+0x3d/0x70
[ 9.957548] [<ffffffff824db022>] ? driver_sysfs_add+0x82/0xb0
[ 9.957576] [<ffffffff824db710>] driver_probe_device+0x90/0x3c0
[ 9.957603] [<ffffffff824dbb13>] __driver_attach+0x93/0xa0
[ 9.957630] [<ffffffff824dba80>] ? __device_attach+0x40/0x40
[ 9.957656] [<ffffffff824d9623>] bus_for_each_dev+0x63/0xa0
[ 9.957683] [<ffffffff824db13e>] driver_attach+0x1e/0x20
[ 9.957709] [<ffffffff824dacd0>] bus_add_driver+0x1e0/0x290
[ 9.957733] [<ffffffffa004b000>] ? 0xffffffffa004afff
[ 9.957760] [<ffffffff824dc181>] driver_register+0x71/0x150
[ 9.957783] [<ffffffffa004b000>] ? 0xffffffffa004afff
[ 9.957809] [<ffffffff824dd696>] platform_driver_register+0x46/0x50
[ 9.957840] [<ffffffffa004b017>] bcm43xx_bluetooth_init+0x17/0x1000 [bcm_bt_lpm]
[ 9.957869] [<ffffffff820002a2>] do_one_initcall+0xd2/0x180
[ 9.957899] [<ffffffff8211a327>] load_module+0x1117/0x19e0
[ 9.957926] [<ffffffff82363390>] ? ddebug_proc_write+0x100/0x100
[ 9.957960] [<ffffffff8211acb7>] SyS_init_module+0xc7/0x110
[ 9.957990] [<ffffffff829d04b9>] ia32_do_call+0x13/0x13
[ 9.958008] ---[ end trace 48c955fa37ad7da9 ]---
[ 9.959717] init: /dev/hw_random not found
[ 9.982446] EXT4-fs (mmcblk0p3): recovery complete
[ 9.982495] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: barrier=1,data=ordered
[ 9.982546] SELinux: initialized (dev mmcblk0p3, type ext4), uses xattr
[ 9.982751] fs_mgr: __mount(source=/dev/block/by-name/factory,target=/factory,type=ext4)=0
[ 10.005614] bio: create slab <bio-1> at 1
[ 10.029527] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[ 10.029579] SELinux: initialized (dev dm-0, type ext4), uses xattr
[ 10.029724] fs_mgr: __mount(source=/dev/block/dm-0,target=/system,type=ext4)=0
[ 10.031151] EXT4-fs (mmcblk0p11): Ignoring removed nomblk_io_submit option
[ 10.038022] EXT4-fs (mmcblk0p11): recovery complete
[ 10.038074] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
[ 10.038131] SELinux: initialized (dev mmcblk0p11, type ext4), uses xattr
[ 10.038284] fs_mgr: check_fs(): mount(/dev/block/by-name/cache,/cache,ext4)=0
[ 10.038984] ext4-dio-unwrit (161) used greatest stack depth: 6664 bytes left
[ 10.047871] fs_mgr: Running /system/bin/e2fsck on /dev/block/by-name/cache
[ 10.089160] ueventd (148) used greatest stack depth: 5656 bytes left
[ 10.248796] e2fsck (162) used greatest stack depth: 4392 bytes left
[ 10.249048] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[ 10.249187] e2fsck: /dev/block/by-name/cache: clean, 22/57344 files, 7443/229376 blocks
[ 10.257172] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: barrier=1,data=ordered
[ 10.257231] SELinux: initialized (dev mmcblk0p11, type ext4), uses xattr
[ 10.257384] fs_mgr: __mount(source=/dev/block/by-name/cache,target=/cache,type=ext4)=0
[ 10.266250] EXT4-fs (mmcblk0p10): recovery complete
[ 10.266301] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: barrier=1,data=ordered
[ 10.266350] SELinux: initialized (dev mmcblk0p10, type ext4), uses xattr
[ 10.266500] fs_mgr: __mount(source=/dev/block/by-name/config,target=/config,type=ext4)=0
[ 10.267622] EXT4-fs (mmcblk0p13): VFS: Can't find ext4 filesystem
[ 10.268155] fs_mgr: check_fs(): mount(/dev/block/by-name/data,/data,ext4)=-1
[ 10.268235] fs_mgr: Running /system/bin/e2fsck on /dev/block/by-name/data
[ 10.291275] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[ 10.291385] e2fsck: ext2fs_open2: Bad magic number in super-block
[ 10.291432] e2fsck: /system/bin/e2fsck: Superblock invalid, trying backup blocks...
[ 10.291472] e2fsck: /system/bin/e2fsck: Bad magic number in super-block while trying to open /dev/block/by-name/data
[ 10.291510] e2fsck:
[ 10.291548] e2fsck: The superblock could not be read or does not describe a correct ext2
[ 10.291587] e2fsck: filesystem. If the device is valid and it really contains an ext2
[ 10.291626] e2fsck: filesystem (and not swap or ufs or something else), then the superblock
[ 10.291664] e2fsck: is corrupt, and you might try running e2fsck with an alternate superblock:
[ 10.291702] e2fsck: e2fsck -b 8193 <device>
[ 10.291738] e2fsck:
[ 10.291784] e2fsck: e2fsck terminated by exit(8)
[ 10.293014] EXT4-fs (mmcblk0p13): VFS: Can't find ext4 filesystem
[ 10.293190] fs_mgr: __mount(source=/dev/block/by-name/data,target=/data,type=ext4)=-1
[ 10.294102] fs_mgr: fs_mgr_mount_all(): possibly an encryptable blkdev /dev/block/by-name/data for mount /data type ext4 )
[ 10.294362] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 10.294638] fs_mgr: check_fs(): mount(/dev/block/by-name/logs,/logs,ext4)=-1
[ 10.294714] fs_mgr: Running /system/bin/e2fsck on /dev/block/by-name/logs
[ 10.329322] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[ 10.329436] e2fsck: /dev/block/by-name/logs: recovering journal
[ 10.329484] e2fsck: /dev/block/by-name/logs: clean, 14/16384 files, 2091/65536 blocks
[ 10.336044] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: barrier=1,data=ordered
[ 10.336100] SELinux: initialized (dev mmcblk0p1, type ext4), uses xattr
[ 10.336251] fs_mgr: __mount(source=/dev/block/by-name/logs,target=/logs,type=ext4)=0
[ 10.379332] stk831x 3-003d: Sensor get ID error
[ 10.379366] stk831x 3-003d: sensor_init
[ 10.379410] stk831x: probe of 3-003d failed with error -121
[ 10.386945] input: accel_kxcj9 as /devices/platform/80860F41:02/i2c-3/3-000f/input/input9
[ 10.387829] i2c i2c-3: Failed to register i2c client KXCJ9000:00 at 0x0f (-16)
[ 10.387857] Fail to add i2c device3:15
[ 10.387874] Fail to register sensor device
[ 10.388472] BSBG0160:00 3-0068: Sensor get ID error
[ 10.388498] BSBG0160:00 3-0068: sensor_init
[ 10.388542] BSBG0160:00: probe of 3-0068 failed with error -121
[ 10.388672] i2c i2c-3: Failed to register i2c client BSBG0160:00 at 0x68 (-16)
[ 10.388694] Fail to add i2c device3:104
[ 10.388709] Fail to register sensor device
[ 10.477129] lm3554 2-0053: no platform data
[ 10.568803] atomisp-css2400b0_v21 0000:00:03.0: ISP HPLL frequency base = 2000 MHz
[ 10.987162] atomisp-css2400b0_v21 0000:00:03.0: setting latency timer to 64
[ 10.987283] atomisp-css2400b0_v21 0000:00:03.0: irq 106 for MSI/MSI-X
[ 11.068189] ov2685 2-003c: read from offset 0x300a error -121
[ 11.068223] ov2685 2-003c: sensor_id_high = 0x0
[ 11.068244] ov2685 2-003c: ov_detect err s_config.
[ 11.107139] ov2685 2-003c: sensor power-gating failed
[ 11.107174] ov2685 2-003c: fail to init ov sensor!
[ 11.107503] atomisp-css2400b0_v21 0000:00:03.0: Subdev ov2685 detection fail
[ 11.198097] ov2685 2-003c: read from offset 0x300a error -121
[ 11.198131] ov2685 2-003c: sensor_id_high = 0x0
[ 11.198152] ov2685 2-003c: ov_detect err s_config.
[ 11.237174] ov2685 2-003c: sensor power-gating failed
[ 11.237209] ov2685 2-003c: fail to init ov sensor!
[ 11.237634] atomisp-css2400b0_v21 0000:00:03.0: Subdev ov2685f detection fail
[ 11.241515] ov5670 2-003c: @power_up:
[ 11.297149] ov5670 2-003c: camera pdata: port: 1 lanes: 2 order: 00000002
[ 11.298450] ov5670 2-003c: read from offset 0x300b error -121
[ 11.298480] ov5670 2-003c: sensor_id_high = 0x0
[ 11.298501] ov5670 2-003c: ov5670_detect err s_config.
[ 11.309692] ov5670 2-003c: sensor power-gating failed
[ 11.310121] atomisp-css2400b0_v21 0000:00:03.0: Subdev ov5670 detection fail
[ 11.478478] gc0310soc 2-003c: [gcdriver]: i2c read failed
[ 11.478510] gc2155: gc_detect err s_config.
[ 11.557085] gc0310soc 2-003c: sensor power-gating failed
[ 11.557521] atomisp-css2400b0_v21 0000:00:03.0: Subdev gc2155 detection fail
[ 11.628270] gc22351x5 2-003c: write error: wrote 0x80 to offset 0xfe error -5
[ 11.628306] gc22351x5 2-003c: gc2235_init_common:init common error
[ 11.628324] gc2235b: gc2235 power-up err.
[ 11.667044] gc22351x5 2-003c: sensor power-gating failed
[ 11.667113] gc22351x5: probe of 2-003c failed with error -5
[ 11.667502] atomisp-css2400b0_v21 0000:00:03.0: Subdev gc2235b detection fail
[ 11.705634] hm2056 2-0024: camera pdata: port: 1 lanes: 1 order: 00000000
[ 11.706728] hm2056 2-0024: read from offset 0x1 error -121
[ 11.706756] hm2056 2-0024: sensor_id_high = 0x0
[ 11.706776] hm2056 2-0024: hm2056_detect err s_config.
[ 11.715575] hm2056 2-0024: sensor power-gating failed
[ 11.715604] hm2056 2-0024: +++ out free
[ 11.716003] atomisp-css2400b0_v21 0000:00:03.0: Subdev hm2056 detection fail
[ 11.717566] hm2056f power is off.
[ 11.766713] hm2056f power is on.
[ 11.827071] hm2056f 1-0024: camera pdata: port: 0 lanes: 1 order: 00000000
[ 11.828311] hm2056f 1-0024: read from offset 0x1 error -121
[ 11.828342] hm2056f 1-0024: sensor_id_high = 0x0
[ 11.828362] hm2056f 1-0024: hm2056_detect err s_config.
[ 11.837360] hm2056f power is off.
[ 11.837391] hm2056f 1-0024: sensor power-gating failed
[ 11.837413] hm2056f 1-0024: +++ out free
[ 11.837810] atomisp-css2400b0_v21 0000:00:03.0: Subdev hm2056f detection fail
[ 11.839486] gc5004 2-0036: @power_up ++
[ 11.839516] gc5004_power_ctrl,flag:1
[ 11.867127] gc5004_gpio_ctrl,flag:1
[ 11.928327] gc5004 2-0036: write error: wrote 0x80 to offset 0xfe error -5
[ 11.928362] gc5004 2-0036: gc5004_init_common:init common error
[ 11.928379] gc5004: gc5004 power-up err.
[ 11.928399] gc5004 2-0036: @power_down ++
[ 11.928424] gc5004_gpio_ctrl,flag:0
[ 11.928480] gc5004_power_ctrl,flag:0
[ 11.967080] gc5004 2-0036: sensor power-gating failed
[ 11.967149] gc5004: probe of 2-0036 failed with error -5
[ 11.967534] atomisp-css2400b0_v21 0000:00:03.0: Subdev gc5004 detection fail
[ 12.027198] ov5648 2-0036: camera pdata: port: 1 lanes: 2 order: 00000002
[ 12.029995] ov5648 2-0036: sensor ID error
[ 12.030024] ov5648 2-0036: ov5648_detect err s_config.
[ 12.038434] ov5648 2-0036: sensor power-gating failed
[ 12.038848] atomisp-css2400b0_v21 0000:00:03.0: Subdev ov5648 detection fail
[ 12.040534] hm5040_probe
[ 12.040571] power_down
[ 12.040589] hm5040 clock is not set.
[ 12.040608] hm5040_gpio_ctrl: failed to request gpio(pin 126)
[ 12.040626] hm5040_gpio_ctrl: failed to request gpio(pin 126)
[ 12.040647] hm5040 2-001b: gpio failed 2
[ 12.040662] power_up
[ 12.071353] hm5040_gpio_ctrl: failed to request gpio(pin 126)
[ 12.071387] hm5040_gpio_ctrl: failed to request gpio(pin 126)
[ 12.079503] hm5040 2-001b: sensor power-up failed
[ 12.079531] hm5040 2-001b: hm5040 power-up err.
[ 12.079548] power_down
[ 12.079562] hm5040 clock is not set.
[ 12.079580] hm5040_gpio_ctrl: failed to request gpio(pin 126)
[ 12.079598] hm5040_gpio_ctrl: failed to request gpio(pin 126)
[ 12.079618] hm5040 2-001b: gpio failed 2
[ 12.079637] hm5040 2-001b: sensor power-gating failed
[ 12.079685] hm5040: probe of 2-001b failed with error -16
[ 12.080058] atomisp-css2400b0_v21 0000:00:03.0: Subdev hm5040 detection fail
[ 12.081866] ++++ov2680_probe++++
[ 12.081901] ov2680 2-0036: ++++ov2680_probe++++
[ 12.157105] ov2680 2-0036: camera pdata: port: 1 lanes: 1 order: 00000002
[ 12.169374] atomisp-css2400b0_v21 0000:00:03.0: Subdev ov2680b successfully register
[ 12.170633] @gc0339_s_power: enable:0
[ 12.207209] @gc0339_s_power: enable:1
[ 12.207238] power_up++
[ 12.309231] gc0339 2-0046: write error: wrote 0x10 to offset 0xfc error -121
[ 12.338933] gc0339 2-0046: write error: wrote 0x10 to offset 0xfc error -121
[ 12.368929] gc0339 2-0046: write error: wrote 0x10 to offset 0xfc error -121
[ 12.398774] gc0339 2-0046: write error: wrote 0x10 to offset 0xfc error -121
[ 12.428779] gc0339 2-0046: write error: wrote 0x10 to offset 0xfc error -121
[ 12.458779] gc0339 2-0046: write error: wrote 0x10 to offset 0xfc error -121
[ 12.488781] gc0339 2-0046: write error: wrote 0x10 to offset 0xfc error -121
[ 12.488816] gc0339 2-0046: gc0339_init_common:init common error
[ 12.488835] gc0339: gc0339 power-up err@gc0339_s_power: enable:0
[ 12.527058] gc0339 2-0046: sensor power-gating failed
[ 12.527128] gc0339: probe of 2-0046 failed with error -121
[ 12.527419] atomisp-css2400b0_v21 0000:00:03.0: Subdev gc0339 detection fail
[ 12.528273] i2c i2c-1: Failed to register i2c client ov2722 at 0x36 (-16)
[ 12.528306] atomisp-css2400b0_v21 0000:00:03.0: Subdev ov2722 detection fail
[ 12.598343] ov7736 2-003c: read from offset 0x300a error -121
[ 12.598378] ov7736 2-003c: sensor_id_high = 0x70ccc028
[ 12.598398] ov7736 2-003c: ov7736_detect err s_config.
[ 12.637073] ov7736 2-003c: sensor power-gating failed
[ 12.637513] atomisp-css2400b0_v21 0000:00:03.0: Subdev ov7736 detection fail
[ 12.638647] ++++ov2680_probe++++
[ 12.638679] ov2680 2-0010: ++++ov2680_probe++++
[ 12.638758] ov2680f_power_ctrl:++++ov2680f_power_ctrl off
[ 12.638777] ov2680f_power_ctrl:++++ov2680f_power_ctrl on
[ 12.697201] ov2680 2-0010: camera pdata: port: 0 lanes: 1 order: 00000002
[ 12.698410] ov2680 2-0010: read from offset 0x300a error -121
[ 12.698440] ov2680 2-0010: sensor_id_high = 0x0
[ 12.698461] ov2680 2-0010: ov2680_detect err s_config.
[ 12.698527] ov2680f_power_ctrl:++++ov2680f_power_ctrl off
[ 12.707178] ov2680 2-0010: sensor power-gating failed
[ 12.707590] atomisp-css2400b0_v21 0000:00:03.0: Subdev ov2680f detection fail
[ 12.708708] ++++ov2680_probe++++
[ 12.708740] ov2680 1-0010: ++++ov2680_probe++++
[ 12.708814] ov2680f_power_ctrl:++++ov2680f_power_ctrl off
[ 12.708833] ov2680f_power_ctrl:++++ov2680f_power_ctrl on
[ 12.767165] ov2680 1-0010: camera pdata: port: 0 lanes: 1 order: 00000002
[ 12.771249] ov2680f_power_ctrl:++++ov2680f_power_ctrl off
[ 12.779405] atomisp-css2400b0_v21 0000:00:03.0: Subdev ov2680f successfully register
[ 12.878469] gc2235f 2-003c: write error: wrote 0x80 to offset 0xfe error -5
[ 12.878504] gc2235f 2-003c: gc2235f_init_common:init common error
[ 12.878522] gc2235f: gc2235f power-up err.
[ 12.917054] gc2235f 2-003c: sensor power-gating failed
[ 12.917124] gc2235f: probe of 2-003c failed with error -5
[ 12.917514] atomisp-css2400b0_v21 0000:00:03.0: Subdev gc2235f detection fail
[ 13.058302] gc0310soc 1-0049: [gcdriver]: i2c read failed
[ 13.058334] gc0310soc: gc_detect err s_config.
[ 13.097086] gc0310soc 1-0049: sensor power-gating failed
[ 13.097526] atomisp-css2400b0_v21 0000:00:03.0: Subdev gc0310soc detection fail
[ 13.238330] gc0310soc 2-0050: [gcdriver]: i2c read failed
[ 13.238362] gc0310soc: gc_detect err s_config.
[ 13.277082] gc0310soc 2-0050: sensor power-gating failed
[ 13.277522] atomisp-css2400b0_v21 0000:00:03.0: Subdev gc0310soc detection fail
[ 13.279295] ###fun:bf3905_probe, line:1312.
[ 13.279333] ###fun:bf3905_s_config, line:1036.
[ 13.279354] ###fun:power_down, line:713.
[ 13.279370] fun:bf3905_flisclk_ctrl, line:139.
[ 13.279397] fun:bf3905_gpio_ctrl, line:60.
[ 13.307129] ###fun:power_up, line:665.
[ 13.343497] fun:bf3905_gpio_ctrl, line:60.
[ 13.397078] fun:bf3905_flisclk_ctrl, line:134.
[ 13.397120] fun:bf3905_flisclk_ctrl, line:139.
[ 13.427065] ***power up return 0!
[ 13.427113] bf3905 2-006f: camera pdata: port: 0 lanes: 1 order: 00000002
[ 13.427138] ###fun:bf3905_detect, line:937.
[ 13.428374] bf3905 2-006f: read from offset 0xfc error -121
[ 13.428405] bf3905 2-006f: sensor_id_high = 0x0
[ 13.428426] bf3905 2-006f: bf3905_detect err s_config.
[ 13.428446] ###fun:power_down, line:713.
[ 13.428463] fun:bf3905_flisclk_ctrl, line:139.
[ 13.428488] fun:bf3905_gpio_ctrl, line:60.
[ 13.465566] bf3905 2-006f: sensor power-gating failed
[ 13.465989] atomisp-css2400b0_v21 0000:00:03.0: Subdev bf3905 detection fail
[ 13.687091] bf3a20 2-006f: camera pdata: port: 0 lanes: 1 order: 00000003
[ 13.688340] bf3a20 2-006f: read from offset 0xfc error -121
[ 13.689329] bf3a20 2-006f: read from offset 0xfc error -121
[ 13.690361] bf3a20 2-006f: read from offset 0xfc error -121
[ 13.691220] bf3a20 2-006f: read from offset 0xfc error -121
[ 13.692057] bf3a20 2-006f: read from offset 0xfc error -121
[ 13.692904] bf3a20 2-006f: read from offset 0xfc error -121
[ 13.693930] bf3a20 2-006f: read from offset 0xfc error -121
[ 13.694791] bf3a20 2-006f: read from offset 0xfc error -121
[ 13.695640] bf3a20 2-006f: read from offset 0xfc error -121
[ 13.696472] bf3a20 2-006f: read from offset 0xfc error -121
[ 13.697509] bf3a20 2-006f: read from offset 0xfd error -121
[ 13.698357] bf3a20 2-006f: read from offset 0xfd error -121
[ 13.699205] bf3a20 2-006f: read from offset 0xfd error -121
[ 13.700223] bf3a20 2-006f: read from offset 0xfd error -121
[ 13.701079] bf3a20 2-006f: read from offset 0xfd error -121
[ 13.701915] bf3a20 2-006f: read from offset 0xfd error -121
[ 13.702970] bf3a20 2-006f: read from offset 0xfd error -121
[ 13.703832] bf3a20 2-006f: read from offset 0xfd error -121
[ 13.704696] bf3a20 2-006f: read from offset 0xfd error -121
[ 13.705543] bf3a20 2-006f: read from offset 0xfd error -121
[ 13.705568] bf3a20 2-006f: sensor ID error
[ 13.705588] bf3a20 2-006f: bf3a20_detect err in s_config.
[ 13.767092] bf3a20 2-006f: sensor power-gating failed
[ 13.767529] atomisp-css2400b0_v21 0000:00:03.0: Subdev bf3a20 detection fail
[ 13.780203] atomisp-css2400b0_v21 0000:00:03.0: DFS target frequency=200.
[ 13.973633] type=1400 audit(1452108548.729:4): avc: denied { write } for pid=224 comm="fg_conf" name="intel_fg" dev="tmpfs" ino=10931 scontext=u:r:fg_conf:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[ 14.045065] Adding 409596k swap on /dev/block/zram0. Priority:-1 extents:1 across:409596k SS
[ 14.048008] init: cannot find '/system/bin/preinit.sensor.sh', disabling 'preinit_sensor'
[ 18.352202] binder: 227:227 transaction failed 29189, size 0-0
[ 18.355119] init: cannot find '/system/bin/ct_monitor', disabling 'ct_monitor'
[ 18.359149] iTCO_wdt: iTCO_wdt_keepalive
[ 18.359201] iTCO_wdt: iTCO_wdt_keepalive
[ 18.413463] logd.auditd: start
[ 18.594011] RTL871X: module init start
[ 18.594046] RTL871X: rtl8723bs v4.3.6.2_12080.20141030_BTCOEX20140702-5140
[ 18.594065] RTL871X: build time: Nov 19 2015 17:00:11
[ 18.594080] RTL871X: rtl8723bs BT-Coex version = BTCOEX20140702-5140
[ 19.141517]
[ 19.141547] 29 81 03 7C 51 08 28 00 62 07 0D 45 10 02 00 00
[ 19.141677] 2C 2D 2E 2E 2E 2E 2E 2F 30 30 30 E0 FF FF FF FF
[ 19.141800] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 19.141922] FF FF FF FF FF FF FF FF FF FF 2D 2D 2D 2D 2D 2D
[ 19.142094] 2D 2D 2D 2D 2D E0 FF FF FF FF FF FF FF FF FF FF
[ 19.142218] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 19.142341] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 19.142464] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 19.142587] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 19.142709] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 19.142832] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 19.142955] FF FF FF FF FF FF FF FF 20 23 21 00 00 00 FF FF
[ 19.143078] FF 29 20 11 00 00 00 FF 00 FF 12 FF FF FF FF FF
[ 19.143201] 3E 10 01 02 23 00 00 FF 20 04 4C 02 23 B7 21 02
[ 19.143324] 0C 00 22 04 00 08 00 32 FF 21 02 0C 00 22 2A 01
[ 19.143447] 01 00 00 00 00 00 00 00 00 00 00 00 02 00 FF FF
[ 19.143569] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 19.143691] 00 EB 00 6E 01 00 00 00 00 FF 7C C7 09 60 36 29
[ 19.143814] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 19.143937] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 19.144060] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 19.144183] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 19.144306] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 19.144428] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 19.144551] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 19.144674] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 19.144797] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 19.144920] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 19.145042] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 19.145165] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 19.145288] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 19.145411] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 19.163212] RTL871X: rtw_ndev_init(wlan0)
[ 19.169963] RTL871X: rtw_ndev_init(p2p0)
[ 19.177132] RTL871X: module init ret=0
[ 20.399879] type=1400 audit(1452108555.159:5): avc: denied { read } for pid=271 comm="fg_conf" name="intel_fg" dev="tmpfs" ino=10931 scontext=u:r:healthd:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[ 20.408358] healthd: battery l=18 v=3711 t=23.0 h=2 st=3 c=-1052 chg=
[ 22.049972] bio: create slab <bio-2> at 2
[ 23.262860] EXT4-fs (dm-1): Ignoring removed nomblk_io_submit option
[ 23.482510] EXT4-fs (dm-1): recovery complete
[ 23.484208] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
[ 23.484262] SELinux: initialized (dev dm-1, type ext4), uses xattr
[ 23.484702] fs_mgr: check_fs(): mount(/dev/block/dm-1,/data,ext4)=0
[ 23.493375] fs_mgr: Running /system/bin/e2fsck on /dev/block/dm-1
[ 23.534145] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[ 23.534314] e2fsck: /dev/block/dm-1: clean, 737/260608 files, 50396/1041408 blocks
[ 23.545154] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: discard,barrier=1,data=ordered,noauto_da_alloc
[ 23.545211] SELinux: initialized (dev dm-1, type ext4), uses xattr
[ 23.545378] fs_mgr: __mount(source=/dev/block/dm-1,target=/data,type=ext4)=0
[ 23.678580] type=1400 audit(1452108558.439:6): avc: denied { write } for pid=296 comm="fg_conf" name="intel_fg" dev="tmpfs" ino=10931 scontext=u:r:fg_conf:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[ 23.692834] zram: Cannot change disksize for initialized device
[ 23.708705] fs_mgr: swapon failed for /dev/block/zram0
[ 23.711177] init: cannot find '/system/bin/preinit.sensor.sh', disabling 'preinit_sensor'
[ 28.226169] init: cannot find '/system/bin/debuggerd64', disabling 'debuggerd64'
[ 28.233164] init: cannot find '/system/bin/rfid_monzaxd', disabling 'rfid_monzaxd'
[ 28.320865] SELinux: initialized (dev fuse, type fuse), uses genfs_contexts
[ 28.356176] type=1400 audit(1452108563.109:7): avc: denied { setattr } for pid=314 comm="chmod" name="004" dev="tmpfs" ino=10802 scontext=u:r:usb3gmonitor:s0 tcontext=u:object_r:usb_device:s0 tclass=chr_file permissive=1
[ 28.359505] iTCO_wdt: iTCO_wdt_keepalive
[ 28.373918] atomisp-css2400b0_v21 0000:00:03.0: DFS target frequency=200.
[ 28.376757] atomisp-css2400b0_v21 0000:00:03.0: DFS target frequency=200.
[ 28.398152] atomisp-css2400b0_v21 0000:00:03.0: DFS target frequency=200.
[ 28.398428] atomisp-css2400b0_v21 0000:00:03.0: DFS target frequency=200.
[ 28.422338] atomisp-css2400b0_v21 0000:00:03.0: DFS target frequency=200.
[ 28.422596] atomisp-css2400b0_v21 0000:00:03.0: DFS target frequency=200.
[ 28.434087] warning: `securityfileser' uses 32-bit capabilities (legacy support in use)
[ 28.455029] init: untracked pid 320 exited with status 1
[ 31.156179] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 38.360050] iTCO_wdt: iTCO_wdt_keepalive
[ 40.939254] snd_intel_sst: runtime_resume called
[ 40.998030] snd_intel_sst: GOT table entry invalid
[ 41.005007] snd_intel_sst: FW Version 02.08.0a.09
[ 41.005039] snd_intel_sst: Build date Aug 11 2014 Time 10:58:10
[ 41.005366] snd_intel_sst: runtime_idle called
[ 41.005653] snd_intel_sst: runtime_idle called
[ 41.006002] snd_intel_sst: runtime_idle called
[ 41.006333] snd_intel_sst: runtime_idle called
[ 41.030577] snd_intel_sst: runtime_idle called
[ 41.030767] snd_intel_sst: runtime_idle called
[ 41.067886] snd_intel_sst: runtime_idle called
[ 41.068353] snd_intel_sst: runtime_idle called
[ 41.068823] snd_intel_sst: runtime_idle called
[ 41.069180] snd_intel_sst: runtime_idle called
[ 41.069444] snd_intel_sst: runtime_idle called
[ 41.069952] snd_intel_sst: runtime_idle called
[ 41.070323] snd_intel_sst: runtime_idle called
[ 41.070592] snd_intel_sst: runtime_idle called
[ 41.071088] snd_intel_sst: runtime_idle called
[ 41.071456] snd_intel_sst: runtime_idle called
[ 41.071708] snd_intel_sst: runtime_idle called
[ 41.071960] snd_intel_sst: runtime_idle called
[ 41.072227] snd_intel_sst: runtime_idle called
[ 41.072638] snd_intel_sst: runtime_idle called
[ 41.073008] snd_intel_sst: runtime_idle called
[ 41.073273] snd_intel_sst: runtime_idle called
[ 41.073684] snd_intel_sst: runtime_idle called
[ 41.074054] snd_intel_sst: runtime_idle called
[ 41.074309] snd_intel_sst: runtime_idle called
[ 41.074580] snd_intel_sst: runtime_idle called
[ 41.074846] snd_intel_sst: runtime_idle called
[ 41.075107] snd_intel_sst: runtime_idle called
[ 41.076664] snd_intel_sst: runtime_idle called
[ 41.077236] snd_intel_sst: runtime_idle called
[ 41.077798] snd_intel_sst: runtime_idle called
[ 41.078362] snd_intel_sst: runtime_idle called
[ 41.078920] snd_intel_sst: runtime_idle called
[ 41.079476] snd_intel_sst: runtime_idle called
[ 41.080029] snd_intel_sst: runtime_idle called
[ 41.080585] snd_intel_sst: runtime_idle called
[ 41.081149] snd_intel_sst: runtime_idle called
[ 41.081712] snd_intel_sst: runtime_idle called
[ 41.082286] snd_intel_sst: runtime_idle called
[ 41.082861] snd_intel_sst: runtime_idle called
[ 41.083113] snd_intel_sst: runtime_idle called
[ 41.083374] snd_intel_sst: runtime_idle called
[ 41.083785] snd_intel_sst: runtime_idle called
[ 41.084145] snd_intel_sst: runtime_idle called
[ 41.084400] snd_intel_sst: runtime_idle called
[ 41.084664] snd_intel_sst: runtime_idle called
[ 41.084951] snd_intel_sst: runtime_idle called
[ 41.085216] snd_intel_sst: runtime_idle called
[ 41.085471] snd_intel_sst: runtime_idle called
[ 41.085735] snd_intel_sst: runtime_idle called
[ 41.086140] snd_intel_sst: runtime_idle called
[ 41.086499] snd_intel_sst: runtime_idle called
[ 41.086974] snd_intel_sst: runtime_idle called
[ 41.087343] snd_intel_sst: runtime_idle called
[ 41.087704] snd_intel_sst: runtime_idle called
[ 41.087965] snd_intel_sst: runtime_idle called
[ 41.192755] snd_intel_sst: runtime_idle called
[ 41.193028] snd_intel_sst: runtime_idle called
[ 43.186780] snd_intel_sst: runtime_suspend called
[-- Attachment #4: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Reviving the LPSS PWM patches
2016-04-05 19:06 ` Lluís Batlle i Rossell
@ 2016-04-06 10:56 ` Lluís Batlle i Rossell
2016-04-07 9:49 ` Kumar, Shobhit
0 siblings, 1 reply; 10+ messages in thread
From: Lluís Batlle i Rossell @ 2016-04-06 10:56 UTC (permalink / raw)
To: Kumar, Shobhit; +Cc: russianneuromancer, intel-gfx
On Tue, Apr 05, 2016 at 09:06:25PM +0200, Lluís Batlle i Rossell wrote:
> On Tue, Apr 05, 2016 at 12:39:30PM +0200, Lluís Batlle i Rossell wrote:
> > On Tue, Apr 05, 2016 at 12:03:44PM +0530, Kumar, Shobhit wrote:
> > > On Thursday 31 March 2016 03:57 PM, Lluís Batlle i Rossell wrote:
> > > >Hello,
> > > >
> > > >I saw that you did some work for LPSS PWM:
> > > >https://lists.freedesktop.org/archives/intel-gfx/2016-January/085006.html
> >
> > Definitely I was quite blind in my initial attempts at applying the
> > patches, and gave me the idea that they did not apply in any recent tree.
> > I've checked that they apply and build over the released 4.5, so I will go
> > testing that, maybe today. I will report.
>
> The screen goes black, as before.
>
> I attach the dmesg after applying the four patches (3 + 1) to 4.5.
> PWM_LPSS=y and PWM_LPSS_PLATFORM=y
>
> I also attach a dmesg of a panicked kernel that actually does run in that
> board, so you can see that it is actually a lpss-pwm case.
I don't see any trace of pwm/lpss in dmesg, so it's normal that i915 fails
to find it. I wonder if there may be a problem in the ACPI table. I have
the DSDT and it clearly reports the:
Name (_CID, "80860F09") // _CID: Compatible ID
Name (_DDN, "Intel(R) PWM Controller #2 - 80860F09") // _DDN: DOS Device Name
Which should be the lpss pwm. But somehow it is not loaded, so I guess it
fails the probing.
Maybe the DSDT is broken, and I should fix and recompile a new one for the
pwm controller to work? I don't really know how this things work, and
whether the kernel should report anything special if it were the case of a
broken DSDT.
Regards,
Lluḉis.
--
(Escriu-me xifrat si saps PGP / Write ciphered if you know PGP)
PGP key D4831A8A - https://emailselfdefense.fsf.org/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Reviving the LPSS PWM patches
2016-04-06 10:56 ` Lluís Batlle i Rossell
@ 2016-04-07 9:49 ` Kumar, Shobhit
2016-04-07 9:54 ` Lluís Batlle i Rossell
0 siblings, 1 reply; 10+ messages in thread
From: Kumar, Shobhit @ 2016-04-07 9:49 UTC (permalink / raw)
To: Lluís Batlle i Rossell; +Cc: russianneuromancer, intel-gfx
On Wednesday 06 April 2016 04:26 PM, Lluís Batlle i Rossell wrote:
> On Tue, Apr 05, 2016 at 09:06:25PM +0200, Lluís Batlle i Rossell wrote:
>> On Tue, Apr 05, 2016 at 12:39:30PM +0200, Lluís Batlle i Rossell wrote:
>>> On Tue, Apr 05, 2016 at 12:03:44PM +0530, Kumar, Shobhit wrote:
>>>> On Thursday 31 March 2016 03:57 PM, Lluís Batlle i Rossell wrote:
>>>>> Hello,
>>>>>
>>>>> I saw that you did some work for LPSS PWM:
>>>>> https://lists.freedesktop.org/archives/intel-gfx/2016-January/085006.html
>>>
>>> Definitely I was quite blind in my initial attempts at applying the
>>> patches, and gave me the idea that they did not apply in any recent tree.
>>> I've checked that they apply and build over the released 4.5, so I will go
>>> testing that, maybe today. I will report.
>>
>> The screen goes black, as before.
>>
>> I attach the dmesg after applying the four patches (3 + 1) to 4.5.
>> PWM_LPSS=y and PWM_LPSS_PLATFORM=y
>>
>> I also attach a dmesg of a panicked kernel that actually does run in that
>> board, so you can see that it is actually a lpss-pwm case.
>
> I don't see any trace of pwm/lpss in dmesg, so it's normal that i915 fails
> to find it. I wonder if there may be a problem in the ACPI table. I have
> the DSDT and it clearly reports the:
>
> Name (_CID, "80860F09") // _CID: Compatible ID
> Name (_DDN, "Intel(R) PWM Controller #2 - 80860F09") // _DDN: DOS Device Name
>
> Which should be the lpss pwm. But somehow it is not loaded, so I guess it
> fails the probing.
Can we put some prints in the probe routines and see whats happening in
the pwm-lpss-platform.c driver. There is also a PCI PWM LPSS driver -
pwm-lpss-pci.c Can you also enable that and see if the probe for that is
being called and successful ?
Regards
Shobhit
>
> Maybe the DSDT is broken, and I should fix and recompile a new one for the
> pwm controller to work? I don't really know how this things work, and
> whether the kernel should report anything special if it were the case of a
> broken DSDT.
>
> Regards,
> Lluḉis.
>
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Reviving the LPSS PWM patches
2016-04-07 9:49 ` Kumar, Shobhit
@ 2016-04-07 9:54 ` Lluís Batlle i Rossell
2016-04-09 9:14 ` Lluís Batlle i Rossell
0 siblings, 1 reply; 10+ messages in thread
From: Lluís Batlle i Rossell @ 2016-04-07 9:54 UTC (permalink / raw)
To: Kumar, Shobhit; +Cc: russianneuromancer, intel-gfx
On Thu, Apr 07, 2016 at 03:19:04PM +0530, Kumar, Shobhit wrote:
> On Wednesday 06 April 2016 04:26 PM, Lluís Batlle i Rossell wrote:
> >I don't see any trace of pwm/lpss in dmesg, so it's normal that i915 fails
> >to find it. I wonder if there may be a problem in the ACPI table. I have
> >the DSDT and it clearly reports the:
> >
> >Name (_CID, "80860F09") // _CID: Compatible ID
> >Name (_DDN, "Intel(R) PWM Controller #2 - 80860F09") // _DDN: DOS Device Name
> >
> >Which should be the lpss pwm. But somehow it is not loaded, so I guess it
> >fails the probing.
>
> Can we put some prints in the probe routines and see whats happening in the
> pwm-lpss-platform.c driver. There is also a PCI PWM LPSS driver -
> pwm-lpss-pci.c Can you also enable that and see if the probe for that is
> being called and successful ?
I have CONFIG_PWM_LPSS_PCI=m, but udev doesn't load it. I can try to set
it to =y.
I will try to add some prints.
--
(Escriu-me xifrat si saps PGP / Write ciphered if you know PGP)
PGP key D4831A8A - https://emailselfdefense.fsf.org/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Reviving the LPSS PWM patches
2016-04-07 9:54 ` Lluís Batlle i Rossell
@ 2016-04-09 9:14 ` Lluís Batlle i Rossell
2016-04-09 16:23 ` Lluís Batlle i Rossell
0 siblings, 1 reply; 10+ messages in thread
From: Lluís Batlle i Rossell @ 2016-04-09 9:14 UTC (permalink / raw)
To: Kumar, Shobhit; +Cc: russianneuromancer, intel-gfx
On Thu, Apr 07, 2016 at 11:54:39AM +0200, Lluís Batlle i Rossell wrote:
> On Thu, Apr 07, 2016 at 03:19:04PM +0530, Kumar, Shobhit wrote:
> > On Wednesday 06 April 2016 04:26 PM, Lluís Batlle i Rossell wrote:
> > >I don't see any trace of pwm/lpss in dmesg, so it's normal that i915 fails
> > >to find it. I wonder if there may be a problem in the ACPI table. I have
> > >the DSDT and it clearly reports the:
> > >
> > >Name (_CID, "80860F09") // _CID: Compatible ID
> > >Name (_DDN, "Intel(R) PWM Controller #2 - 80860F09") // _DDN: DOS Device Name
> > >
> > >Which should be the lpss pwm. But somehow it is not loaded, so I guess it
> > >fails the probing.
> >
> > Can we put some prints in the probe routines and see whats happening in the
> > pwm-lpss-platform.c driver. There is also a PCI PWM LPSS driver -
> > pwm-lpss-pci.c Can you also enable that and see if the probe for that is
> > being called and successful ?
>
> I have CONFIG_PWM_LPSS_PCI=m, but udev doesn't load it. I can try to set
> it to =y.
>
> I will try to add some prints.
I have in /sys/kernel/debug/pwm:
platform/80860F09:01, 1 PWM device
pwm-0 ((null) ):
platform/80860F09:00, 1 PWM device
pwm-0 ((null) ):
So something is there.
--
(Escriu-me xifrat si saps PGP / Write ciphered if you know PGP)
PGP key D4831A8A - https://emailselfdefense.fsf.org/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Reviving the LPSS PWM patches
2016-04-09 9:14 ` Lluís Batlle i Rossell
@ 2016-04-09 16:23 ` Lluís Batlle i Rossell
0 siblings, 0 replies; 10+ messages in thread
From: Lluís Batlle i Rossell @ 2016-04-09 16:23 UTC (permalink / raw)
To: Kumar, Shobhit; +Cc: russianneuromancer, intel-gfx
On Sat, Apr 09, 2016 at 11:14:38AM +0200, Lluís Batlle i Rossell wrote:
> On Thu, Apr 07, 2016 at 11:54:39AM +0200, Lluís Batlle i Rossell wrote:
> > On Thu, Apr 07, 2016 at 03:19:04PM +0530, Kumar, Shobhit wrote:
> > > On Wednesday 06 April 2016 04:26 PM, Lluís Batlle i Rossell wrote:
> > > >I don't see any trace of pwm/lpss in dmesg, so it's normal that i915 fails
> > > >to find it. I wonder if there may be a problem in the ACPI table. I have
> > > >the DSDT and it clearly reports the:
> > > >
> > > >Name (_CID, "80860F09") // _CID: Compatible ID
> > > >Name (_DDN, "Intel(R) PWM Controller #2 - 80860F09") // _DDN: DOS Device Name
> > > >
> > > >Which should be the lpss pwm. But somehow it is not loaded, so I guess it
> > > >fails the probing.
> > >
> > > Can we put some prints in the probe routines and see whats happening in the
> > > pwm-lpss-platform.c driver. There is also a PCI PWM LPSS driver -
> > > pwm-lpss-pci.c Can you also enable that and see if the probe for that is
> > > being called and successful ?
I think there is a lot to be done first, to be able to test this.
If I understand correctly, despite the lpss pwm may be available, it will
not be used as pwm-backlight (video/backlight/pwm_bl.c) because it depends
on "CONFIG_OF" and it is ready for devicetree only.
The only x86 that enable OF are X86_INTEL_CE and OLPC, and pwm_bl is
completely disabled without OF. I don't have any INTEL_CE or OLPC, this
LPSS of the Atom SoC is a different thing.
So, someone has to implement pwm_bl on my x86 first, for any of the
patches wrt i915 to be used at all. Should X86_INTEL_LPSS enable OF?
Should there be a devicetree definition for it first? Does someone have to
allow pwm_bl to work with ACPI? Is all that ready in some branch of some
other linux team?
Regards,
Lluís.
--
(Escriu-me xifrat si saps PGP / Write ciphered if you know PGP)
PGP key D4831A8A - https://emailselfdefense.fsf.org/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2016-04-09 16:23 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-31 10:27 Reviving the LPSS PWM patches Lluís Batlle i Rossell
2016-04-05 6:33 ` Kumar, Shobhit
2016-04-05 10:39 ` Lluís Batlle i Rossell
2016-04-05 19:06 ` Lluís Batlle i Rossell
2016-04-06 10:56 ` Lluís Batlle i Rossell
2016-04-07 9:49 ` Kumar, Shobhit
2016-04-07 9:54 ` Lluís Batlle i Rossell
2016-04-09 9:14 ` Lluís Batlle i Rossell
2016-04-09 16:23 ` Lluís Batlle i Rossell
-- strict thread matches above, loose matches on Subject: below --
2016-03-31 10:24 Lluís Batlle i Rossell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.