All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Diagnosing ACPI trouble related to pinctr_cherryview on 4.8.x
@ 2017-02-07 14:37 Martin Langhoff
  2017-02-07 14:52 ` Mika Westerberg
  0 siblings, 1 reply; 9+ messages in thread
From: Martin Langhoff @ 2017-02-07 14:37 UTC (permalink / raw)
  To: Mika Westerberg, Heikki Krogerus, Linus Walleij, linux-gpio

About a year ago, I tried to get this laptop going with Fedora's 4.4
kernel, and we had this thread -
http://www.spinics.net/lists/linux-gpio/msg13139.html

Now I have that laptop back, and it only boots with the custom-built
4.4 I prepared back then.

The exact same behaviour is observed with 4.8.x (4.8.15 from latest
Fedora at the moment). Won't boot. Disabling ACPI won't do it.

Has there been any progress on pinctrl_cherryview, is there perhaps a
branch/tree with new configs I should test?

cheers,


martin



On Tue, Mar 22, 2016 at 11:09 AM, Martin Langhoff
<martin.langhoff@gmail.com> wrote:
>
> Hi pinctrl_cherryview maintainers.
>
> I unsuspectingly bought a laptop for a family member which hits trouble with pinctrl_cherryview; it only boots with the module blacklisted or acpi=off .
>
> System is (trying) to run Fedora 23 -- made more difficult by recent Fedora kernels having the module built-in.
>
> Are there any useful debugging steps I can follow to narrow this down? Already tried the acpi diagnostics steps (acpi=ht, etc) to no avail.
>
> thank you!
>
>
>
> m
> --
>  martin.langhoff@gmail.com
>  -  ask interesting questions
>  - don't get distracted with shiny stuff  - working code first
>  ~ http://docs.moodle.org/en/User:Martin_Langhoff




-- 
 martin.langhoff@gmail.com
 - ask interesting questions  ~  http://linkedin.com/in/martinlanghoff
 - don't be distracted        ~  http://github.com/martin-langhoff
   by shiny stuff

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Diagnosing ACPI trouble related to pinctr_cherryview on 4.8.x
  2017-02-07 14:37 Diagnosing ACPI trouble related to pinctr_cherryview on 4.8.x Martin Langhoff
@ 2017-02-07 14:52 ` Mika Westerberg
  2017-02-07 15:13   ` Martin Langhoff
  0 siblings, 1 reply; 9+ messages in thread
From: Mika Westerberg @ 2017-02-07 14:52 UTC (permalink / raw)
  To: Martin Langhoff; +Cc: Heikki Krogerus, Linus Walleij, linux-gpio

On Tue, Feb 07, 2017 at 09:37:52AM -0500, Martin Langhoff wrote:
> About a year ago, I tried to get this laptop going with Fedora's 4.4
> kernel, and we had this thread -
> http://www.spinics.net/lists/linux-gpio/msg13139.html
> 
> Now I have that laptop back, and it only boots with the custom-built
> 4.4 I prepared back then.
> 
> The exact same behaviour is observed with 4.8.x (4.8.15 from latest
> Fedora at the moment). Won't boot. Disabling ACPI won't do it.
> 
> Has there been any progress on pinctrl_cherryview, is there perhaps a
> branch/tree with new configs I should test?

I remember this and I ordered the same Acer Aspire One 11 Cloudbook here
but I did not see any issues with it. I still have the machine here so I
can debug if any problems are found.

Just to be sure, can you first boot the mainline kernel v4.10-rc7 (or
close) and let me know how it fails (including dmesg if you can extract
one)?

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Diagnosing ACPI trouble related to pinctr_cherryview on 4.8.x
  2017-02-07 14:52 ` Mika Westerberg
@ 2017-02-07 15:13   ` Martin Langhoff
  2017-02-07 15:29     ` Martin Langhoff
  0 siblings, 1 reply; 9+ messages in thread
From: Martin Langhoff @ 2017-02-07 15:13 UTC (permalink / raw)
  To: Mika Westerberg; +Cc: Heikki Krogerus, Linus Walleij, linux-gpio

On Tue, Feb 7, 2017 at 9:52 AM, Mika Westerberg
<mika.westerberg@linux.intel.com> wrote:
> I remember this and I ordered the same Acer Aspire One 11 Cloudbook here
> but I did not see any issues with it. I still have the machine here so I
> can debug if any problems are found.

Oh wow that did happen! Thank you! Odd that found no issues at all.

Can you tell me about the relevant kernel module configs? (not built / m / y).

> Just to be sure, can you first boot the mainline kernel v4.10-rc7 (or
> close) and let me know how it fails (including dmesg if you can extract
> one)?

Installing 4.10-rc7 from fedora rawhide repos.

This may well be a problem with how Fedora is configuring the kernels.


m
-- 
 martin.langhoff@gmail.com
 - ask interesting questions  ~  http://linkedin.com/in/martinlanghoff
 - don't be distracted        ~  http://github.com/martin-langhoff
   by shiny stuff

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Diagnosing ACPI trouble related to pinctr_cherryview on 4.8.x
  2017-02-07 15:13   ` Martin Langhoff
@ 2017-02-07 15:29     ` Martin Langhoff
  2017-02-07 15:48       ` Mika Westerberg
  0 siblings, 1 reply; 9+ messages in thread
From: Martin Langhoff @ 2017-02-07 15:29 UTC (permalink / raw)
  To: Mika Westerberg; +Cc: Heikki Krogerus, Linus Walleij, linux-gpio

On Tue, Feb 7, 2017 at 10:13 AM, Martin Langhoff
<martin.langhoff@gmail.com> wrote:
> Installing 4.10-rc7 from fedora rawhide repos.

4.10-rc7 from rawhide gets past these issues with 'noapic', removing
'noapic' from the cmdline hits a panic in native_smp_prepare_cpus.

With 'noapic' I get to an emergency shell because systemd can't mount
the root fs. Perhaps the mmcblk enumeration has changed between 4.4
and 4.10?

What debug info should I get you?

cheers,


m
-- 
 martin.langhoff@gmail.com
 - ask interesting questions  ~  http://linkedin.com/in/martinlanghoff
 - don't be distracted        ~  http://github.com/martin-langhoff
   by shiny stuff

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Diagnosing ACPI trouble related to pinctr_cherryview on 4.8.x
  2017-02-07 15:29     ` Martin Langhoff
@ 2017-02-07 15:48       ` Mika Westerberg
  2017-02-07 16:11         ` Martin Langhoff
  0 siblings, 1 reply; 9+ messages in thread
From: Mika Westerberg @ 2017-02-07 15:48 UTC (permalink / raw)
  To: Martin Langhoff; +Cc: Heikki Krogerus, Linus Walleij, linux-gpio

On Tue, Feb 07, 2017 at 10:29:25AM -0500, Martin Langhoff wrote:
> On Tue, Feb 7, 2017 at 10:13 AM, Martin Langhoff
> <martin.langhoff@gmail.com> wrote:
> > Installing 4.10-rc7 from fedora rawhide repos.
> 
> 4.10-rc7 from rawhide gets past these issues with 'noapic', removing
> 'noapic' from the cmdline hits a panic in native_smp_prepare_cpus.
> 
> With 'noapic' I get to an emergency shell because systemd can't mount
> the root fs. Perhaps the mmcblk enumeration has changed between 4.4
> and 4.10?
> 
> What debug info should I get you?

So if you have disable pinctrl-cherryview and you have nothing special
in the command line, everything works in v4.10-rc7?

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Diagnosing ACPI trouble related to pinctr_cherryview on 4.8.x
  2017-02-07 15:48       ` Mika Westerberg
@ 2017-02-07 16:11         ` Martin Langhoff
  2017-02-07 16:30           ` Mika Westerberg
  0 siblings, 1 reply; 9+ messages in thread
From: Martin Langhoff @ 2017-02-07 16:11 UTC (permalink / raw)
  To: Mika Westerberg; +Cc: Heikki Krogerus, Linus Walleij, linux-gpio

On Tue, Feb 7, 2017 at 10:48 AM, Mika Westerberg
<mika.westerberg@linux.intel.com> wrote:
> So if you have disable pinctrl-cherryview and you have nothing special
> in the command line, everything works in v4.10-rc7?

I can try that, it'll take a kernel rebuild. Fedora builds
pinctrl-cherryview=y and I haven't been able to convince them
otherwise :-/

cheers,


m
-- 
 martin.langhoff@gmail.com
 - ask interesting questions  ~  http://linkedin.com/in/martinlanghoff
 - don't be distracted        ~  http://github.com/martin-langhoff
   by shiny stuff

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Diagnosing ACPI trouble related to pinctr_cherryview on 4.8.x
  2017-02-07 16:11         ` Martin Langhoff
@ 2017-02-07 16:30           ` Mika Westerberg
  2017-02-08 19:27             ` Martin Langhoff
  0 siblings, 1 reply; 9+ messages in thread
From: Mika Westerberg @ 2017-02-07 16:30 UTC (permalink / raw)
  To: Martin Langhoff; +Cc: Heikki Krogerus, Linus Walleij, linux-gpio

[-- Attachment #1: Type: text/plain, Size: 574 bytes --]

On Tue, Feb 07, 2017 at 11:11:55AM -0500, Martin Langhoff wrote:
> On Tue, Feb 7, 2017 at 10:48 AM, Mika Westerberg
> <mika.westerberg@linux.intel.com> wrote:
> > So if you have disable pinctrl-cherryview and you have nothing special
> > in the command line, everything works in v4.10-rc7?
> 
> I can try that, it'll take a kernel rebuild. Fedora builds
> pinctrl-cherryview=y and I haven't been able to convince them
> otherwise :-/

I just booted the machine with the attached config. No problems found.
I've attached also dmesg of the boot (you can compare it to yours).

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 22615 bytes --]

[-- Attachment #3: dmesg.out --]
[-- Type: text/plain, Size: 55442 bytes --]

[    0.000000] Linux version 4.10.0-rc7+ (westeri@lahna) (gcc version 6.3.1 20161221 (Red Hat 6.3.1-1) (GCC) ) #281 SMP PREEMPT Tue Feb 7 18:20:32 EET 2017
[    0.000000] Command line: vmlinuz.efi initrd=initrd console=tty1 console=ttyS0,115200n8
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000006efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000006f000-0x000000000006ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000070000-0x0000000000085fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000086000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000079b78fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000079b79000-0x000000007a578fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007a579000-0x000000007a778fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007a779000-0x000000007a7b8fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007a7b9000-0x000000007b441fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b442000-0x000000007bd41fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007bd42000-0x000000007bffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x736a0018-0x736b0057] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000006efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000006f000-0x000000000006ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000070000-0x0000000000085fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000086000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000020200000-0x00000000736a0017] usable
[    0.000000] reserve setup_data: [mem 0x00000000736a0018-0x00000000736b0057] usable
[    0.000000] reserve setup_data: [mem 0x00000000736b0058-0x0000000079b78fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000079b79000-0x000000007a578fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007a579000-0x000000007a778fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000007a779000-0x000000007a7b8fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000007a7b9000-0x000000007b441fff] usable
[    0.000000] reserve setup_data: [mem 0x000000007b442000-0x000000007bd41fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007bd42000-0x000000007bffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
[    0.000000] efi: EFI v2.40 by INSYDE Corp.
[    0.000000] efi:  ACPI 2.0=0x7a7b8014  ESRT=0x79f0c718  SMBIOS=0x79f08000 
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: Acer Aspire one 1-131/Caltech, BIOS V1.06 07/30/2015
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7c000 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 0FFC00000 mask FFFC00000 write-protect
[    0.000000]   1 base 0FFA00000 mask FFFE00000 write-protect
[    0.000000]   2 base 000000000 mask F80000000 write-back
[    0.000000]   3 base 07C000000 mask FFC000000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    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] esrt: Reserving ESRT space from 0x0000000079f0c718 to 0x0000000079f0c750.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff88000007f000] 7f000 size 24576
[    0.000000] BRK [0x01f45000, 0x01f45fff] PGTABLE
[    0.000000] BRK [0x01f46000, 0x01f46fff] PGTABLE
[    0.000000] BRK [0x01f47000, 0x01f47fff] PGTABLE
[    0.000000] BRK [0x01f48000, 0x01f48fff] PGTABLE
[    0.000000] BRK [0x01f49000, 0x01f49fff] PGTABLE
[    0.000000] BRK [0x01f4a000, 0x01f4afff] PGTABLE
[    0.000000] RAMDISK: [mem 0x79179000-0x797cffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000007A7B8014 000024 (v02 ACRSYS)
[    0.000000] ACPI: XSDT 0x000000007A7B8120 0000BC (v01 ACRSYS ACRPRDCT 00000003      01000013)
[    0.000000] ACPI: FACP 0x000000007A7AF000 00010C (v05 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: DSDT 0x000000007A79E000 00B7A7 (v02 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: FACS 0x000000007A774000 000040
[    0.000000] ACPI: UEFI 0x000000007A7B7000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: TCPA 0x000000007A7B6000 000032 (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.000000] ACPI: MSDM 0x000000007A7B5000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: UEFI 0x000000007A7B4000 000042 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000007A7B0000 003A2A (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.000000] ACPI: HPET 0x000000007A7AE000 000038 (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: MCFG 0x000000007A7AC000 00003C (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000007A7AB000 00052C (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000007A7AA000 000898 (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000007A79D000 000763 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000007A79C000 000290 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000007A79B000 00017A (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.000000] ACPI: APIC 0x000000007A7AD000 000084 (v03 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000007A79A000 000432 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.000000] ACPI: TPM2 0x000000007A799000 000034 (v03 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.000000] ACPI: CSRT 0x000000007A798000 00014C (v00 ACRSYS ACRPRDCT 00000005 1025 00040000)
[    0.000000] ACPI: FPDT 0x000000007A797000 000044 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.000000] ACPI: BGRT 0x000000007A796000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000007bffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x79174000-0x79177fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000007bffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000006efff]
[    0.000000]   node   0: [mem 0x0000000000070000-0x0000000000085fff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x0000000079b78fff]
[    0.000000]   node   0: [mem 0x000000007a7b9000-0x000000007b441fff]
[    0.000000]   node   0: [mem 0x000000007bd42000-0x000000007bffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007bffffff]
[    0.000000] On node 0 totalpages: 501828
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3972 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7872 pages used for memmap
[    0.000000]   DMA32 zone: 497856 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x000000007ce00000-0x000000007edfffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-114
[    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, 2 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0006f000-0x0006ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x00086000-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 0x736a0000-0x736a0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x736b0000-0x736b0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x79b79000-0x7a578fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7a579000-0x7a778fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7a779000-0x7a7b8fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b442000-0x7bd41fff]
[    0.000000] e820: [mem 0x7ee00000-0xe00f7fff] available for PCI devices
[    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 34 pages/cpu @ffff880078e00000 s100888 r8192 d30184 u524288
[    0.000000] pcpu-alloc: s100888 r8192 d30184 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: 493870
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: vmlinuz.efi initrd=initrd console=tty1 console=ttyS0,115200n8
[    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: 1911468K/2007312K available (7618K kernel code, 871K rwdata, 2508K rodata, 1716K init, 720K bss, 95844K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible 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 [tty1] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Detected 1600.000 MHz processor
[    0.000006] Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.00 BogoMIPS (lpj=1600000)
[    0.011899] pid_max: default: 32768 minimum: 301
[    0.017104] ACPI: Core revision 20160930
[    0.128100] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.136587] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.145855] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.154354] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.161912] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.171164] CPU: Physical Processor ID: 0
[    0.175673] CPU: Processor Core ID: 0
[    0.179804] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.186540] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.194446] mce: CPU supports 6 MCE banks
[    0.198962] CPU0: Thermal monitoring enabled (TM1)
[    0.204343] process: using mwait in idle threads
[    0.209527] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.215581] Last level dTLB entries: 4KB 256, 2MB 16, 4MB 16, 1GB 0
[    0.222965] Freeing SMP alternatives memory: 28K
[    0.234050] smpboot: Max logical packages: 2
[    0.240867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.257601] TSC deadline timer enabled
[    0.257609] smpboot: CPU0: Intel(R) Celeron(R) CPU  N3050  @ 1.60GHz (family: 0x6, model: 0x4c, stepping: 0x3)
[    0.271854] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.284551] ... version:                3
[    0.289045] ... bit width:              40
[    0.293634] ... generic registers:      2
[    0.298116] ... value mask:             000000ffffffffff
[    0.304063] ... max period:             0000007fffffffff
[    0.310009] ... fixed-purpose events:   3
[    0.314497] ... event mask:             0000000700000003
[    0.332582] smp: Bringing up secondary CPUs ...
[    0.344810] x86: Booting SMP configuration:
[    0.349519] .... node  #0, CPUs:      #1
[    0.409843] smp: Brought up 1 node, 2 CPUs
[    0.418829] smpboot: Total of 2 processors activated (6411.10 BogoMIPS)
[    0.427478] devtmpfs: initialized
[    0.432626] PM: Registering ACPI NVS region [mem 0x0006f000-0x0006ffff] (4096 bytes)
[    0.441328] PM: Registering ACPI NVS region [mem 0x7a579000-0x7a778fff] (2097152 bytes)
[    0.451596] kworker/u8:0 (21) used greatest stack depth: 14424 bytes left
[    0.451872] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.452003] pinctrl core: initialized pinctrl subsystem
[    0.452339] RTC time:  2:26:08, date: 02/08/17
[    0.452833] NET: Registered protocol family 16
[    0.486081] kworker/u8:0 (29) used greatest stack depth: 14160 bytes left
[    0.493691] kworker/u8:0 (36) used greatest stack depth: 13952 bytes left
[    0.501577] cpuidle: using governor menu
[    0.505984] PCCT header not found.
[    0.510100] ACPI: bus type PCI registered
[    0.514599] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.522534] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.533014] PCI: not using MMCONFIG
[    0.536932] PCI: Using configuration type 1 for base access
[    0.594833] ACPI: Added _OSI(Module Device)
[    0.599537] ACPI: Added _OSI(Processor Device)
[    0.604520] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.609816] ACPI: Added _OSI(Processor Aggregator Device)
[    0.665825] ACPI: Dynamic OEM Table Load:
[    0.670353] ACPI: SSDT 0xFFFF8800741B2800 000634 (v01 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.681697] ACPI: Dynamic OEM Table Load:
[    0.686227] ACPI: SSDT 0xFFFF880074073000 0003A5 (v01 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.700731] ACPI: Dynamic OEM Table Load:
[    0.705341] ACPI: SSDT 0xFFFF880074056E00 00015F (v01 PmRef  ApIst    00003000 INTL 20120913)
[    0.716976] ACPI: Dynamic OEM Table Load:
[    0.721493] ACPI: SSDT 0xFFFF8800746AB6C0 00008D (v01 PmRef  ApCst    00003000 INTL 20120913)
[    0.740439] ACPI: Interpreter enabled
[    0.744661] ACPI: (supports S0 S3 S4 S5)
[    0.749064] ACPI: Using IOAPIC for interrupt routing
[    0.755142] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.779468] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in ACPI motherboard resources
[    0.789380] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.813426] ACPI: Power Resource [USBC] (on)
[    0.860150] ACPI: Power Resource [CLK0] (on)
[    0.874637] ACPI: Power Resource [CLK0] (on)
[    0.879863] ACPI: Power Resource [CLK1] (on)
[    0.919761] ACPI: Power Resource [ID3C] (off)
[    0.957476] ACPI: Power Resource [FN00] (on)
[    0.965599] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.972552] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.982323] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.989425] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    1.004079] PCI host bridge to bus 0000:00
[    1.008738] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    1.015820] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    1.023434] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    1.031043] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.038653] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.047046] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    1.055436] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    1.063827] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    1.072221] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.078390] pci 0000:00:00.0: [8086:2280] type 00 class 0x060000
[    1.079674] pci 0000:00:02.0: [8086:22b1] type 00 class 0x030000
[    1.079706] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
[    1.079721] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[    1.079731] pci 0000:00:02.0: reg 0x20: [io  0x1000-0x103f]
[    1.080813] pci 0000:00:0b.0: [8086:22dc] type 00 class 0x118000
[    1.080849] pci 0000:00:0b.0: reg 0x10: [mem 0x9131c000-0x9131cfff 64bit]
[    1.081973] pci 0000:00:14.0: [8086:22b5] type 00 class 0x0c0330
[    1.082008] pci 0000:00:14.0: reg 0x10: [mem 0x91300000-0x9130ffff 64bit]
[    1.082146] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    1.083149] pci 0000:00:14.0: System wakeup disabled by ACPI
[    1.090043] pci 0000:00:1a.0: [8086:2298] type 00 class 0x108000
[    1.090072] pci 0000:00:1a.0: reg 0x10: [mem 0x91200000-0x912fffff]
[    1.090087] pci 0000:00:1a.0: reg 0x14: [mem 0x91100000-0x911fffff]
[    1.090216] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    1.091605] pci 0000:00:1b.0: [8086:2284] type 00 class 0x040300
[    1.091650] pci 0000:00:1b.0: reg 0x10: [mem 0x91310000-0x91313fff 64bit]
[    1.091798] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.092471] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    1.099432] pci 0000:00:1c.0: [8086:22c8] type 01 class 0x060400
[    1.101037] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.101947] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    1.108885] pci 0000:00:1c.2: [8086:22cc] type 01 class 0x060400
[    1.110483] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.111309] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    1.118115] pci 0000:00:1f.0: [8086:229c] type 00 class 0x060100
[    1.119260] pci 0000:00:1f.3: [8086:2292] type 00 class 0x0c0500
[    1.119320] pci 0000:00:1f.3: reg 0x10: [mem 0x9131d000-0x9131d01f]
[    1.119440] pci 0000:00:1f.3: reg 0x20: [io  0x1040-0x105f]
[    1.121443] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.127340] pci 0000:00:1c.0: bridge has subordinate 01 but max busn 05
[    1.135784] pci 0000:02:00.0: [8086:08b3] type 00 class 0x028000
[    1.135966] pci 0000:02:00.0: reg 0x10: [mem 0x91000000-0x91001fff 64bit]
[    1.136445] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    1.136798] pci 0000:02:00.0: System wakeup disabled by ACPI
[    1.146288] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    1.151954] pci 0000:00:1c.2:   bridge window [mem 0x91000000-0x910fffff]
[    1.170906] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.180611] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.190436] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.200180] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.209857] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.219536] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.229345] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.239006] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.251002] cherryview-pinctrl INT33FF:00: try to register 56 pins ...
[    1.251022] pinctrl core: registered pin 0 (FST_SPI_D2) on INT33FF:00
[    1.251032] pinctrl core: registered pin 1 (FST_SPI_D0) on INT33FF:00
[    1.251037] pinctrl core: registered pin 2 (FST_SPI_CLK) on INT33FF:00
[    1.251041] pinctrl core: registered pin 3 (FST_SPI_D3) on INT33FF:00
[    1.251046] pinctrl core: registered pin 4 (FST_SPI_CS1_B) on INT33FF:00
[    1.251050] pinctrl core: registered pin 5 (FST_SPI_D1) on INT33FF:00
[    1.251054] pinctrl core: registered pin 6 (FST_SPI_CS0_B) on INT33FF:00
[    1.251058] pinctrl core: registered pin 7 (FST_SPI_CS2_B) on INT33FF:00
[    1.251063] pinctrl core: registered pin 15 (UART1_RTS_B) on INT33FF:00
[    1.251068] pinctrl core: registered pin 16 (UART1_RXD) on INT33FF:00
[    1.251072] pinctrl core: registered pin 17 (UART2_RXD) on INT33FF:00
[    1.251076] pinctrl core: registered pin 18 (UART1_CTS_B) on INT33FF:00
[    1.251081] pinctrl core: registered pin 19 (UART2_RTS_B) on INT33FF:00
[    1.251085] pinctrl core: registered pin 20 (UART1_TXD) on INT33FF:00
[    1.251089] pinctrl core: registered pin 21 (UART2_TXD) on INT33FF:00
[    1.251093] pinctrl core: registered pin 22 (UART2_CTS_B) on INT33FF:00
[    1.251097] pinctrl core: registered pin 30 (MF_HDA_CLK) on INT33FF:00
[    1.251101] pinctrl core: registered pin 31 (MF_HDA_RSTB) on INT33FF:00
[    1.251106] pinctrl core: registered pin 32 (MF_HDA_SDIO) on INT33FF:00
[    1.251110] pinctrl core: registered pin 33 (MF_HDA_SDO) on INT33FF:00
[    1.251114] pinctrl core: registered pin 34 (MF_HDA_DOCKRSTB) on INT33FF:00
[    1.251120] pinctrl core: registered pin 35 (MF_HDA_SYNC) on INT33FF:00
[    1.251125] pinctrl core: registered pin 36 (MF_HDA_SDI1) on INT33FF:00
[    1.251129] pinctrl core: registered pin 37 (MF_HDA_DOCKENB) on INT33FF:00
[    1.251134] pinctrl core: registered pin 45 (I2C5_SDA) on INT33FF:00
[    1.251138] pinctrl core: registered pin 46 (I2C4_SDA) on INT33FF:00
[    1.251142] pinctrl core: registered pin 47 (I2C6_SDA) on INT33FF:00
[    1.251146] pinctrl core: registered pin 48 (I2C5_SCL) on INT33FF:00
[    1.251150] pinctrl core: registered pin 49 (I2C_NFC_SDA) on INT33FF:00
[    1.251155] pinctrl core: registered pin 50 (I2C4_SCL) on INT33FF:00
[    1.251160] pinctrl core: registered pin 51 (I2C6_SCL) on INT33FF:00
[    1.251164] pinctrl core: registered pin 52 (I2C_NFC_SCL) on INT33FF:00
[    1.251168] pinctrl core: registered pin 60 (I2C1_SDA) on INT33FF:00
[    1.251174] pinctrl core: registered pin 61 (I2C0_SDA) on INT33FF:00
[    1.251178] pinctrl core: registered pin 62 (I2C2_SDA) on INT33FF:00
[    1.251182] pinctrl core: registered pin 63 (I2C1_SCL) on INT33FF:00
[    1.251194] pinctrl core: registered pin 64 (I2C3_SDA) on INT33FF:00
[    1.251198] pinctrl core: registered pin 65 (I2C0_SCL) on INT33FF:00
[    1.251202] pinctrl core: registered pin 66 (I2C2_SCL) on INT33FF:00
[    1.251207] pinctrl core: registered pin 67 (I2C3_SCL) on INT33FF:00
[    1.251212] pinctrl core: registered pin 75 (SATA_GP0) on INT33FF:00
[    1.251216] pinctrl core: registered pin 76 (SATA_GP1) on INT33FF:00
[    1.251222] pinctrl core: registered pin 77 (SATA_LEDN) on INT33FF:00
[    1.251226] pinctrl core: registered pin 78 (SATA_GP2) on INT33FF:00
[    1.251231] pinctrl core: registered pin 79 (MF_SMB_ALERTB) on INT33FF:00
[    1.251235] pinctrl core: registered pin 80 (SATA_GP3) on INT33FF:00
[    1.251240] pinctrl core: registered pin 81 (MF_SMB_CLK) on INT33FF:00
[    1.251244] pinctrl core: registered pin 82 (MF_SMB_DATA) on INT33FF:00
[    1.251248] pinctrl core: registered pin 90 (PCIE_CLKREQ0B) on INT33FF:00
[    1.251254] pinctrl core: registered pin 91 (PCIE_CLKREQ1B) on INT33FF:00
[    1.251259] pinctrl core: registered pin 92 (GP_SSP_2_CLK) on INT33FF:00
[    1.251264] pinctrl core: registered pin 93 (PCIE_CLKREQ2B) on INT33FF:00
[    1.251268] pinctrl core: registered pin 94 (GP_SSP_2_RXD) on INT33FF:00
[    1.251272] pinctrl core: registered pin 95 (PCIE_CLKREQ3B) on INT33FF:00
[    1.251276] pinctrl core: registered pin 96 (GP_SSP_2_FS) on INT33FF:00
[    1.251280] pinctrl core: registered pin 97 (GP_SSP_2_TXD) on INT33FF:00
[    1.251289] cherryview-pinctrl INT33FF:00: failed to lookup the default state
[    1.251291] cherryview-pinctrl INT33FF:00: failed to lookup the sleep state
[    1.261171] cherryview-pinctrl INT33FF:01: try to register 59 pins ...
[    1.261179] pinctrl core: registered pin 0 (GPIO_DFX_0) on INT33FF:01
[    1.261189] pinctrl core: registered pin 1 (GPIO_DFX_3) on INT33FF:01
[    1.261193] pinctrl core: registered pin 2 (GPIO_DFX_7) on INT33FF:01
[    1.261198] pinctrl core: registered pin 3 (GPIO_DFX_1) on INT33FF:01
[    1.261202] pinctrl core: registered pin 4 (GPIO_DFX_5) on INT33FF:01
[    1.261206] pinctrl core: registered pin 5 (GPIO_DFX_4) on INT33FF:01
[    1.261210] pinctrl core: registered pin 6 (GPIO_DFX_8) on INT33FF:01
[    1.261214] pinctrl core: registered pin 7 (GPIO_DFX_2) on INT33FF:01
[    1.261218] pinctrl core: registered pin 8 (GPIO_DFX_6) on INT33FF:01
[    1.261222] pinctrl core: registered pin 15 (GPIO_SUS0) on INT33FF:01
[    1.261227] pinctrl core: registered pin 16 (SEC_GPIO_SUS10) on INT33FF:01
[    1.261232] pinctrl core: registered pin 17 (GPIO_SUS3) on INT33FF:01
[    1.261237] pinctrl core: registered pin 18 (GPIO_SUS7) on INT33FF:01
[    1.261241] pinctrl core: registered pin 19 (GPIO_SUS1) on INT33FF:01
[    1.261246] pinctrl core: registered pin 20 (GPIO_SUS5) on INT33FF:01
[    1.261250] pinctrl core: registered pin 21 (SEC_GPIO_SUS11) on INT33FF:01
[    1.261254] pinctrl core: registered pin 22 (GPIO_SUS4) on INT33FF:01
[    1.261258] pinctrl core: registered pin 23 (SEC_GPIO_SUS8) on INT33FF:01
[    1.261263] pinctrl core: registered pin 24 (GPIO_SUS2) on INT33FF:01
[    1.261267] pinctrl core: registered pin 25 (GPIO_SUS6) on INT33FF:01
[    1.261272] pinctrl core: registered pin 26 (CX_PREQ_B) on INT33FF:01
[    1.261277] pinctrl core: registered pin 27 (SEC_GPIO_SUS9) on INT33FF:01
[    1.261281] pinctrl core: registered pin 30 (TRST_B) on INT33FF:01
[    1.261285] pinctrl core: registered pin 31 (TCK) on INT33FF:01
[    1.261291] pinctrl core: registered pin 32 (PROCHOT_B) on INT33FF:01
[    1.261295] pinctrl core: registered pin 33 (SVIDO_DATA) on INT33FF:01
[    1.261299] pinctrl core: registered pin 34 (TMS) on INT33FF:01
[    1.261303] pinctrl core: registered pin 35 (CX_PRDY_B_2) on INT33FF:01
[    1.261307] pinctrl core: registered pin 36 (TDO_2) on INT33FF:01
[    1.261313] pinctrl core: registered pin 37 (CX_PRDY_B) on INT33FF:01
[    1.261319] pinctrl core: registered pin 38 (SVIDO_ALERT_B) on INT33FF:01
[    1.261323] pinctrl core: registered pin 39 (TDO) on INT33FF:01
[    1.261327] pinctrl core: registered pin 40 (SVIDO_CLK) on INT33FF:01
[    1.261331] pinctrl core: registered pin 41 (TDI) on INT33FF:01
[    1.261336] pinctrl core: registered pin 45 (GP_CAMERASB_05) on INT33FF:01
[    1.261340] pinctrl core: registered pin 46 (GP_CAMERASB_02) on INT33FF:01
[    1.261344] pinctrl core: registered pin 47 (GP_CAMERASB_08) on INT33FF:01
[    1.261348] pinctrl core: registered pin 48 (GP_CAMERASB_00) on INT33FF:01
[    1.261352] pinctrl core: registered pin 49 (GP_CAMERASB_06) on INT33FF:01
[    1.261357] pinctrl core: registered pin 50 (GP_CAMERASB_10) on INT33FF:01
[    1.261361] pinctrl core: registered pin 51 (GP_CAMERASB_03) on INT33FF:01
[    1.261365] pinctrl core: registered pin 52 (GP_CAMERASB_09) on INT33FF:01
[    1.261369] pinctrl core: registered pin 53 (GP_CAMERASB_01) on INT33FF:01
[    1.261373] pinctrl core: registered pin 54 (GP_CAMERASB_07) on INT33FF:01
[    1.261378] pinctrl core: registered pin 55 (GP_CAMERASB_11) on INT33FF:01
[    1.261383] pinctrl core: registered pin 56 (GP_CAMERASB_04) on INT33FF:01
[    1.261387] pinctrl core: registered pin 60 (PANEL0_BKLTEN) on INT33FF:01
[    1.261391] pinctrl core: registered pin 61 (HV_DDI0_HPD) on INT33FF:01
[    1.261395] pinctrl core: registered pin 62 (HV_DDI2_DDC_SDA) on INT33FF:01
[    1.261399] pinctrl core: registered pin 63 (PANEL1_BKLTCTL) on INT33FF:01
[    1.261411] pinctrl core: registered pin 64 (HV_DDI1_HPD) on INT33FF:01
[    1.261415] pinctrl core: registered pin 65 (PANEL0_BKLTCTL) on INT33FF:01
[    1.261420] pinctrl core: registered pin 66 (HV_DDI0_DDC_SDA) on INT33FF:01
[    1.261424] pinctrl core: registered pin 67 (HV_DDI2_DDC_SCL) on INT33FF:01
[    1.261428] pinctrl core: registered pin 68 (HV_DDI2_HPD) on INT33FF:01
[    1.261432] pinctrl core: registered pin 69 (PANEL1_VDDEN) on INT33FF:01
[    1.261437] pinctrl core: registered pin 70 (PANEL1_BKLTEN) on INT33FF:01
[    1.261442] pinctrl core: registered pin 71 (HV_DDI0_DDC_SCL) on INT33FF:01
[    1.261452] pinctrl core: registered pin 72 (PANEL0_VDDEN) on INT33FF:01
[    1.261458] cherryview-pinctrl INT33FF:01: failed to lookup the default state
[    1.261461] cherryview-pinctrl INT33FF:01: failed to lookup the sleep state
[    1.270163] cherryview-pinctrl INT33FF:02: try to register 24 pins ...
[    1.270170] pinctrl core: registered pin 0 (PMU_SLP_S3_B) on INT33FF:02
[    1.270180] pinctrl core: registered pin 1 (PMU_BATLOW_B) on INT33FF:02
[    1.270184] pinctrl core: registered pin 2 (SUS_STAT_B) on INT33FF:02
[    1.270229] pinctrl core: registered pin 3 (PMU_SLP_S0IX_B) on INT33FF:02
[    1.270233] pinctrl core: registered pin 4 (PMU_AC_PRESENT) on INT33FF:02
[    1.270237] pinctrl core: registered pin 5 (PMU_PLTRST_B) on INT33FF:02
[    1.270242] pinctrl core: registered pin 6 (PMU_SUSCLK) on INT33FF:02
[    1.270246] pinctrl core: registered pin 7 (PMU_SLP_LAN_B) on INT33FF:02
[    1.270250] pinctrl core: registered pin 8 (PMU_PWRBTN_B) on INT33FF:02
[    1.270254] pinctrl core: registered pin 9 (PMU_SLP_S4_B) on INT33FF:02
[    1.270258] pinctrl core: registered pin 10 (PMU_WAKE_B) on INT33FF:02
[    1.270263] pinctrl core: registered pin 11 (PMU_WAKE_LAN_B) on INT33FF:02
[    1.270267] pinctrl core: registered pin 15 (MF_ISH_GPIO_3) on INT33FF:02
[    1.270271] pinctrl core: registered pin 16 (MF_ISH_GPIO_7) on INT33FF:02
[    1.270275] pinctrl core: registered pin 17 (MF_ISH_I2C1_SCL) on INT33FF:02
[    1.270279] pinctrl core: registered pin 18 (MF_ISH_GPIO_1) on INT33FF:02
[    1.270284] pinctrl core: registered pin 19 (MF_ISH_GPIO_5) on INT33FF:02
[    1.270288] pinctrl core: registered pin 20 (MF_ISH_GPIO_9) on INT33FF:02
[    1.270293] pinctrl core: registered pin 21 (MF_ISH_GPIO_0) on INT33FF:02
[    1.270297] pinctrl core: registered pin 22 (MF_ISH_GPIO_4) on INT33FF:02
[    1.270301] pinctrl core: registered pin 23 (MF_ISH_GPIO_8) on INT33FF:02
[    1.270305] pinctrl core: registered pin 24 (MF_ISH_GPIO_2) on INT33FF:02
[    1.270310] pinctrl core: registered pin 25 (MF_ISH_GPIO_6) on INT33FF:02
[    1.270315] pinctrl core: registered pin 26 (MF_ISH_I2C1_SDA) on INT33FF:02
[    1.270322] cherryview-pinctrl INT33FF:02: failed to lookup the default state
[    1.270325] cherryview-pinctrl INT33FF:02: failed to lookup the sleep state
[    1.274471] cherryview-pinctrl INT33FF:03: try to register 55 pins ...
[    1.274480] pinctrl core: registered pin 0 (MF_PLT_CLK0) on INT33FF:03
[    1.274488] pinctrl core: registered pin 1 (PWM1) on INT33FF:03
[    1.274493] pinctrl core: registered pin 2 (MF_PLT_CLK1) on INT33FF:03
[    1.274497] pinctrl core: registered pin 3 (MF_PLT_CLK4) on INT33FF:03
[    1.274504] pinctrl core: registered pin 4 (MF_PLT_CLK3) on INT33FF:03
[    1.274511] pinctrl core: registered pin 5 (PWM0) on INT33FF:03
[    1.274515] pinctrl core: registered pin 6 (MF_PLT_CLK5) on INT33FF:03
[    1.274520] pinctrl core: registered pin 7 (MF_PLT_CLK2) on INT33FF:03
[    1.274524] pinctrl core: registered pin 15 (SDMMC2_D3_CD_B) on INT33FF:03
[    1.274528] pinctrl core: registered pin 16 (SDMMC1_CLK) on INT33FF:03
[    1.274532] pinctrl core: registered pin 17 (SDMMC1_D0) on INT33FF:03
[    1.274537] pinctrl core: registered pin 18 (SDMMC2_D1) on INT33FF:03
[    1.274542] pinctrl core: registered pin 19 (SDMMC2_CLK) on INT33FF:03
[    1.274546] pinctrl core: registered pin 20 (SDMMC1_D2) on INT33FF:03
[    1.274550] pinctrl core: registered pin 21 (SDMMC2_D2) on INT33FF:03
[    1.274557] pinctrl core: registered pin 22 (SDMMC2_CMD) on INT33FF:03
[    1.274566] pinctrl core: registered pin 23 (SDMMC1_CMD) on INT33FF:03
[    1.274570] pinctrl core: registered pin 24 (SDMMC1_D1) on INT33FF:03
[    1.274574] pinctrl core: registered pin 25 (SDMMC2_D0) on INT33FF:03
[    1.274580] pinctrl core: registered pin 26 (SDMMC1_D3_CD_B) on INT33FF:03
[    1.274584] pinctrl core: registered pin 30 (SDMMC3_D1) on INT33FF:03
[    1.274588] pinctrl core: registered pin 31 (SDMMC3_CLK) on INT33FF:03
[    1.274593] pinctrl core: registered pin 32 (SDMMC3_D3) on INT33FF:03
[    1.274597] pinctrl core: registered pin 33 (SDMMC3_D2) on INT33FF:03
[    1.274601] pinctrl core: registered pin 34 (SDMMC3_CMD) on INT33FF:03
[    1.274606] pinctrl core: registered pin 35 (SDMMC3_D0) on INT33FF:03
[    1.274610] pinctrl core: registered pin 45 (MF_LPC_AD2) on INT33FF:03
[    1.274615] pinctrl core: registered pin 46 (LPC_CLKRUNB) on INT33FF:03
[    1.274620] pinctrl core: registered pin 47 (MF_LPC_AD0) on INT33FF:03
[    1.274625] pinctrl core: registered pin 48 (LPC_FRAMEB) on INT33FF:03
[    1.274629] pinctrl core: registered pin 49 (MF_LPC_CLKOUT1) on INT33FF:03
[    1.274633] pinctrl core: registered pin 50 (MF_LPC_AD3) on INT33FF:03
[    1.274639] pinctrl core: registered pin 51 (MF_LPC_CLKOUT0) on INT33FF:03
[    1.274643] pinctrl core: registered pin 52 (MF_LPC_AD1) on INT33FF:03
[    1.274649] pinctrl core: registered pin 60 (SPI1_MISO) on INT33FF:03
[    1.274653] pinctrl core: registered pin 61 (SPI1_CSO_B) on INT33FF:03
[    1.274658] pinctrl core: registered pin 62 (SPI1_CLK) on INT33FF:03
[    1.274663] pinctrl core: registered pin 63 (MMC1_D6) on INT33FF:03
[    1.274674] pinctrl core: registered pin 64 (SPI1_MOSI) on INT33FF:03
[    1.274678] pinctrl core: registered pin 65 (MMC1_D5) on INT33FF:03
[    1.274683] pinctrl core: registered pin 66 (SPI1_CS1_B) on INT33FF:03
[    1.274687] pinctrl core: registered pin 67 (MMC1_D4_SD_WE) on INT33FF:03
[    1.274693] pinctrl core: registered pin 68 (MMC1_D7) on INT33FF:03
[    1.274698] pinctrl core: registered pin 69 (MMC1_RCLK) on INT33FF:03
[    1.274702] pinctrl core: registered pin 75 (USB_OC1_B) on INT33FF:03
[    1.274707] pinctrl core: registered pin 76 (PMU_RESETBUTTON_B) on INT33FF:03
[    1.274711] pinctrl core: registered pin 77 (GPIO_ALERT) on INT33FF:03
[    1.274717] pinctrl core: registered pin 78 (SDMMC3_PWR_EN_B) on INT33FF:03
[    1.274722] pinctrl core: registered pin 79 (ILB_SERIRQ) on INT33FF:03
[    1.274726] pinctrl core: registered pin 80 (USB_OC0_B) on INT33FF:03
[    1.274732] pinctrl core: registered pin 81 (SDMMC3_CD_B) on INT33FF:03
[    1.274736] pinctrl core: registered pin 82 (SPKR) on INT33FF:03
[    1.274742] pinctrl core: registered pin 83 (SUSPWRDNACK) on INT33FF:03
[    1.274746] pinctrl core: registered pin 84 (SPARE_PIN) on INT33FF:03
[    1.274750] pinctrl core: registered pin 85 (SDMMC3_1P8_EN) on INT33FF:03
[    1.274757] cherryview-pinctrl INT33FF:03: failed to lookup the default state
[    1.274760] cherryview-pinctrl INT33FF:03: failed to lookup the sleep state
[    1.281817] kworker/u8:0 (536) used greatest stack depth: 13944 bytes left
[    1.283955] ACPI: Enabled 9 GPEs in block 00 to 3F
[    1.309950] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[    1.342891] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[    1.351229] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    1.357953] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.367511] pci 0000:00:02.0: vgaarb: bridge control possible
[    1.373999] vgaarb: loaded
[    1.377734] SCSI subsystem initialized
[    1.382169] libata version 3.00 loaded.
[    1.382317] ACPI: bus type USB registered
[    1.387023] usbcore: registered new interface driver usbfs
[    1.393276] usbcore: registered new interface driver hub
[    1.399323] usbcore: registered new device driver usb
[    1.465161] pps_core: LinuxPPS API ver. 1 registered
[    1.470751] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.481232] PTP clock support registered
[    1.486645] Registered efivars operations
[    1.514771] PCI: Using ACPI for IRQ routing
[    1.522156] PCI: pci_cache_line_size set to 64 bytes
[    1.522365] e820: reserve RAM buffer [mem 0x0006f000-0x0006ffff]
[    1.522376] e820: reserve RAM buffer [mem 0x00086000-0x0008ffff]
[    1.522381] e820: reserve RAM buffer [mem 0x736a0018-0x73ffffff]
[    1.522386] e820: reserve RAM buffer [mem 0x79b79000-0x7bffffff]
[    1.522391] e820: reserve RAM buffer [mem 0x7b442000-0x7bffffff]
[    1.524358] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.529844] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    1.538490] clocksource: Switched to clocksource hpet
[    1.576281] VFS: Disk quotas dquot_6.6.0
[    1.580829] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.589210] pnp: PnP ACPI init
[    1.593351] system 00:00: [io  0x0680-0x069f] has been reserved
[    1.600023] system 00:00: [io  0x0400-0x047f] has been reserved
[    1.606679] system 00:00: [io  0x0500-0x05fe] has been reserved
[    1.613343] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.614070] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.614460] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    1.614556] kworker/u8:0 (601) used greatest stack depth: 13784 bytes left
[    1.627466] system 00:03: [mem 0x91325000-0x91325fff] has been reserved
[    1.635007] system 00:03: [mem 0x91320000-0x91320fff] has been reserved
[    1.642531] system 00:03: [mem 0x9131e000-0x9131efff] has been reserved
[    1.649962] system 00:03: [mem 0x91323000-0x91323fff] has been reserved
[    1.657387] system 00:03: [mem 0x91321000-0x91321fff] has been reserved
[    1.664812] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.665671] system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
[    1.673514] system 00:04: [mem 0xfea00000-0xfeafffff] has been reserved
[    1.680984] system 00:04: [mem 0xfed01000-0xfed01fff] has been reserved
[    1.688416] system 00:04: [mem 0xfed03000-0xfed03fff] has been reserved
[    1.695848] system 00:04: [mem 0xfed06000-0xfed06fff] has been reserved
[    1.703282] system 00:04: [mem 0xfed08000-0xfed09fff] has been reserved
[    1.710718] system 00:04: [mem 0xfed80000-0xfedbffff] could not be reserved
[    1.718536] system 00:04: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    1.725970] system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
[    1.733402] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.735035] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.736322] pnp: PnP ACPI: found 6 devices
[    1.764426] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.774548] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    1.774560] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    1.774569] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[    1.774735] pci 0000:00:1c.0: res[8]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[    1.774741] pci 0000:00:1c.0: res[8]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[    1.774745] pci 0000:00:1c.0: res[9]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.774749] pci 0000:00:1c.0: res[9]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.774753] pci 0000:00:1c.0: res[7]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.774757] pci 0000:00:1c.0: res[7]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    1.774771] pci 0000:00:1c.0: BAR 8: assigned [mem 0x91400000-0x915fffff]
[    1.782396] pci 0000:00:1c.0: BAR 9: assigned [mem 0x91600000-0x917fffff 64bit pref]
[    1.791091] pci 0000:00:1c.0: BAR 7: assigned [io  0x2000-0x2fff]
[    1.797941] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.803535] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    1.810439] pci 0000:00:1c.0:   bridge window [mem 0x91400000-0x915fffff]
[    1.818101] pci 0000:00:1c.0:   bridge window [mem 0x91600000-0x917fffff 64bit pref]
[    1.826885] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    1.832543] pci 0000:00:1c.2:   bridge window [mem 0x91000000-0x910fffff]
[    1.840288] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    1.840292] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    1.840295] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    1.840299] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    1.840303] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    1.840306] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    1.840309] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    1.840313] pci_bus 0000:00: resource 11 [mem 0x80000000-0xdfffffff window]
[    1.840316] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    1.840319] pci_bus 0000:01: resource 1 [mem 0x91400000-0x915fffff]
[    1.840322] pci_bus 0000:01: resource 2 [mem 0x91600000-0x917fffff 64bit pref]
[    1.840325] pci_bus 0000:02: resource 1 [mem 0x91000000-0x910fffff]
[    1.841094] NET: Registered protocol family 2
[    1.846782] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    1.855006] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    1.862569] TCP: Hash tables configured (established 16384 bind 16384)
[    1.870000] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    1.876784] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    1.884349] NET: Registered protocol family 1
[    1.889312] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.902090] PCI: CLS 64 bytes, default 64
[    1.902364] Unpacking initramfs...
[    4.730042] Freeing initrd memory: 6492K
[    4.734882] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x171024fa93b, max_idle_ns: 440795253189 ns
[    4.746149] clocksource: Switched to clocksource tsc
[    4.753586] Scanning for low memory corruption every 60 seconds
[    4.763654] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    4.770758] audit: initializing netlink subsys (disabled)
[    4.777026] audit: type=2000 audit(1486520770.124:1): initialized
[    4.785149] workingset: timestamp_bits=56 max_order=19 bucket_order=0
[    4.828208] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    4.836608] io scheduler noop registered
[    4.841010] io scheduler deadline registered
[    4.846199] io scheduler cfq registered (default)
[    4.855537] efifb: probing for efifb
[    4.859635] efifb: framebuffer at 0x80000000, using 4128k, total 4128k
[    4.866954] efifb: mode is 1366x768x32, linelength=5504, pages=1
[    4.873739] efifb: scrolling: redraw
[    4.877748] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    4.893140] Console: switching to colour frame buffer device 170x48
[    4.907601] fb0: EFI VGA frame buffer device
[    4.913208] ACPI: AC Adapter [ADP0] (off-line)
[    4.918972] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    4.929082] ACPI: Power Button [PWRB]
[    4.934110] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    4.943634] ACPI: Lid Switch [LID0]
[    4.948095] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    4.957590] ACPI: Sleep Button [SLPB]
[    4.962197] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    4.970588] ACPI: Power Button [PWRF]
[    4.976194] Monitor-Mwait will be used to enter C-1 state
[    4.976219] Monitor-Mwait will be used to enter C-2 state
[    4.995301] ACPI Error: [TCNT] Namespace lookup failure, AE_NOT_FOUND (20160930/psargs-359)
[    5.004793] ACPI Error: Method parse/execution failed [\_TZ.TZ00._PSL] (Node ffff880074e6f730), AE_NOT_FOUND (20160930/psparse-543)
[    5.018210] ACPI: Invalid passive threshold
[    5.023135] ACPI: Invalid active0 threshold
[    5.029008] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    5.043346] thermal LNXTHERM:01: registered as thermal_zone0
[    5.049765] ACPI: Thermal Zone [TZ01] (60 C)
[    5.055966] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    5.070280] ACPI: Battery Slot [BAT0] (battery present)
[    5.086595] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    5.095784] 8086228A:01: ttyS1 at MMIO 0x9131f000 (irq = 40, base_baud = 2764800) is a 16550A
[    5.097597] Non-volatile memory driver v1.3
[    5.097856] [drm] Initialized
[    5.099507] [drm] Memory usable by graphics device = 2048M
[    5.099516] checking generic (80000000 408000) vs hw (80000000 10000000)
[    5.099518] fb: switching to inteldrmfb from EFI VGA
[    5.152444] Console: switching to colour dummy device 80x25
[    5.159013] [drm] Replacing VGA console driver
[    5.164528] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    5.171957] [drm] Driver supports precise vblank timestamp query.
[    5.200860] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    5.259789] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    5.269659] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[    5.280093] [drm] Initialized i915 1.6.0 20161121 for 0000:00:02.0 on minor 0
[    5.306070] loop: module loaded
[    5.312398] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.319890] ehci-pci: EHCI PCI platform driver
[    5.326008] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    5.331941] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    5.341648] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x01509810
[    5.351138] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    5.351738] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.359367] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.367481] usb usb1: Product: xHCI Host Controller
[    5.372970] usb usb1: Manufacturer: Linux 4.10.0-rc7+ xhci-hcd
[    5.379537] usb usb1: SerialNumber: 0000:00:14.0
[    5.385768] hub 1-0:1.0: USB hub found
[    5.390040] hub 1-0:1.0: 7 ports detected
[    5.399723] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    5.405827] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    5.414481] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    5.422118] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.430243] usb usb2: Product: xHCI Host Controller
[    5.430723] random: fast init done
[    5.439570] usb usb2: Manufacturer: Linux 4.10.0-rc7+ xhci-hcd
[    5.446125] usb usb2: SerialNumber: 0000:00:14.0
[    5.452286] hub 2-0:1.0: USB hub found
[    5.456568] hub 2-0:1.0: 6 ports detected
[    5.466850] usbcore: registered new interface driver usb-storage
[    5.473829] usbcore: registered new interface driver usbserial
[    5.480443] usbcore: registered new interface driver usbserial_generic
[    5.487847] usbserial: USB Serial support registered for generic
[    5.494670] usbcore: registered new interface driver ftdi_sio
[    5.501524] usbserial: USB Serial support registered for FTDI USB Serial Device
[    5.509839] usbcore: registered new interface driver pl2303
[    5.516170] usbserial: USB Serial support registered for pl2303
[    5.523023] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    5.530647] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    5.543165] serio: i8042 KBD port at 0x60,0x64 irq 1
[    5.549370] mousedev: PS/2 mouse device common for all mice
[    5.557169] rtc_cmos 00:05: RTC can wake from S4
[    5.563009] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    5.569966] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    5.579136] i2c /dev entries driver
[    5.586448] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    5.598753] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    5.619960] fbcon: inteldrmfb (fb0) is primary device
[    5.627289] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    5.627431] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[    5.627619] iTCO_vendor_support: vendor-support=0
[    5.628655] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    5.628666] intel_pstate: Intel P-state driver initializing
[    5.629821] sdhci: Secure Digital Host Controller Interface driver
[    5.629827] sdhci: Copyright(c) Pierre Ossman
[    5.646638] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[    5.646784] EFI Variables Facility v0.08 2004-May-17
[    5.695084] hidraw: raw HID events driver (C) Jiri Kosina
[    5.696092] usbcore: registered new interface driver usbhid
[    5.696093] usbhid: USB HID core driver
[    5.719897] Initializing XFRM netlink socket
[    5.720916] NET: Registered protocol family 10
[    5.722865] Segment Routing with IPv6
[    5.722909] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    5.723672] NET: Registered protocol family 17
[    5.724770] microcode: sig=0x406c3, pf=0x1, revision=0x34f
[    5.724947] microcode: Microcode Update Driver: v2.2.
[    5.725674] registered taskstats version 1
[    5.725747] kmemleak: Kernel memory leak detector initialized
[    5.725753] kmemleak: Automatic memory scanning thread started
[    5.727477]   Magic number: 5:159:409
[    5.728123] PM: Hibernation image not present or could not be loaded.
[    5.766527] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    5.803071] mmc0: new HS200 MMC card at address 0001
[    5.806090] mmcblk0: mmc0:0001 HBG4e\x05 29.1 GiB 
[    5.807008] mmcblk0boot0: mmc0:0001 HBG4e\x05 partition 1 4.00 MiB
[    5.807317] mmcblk0boot1: mmc0:0001 HBG4e\x05 partition 2 4.00 MiB
[    5.807641] mmcblk0rpmb: mmc0:0001 HBG4e\x05 partition 3 4.00 MiB
[    5.810611]  mmcblk0: p1 p2 p3 p4
[    5.935896] usb 1-1: New USB device found, idVendor=0781, idProduct=5575
[    5.935909] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.935918] usb 1-1: Product: Cruzer Glide
[    5.935927] usb 1-1: Manufacturer: SanDisk
[    5.935935] usb 1-1: SerialNumber: 20043514620CF171959A
[    5.939016] usb-storage 1-1:1.0: USB Mass Storage device detected
[    5.941209] scsi host0: usb-storage 1-1:1.0
[    6.100566] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[    6.269834] usb 1-3: New USB device found, idVendor=0bda, idProduct=0129
[    6.269848] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.269859] usb 1-3: Product: USB2.0-CRW
[    6.269866] usb 1-3: Manufacturer: Generic
[    6.269874] usb 1-3: SerialNumber: 20100201396000000
[    6.431650] usb 1-4: new high-speed USB device number 4 using xhci_hcd
[    6.622974] usb 1-4: New USB device found, idVendor=064e, idProduct=9404
[    6.622988] usb 1-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    6.622998] usb 1-4: Product: VGA Webcam
[    6.623005] usb 1-4: Manufacturer: SuYin
[    6.623013] usb 1-4: SerialNumber: HF031A-T803-SE02-REV0100
[    6.786568] usb 1-5: new full-speed USB device number 5 using xhci_hcd
[    6.956827] usb 1-5: New USB device found, idVendor=8087, idProduct=07dc
[    6.956841] usb 1-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.959932] scsi 0:0:0:0: Direct-Access     SanDisk  Cruzer Glide     1.27 PQ: 0 ANSI: 6
[    6.964191] sd 0:0:0:0: [sda] 15223808 512-byte logical blocks: (7.79 GB/7.26 GiB)
[    6.964416] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    6.966049] sd 0:0:0:0: [sda] Write Protect is off
[    6.966062] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[    6.966781] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    6.972888]  sda: sda1
[    6.974630] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    7.122581] Console: switching to colour frame buffer device 170x48
[    7.585944] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    7.604736] Freeing unused kernel memory: 1716K
[    7.611938] Write protecting the kernel read-only data: 12288k
[    7.621064] Freeing unused kernel memory: 552K
[    7.635443] Freeing unused kernel memory: 1588K
[    7.821389] mdev (1216) used greatest stack depth: 13640 bytes left
[    8.305775] ip (1237) used greatest stack depth: 13456 bytes left
[   13.974178] random: crng init done
[   15.855852] cat (1245) used greatest stack depth: 13392 bytes left

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Diagnosing ACPI trouble related to pinctr_cherryview on 4.8.x
  2017-02-07 16:30           ` Mika Westerberg
@ 2017-02-08 19:27             ` Martin Langhoff
  2017-02-09  9:10               ` Mika Westerberg
  0 siblings, 1 reply; 9+ messages in thread
From: Martin Langhoff @ 2017-02-08 19:27 UTC (permalink / raw)
  To: Mika Westerberg; +Cc: Heikki Krogerus, Linus Walleij, linux-gpio

Hi Mika,

this is... interesting. I've recompiled Fedora's v4.10-rc7 with
pinctrl-cherryview=m. Now all it needs to boot is 'noacpi'.
Blacklisting pinctrl-cherryview makes no difference.

Diffing the config made no sense, as you're using a minimal config and
I'm using distro config. The diff was awful.

I'll capture dmesg and compare.

Is there anything we can do to make pinctrl-cherryview better behaved
when built in? I mainly want this laptop to work well with the distro
kernel :-)

cheers,


martin

On Tue, Feb 7, 2017 at 11:30 AM, Mika Westerberg
<mika.westerberg@linux.intel.com> wrote:
> On Tue, Feb 07, 2017 at 11:11:55AM -0500, Martin Langhoff wrote:
>> On Tue, Feb 7, 2017 at 10:48 AM, Mika Westerberg
>> <mika.westerberg@linux.intel.com> wrote:
>> > So if you have disable pinctrl-cherryview and you have nothing special
>> > in the command line, everything works in v4.10-rc7?
>>
>> I can try that, it'll take a kernel rebuild. Fedora builds
>> pinctrl-cherryview=y and I haven't been able to convince them
>> otherwise :-/
>
> I just booted the machine with the attached config. No problems found.
> I've attached also dmesg of the boot (you can compare it to yours).



-- 
 martin.langhoff@gmail.com
 - ask interesting questions  ~  http://linkedin.com/in/martinlanghoff
 - don't be distracted        ~  http://github.com/martin-langhoff
   by shiny stuff

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Diagnosing ACPI trouble related to pinctr_cherryview on 4.8.x
  2017-02-08 19:27             ` Martin Langhoff
@ 2017-02-09  9:10               ` Mika Westerberg
  0 siblings, 0 replies; 9+ messages in thread
From: Mika Westerberg @ 2017-02-09  9:10 UTC (permalink / raw)
  To: Martin Langhoff; +Cc: Heikki Krogerus, Linus Walleij, linux-gpio

On Wed, Feb 08, 2017 at 02:27:58PM -0500, Martin Langhoff wrote:
> Hi Mika,
> 
> this is... interesting. I've recompiled Fedora's v4.10-rc7 with
> pinctrl-cherryview=m. Now all it needs to boot is 'noacpi'.
> Blacklisting pinctrl-cherryview makes no difference.
> 
> Diffing the config made no sense, as you're using a minimal config and
> I'm using distro config. The diff was awful.
> 
> I'll capture dmesg and compare.
> 
> Is there anything we can do to make pinctrl-cherryview better behaved
> when built in? I mainly want this laptop to work well with the distro
> kernel :-)

Hey, please don't blame pinctrl-cherryview until you actually know that
it causes the problem.

Also adding random parameters like "noacpi" to the command line is not
going to help at all in debugging this. So please do not alter the
command line. It only makes things worse.

Now, please send me your distro config (privately) and I'll try that
here if I can reproduce the problem.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-02-09  9:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-07 14:37 Diagnosing ACPI trouble related to pinctr_cherryview on 4.8.x Martin Langhoff
2017-02-07 14:52 ` Mika Westerberg
2017-02-07 15:13   ` Martin Langhoff
2017-02-07 15:29     ` Martin Langhoff
2017-02-07 15:48       ` Mika Westerberg
2017-02-07 16:11         ` Martin Langhoff
2017-02-07 16:30           ` Mika Westerberg
2017-02-08 19:27             ` Martin Langhoff
2017-02-09  9:10               ` Mika Westerberg

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.