lkml.org 
[lkml]   [2012]   [Aug]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectNULL dereference BUG in sch56xx_init()
Hi Guenter,

This commit triggered an oops which can be fixed by the attached diff.
Should it be folded into the original one (preferable for me), or be
resent as a standalone patch?

tree: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-staging
head: a99fac8ea326a5c3b966f558d0b9af309ef31365
commit: 1645e4fc39931604f7a90cdad311bc48e5b92d60 [2/49] hwmon: (sch56xx-common) Fix build warnings

[ 4.343014] BUG: unable to handle kernel NULL pointer dereference at (null)
[ 4.344009] IP: [<ffffffff811c6240>] strim+0x80/0x80
[ 4.344009] PGD 0
[ 4.344009] Oops: 0000 [#1]
[ 4.344009] CPU 0
[ 4.344009] Pid: 1, comm: swapper Not tainted 3.6.0-rc1-00002-g1645e4f #229 Bochs Bochs
[ 4.344009] RIP: 0010:[<ffffffff811c6240>] [<ffffffff811c6240>] strim+0x80/0x80
[ 4.344009] RSP: 0018:ffff880000025e48 EFLAGS: 00010246
[ 4.344009] RAX: 000000000000fff6 RBX: 0000000000000000 RCX: 0000000000000000
[ 4.344009] RDX: 0000000000000000 RSI: 000000000000ffed RDI: 0000000000000000
[ 4.344009] RBP: ffff880000025e70 R08: 0000000000000000 R09: 0000000000000000
[ 4.344009] R10: 0000000000000001 R11: 0000000000000000 R12: 0000000000000000
[ 4.344009] R13: 0000000000000000 R14: 000000000000ffed R15: 0000000000000000
[ 4.344009] FS: 0000000000000000(0000) GS:ffffffff81a25000(0000) knlGS:0000000000000000
[ 4.344009] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 4.344009] CR2: 0000000000000000 CR3: 0000000001a0f000 CR4: 00000000000006b0
[ 4.344009] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 4.344009] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 4.344009] Process swapper (pid: 1, threadinfo ffff880000024000, task ffff880000028000)
[ 4.344009] Stack:
[ 4.344009] ffffffff812c3136 0000000000000000 00000000ffffffed 0000000000000172
[ 4.344009] ffffffff81cf66e0 ffff880000025ed0 ffffffff81cf6805 0000000000000000
[ 4.344009] 000000000000ffed 000000000000fff6 0000000000000000 0000000000000100
[ 4.344009] Call Trace:
[ 4.344009] [<ffffffff812c3136>] ? platform_device_alloc+0x26/0x90
[ 4.344009] [<ffffffff81cf66e0>] ? pcf8591_init+0x37/0x37
[ 4.344009] [<ffffffff81cf6805>] sch56xx_init+0x125/0x19d
[ 4.344009] [<ffffffff81cccbcc>] do_one_initcall+0x78/0x136
[ 4.344009] [<ffffffff81cccd7b>] kernel_init+0xf1/0x175
[ 4.344009] [<ffffffff81ccc4f7>] ? loglevel+0x31/0x31
[ 4.344009] [<ffffffff81479b04>] kernel_thread_helper+0x4/0x10
[ 4.344009] [<ffffffff814783ec>] ? retint_restore_args+0x13/0x13
[ 4.344009] [<ffffffff81cccc8a>] ? do_one_initcall+0x136/0x136
[ 4.344009] [<ffffffff81479b00>] ? gs_change+0x13/0x13
[ 4.344009] Code: 20 74 18 0f 1f 84 00 00 00 00 00 48 83 c0 01 0f b6 10 f6 82 60 07 6b 81 20 75 f0 5d c3 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 <80> 3f 00 55 48 89 e5 74 15 48 89 f8 0f 1f 40 00 48 83 c0 01 80
[ 4.344009] RIP [<ffffffff811c6240>] strim+0x80/0x80
[ 4.344009] RSP <ffff880000025e48>
[ 4.344009] CR2: 0000000000000000

Thanks,
Fengguang
[ 0.000000] Linux version 3.6.0-rc1-00002-g1645e4f (kbuild@snb) (gcc version 4.7.1 (Debian 4.7.1-5) ) #229 Thu Aug 9 05:42:54 CST 2012
[ 0.000000] Command line: trinity=3m hung_task_panic=1 branch=hwmon/hwmon-staging log_buf_len=8M ignore_loglevel debug sched_debug apic=debug dynamic_printk sysrq_always_enabled panic=10 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=vmlinuz-2012-08-09-05-43-01-hwmon:hwmon-staging:a99fac8-1645e4f-x86_64-randconfig-s031-1-waimea BOOT_IMAGE=kernel-tests/kernels/x86_64-randconfig-s031/1645e4f/vmlinuz-3.6.0-rc1-00002-g1645e4f
[ 0.000000] KERNEL supported cpus:
[ 0.000000] CPU: vendor_id 'GenuineIntel' unknown, using generic init.
[ 0.000000] CPU: Your system may be unstable.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000fffcfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000fffd000-0x000000000fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffbc000-0x00000000ffffffff] reserved
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.4 present.
[ 0.000000] DMI: Bochs Bochs, BIOS Bochs 01/01/2007
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0xfffd max_arch_pfn = 0x400000000
[ 0.000000] Scan for SMP in [mem 0x00000000-0x000003ff]
[ 0.000000] Scan for SMP in [mem 0x0009fc00-0x0009ffff]
[ 0.000000] Scan for SMP in [mem 0x000f0000-0x000fffff]
[ 0.000000] found SMP MP-table at [mem 0x000f8860-0x000f886f] mapped at [ffff8800000f8860]
[ 0.000000] mpc: f8870-f898c
[ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x0fffcfff]
[ 0.000000] [mem 0x00000000-0x0fdfffff] page 2M
[ 0.000000] [mem 0x0fe00000-0x0fffcfff] page 4k
[ 0.000000] kernel direct mapping tables up to 0xfffcfff @ [mem 0x0e854000-0x0e8d5fff]
[ 0.000000] log_buf_len: 8388608
[ 0.000000] early log buf free: 128612(98%)
[ 0.000000] RAMDISK: [mem 0x0e8d6000-0x0ffeffff]
[ 0.000000] kvm-clock: Using msrs 12 and 11
[ 0.000000] kvm-clock: cpu 0, msr 0:1a2b001, boot clock
[ 0.000000] [ffffea0000000000-ffffea00003fffff] PMD -> [ffff88000d400000-ffff88000d7fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA32 [mem 0x00010000-0xffffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00010000-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0x0fffcfff]
[ 0.000000] On node 0 totalpages: 65420
[ 0.000000] DMA32 zone: 1024 pages used for memmap
[ 0.000000] DMA32 zone: 6 pages reserved
[ 0.000000] DMA32 zone: 64390 pages, LIFO batch:15
[ 0.000000] Intel MultiProcessor Specification v1.4
[ 0.000000] mpc: f8870-f898c
[ 0.000000] MPTABLE: OEM ID: BOCHSCPU
[ 0.000000] MPTABLE: Product ID: 0.1
[ 0.000000] MPTABLE: APIC at: 0xFEE00000
[ 0.000000] mapped APIC to ffffffffff5fb000 ( fee00000)
[ 0.000000] Processor #0 (Bootup-CPU)
[ 0.000000] Processor #1
[ 0.000000] ACPI: NR_CPUS/possible_cpus limit of 1 reached. Processor 1/0x1 ignored.
[ 0.000000] Bus #0 is PCI
[ 0.000000] Bus #1 is ISA
[ 0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] Int: type 0, pol 1, trig 0, bus 00, IRQ 04, APIC ID 2, APIC INT 09
[ 0.000000] Int: type 0, pol 1, trig 0, bus 00, IRQ 0c, APIC ID 2, APIC INT 0b
[ 0.000000] Int: type 0, pol 1, trig 0, bus 00, IRQ 10, APIC ID 2, APIC INT 0b
[ 0.000000] Int: type 0, pol 1, trig 0, bus 00, IRQ 14, APIC ID 2, APIC INT 0a
[ 0.000000] Int: type 0, pol 1, trig 0, bus 00, IRQ 18, APIC ID 2, APIC INT 0a
[ 0.000000] Int: type 0, pol 1, trig 0, bus 00, IRQ 1c, APIC ID 2, APIC INT 0b
[ 0.000000] Int: type 0, pol 1, trig 0, bus 00, IRQ 20, APIC ID 2, APIC INT 0b
[ 0.000000] Int: type 0, pol 1, trig 0, bus 00, IRQ 24, APIC ID 2, APIC INT 0a
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 00, APIC ID 2, APIC INT 02
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 01, APIC ID 2, APIC INT 01
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 03, APIC ID 2, APIC INT 03
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 04, APIC ID 2, APIC INT 04
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 05, APIC ID 2, APIC INT 05
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 06, APIC ID 2, APIC INT 06
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 07, APIC ID 2, APIC INT 07
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 08, APIC ID 2, APIC INT 08
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 0c, APIC ID 2, APIC INT 0c
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 0d, APIC ID 2, APIC INT 0d
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 0e, APIC ID 2, APIC INT 0e
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 0f, APIC ID 2, APIC INT 0f
[ 0.000000] Lint: type 3, pol 0, trig 0, bus 01, IRQ 00, APIC ID 0, APIC LINT 00
[ 0.000000] Lint: type 1, pol 0, trig 0, bus 01, IRQ 00, APIC ID 0, APIC LINT 01
[ 0.000000] Processors: 1
[ 0.000000] mapped IOAPIC to ffffffffff5fa000 (fec00000)
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] e820: [mem 0x10000000-0xfffbbfff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64390
[ 0.000000] Kernel command line: trinity=3m hung_task_panic=1 branch=hwmon/hwmon-staging log_buf_len=8M ignore_loglevel debug sched_debug apic=debug dynamic_printk sysrq_always_enabled panic=10 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=vmlinuz-2012-08-09-05-43-01-hwmon:hwmon-staging:a99fac8-1645e4f-x86_64-randconfig-s031-1-waimea BOOT_IMAGE=kernel-tests/kernels/x86_64-randconfig-s031/1645e4f/vmlinuz-3.6.0-rc1-00002-g1645e4f
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.000000] __ex_table already sorted, skipping sort
[ 0.000000] Memory: 202060k/262132k available (4585k kernel code, 452k absent, 59620k reserved, 8514k data, 704k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS:4352 nr_irqs:256 16
[ 0.000000] console [ttyS0] enabled
[ 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: 6367 kB
[ 0.000000] per task-struct memory footprint: 2688 bytes
[ 0.000000] ------------------------
[ 0.000000] | Locking API testsuite:
[ 0.000000] ----------------------------------------------------------------------------
[ 0.000000] | spin |wlock |rlock |mutex | wsem | rsem |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] A-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-C-C-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-A-B-C deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-C-C-D-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-D-B-D-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-D-B-C-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] double unlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] initialize held: ok | ok | ok | ok | ok | ok |
[ 0.000000] bad unlock order: ok | ok | ok | ok | ok | ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] recursive read-lock: | ok | | ok |
[ 0.000000] recursive read-lock #2: | ok | | ok |
[ 0.000000] mixed read-write-lock: | ok | | ok |
[ 0.000000] mixed write-read-lock: | ok | | ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] hard-irqs-on + irq-safe-A/12: ok | ok | ok |
[ 0.000000] soft-irqs-on + irq-safe-A/12: ok | ok | ok |
[ 0.000000] hard-irqs-on + irq-safe-A/21: ok | ok | ok |
[ 0.000000] soft-irqs-on + irq-safe-A/21: ok | ok | ok |
[ 0.000000] sirq-safe-A => hirqs-on/12: ok | ok | ok |
[ 0.000000] sirq-safe-A => hirqs-on/21: ok | ok | ok |
[ 0.000000] hard-safe-A + irqs-on/12: ok | ok | ok |
[ 0.000000] soft-safe-A + irqs-on/12: ok | ok | ok |
[ 0.000000] hard-safe-A + irqs-on/21: ok | ok | ok |
[ 0.000000] soft-safe-A + irqs-on/21: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/123: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/123: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/132: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/132: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/213: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/213: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/231: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/231: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/312: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/312: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/321: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/321: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/123: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/123: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/132: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/132: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/213: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/213: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/231: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/231: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/312: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/312: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/321: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/321: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/123: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/123: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/132: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/132: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/213: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/213: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/231: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/231: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/312: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/312: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/321: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/321: ok | ok | ok |
[ 0.000000] hard-irq read-recursion/123: ok |
[ 0.000000] soft-irq read-recursion/123: ok |
[ 0.000000] hard-irq read-recursion/132: ok |
[ 0.000000] soft-irq read-recursion/132: ok |
[ 0.000000] hard-irq read-recursion/213: ok |
[ 0.000000] soft-irq read-recursion/213: ok |
[ 0.000000] hard-irq read-recursion/231: ok |
[ 0.000000] soft-irq read-recursion/231: ok |
[ 0.000000] hard-irq read-recursion/312: ok |
[ 0.000000] soft-irq read-recursion/312: ok |
[ 0.000000] hard-irq read-recursion/321: ok |
[ 0.000000] soft-irq read-recursion/321: ok |
[ 0.000000] -------------------------------------------------------
[ 0.000000] Good, all 218 testcases passed! |
[ 0.000000] ---------------------------------
[ 0.000000] tsc: Detected 3300.196 MHz processor
[ 0.003333] Calibrating delay loop (skipped) preset value.. 6603.40 BogoMIPS (lpj=11000653)
[ 0.003333] pid_max: default: 32768 minimum: 301
[ 0.003333] Security Framework initialized
[ 0.003375] Mount-cache hash table entries: 256
[ 0.004596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.004596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.004596] tlb_flushall_shift is 0xffffffff
[ 0.006674] CPU: GenuineIntel Common KVM processor stepping 01
[ 0.011191] Performance Events:
[ 0.011932] ftrace: Allocated trace_printk buffers
[ 0.012706] Testing tracer nop: PASSED
[ 0.013360] Getting VERSION: 50014
[ 0.013893] Getting VERSION: 50014
[ 0.014393] Getting ID: 0
[ 0.014835] Getting ID: ff000000
[ 0.015322] Getting LVT0: 8700
[ 0.015819] Getting LVT1: 8400
[ 0.016317] enabled ExtINT on CPU#0
[ 0.017627] ENABLING IO-APIC IRQs
[ 0.018277] init IO_APIC IRQs
[ 0.018783] apic 2 pin 0 not connected
[ 0.019357] IOAPIC[0]: Set routing entry (2-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.020026] IOAPIC[0]: Set routing entry (2-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)
[ 0.021283] IOAPIC[0]: Set routing entry (2-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.022454] IOAPIC[0]: Set routing entry (2-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.023356] IOAPIC[0]: Set routing entry (2-5 -> 0x35 -> IRQ 5 Mode:0 Active:0 Dest:1)
[ 0.024537] IOAPIC[0]: Set routing entry (2-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.026689] IOAPIC[0]: Set routing entry (2-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.027867] IOAPIC[0]: Set routing entry (2-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.029123] IOAPIC[0]: Set routing entry (2-9 -> 0x41 -> IRQ 33 Mode:1 Active:0 Dest:1)
[ 0.030025] IOAPIC[0]: Set routing entry (2-10 -> 0x51 -> IRQ 34 Mode:1 Active:0 Dest:1)
[ 0.031252] IOAPIC[0]: Set routing entry (2-11 -> 0x61 -> IRQ 35 Mode:1 Active:0 Dest:1)
[ 0.032533] IOAPIC[0]: Set routing entry (2-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.033357] IOAPIC[0]: Set routing entry (2-13 -> 0x3d -> IRQ 13 Mode:0 Active:0 Dest:1)
[ 0.034554] IOAPIC[0]: Set routing entry (2-14 -> 0x3e -> IRQ 14 Mode:0 Active:0 Dest:1)
[ 0.036690] IOAPIC[0]: Set routing entry (2-15 -> 0x3f -> IRQ 15 Mode:0 Active:0 Dest:1)
[ 0.037894] apic 2 pin 16 not connected
[ 0.038452] apic 2 pin 17 not connected
[ 0.039053] apic 2 pin 18 not connected
[ 0.039657] apic 2 pin 19 not connected
[ 0.040003] apic 2 pin 20 not connected
[ 0.040617] apic 2 pin 21 not connected
[ 0.041176] apic 2 pin 22 not connected
[ 0.041853] apic 2 pin 23 not connected
[ 0.042604] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.043336] Using local APIC timer interrupts.
[ 0.043336] calibrating APIC timer ...
[ 0.046663] ... lapic delta = 6251415
[ 0.046663] ..... delta 6251415
[ 0.046663] ..... mult: 268513736
[ 0.046663] ..... calibration result: 3334088
[ 0.046663] ..... CPU clock speed is 3301.0881 MHz.
[ 0.046663] ..... host bus clock speed is 1000.1088 MHz.
[ 0.046663] ... verify APIC timer
[ 0.165465] ... jiffies delta = 30
[ 0.166201] ... jiffies result ok
[ 0.166893] device: 'platform': device_add
[ 0.167885] PM: Adding info for No Bus:platform
[ 0.168862] bus: 'platform': registered
[ 0.169663] bus: 'cpu': registered
[ 0.170003] device: 'cpu': device_add
[ 0.170816] PM: Adding info for No Bus:cpu
[ 0.172158] device class 'regulator': registering
[ 0.173420] Registering platform device 'reg-dummy'. Parent at platform
[ 0.174897] device: 'reg-dummy': device_add
[ 0.175775] bus: 'platform': add device reg-dummy
[ 0.176695] PM: Adding info for platform:reg-dummy
[ 0.177727] bus: 'platform': add driver reg-dummy
[ 0.178789] bus: 'platform': driver_probe_device: matched device reg-dummy with driver reg-dummy
[ 0.179994] bus: 'platform': really_probe: probing driver reg-dummy with device reg-dummy
[ 0.181863] device: 'regulator.0': device_add
[ 0.183384] PM: Adding info for No Bus:regulator.0
[ 0.184422] dummy:
[ 0.184934] driver: 'reg-dummy': driver_bound: bound to device 'reg-dummy'
[ 0.186672] bus: 'platform': really_probe: bound device reg-dummy to driver reg-dummy
[ 0.188456] NET: Registered protocol family 16
[ 0.189528] device class 'bdi': registering
[ 0.190012] device class 'pci_bus': registering
[ 0.191168] bus: 'pci': registered
[ 0.191862] device class 'lcd': registering
[ 0.193331] device class 'backlight': registering
[ 0.194327] device class 'tty': registering
[ 0.195253] bus: 'spi': registered
[ 0.195989] device class 'spi_master': registering
[ 0.196675] bus: 'i2c': registered
[ 0.197413] bus: 'i2c': add driver dummy
[ 0.198247] i2c-core: driver [dummy] registered
[ 0.200044] device class 'dma': registering
[ 0.200960] device class 'dmi': registering
[ 0.201853] device: 'id': device_add
[ 0.202637] PM: Adding info for No Bus:id
[ 0.203342] dca service started, version 1.12.1
[ 0.204289] device class 'dca': registering
[ 0.205203] PCI: Using configuration type 1 for base access
[ 0.206757] device: 'cpu0': device_add
[ 0.207612] bus: 'cpu': add device cpu0
[ 0.208438] PM: Adding info for cpu:cpu0
[ 0.212318] device: 'default': device_add
[ 0.213237] PM: Adding info for No Bus:default
[ 0.213459] device class 'graphics': registering
[ 0.214554] bus: 'platform': add driver reg-fixed-voltage
[ 0.215687] bus: 'i2c': add driver ad5398
[ 0.216679] i2c-core: driver [ad5398] registered
[ 0.217645] bus: 'i2c': add driver lp3972
[ 0.218507] i2c-core: driver [lp3972] registered
[ 0.219994] bus: 'i2c': add driver max8649
[ 0.220865] i2c-core: driver [max8649] registered
[ 0.221952] bus: 'i2c': add driver max8660
[ 0.222905] i2c-core: driver [max8660] registered
[ 0.223327] bus: 'i2c': add driver max8952
[ 0.224197] i2c-core: driver [max8952] registered
[ 0.225262] bus: 'platform': add driver mc13783-regulator
[ 0.226669] bus: 'platform': add driver mc13892-regulator
[ 0.227800] bus: 'platform': add driver palmas-pmic
[ 0.228824] bus: 'platform': add driver pcap-regulator
[ 0.230001] bus: 'i2c': add driver tps62360
[ 0.230984] i2c-core: driver [tps62360] registered
[ 0.231987] bus: 'i2c': add driver tps65023
[ 0.233332] i2c-core: driver [tps65023] registered
[ 0.234342] bus: 'platform': add driver tps6507x-pmic
[ 0.235411] bus: 'platform': add driver twl_reg
[ 0.236377] device class 'misc': registering
[ 0.236702] device: 'vga_arbiter': device_add
[ 0.237666] PM: Adding info for No Bus:vga_arbiter
[ 0.238799] vgaarb: loaded
[ 0.239992] bus: 'i2c': add driver wm831x
[ 0.240853] i2c-core: driver [wm831x] registered
[ 0.241911] bus: 'i2c': add driver tps6105x
[ 0.242892] i2c-core: driver [tps6105x] registered
[ 0.243326] bus: 'i2c': add driver twl
[ 0.244126] i2c-core: driver [twl] registered
[ 0.245056] bus: 'spi': add driver mc13xxx
[ 0.246665] bus: 'i2c': add driver mc13xxx
[ 0.247625] i2c-core: driver [mc13xxx] registered
[ 0.248620] bus: 'spi': add driver ezx-pcap
[ 0.249482] bus: 'spi': add driver da9052
[ 0.249999] bus: 'i2c': add driver max77693
[ 0.251049] i2c-core: driver [max77693] registered
[ 0.252057] bus: 'i2c': add driver max8997
[ 0.253331] i2c-core: driver [max8997] registered
[ 0.254333] bus: 'i2c': add driver tps65090
[ 0.255305] i2c-core: driver [tps65090] registered
[ 0.256390] bus: 'i2c': add driver palmas
[ 0.256670] i2c-core: driver [palmas] registered
[ 0.257696] bus: 'usb': registered
[ 0.258434] bus: 'usb': add driver usbfs
[ 0.259999] usbcore: registered new interface driver usbfs
[ 0.261188] bus: 'usb': add driver hub
[ 0.262012] usbcore: registered new interface driver hub
[ 0.263268] bus: 'usb': add driver usb
[ 0.263331] usbcore: registered new device driver usb
[ 0.264381] bus: 'platform': add driver twl4030_usb
[ 0.265420] bus: 'platform': add driver nop_usb_xceiv
[ 0.266699] bus: 'serio': registered
[ 0.267482] bus: 'gameport': registered
[ 0.268303] device class 'input': registering
[ 0.269253] device class 'rtc': registering
[ 0.269995] device class 'power_supply': registering
[ 0.271242] device class 'hwmon': registering
[ 0.272169] device class 'watchdog': registering
[ 0.273350] bus: 'mmc': registered
[ 0.274086] device class 'mmc_host': registering
[ 0.275137] bus: 'sdio': registered
[ 0.275850] device class 'leds': registering
[ 0.276670] bus: 'iio': registered
[ 0.277425] device class 'sound': registering
[ 0.278501] Advanced Linux Sound Architecture Driver Version 1.0.25.
[ 0.279987] PCI: Probing PCI hardware
[ 0.280870] PCI: root bus 00: using default resources
[ 0.281933] PCI: Probing PCI hardware (bus 00)
[ 0.283327] device: 'pci0000:00': device_add
[ 0.284237] PM: Adding info for No Bus:pci0000:00
[ 0.285232] device: '0000:00': device_add
[ 0.286162] PM: Adding info for No Bus:0000:00
[ 0.286674] PCI host bridge to bus 0000:00
[ 0.287539] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.288813] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffff]
[ 0.289993] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 0.291639] pci_bus 0000:00: busn_res: [bus 00-ff] is inserted under domain [bus 00-ff]
[ 0.293320] pci_bus 0000:00: scanning bus
[ 0.294324] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[ 0.296659] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0xa
[ 0.298326] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[ 0.300289] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[ 0.301999] pci 0000:00:01.1: reg 20: [io 0xc000-0xc00f]
[ 0.303570] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[ 0.305333] pci 0000:00:01.3: calling quirk_piix4_acpi+0x0/0x154
[ 0.306592] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
[ 0.306667] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
[ 0.308192] pci 0000:00:01.3: calling pci_fixup_piix4_acpi+0x0/0x10
[ 0.310117] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
[ 0.313663] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf1ffffff pref]
[ 0.316962] pci 0000:00:02.0: reg 14: [mem 0xf2000000-0xf2000fff]
[ 0.324816] pci 0000:00:02.0: reg 30: [mem 0xf2010000-0xf201ffff pref]
[ 0.327110] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[ 0.328514] pci 0000:00:03.0: reg 10: [mem 0xf2020000-0xf203ffff]
[ 0.330116] pci 0000:00:03.0: reg 14: [io 0xc040-0xc07f]
[ 0.332251] pci 0000:00:03.0: reg 30: [mem 0xf2040000-0xf2047fff pref]
[ 0.333667] pci 0000:00:04.0: [1af4:1001] type 00 class 0x010000
[ 0.335140] pci 0000:00:04.0: reg 10: [io 0xc080-0xc0bf]
[ 0.336735] pci 0000:00:04.0: reg 14: [mem 0xf2048000-0xf2048fff]
[ 0.338696] pci 0000:00:05.0: [1af4:1001] type 00 class 0x010000
[ 0.340117] pci 0000:00:05.0: reg 10: [io 0xc0c0-0xc0ff]
[ 0.341331] pci 0000:00:05.0: reg 14: [mem 0xf2049000-0xf2049fff]
[ 0.343554] pci 0000:00:06.0: [1af4:1001] type 00 class 0x010000
[ 0.344959] pci 0000:00:06.0: reg 10: [io 0xc100-0xc13f]
[ 0.346246] pci 0000:00:06.0: reg 14: [mem 0xf204a000-0xf204afff]
[ 0.347352] pci 0000:00:07.0: [1af4:1001] type 00 class 0x010000
[ 0.350112] pci 0000:00:07.0: reg 10: [io 0xc140-0xc17f]
[ 0.353434] pci 0000:00:07.0: reg 14: [mem 0xf204b000-0xf204bfff]
[ 0.357521] pci 0000:00:08.0: [1af4:1001] type 00 class 0x010000
[ 0.360135] pci 0000:00:08.0: reg 10: [io 0xc180-0xc1bf]
[ 0.361637] pci 0000:00:08.0: reg 14: [mem 0xf204c000-0xf204cfff]
[ 0.366718] pci 0000:00:09.0: [1af4:1001] type 00 class 0x010000
[ 0.368411] pci 0000:00:09.0: reg 10: [io 0xc1c0-0xc1ff]
[ 0.370118] pci 0000:00:09.0: reg 14: [mem 0xf204d000-0xf204dfff]
[ 0.373931] pci 0000:00:0a.0: [8086:25ab] type 00 class 0x088000
[ 0.375638] pci 0000:00:0a.0: reg 10: [mem 0xf204e000-0xf204e00f]
[ 0.377627] pci_bus 0000:00: fixups for bus
[ 0.378709] pci_bus 0000:00: bus scan returning with max=00
[ 0.379998] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.381697] device: '0000:00:00.0': device_add
[ 0.383383] bus: 'pci': add device 0000:00:00.0
[ 0.384716] PM: Adding info for pci:0000:00:00.0
[ 0.386681] device: '0000:00:01.0': device_add
[ 0.387963] bus: 'pci': add device 0000:00:01.0
[ 0.389200] PM: Adding info for pci:0000:00:01.0
[ 0.389990] device: '0000:00:01.1': device_add
[ 0.391247] bus: 'pci': add device 0000:00:01.1
[ 0.392524] PM: Adding info for pci:0000:00:01.1
[ 0.393326] device: '0000:00:01.3': device_add
[ 0.394519] bus: 'pci': add device 0000:00:01.3
[ 0.396699] PM: Adding info for pci:0000:00:01.3
[ 0.397891] device: '0000:00:02.0': device_add
[ 0.399042] bus: 'pci': add device 0000:00:02.0
[ 0.400032] PM: Adding info for pci:0000:00:02.0
[ 0.401316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.403323] device: '0000:00:03.0': device_add
[ 0.404485] bus: 'pci': add device 0000:00:03.0
[ 0.405729] PM: Adding info for pci:0000:00:03.0
[ 0.406656] device: '0000:00:04.0': device_add
[ 0.407862] bus: 'pci': add device 0000:00:04.0
[ 0.410019] PM: Adding info for pci:0000:00:04.0
[ 0.411208] device: '0000:00:05.0': device_add
[ 0.412542] bus: 'pci': add device 0000:00:05.0
[ 0.413363] PM: Adding info for pci:0000:00:05.0
[ 0.414662] device: '0000:00:06.0': device_add
[ 0.415962] bus: 'pci': add device 0000:00:06.0
[ 0.416696] PM: Adding info for pci:0000:00:06.0
[ 0.417891] device: '0000:00:07.0': device_add
[ 0.419989] bus: 'pci': add device 0000:00:07.0
[ 0.421251] PM: Adding info for pci:0000:00:07.0
[ 0.422479] device: '0000:00:08.0': device_add
[ 0.423322] bus: 'pci': add device 0000:00:08.0
[ 0.424622] PM: Adding info for pci:0000:00:08.0
[ 0.425860] device: '0000:00:09.0': device_add
[ 0.426654] bus: 'pci': add device 0000:00:09.0
[ 0.427869] PM: Adding info for pci:0000:00:09.0
[ 0.429987] device: '0000:00:0a.0': device_add
[ 0.431176] bus: 'pci': add device 0000:00:0a.0
[ 0.432496] PM: Adding info for pci:0000:00:0a.0
[ 0.433397] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]
[ 0.435078] PCI: pci_cache_line_size set to 64 bytes
[ 0.436701] pci 0000:00:01.1: BAR 0: reserving [io 0x01f0-0x01f7 flags 0x110] (d=0, p=0)
[ 0.438822] pci 0000:00:01.1: BAR 1: reserving [io 0x03f6 flags 0x110] (d=0, p=0)
[ 0.439981] pci 0000:00:01.1: BAR 2: reserving [io 0x0170-0x0177 flags 0x110] (d=0, p=0)
[ 0.443315] pci 0000:00:01.1: BAR 3: reserving [io 0x0376 flags 0x110] (d=0, p=0)
[ 0.445460] pci 0000:00:01.1: BAR 4: reserving [io 0xc000-0xc00f flags 0x40101] (d=0, p=0)
[ 0.446689] pci 0000:00:02.0: BAR 0: reserving [mem 0xf0000000-0xf1ffffff flags 0x42208] (d=0, p=0)
[ 0.450016] pci 0000:00:02.0: BAR 1: reserving [mem 0xf2000000-0xf2000fff flags 0x40200] (d=0, p=0)
[ 0.452523] pci 0000:00:03.0: BAR 0: reserving [mem 0xf2020000-0xf203ffff flags 0x40200] (d=0, p=0)
[ 0.453314] pci 0000:00:03.0: BAR 1: reserving [io 0xc040-0xc07f flags 0x40101] (d=0, p=0)
[ 0.456667] pci 0000:00:04.0: BAR 0: reserving [io 0xc080-0xc0bf flags 0x40101] (d=0, p=0)
[ 0.459980] pci 0000:00:04.0: BAR 1: reserving [mem 0xf2048000-0xf2048fff flags 0x40200] (d=0, p=0)
[ 0.462280] pci 0000:00:05.0: BAR 0: reserving [io 0xc0c0-0xc0ff flags 0x40101] (d=0, p=0)
[ 0.463312] pci 0000:00:05.0: BAR 1: reserving [mem 0xf2049000-0xf2049fff flags 0x40200] (d=0, p=0)
[ 0.465390] pci 0000:00:06.0: BAR 0: reserving [io 0xc100-0xc13f flags 0x40101] (d=0, p=0)
[ 0.466674] pci 0000:00:06.0: BAR 1: reserving [mem 0xf204a000-0xf204afff flags 0x40200] (d=0, p=0)
[ 0.470003] pci 0000:00:07.0: BAR 0: reserving [io 0xc140-0xc17f flags 0x40101] (d=0, p=0)
[ 0.472242] pci 0000:00:07.0: BAR 1: reserving [mem 0xf204b000-0xf204bfff flags 0x40200] (d=0, p=0)
[ 0.473335] pci 0000:00:08.0: BAR 0: reserving [io 0xc180-0xc1bf flags 0x40101] (d=0, p=0)
[ 0.476646] pci 0000:00:08.0: BAR 1: reserving [mem 0xf204c000-0xf204cfff flags 0x40200] (d=0, p=0)
[ 0.479052] pci 0000:00:09.0: BAR 0: reserving [io 0xc1c0-0xc1ff flags 0x40101] (d=0, p=0)
[ 0.479980] pci 0000:00:09.0: BAR 1: reserving [mem 0xf204d000-0xf204dfff flags 0x40200] (d=0, p=0)
[ 0.483335] pci 0000:00:0a.0: BAR 0: reserving [mem 0xf204e000-0xf204e00f flags 0x40200] (d=0, p=0)
[ 0.486861] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
[ 0.488481] e820: reserve RAM buffer [mem 0x0fffd000-0x0fffffff]
[ 0.490073] device class 'net': registering
[ 0.491334] device: 'lo': device_add
[ 0.492480] PM: Adding info for No Bus:lo
[ 0.493914] Switching to clocksource kvm-clock
[ 0.495826] Warning: could not register annotated branches stats
[ 0.509273] bus: 'pci': add driver Intel MID DMA
[ 0.510597] device class 'mem': registering
[ 0.511775] device: 'mem': device_add
[ 0.512825] PM: Adding info for No Bus:mem
[ 0.513994] device: 'null': device_add
[ 0.515027] PM: Adding info for No Bus:null
[ 0.516161] device: 'port': device_add
[ 0.517190] PM: Adding info for No Bus:port
[ 0.518312] device: 'zero': device_add
[ 0.519352] PM: Adding info for No Bus:zero
[ 0.520474] device: 'full': device_add
[ 0.521497] PM: Adding info for No Bus:full
[ 0.522608] device: 'random': device_add
[ 0.523674] PM: Adding info for No Bus:random
[ 0.524853] device: 'urandom': device_add
[ 0.525971] PM: Adding info for No Bus:urandom
[ 0.527196] device: 'kmsg': device_add
[ 0.528228] PM: Adding info for No Bus:kmsg
[ 0.529334] device: 'tty': device_add
[ 0.530373] PM: Adding info for No Bus:tty
[ 0.531467] device: 'console': device_add
[ 0.532560] PM: Adding info for No Bus:console
[ 0.533818] bus: 'ssb': registered
[ 0.534770] bus: 'bcma': registered
[ 0.535698] bus: 'pci': add driver bcma-pci-bridge
[ 0.537118] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 0.538571] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffffff]
[ 0.540369] NET: Registered protocol family 1
[ 0.541574] pci 0000:00:00.0: calling quirk_natoma+0x0/0x2b
[ 0.543094] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.544685] pci 0000:00:00.0: calling quirk_passive_release+0x0/0x80
[ 0.546396] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.547954] pci 0000:00:01.0: calling quirk_isa_dma_hangs+0x0/0x2e
[ 0.549554] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.551251] pci 0000:00:02.0: calling pci_fixup_video+0x0/0xad
[ 0.552717] pci 0000:00:02.0: Boot video device
[ 0.553988] pci 0000:00:03.0: calling quirk_e100_interrupt+0x0/0x16d
[ 0.555759] PCI: CLS 0 bytes, default 64
[ 0.557185] Unpacking initramfs...
[ 1.586805] Freeing initrd memory: 23656k freed
[ 1.594269] Registering platform device 'rtc_cmos'. Parent at platform
[ 1.596015] device: 'rtc_cmos': device_add
[ 1.597196] bus: 'platform': add device rtc_cmos
[ 1.598471] PM: Adding info for platform:rtc_cmos
[ 1.599755] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 1.601857] device class 'msr': registering
[ 1.603077] device: 'msr0': device_add
[ 1.604185] PM: Adding info for No Bus:msr0
[ 1.605353] device class 'cpuid': registering
[ 1.606551] device: 'cpu0': device_add
[ 1.607643] PM: Adding info for No Bus:cpu0
[ 1.609809] bus: 'clocksource': registered
[ 1.611028] device: 'clocksource': device_add
[ 1.612227] PM: Adding info for No Bus:clocksource
[ 1.613556] device: 'clocksource0': device_add
[ 1.614750] bus: 'clocksource': add device clocksource0
[ 1.616220] PM: Adding info for clocksource:clocksource0
[ 1.617710] bus: 'platform': add driver alarmtimer
[ 1.619079] Registering platform device 'alarmtimer'. Parent at platform
[ 1.620848] device: 'alarmtimer': device_add
[ 1.622071] bus: 'platform': add device alarmtimer
[ 1.623505] PM: Adding info for platform:alarmtimer
[ 1.624807] bus: 'platform': driver_probe_device: matched device alarmtimer with driver alarmtimer
[ 1.627262] bus: 'platform': really_probe: probing driver alarmtimer with device alarmtimer
[ 1.629479] driver: 'alarmtimer': driver_bound: bound to device 'alarmtimer'
[ 1.631399] bus: 'platform': really_probe: bound device alarmtimer to driver alarmtimer
[ 1.633676] bus: 'rttest': registered
[ 1.634698] device: 'rttest': device_add
[ 1.635758] PM: Adding info for No Bus:rttest
[ 1.637119] device: 'rttest0': device_add
[ 1.638257] bus: 'rttest': add device rttest0
[ 1.639457] PM: Adding info for rttest:rttest0
[ 1.640743] device: 'rttest1': device_add
[ 1.641902] bus: 'rttest': add device rttest1
[ 1.643116] PM: Adding info for rttest:rttest1
[ 1.644495] device: 'rttest2': device_add
[ 1.645603] bus: 'rttest': add device rttest2
[ 1.646798] PM: Adding info for rttest:rttest2
[ 1.648156] device: 'rttest3': device_add
[ 1.649296] bus: 'rttest': add device rttest3
[ 1.650564] PM: Adding info for rttest:rttest3
[ 1.651806] device: 'rttest4': device_add
[ 1.653070] bus: 'rttest': add device rttest4
[ 1.654361] PM: Adding info for rttest:rttest4
[ 1.655589] device: 'rttest5': device_add
[ 1.656738] bus: 'rttest': add device rttest5
[ 1.657961] PM: Adding info for rttest:rttest5
[ 1.659292] device: 'rttest6': device_add
[ 1.660433] bus: 'rttest': add device rttest6
[ 1.661599] PM: Adding info for rttest:rttest6
[ 1.662911] device: 'rttest7': device_add
[ 1.664071] bus: 'rttest': add device rttest7
[ 1.665328] PM: Adding info for rttest:rttest7
[ 1.666574] Initializing RT-Tester: OK
[ 1.667815] rcu-torture:--- Start of test: nreaders=2 nfakewriters=4 stat_interval=0 verbose=0 test_no_idle_hz=0 shuffle_interval=3 stutter=5 irqreader=1 fqs_duration=0 fqs_holdoff=0 fqs_stutter=3 test_boost=1/0 test_boost_interval=7 test_boost_duration=4 shutdown_secs=0 onoff_interval=0 onoff_holdoff=0
[ 1.678377] Testing tracer irqsoff: PASSED
[ 1.679672] Testing tracer wakeup: PASSED
[ 2.020381] Testing tracer wakeup_rt: PASSED
[ 2.361052] bus: 'event_source': registered
[ 2.361932] device: 'breakpoint': device_add
[ 2.362920] bus: 'event_source': add device breakpoint
[ 2.365454] PM: Adding info for event_source:breakpoint
[ 2.366630] device: 'tracepoint': device_add
[ 2.367671] bus: 'event_source': add device tracepoint
[ 2.368724] PM: Adding info for event_source:tracepoint
[ 2.369789] device: 'software': device_add
[ 2.370979] bus: 'event_source': add device software
[ 2.372043] PM: Adding info for event_source:software
[ 2.373319] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 2.378609] device: 'autofs': device_add
[ 2.379618] PM: Adding info for No Bus:autofs
[ 2.380732] msgmni has been set to 440
[ 2.384569] start plist test
[ 2.389601] end plist test
[ 2.390719] crc32: CRC_LE_BITS = 32, CRC_BE BITS = 32
[ 2.391840] crc32: self tests passed, processed 225944 bytes in 224121 nsec
[ 2.393508] crc32c: CRC_LE_BITS = 32
[ 2.394277] crc32c: self tests passed, processed 225944 bytes in 109011 nsec
[ 2.396257] bus: 'pci_express': registered
[ 2.397294] bus: 'pci': add driver pcieport
[ 2.398364] bus: 'spi': add driver ltv350qv
[ 2.399425] bus: 'platform': add driver platform-lcd
[ 2.404358] bus: 'spi': add driver VGG2432A4
[ 2.405454] bus: 'spi': add driver s6e63m0
[ 2.406437] bus: 'platform': add driver generic-bl
[ 2.407653] bus: 'i2c': add driver lp855x
[ 2.408632] i2c-core: driver [lp855x] registered
[ 2.409733] bus: 'platform': add driver pandora-backlight
[ 2.411087] bus: 'platform': add driver cr_backlight
[ 2.412321] Registering platform device 'cr_backlight'. Parent at platform
[ 2.413936] device: 'cr_backlight': device_add
[ 2.415023] bus: 'platform': add device cr_backlight
[ 2.416234] PM: Adding info for platform:cr_backlight
[ 2.418175] bus: 'platform': driver_probe_device: matched device cr_backlight with driver cr_backlight
[ 2.420448] bus: 'platform': really_probe: probing driver cr_backlight with device cr_backlight
[ 2.422534] cr_bllcd: INTEL CARILLO RANCH LPC not found.
[ 2.423885] cr_backlight: probe of cr_backlight rejects match -19
[ 2.425341] cr_bllcd: Carillo Ranch Backlight Driver Initialized.
[ 2.426803] bus: 'platform': add driver da9052-wled
[ 2.428023] bus: 'pci': add driver CyberPro
[ 2.429022] bus: 'pci': add driver pm2fb
[ 2.429892] bus: 'pci': add driver matroxfb
[ 2.430911] bus: 'pci': add driver rivafb
[ 2.431842] bus: 'pci': add driver nvidiafb
[ 2.432734] bus: 'pci': add driver atyfb
[ 2.433596] bus: 'pci': add driver radeonfb
[ 2.434498] bus: 'pci': add driver sisfb
[ 2.435583] bus: 'pci': add driver neofb
[ 2.436565] bus: 'pci': add driver tdfxfb
[ 2.437595] bus: 'pci': add driver vt8623fb
[ 2.438628] bus: 'pci': add driver tridentfb
[ 2.439698] vmlfb: initializing
[ 2.440485] bus: 'pci': add driver vmlfb
[ 2.441414] Could not find Carillo Ranch MCH device.
[ 2.442419] bus: 'pci': add driver arkfb
[ 2.443465] bus: 'pci': add driver sstfb
[ 2.444459] bus: 'pci': add driver cirrusfb
[ 2.445505] bus: 'pci': driver_probe_device: matched device 0000:00:02.0 with driver cirrusfb
[ 2.447621] bus: 'pci': really_probe: probing driver cirrusfb with device 0000:00:02.0
[ 2.453690] cirrusfb 0000:00:02.0: Cirrus Logic chipset on PCI bus, RAM (4096 kB) at 0xf0000000
[ 2.455881] device: 'fb0': device_add
[ 2.456872] PM: Adding info for No Bus:fb0
[ 2.457835] driver: '0000:00:02.0': driver_bound: bound to device 'cirrusfb'
[ 2.459477] bus: 'pci': really_probe: bound device 0000:00:02.0 to driver cirrusfb
[ 2.461479] bus: 'pci': add driver asiliantfb
[ 2.462422] bus: 'platform': add driver tmio-fb
[ 2.463549] bus: 'platform': add driver broadsheetfb
[ 2.464590] bus: 'platform': add driver auo_k1900fb
[ 2.465668] bus: 'platform': add driver sm501-fb
[ 2.466728] bus: 'usb': add driver smscufx
[ 2.467730] usbcore: registered new interface driver smscufx
[ 2.469095] Registering platform device 'vesafb.0'. Parent at platform
[ 2.474371] device: 'vesafb.0': device_add
[ 2.475420] bus: 'platform': add device vesafb.0
[ 2.476448] PM: Adding info for platform:vesafb.0
[ 2.477617] bus: 'platform': add driver vesafb
[ 2.478707] bus: 'platform': driver_probe_device: matched device vesafb.0 with driver vesafb
[ 2.480687] bus: 'platform': really_probe: probing driver vesafb with device vesafb.0
[ 2.483717] vesafb: probe of vesafb.0 rejects match -19
[ 2.485067] bus: 'platform': remove driver vesafb
[ 2.486248] driver: 'vesafb': driver_release
[ 2.487341] PM: Removing info for platform:vesafb.0
[ 2.488438] bus: 'platform': remove device vesafb.0
[ 2.489439] ioatdma: Intel(R) QuickData Technology Driver 4.00
[ 2.490774] bus: 'pci': add driver ioatdma
[ 2.491754] bus: 'platform': add driver timb-dma
[ 2.492752] XENFS: not registering filesystem on non-xen platform
[ 2.493992] bus: 'pci': add driver xen-platform-pci
[ 2.495255] bus: 'platform': add driver reg-virt-consumer
[ 2.496460] bus: 'platform': add driver reg-userspace-consumer
[ 2.497931] device: 'ptyp0': device_add
[ 2.498919] PM: Adding info for No Bus:ptyp0
[ 2.499920] device: 'ptyp1': device_add
[ 2.500775] PM: Adding info for No Bus:ptyp1
[ 2.501653] device: 'ptyp2': device_add
[ 2.502496] PM: Adding info for No Bus:ptyp2
[ 2.503960] device: 'ptyp3': device_add
[ 2.504935] PM: Adding info for No Bus:ptyp3
[ 2.505814] device: 'ptyp4': device_add
[ 2.506730] PM: Adding info for No Bus:ptyp4
[ 2.507782] device: 'ptyp5': device_add
[ 2.508745] PM: Adding info for No Bus:ptyp5
[ 2.509797] device: 'ptyp6': device_add
[ 2.510855] PM: Adding info for No Bus:ptyp6
[ 2.511843] device: 'ptyp7': device_add
[ 2.512684] PM: Adding info for No Bus:ptyp7
[ 2.513633] device: 'ptyp8': device_add
[ 2.514478] PM: Adding info for No Bus:ptyp8
[ 2.515517] device: 'ptyp9': device_add
[ 2.516362] PM: Adding info for No Bus:ptyp9
[ 2.517307] device: 'ptypa': device_add
[ 2.518087] PM: Adding info for No Bus:ptypa
[ 2.519093] device: 'ptypb': device_add
[ 2.520075] PM: Adding info for No Bus:ptypb
[ 2.521179] device: 'ptypc': device_add
[ 2.522109] PM: Adding info for No Bus:ptypc
[ 2.523189] device: 'ptypd': device_add
[ 2.524916] PM: Adding info for No Bus:ptypd
[ 2.526037] device: 'ptype': device_add
[ 2.527019] PM: Adding info for No Bus:ptype
[ 2.527965] device: 'ptypf': device_add
[ 2.528773] PM: Adding info for No Bus:ptypf
[ 2.529658] device: 'ptyq0': device_add
[ 2.530749] PM: Adding info for No Bus:ptyq0
[ 2.531734] device: 'ptyq1': device_add
[ 2.532564] PM: Adding info for No Bus:ptyq1
[ 2.533469] device: 'ptyq2': device_add
[ 2.534293] PM: Adding info for No Bus:ptyq2
[ 2.535343] device: 'ptyq3': device_add
[ 2.536314] PM: Adding info for No Bus:ptyq3
[ 2.537407] device: 'ptyq4': device_add
[ 2.538389] PM: Adding info for No Bus:ptyq4
[ 2.539418] device: 'ptyq5': device_add
[ 2.540383] PM: Adding info for No Bus:ptyq5
[ 2.541459] device: 'ptyq6': device_add
[ 2.542453] PM: Adding info for No Bus:ptyq6
[ 2.545762] device: 'ptyq7': device_add
[ 2.546677] PM: Adding info for No Bus:ptyq7
[ 2.547756] device: 'ptyq8': device_add
[ 2.548710] PM: Adding info for No Bus:ptyq8
[ 2.549683] device: 'ptyq9': device_add
[ 2.550642] PM: Adding info for No Bus:ptyq9
[ 2.551672] device: 'ptyqa': device_add
[ 2.552552] PM: Adding info for No Bus:ptyqa
[ 2.553466] device: 'ptyqb': device_add
[ 2.554317] PM: Adding info for No Bus:ptyqb
[ 2.555378] device: 'ptyqc': device_add
[ 2.556287] PM: Adding info for No Bus:ptyqc
[ 2.557202] device: 'ptyqd': device_add
[ 2.557975] PM: Adding info for No Bus:ptyqd
[ 2.559019] device: 'ptyqe': device_add
[ 2.559935] PM: Adding info for No Bus:ptyqe
[ 2.560957] device: 'ptyqf': device_add
[ 2.561868] PM: Adding info for No Bus:ptyqf
[ 2.562921] device: 'ptyr0': device_add
[ 2.563873] PM: Adding info for No Bus:ptyr0
[ 2.564871] device: 'ptyr1': device_add
[ 2.565764] PM: Adding info for No Bus:ptyr1
[ 2.566799] device: 'ptyr2': device_add
[ 2.567765] PM: Adding info for No Bus:ptyr2
[ 2.568760] device: 'ptyr3': device_add
[ 2.569690] PM: Adding info for No Bus:ptyr3
[ 2.570755] device: 'ptyr4': device_add
[ 2.571707] PM: Adding info for No Bus:ptyr4
[ 2.572728] device: 'ptyr5': device_add
[ 2.574401] PM: Adding info for No Bus:ptyr5
[ 2.575464] device: 'ptyr6': device_add
[ 2.576342] PM: Adding info for No Bus:ptyr6
[ 2.577339] device: 'ptyr7': device_add
[ 2.578246] PM: Adding info for No Bus:ptyr7
[ 2.579313] device: 'ptyr8': device_add
[ 2.580629] PM: Adding info for No Bus:ptyr8
[ 2.581709] device: 'ptyr9': device_add
[ 2.582658] PM: Adding info for No Bus:ptyr9
[ 2.583732] device: 'ptyra': device_add
[ 2.584654] PM: Adding info for No Bus:ptyra
[ 2.585650] device: 'ptyrb': device_add
[ 2.586726] PM: Adding info for No Bus:ptyrb
[ 2.587739] device: 'ptyrc': device_add
[ 2.588636] PM: Adding info for No Bus:ptyrc
[ 2.589581] device: 'ptyrd': device_add
[ 2.590494] PM: Adding info for No Bus:ptyrd
[ 2.591543] device: 'ptyre': device_add
[ 2.592411] PM: Adding info for No Bus:ptyre
[ 2.593376] device: 'ptyrf': device_add
[ 2.594264] PM: Adding info for No Bus:ptyrf
[ 2.595346] device: 'ptys0': device_add
[ 2.596265] PM: Adding info for No Bus:ptys0
[ 2.597386] device: 'ptys1': device_add
[ 2.598326] PM: Adding info for No Bus:ptys1
[ 2.599396] device: 'ptys2': device_add
[ 2.600344] PM: Adding info for No Bus:ptys2
[ 2.601338] device: 'ptys3': device_add
[ 2.602211] PM: Adding info for No Bus:ptys3
[ 2.603271] device: 'ptys4': device_add
[ 2.604710] PM: Adding info for No Bus:ptys4
[ 2.605663] device: 'ptys5': device_add
[ 2.606544] PM: Adding info for No Bus:ptys5
[ 2.607620] device: 'ptys6': device_add
[ 2.608574] PM: Adding info for No Bus:ptys6
[ 2.609570] device: 'ptys7': device_add
[ 2.610565] PM: Adding info for No Bus:ptys7
[ 2.611627] device: 'ptys8': device_add
[ 2.612553] PM: Adding info for No Bus:ptys8
[ 2.613571] device: 'ptys9': device_add
[ 2.614491] PM: Adding info for No Bus:ptys9
[ 2.615610] device: 'ptysa': device_add
[ 2.616540] PM: Adding info for No Bus:ptysa
[ 2.618178] device: 'ptysb': device_add
[ 2.619174] PM: Adding info for No Bus:ptysb
[ 2.620107] device: 'ptysc': device_add
[ 2.620979] PM: Adding info for No Bus:ptysc
[ 2.621911] device: 'ptysd': device_add
[ 2.622850] PM: Adding info for No Bus:ptysd
[ 2.624404] device: 'ptyse': device_add
[ 2.625328] PM: Adding info for No Bus:ptyse
[ 2.626339] device: 'ptysf': device_add
[ 2.627342] PM: Adding info for No Bus:ptysf
[ 2.628397] device: 'ptyt0': device_add
[ 2.629257] PM: Adding info for No Bus:ptyt0
[ 2.630203] device: 'ptyt1': device_add
[ 2.631170] PM: Adding info for No Bus:ptyt1
[ 2.632058] device: 'ptyt2': device_add
[ 2.632921] PM: Adding info for No Bus:ptyt2
[ 2.633849] device: 'ptyt3': device_add
[ 2.634773] PM: Adding info for No Bus:ptyt3
[ 2.635800] device: 'ptyt4': device_add
[ 2.637428] PM: Adding info for No Bus:ptyt4
[ 2.638468] device: 'ptyt5': device_add
[ 2.639463] PM: Adding info for No Bus:ptyt5
[ 2.640506] device: 'ptyt6': device_add
[ 2.641491] PM: Adding info for No Bus:ptyt6
[ 2.642450] device: 'ptyt7': device_add
[ 2.643454] PM: Adding info for No Bus:ptyt7
[ 2.644422] device: 'ptyt8': device_add
[ 2.645266] PM: Adding info for No Bus:ptyt8
[ 2.646248] device: 'ptyt9': device_add
[ 2.647250] PM: Adding info for No Bus:ptyt9
[ 2.648171] device: 'ptyta': device_add
[ 2.649051] PM: Adding info for No Bus:ptyta
[ 2.650530] device: 'ptytb': device_add
[ 2.651502] PM: Adding info for No Bus:ptytb
[ 2.652460] device: 'ptytc': device_add
[ 2.653376] PM: Adding info for No Bus:ptytc
[ 2.654338] device: 'ptytd': device_add
[ 2.655328] PM: Adding info for No Bus:ptytd
[ 2.656249] device: 'ptyte': device_add
[ 2.658395] PM: Adding info for No Bus:ptyte
[ 2.659444] device: 'ptytf': device_add
[ 2.660301] PM: Adding info for No Bus:ptytf
[ 2.661225] device: 'ptyu0': device_add
[ 2.662011] PM: Adding info for No Bus:ptyu0
[ 2.663061] device: 'ptyu1': device_add
[ 2.664023] PM: Adding info for No Bus:ptyu1
[ 2.665014] device: 'ptyu2': device_add
[ 2.665896] PM: Adding info for No Bus:ptyu2
[ 2.670053] device: 'ptyu3': device_add
[ 2.671032] PM: Adding info for No Bus:ptyu3
[ 2.671971] device: 'ptyu4': device_add
[ 2.672811] PM: Adding info for No Bus:ptyu4
[ 2.673743] device: 'ptyu5': device_add
[ 2.674639] PM: Adding info for No Bus:ptyu5
[ 2.675645] device: 'ptyu6': device_add
[ 2.676604] PM: Adding info for No Bus:ptyu6
[ 2.677782] device: 'ptyu7': device_add
[ 2.678717] PM: Adding info for No Bus:ptyu7
[ 2.679740] device: 'ptyu8': device_add
[ 2.680676] PM: Adding info for No Bus:ptyu8
[ 2.681617] device: 'ptyu9': device_add
[ 2.682495] PM: Adding info for No Bus:ptyu9
[ 2.683774] device: 'ptyua': device_add
[ 2.684628] PM: Adding info for No Bus:ptyua
[ 2.685535] device: 'ptyub': device_add
[ 2.686354] PM: Adding info for No Bus:ptyub
[ 2.687457] device: 'ptyuc': device_add
[ 2.688296] PM: Adding info for No Bus:ptyuc
[ 2.689188] device: 'ptyud': device_add
[ 2.689976] PM: Adding info for No Bus:ptyud
[ 2.693100] device: 'ptyue': device_add
[ 2.693960] PM: Adding info for No Bus:ptyue
[ 2.694979] device: 'ptyuf': device_add
[ 2.695856] PM: Adding info for No Bus:ptyuf
[ 2.696794] device: 'ptyv0': device_add
[ 2.697638] PM: Adding info for No Bus:ptyv0
[ 2.698631] device: 'ptyv1': device_add
[ 2.699581] PM: Adding info for No Bus:ptyv1
[ 2.700885] device: 'ptyv2': device_add
[ 2.701866] PM: Adding info for No Bus:ptyv2
[ 2.702898] device: 'ptyv3': device_add
[ 2.703841] PM: Adding info for No Bus:ptyv3
[ 2.704781] device: 'ptyv4': device_add
[ 2.705717] PM: Adding info for No Bus:ptyv4
[ 2.706700] device: 'ptyv5': device_add
[ 2.707629] PM: Adding info for No Bus:ptyv5
[ 2.708558] device: 'ptyv6': device_add
[ 2.709420] PM: Adding info for No Bus:ptyv6
[ 2.710410] device: 'ptyv7': device_add
[ 2.711385] PM: Adding info for No Bus:ptyv7
[ 2.712303] device: 'ptyv8': device_add
[ 2.713095] PM: Adding info for No Bus:ptyv8
[ 2.714026] device: 'ptyv9': device_add
[ 2.714965] PM: Adding info for No Bus:ptyv9
[ 2.715907] device: 'ptyva': device_add
[ 2.737197] PM: Adding info for No Bus:ptyva
[ 2.738085] device: 'ptyvb': device_add
[ 2.739031] PM: Adding info for No Bus:ptyvb
[ 2.739959] device: 'ptyvc': device_add
[ 2.740845] PM: Adding info for No Bus:ptyvc
[ 2.741737] device: 'ptyvd': device_add
[ 2.742627] PM: Adding info for No Bus:ptyvd
[ 2.744658] device: 'ptyve': device_add
[ 2.745488] PM: Adding info for No Bus:ptyve
[ 2.746383] device: 'ptyvf': device_add
[ 2.747400] PM: Adding info for No Bus:ptyvf
[ 2.748327] device: 'ptyw0': device_add
[ 2.749175] PM: Adding info for No Bus:ptyw0
[ 2.750068] device: 'ptyw1': device_add
[ 2.751015] PM: Adding info for No Bus:ptyw1
[ 2.751957] device: 'ptyw2': device_add
[ 2.752811] PM: Adding info for No Bus:ptyw2
[ 2.753992] device: 'ptyw3': device_add
[ 2.754943] PM: Adding info for No Bus:ptyw3
[ 2.755891] device: 'ptyw4': device_add
[ 2.756756] PM: Adding info for No Bus:ptyw4
[ 2.757671] device: 'ptyw5': device_add
[ 2.758526] PM: Adding info for No Bus:ptyw5
[ 2.759552] device: 'ptyw6': device_add
[ 2.761602] PM: Adding info for No Bus:ptyw6
[ 2.762542] device: 'ptyw7': device_add
[ 2.763513] PM: Adding info for No Bus:ptyw7
[ 2.764445] device: 'ptyw8': device_add
[ 2.765274] PM: Adding info for No Bus:ptyw8
[ 2.766256] device: 'ptyw9': device_add
[ 2.768353] PM: Adding info for No Bus:ptyw9
[ 2.769291] device: 'ptywa': device_add
[ 2.770105] PM: Adding info for No Bus:ptywa
[ 2.771184] device: 'ptywb': device_add
[ 2.772004] PM: Adding info for No Bus:ptywb
[ 2.772908] device: 'ptywc': device_add
[ 2.773769] PM: Adding info for No Bus:ptywc
[ 2.774736] device: 'ptywd': device_add
[ 2.775649] PM: Adding info for No Bus:ptywd
[ 2.776553] device: 'ptywe': device_add
[ 2.777675] PM: Adding info for No Bus:ptywe
[ 2.778632] device: 'ptywf': device_add
[ 2.779610] PM: Adding info for No Bus:ptywf
[ 2.780640] device: 'ptyx0': device_add
[ 2.781480] PM: Adding info for No Bus:ptyx0
[ 2.782392] device: 'ptyx1': device_add
[ 2.783578] PM: Adding info for No Bus:ptyx1
[ 2.784476] device: 'ptyx2': device_add
[ 2.785302] PM: Adding info for No Bus:ptyx2
[ 2.786197] device: 'ptyx3': device_add
[ 2.787201] PM: Adding info for No Bus:ptyx3
[ 2.788157] device: 'ptyx4': device_add
[ 2.788980] PM: Adding info for No Bus:ptyx4
[ 2.789886] device: 'ptyx5': device_add
[ 2.791067] PM: Adding info for No Bus:ptyx5
[ 2.791985] device: 'ptyx6': device_add
[ 2.792830] PM: Adding info for No Bus:ptyx6
[ 2.793764] device: 'ptyx7': device_add
[ 2.794684] PM: Adding info for No Bus:ptyx7
[ 2.795699] device: 'ptyx8': device_add
[ 2.796633] PM: Adding info for No Bus:ptyx8
[ 2.798105] device: 'ptyx9': device_add
[ 2.799091] PM: Adding info for No Bus:ptyx9
[ 2.800061] device: 'ptyxa': device_add
[ 2.800911] PM: Adding info for No Bus:ptyxa
[ 2.801809] device: 'ptyxb': device_add
[ 2.802700] PM: Adding info for No Bus:ptyxb
[ 2.804073] device: 'ptyxc': device_add
[ 2.804925] PM: Adding info for No Bus:ptyxc
[ 2.805799] device: 'ptyxd': device_add
[ 2.806726] PM: Adding info for No Bus:ptyxd
[ 2.807707] device: 'ptyxe': device_add
[ 2.808534] PM: Adding info for No Bus:ptyxe
[ 2.809425] device: 'ptyxf': device_add
[ 2.810579] PM: Adding info for No Bus:ptyxf
[ 2.811580] device: 'ptyy0': device_add
[ 2.812357] PM: Adding info for No Bus:ptyy0
[ 2.813211] device: 'ptyy1': device_add
[ 2.813931] PM: Adding info for No Bus:ptyy1
[ 2.814742] device: 'ptyy2': device_add
[ 2.815440] PM: Adding info for No Bus:ptyy2
[ 2.816291] device: 'ptyy3': device_add
[ 2.817017] PM: Adding info for No Bus:ptyy3
[ 2.817867] device: 'ptyy4': device_add
[ 2.818672] PM: Adding info for No Bus:ptyy4
[ 2.819423] device: 'ptyy5': device_add
[ 2.820221] PM: Adding info for No Bus:ptyy5
[ 2.820991] device: 'ptyy6': device_add
[ 2.821684] PM: Adding info for No Bus:ptyy6
[ 2.822500] device: 'ptyy7': device_add
[ 2.823194] PM: Adding info for No Bus:ptyy7
[ 2.824709] device: 'ptyy8': device_add
[ 2.825627] PM: Adding info for No Bus:ptyy8
[ 2.826541] device: 'ptyy9': device_add
[ 2.827526] PM: Adding info for No Bus:ptyy9
[ 2.828450] device: 'ptyya': device_add
[ 2.829296] PM: Adding info for No Bus:ptyya
[ 2.830642] device: 'ptyyb': device_add
[ 2.831580] PM: Adding info for No Bus:ptyyb
[ 2.832474] device: 'ptyyc': device_add
[ 2.833310] PM: Adding info for No Bus:ptyyc
[ 2.834232] device: 'ptyyd': device_add
[ 2.835219] PM: Adding info for No Bus:ptyyd
[ 2.836100] device: 'ptyye': device_add
[ 2.837196] PM: Adding info for No Bus:ptyye
[ 2.838050] device: 'ptyyf': device_add
[ 2.839016] PM: Adding info for No Bus:ptyyf
[ 2.839986] device: 'ptyz0': device_add
[ 2.840847] PM: Adding info for No Bus:ptyz0
[ 2.841754] device: 'ptyz1': device_add
[ 2.842640] PM: Adding info for No Bus:ptyz1
[ 2.843979] device: 'ptyz2': device_add
[ 2.844832] PM: Adding info for No Bus:ptyz2
[ 2.845749] device: 'ptyz3': device_add
[ 2.846637] PM: Adding info for No Bus:ptyz3
[ 2.847708] device: 'ptyz4': device_add
[ 2.848600] PM: Adding info for No Bus:ptyz4
[ 2.849506] device: 'ptyz5': device_add
[ 2.852287] PM: Adding info for No Bus:ptyz5
[ 2.853198] device: 'ptyz6': device_add
[ 2.854018] PM: Adding info for No Bus:ptyz6
[ 2.855052] device: 'ptyz7': device_add
[ 2.855995] PM: Adding info for No Bus:ptyz7
[ 2.856932] device: 'ptyz8': device_add
[ 2.857771] PM: Adding info for No Bus:ptyz8
[ 2.858750] device: 'ptyz9': device_add
[ 2.859662] PM: Adding info for No Bus:ptyz9
[ 2.860856] device: 'ptyza': device_add
[ 2.861686] PM: Adding info for No Bus:ptyza
[ 2.862642] device: 'ptyzb': device_add
[ 2.863631] PM: Adding info for No Bus:ptyzb
[ 2.864563] device: 'ptyzc': device_add
[ 2.865390] PM: Adding info for No Bus:ptyzc
[ 2.866291] device: 'ptyzd': device_add
[ 2.867488] PM: Adding info for No Bus:ptyzd
[ 2.868408] device: 'ptyze': device_add
[ 2.869252] PM: Adding info for No Bus:ptyze
[ 2.870171] device: 'ptyzf': device_add
[ 2.871172] PM: Adding info for No Bus:ptyzf
[ 2.872093] device: 'ptya0': device_add
[ 2.872942] PM: Adding info for No Bus:ptya0
[ 2.874076] device: 'ptya1': device_add
[ 2.875045] PM: Adding info for No Bus:ptya1
[ 2.876002] device: 'ptya2': device_add
[ 2.876876] PM: Adding info for No Bus:ptya2
[ 2.877827] device: 'ptya3': device_add
[ 2.878754] PM: Adding info for No Bus:ptya3
[ 2.879758] device: 'ptya4': device_add
[ 2.881341] PM: Adding info for No Bus:ptya4
[ 2.882282] device: 'ptya5': device_add
[ 2.883271] PM: Adding info for No Bus:ptya5
[ 2.884195] device: 'ptya6': device_add
[ 2.885024] PM: Adding info for No Bus:ptya6
[ 2.885982] device: 'ptya7': device_add
[ 2.887081] PM: Adding info for No Bus:ptya7
[ 2.888074] device: 'ptya8': device_add
[ 2.888914] PM: Adding info for No Bus:ptya8
[ 2.889829] device: 'ptya9': device_add
[ 2.890770] PM: Adding info for No Bus:ptya9
[ 2.891839] device: 'ptyaa': device_add
[ 2.892682] PM: Adding info for No Bus:ptyaa
[ 2.893700] device: 'ptyab': device_add
[ 2.894583] PM: Adding info for No Bus:ptyab
[ 2.895659] device: 'ptyac': device_add
[ 2.896583] PM: Adding info for No Bus:ptyac
[ 2.897508] device: 'ptyad': device_add
[ 2.898336] PM: Adding info for No Bus:ptyad
[ 2.899413] device: 'ptyae': device_add
[ 2.901246] PM: Adding info for No Bus:ptyae
[ 2.902329] device: 'ptyaf': device_add
[ 2.903335] PM: Adding info for No Bus:ptyaf
[ 2.904208] device: 'ptyb0': device_add
[ 2.904987] PM: Adding info for No Bus:ptyb0
[ 2.905846] device: 'ptyb1': device_add
[ 2.906760] PM: Adding info for No Bus:ptyb1
[ 2.907741] device: 'ptyb2': device_add
[ 2.908533] PM: Adding info for No Bus:ptyb2
[ 2.909359] device: 'ptyb3': device_add
[ 2.913407] PM: Adding info for No Bus:ptyb3
[ 2.914197] device: 'ptyb4': device_add
[ 2.914871] PM: Adding info for No Bus:ptyb4
[ 2.915604] device: 'ptyb5': device_add
[ 2.916407] PM: Adding info for No Bus:ptyb5
[ 2.917117] device: 'ptyb6': device_add
[ 2.917702] PM: Adding info for No Bus:ptyb6
[ 2.918392] device: 'ptyb7': device_add
[ 2.919048] PM: Adding info for No Bus:ptyb7
[ 2.919801] device: 'ptyb8': device_add
[ 2.921358] PM: Adding info for No Bus:ptyb8
[ 2.922068] device: 'ptyb9': device_add
[ 2.922761] PM: Adding info for No Bus:ptyb9
[ 2.923554] device: 'ptyba': device_add
[ 2.924247] PM: Adding info for No Bus:ptyba
[ 2.924944] device: 'ptybb': device_add
[ 2.925647] PM: Adding info for No Bus:ptybb
[ 2.926394] device: 'ptybc': device_add
[ 2.927256] PM: Adding info for No Bus:ptybc
[ 2.927970] device: 'ptybd': device_add
[ 2.928661] PM: Adding info for No Bus:ptybd
[ 2.929401] device: 'ptybe': device_add
[ 2.930099] PM: Adding info for No Bus:ptybe
[ 2.930863] device: 'ptybf': device_add
[ 2.931552] PM: Adding info for No Bus:ptybf
[ 2.932509] device: 'ptyc0': device_add
[ 2.933720] PM: Adding info for No Bus:ptyc0
[ 2.934795] device: 'ptyc1': device_add
[ 2.935726] PM: Adding info for No Bus:ptyc1
[ 2.936747] device: 'ptyc2': device_add
[ 2.937735] PM: Adding info for No Bus:ptyc2
[ 2.938808] device: 'ptyc3': device_add
[ 2.939757] PM: Adding info for No Bus:ptyc3
[ 2.940852] device: 'ptyc4': device_add
[ 2.941811] PM: Adding info for No Bus:ptyc4
[ 2.942801] device: 'ptyc5': device_add
[ 2.943712] PM: Adding info for No Bus:ptyc5
[ 2.944602] device: 'ptyc6': device_add
[ 2.945455] PM: Adding info for No Bus:ptyc6
[ 2.946401] device: 'ptyc7': device_add
[ 2.947417] PM: Adding info for No Bus:ptyc7
[ 2.948350] device: 'ptyc8': device_add
[ 2.949276] PM: Adding info for No Bus:ptyc8
[ 2.951163] device: 'ptyc9': device_add
[ 2.952161] PM: Adding info for No Bus:ptyc9
[ 2.953120] device: 'ptyca': device_add
[ 2.954174] PM: Adding info for No Bus:ptyca
[ 2.955249] device: 'ptycb': device_add
[ 2.956207] PM: Adding info for No Bus:ptycb
[ 2.957158] device: 'ptycc': device_add
[ 2.958004] PM: Adding info for No Bus:ptycc
[ 2.959057] device: 'ptycd': device_add
[ 2.959997] PM: Adding info for No Bus:ptycd
[ 2.962110] device: 'ptyce': device_add
[ 2.963117] PM: Adding info for No Bus:ptyce
[ 2.964234] device: 'ptycf': device_add
[ 2.965176] PM: Adding info for No Bus:ptycf
[ 2.966064] device: 'ptyd0': device_add
[ 2.967044] PM: Adding info for No Bus:ptyd0
[ 2.968091] device: 'ptyd1': device_add
[ 2.969025] PM: Adding info for No Bus:ptyd1
[ 2.970454] device: 'ptyd2': device_add
[ 2.971439] PM: Adding info for No Bus:ptyd2
[ 2.972476] device: 'ptyd3': device_add
[ 2.973474] PM: Adding info for No Bus:ptyd3
[ 2.974530] device: 'ptyd4': device_add
[ 2.975517] PM: Adding info for No Bus:ptyd4
[ 2.976699] device: 'ptyd5': device_add
[ 2.977879] PM: Adding info for No Bus:ptyd5
[ 2.978961] device: 'ptyd6': device_add
[ 2.979939] PM: Adding info for No Bus:ptyd6
[ 2.981093] device: 'ptyd7': device_add
[ 2.982064] PM: Adding info for No Bus:ptyd7
[ 2.983202] device: 'ptyd8': device_add
[ 2.984504] PM: Adding info for No Bus:ptyd8
[ 2.985578] device: 'ptyd9': device_add
[ 2.986569] PM: Adding info for No Bus:ptyd9
[ 2.987671] device: 'ptyda': device_add
[ 2.988682] PM: Adding info for No Bus:ptyda
[ 2.989754] device: 'ptydb': device_add
[ 2.991457] PM: Adding info for No Bus:ptydb
[ 2.992505] device: 'ptydc': device_add
[ 2.993506] PM: Adding info for No Bus:ptydc
[ 2.994568] device: 'ptydd': device_add
[ 2.995549] PM: Adding info for No Bus:ptydd
[ 2.996631] device: 'ptyde': device_add
[ 2.998199] PM: Adding info for No Bus:ptyde
[ 2.999276] device: 'ptydf': device_add
[ 3.000288] PM: Adding info for No Bus:ptydf
[ 3.001400] device: 'ptye0': device_add
[ 3.002396] PM: Adding info for No Bus:ptye0
[ 3.003524] device: 'ptye1': device_add
[ 3.004514] PM: Adding info for No Bus:ptye1
[ 3.005558] device: 'ptye2': device_add
[ 3.006626] PM: Adding info for No Bus:ptye2
[ 3.008072] device: 'ptye3': device_add
[ 3.009060] PM: Adding info for No Bus:ptye3
[ 3.010100] device: 'ptye4': device_add
[ 3.011043] PM: Adding info for No Bus:ptye4
[ 3.011997] device: 'ptye5': device_add
[ 3.012800] PM: Adding info for No Bus:ptye5
[ 3.013893] device: 'ptye6': device_add
[ 3.014893] PM: Adding info for No Bus:ptye6
[ 3.015960] device: 'ptye7': device_add
[ 3.016989] PM: Adding info for No Bus:ptye7
[ 3.018073] device: 'ptye8': device_add
[ 3.019080] PM: Adding info for No Bus:ptye8
[ 3.020633] device: 'ptye9': device_add
[ 3.021596] PM: Adding info for No Bus:ptye9
[ 3.022658] device: 'ptyea': device_add
[ 3.023673] PM: Adding info for No Bus:ptyea
[ 3.024752] device: 'ptyeb': device_add
[ 3.025739] PM: Adding info for No Bus:ptyeb
[ 3.027023] device: 'ptyec': device_add
[ 3.028020] PM: Adding info for No Bus:ptyec
[ 3.029094] device: 'ptyed': device_add
[ 3.030163] PM: Adding info for No Bus:ptyed
[ 3.031242] device: 'ptyee': device_add
[ 3.032218] PM: Adding info for No Bus:ptyee
[ 3.033292] device: 'ptyef': device_add
[ 3.035634] PM: Adding info for No Bus:ptyef
[ 3.036773] device: 'ttyp0': device_add
[ 3.037779] PM: Adding info for No Bus:ttyp0
[ 3.038859] device: 'ttyp1': device_add
[ 3.039824] PM: Adding info for No Bus:ttyp1
[ 3.040873] device: 'ttyp2': device_add
[ 3.041820] PM: Adding info for No Bus:ttyp2
[ 3.042885] device: 'ttyp3': device_add
[ 3.044527] PM: Adding info for No Bus:ttyp3
[ 3.045565] device: 'ttyp4': device_add
[ 3.046505] PM: Adding info for No Bus:ttyp4
[ 3.047568] device: 'ttyp5': device_add
[ 3.048420] PM: Adding info for No Bus:ttyp5
[ 3.049472] device: 'ttyp6': device_add
[ 3.050520] PM: Adding info for No Bus:ttyp6
[ 3.051546] device: 'ttyp7': device_add
[ 3.052368] PM: Adding info for No Bus:ttyp7
[ 3.053257] device: 'ttyp8': device_add
[ 3.054346] PM: Adding info for No Bus:ttyp8
[ 3.055413] device: 'ttyp9': device_add
[ 3.056344] PM: Adding info for No Bus:ttyp9
[ 3.057447] device: 'ttypa': device_add
[ 3.058371] PM: Adding info for No Bus:ttypa
[ 3.059430] device: 'ttypb': device_add
[ 3.061408] PM: Adding info for No Bus:ttypb
[ 3.062478] device: 'ttypc': device_add
[ 3.063521] PM: Adding info for No Bus:ttypc
[ 3.064554] device: 'ttypd': device_add
[ 3.065362] PM: Adding info for No Bus:ttypd
[ 3.066316] device: 'ttype': device_add
[ 3.067314] PM: Adding info for No Bus:ttype
[ 3.068360] device: 'ttypf': device_add
[ 3.069385] PM: Adding info for No Bus:ttypf
[ 3.071328] device: 'ttyq0': device_add
[ 3.072303] PM: Adding info for No Bus:ttyq0
[ 3.073328] device: 'ttyq1': device_add
[ 3.074167] PM: Adding info for No Bus:ttyq1
[ 3.075185] device: 'ttyq2': device_add
[ 3.076047] PM: Adding info for No Bus:ttyq2
[ 3.080214] device: 'ttyq3': device_add
[ 3.081198] PM: Adding info for No Bus:ttyq3
[ 3.082252] device: 'ttyq4': device_add
[ 3.083264] PM: Adding info for No Bus:ttyq4
[ 3.084245] device: 'ttyq5': device_add
[ 3.085076] PM: Adding info for No Bus:ttyq5
[ 3.086088] device: 'ttyq6': device_add
[ 3.087282] PM: Adding info for No Bus:ttyq6
[ 3.088344] device: 'ttyq7': device_add
[ 3.089335] PM: Adding info for No Bus:ttyq7
[ 3.090417] device: 'ttyq8': device_add
[ 3.091400] PM: Adding info for No Bus:ttyq8
[ 3.092310] device: 'ttyq9': device_add
[ 3.093108] PM: Adding info for No Bus:ttyq9
[ 3.094213] device: 'ttyqa': device_add
[ 3.095167] PM: Adding info for No Bus:ttyqa
[ 3.096325] device: 'ttyqb': device_add
[ 3.097339] PM: Adding info for No Bus:ttyqb
[ 3.098265] device: 'ttyqc': device_add
[ 3.099253] PM: Adding info for No Bus:ttyqc
[ 3.100726] device: 'ttyqd': device_add
[ 3.101716] PM: Adding info for No Bus:ttyqd
[ 3.102788] device: 'ttyqe': device_add
[ 3.103728] PM: Adding info for No Bus:ttyqe
[ 3.104631] device: 'ttyqf': device_add
[ 3.105496] PM: Adding info for No Bus:ttyqf
[ 3.106548] device: 'ttyr0': device_add
[ 3.107785] PM: Adding info for No Bus:ttyr0
[ 3.108798] device: 'ttyr1': device_add
[ 3.109760] PM: Adding info for No Bus:ttyr1
[ 3.110859] device: 'ttyr2': device_add
[ 3.111844] PM: Adding info for No Bus:ttyr2
[ 3.112899] device: 'ttyr3': device_add
[ 3.113892] PM: Adding info for No Bus:ttyr3
[ 3.114972] device: 'ttyr4': device_add
[ 3.115936] PM: Adding info for No Bus:ttyr4
[ 3.118962] device: 'ttyr5': device_add
[ 3.119971] PM: Adding info for No Bus:ttyr5
[ 3.121096] device: 'ttyr6': device_add
[ 3.121934] PM: Adding info for No Bus:ttyr6
[ 3.122927] device: 'ttyr7': device_add
[ 3.123933] PM: Adding info for No Bus:ttyr7
[ 3.124923] device: 'ttyr8': device_add
[ 3.125846] PM: Adding info for No Bus:ttyr8
[ 3.127120] device: 'ttyr9': device_add
[ 3.127978] PM: Adding info for No Bus:ttyr9
[ 3.128892] device: 'ttyra': device_add
[ 3.129884] PM: Adding info for No Bus:ttyra
[ 3.130996] device: 'ttyrb': device_add
[ 3.131907] PM: Adding info for No Bus:ttyrb
[ 3.132918] device: 'ttyrc': device_add
[ 3.134181] PM: Adding info for No Bus:ttyrc
[ 3.135239] device: 'ttyrd': device_add
[ 3.136230] PM: Adding info for No Bus:ttyrd
[ 3.137336] device: 'ttyre': device_add
[ 3.138307] PM: Adding info for No Bus:ttyre
[ 3.139388] device: 'ttyrf': device_add
[ 3.140984] PM: Adding info for No Bus:ttyrf
[ 3.142079] device: 'ttys0': device_add
[ 3.143078] PM: Adding info for No Bus:ttys0
[ 3.144243] device: 'ttys1': device_add
[ 3.145019] PM: Adding info for No Bus:ttys1
[ 3.145885] device: 'ttys2': device_add
[ 3.146721] PM: Adding info for No Bus:ttys2
[ 3.147794] device: 'ttys3': device_add
[ 3.148787] PM: Adding info for No Bus:ttys3
[ 3.149863] device: 'ttys4': device_add
[ 3.151054] PM: Adding info for No Bus:ttys4
[ 3.152171] device: 'ttys5': device_add
[ 3.153189] PM: Adding info for No Bus:ttys5
[ 3.154316] device: 'ttys6': device_add
[ 3.155315] PM: Adding info for No Bus:ttys6
[ 3.156482] device: 'ttys7': device_add
[ 3.157517] PM: Adding info for No Bus:ttys7
[ 3.158592] device: 'ttys8': device_add
[ 3.159595] PM: Adding info for No Bus:ttys8
[ 3.162218] device: 'ttys9': device_add
[ 3.163200] PM: Adding info for No Bus:ttys9
[ 3.164290] device: 'ttysa': device_add
[ 3.165287] PM: Adding info for No Bus:ttysa
[ 3.166362] device: 'ttysb': device_add
[ 3.167395] PM: Adding info for No Bus:ttysb
[ 3.168445] device: 'ttysc': device_add
[ 3.169429] PM: Adding info for No Bus:ttysc
[ 3.170984] device: 'ttysd': device_add
[ 3.171977] PM: Adding info for No Bus:ttysd
[ 3.173052] device: 'ttyse': device_add
[ 3.174053] PM: Adding info for No Bus:ttyse
[ 3.175160] device: 'ttysf': device_add
[ 3.176117] PM: Adding info for No Bus:ttysf
[ 3.177374] device: 'ttyt0': device_add
[ 3.178368] PM: Adding info for No Bus:ttyt0
[ 3.179457] device: 'ttyt1': device_add
[ 3.180493] PM: Adding info for No Bus:ttyt1
[ 3.181591] device: 'ttyt2': device_add
[ 3.182520] PM: Adding info for No Bus:ttyt2
[ 3.183273] device: 'ttyt3': device_add
[ 3.185102] PM: Adding info for No Bus:ttyt3
[ 3.186192] device: 'ttyt4': device_add
[ 3.187214] PM: Adding info for No Bus:ttyt4
[ 3.188287] device: 'ttyt5': device_add
[ 3.189296] PM: Adding info for No Bus:ttyt5
[ 3.190435] device: 'ttyt6': device_add
[ 3.191422] PM: Adding info for No Bus:ttyt6
[ 3.192511] device: 'ttyt7': device_add
[ 3.194850] PM: Adding info for No Bus:ttyt7
[ 3.195925] device: 'ttyt8': device_add
[ 3.196757] PM: Adding info for No Bus:ttyt8
[ 3.197681] device: 'ttyt9': device_add
[ 3.198591] PM: Adding info for No Bus:ttyt9
[ 3.199651] device: 'ttyta': device_add
[ 3.200685] PM: Adding info for No Bus:ttyta
[ 3.201714] device: 'ttytb': device_add
[ 3.202617] PM: Adding info for No Bus:ttytb
[ 3.203776] device: 'ttytc': device_add
[ 3.204538] PM: Adding info for No Bus:ttytc
[ 3.205473] device: 'ttytd': device_add
[ 3.206332] PM: Adding info for No Bus:ttytd
[ 3.207438] device: 'ttyte': device_add
[ 3.208326] PM: Adding info for No Bus:ttyte
[ 3.209270] device: 'ttytf': device_add
[ 3.210246] PM: Adding info for No Bus:ttytf
[ 3.211323] device: 'ttyu0': device_add
[ 3.212247] PM: Adding info for No Bus:ttyu0
[ 3.213083] device: 'ttyu1': device_add
[ 3.214000] PM: Adding info for No Bus:ttyu1
[ 3.214834] device: 'ttyu2': device_add
[ 3.215575] PM: Adding info for No Bus:ttyu2
[ 3.216526] device: 'ttyu3': device_add
[ 3.242376] PM: Adding info for No Bus:ttyu3
[ 3.243513] device: 'ttyu4': device_add
[ 3.244501] PM: Adding info for No Bus:ttyu4
[ 3.245546] device: 'ttyu5': device_add
[ 3.246522] PM: Adding info for No Bus:ttyu5
[ 3.247658] device: 'ttyu6': device_add
[ 3.248639] PM: Adding info for No Bus:ttyu6
[ 3.249684] device: 'ttyu7': device_add
[ 3.250816] PM: Adding info for No Bus:ttyu7
[ 3.251876] device: 'ttyu8': device_add
[ 3.252830] PM: Adding info for No Bus:ttyu8
[ 3.253909] device: 'ttyu9': device_add
[ 3.254898] PM: Adding info for No Bus:ttyu9
[ 3.255964] device: 'ttyua': device_add
[ 3.257371] PM: Adding info for No Bus:ttyua
[ 3.258405] device: 'ttyub': device_add
[ 3.259381] PM: Adding info for No Bus:ttyub
[ 3.260446] device: 'ttyuc': device_add
[ 3.261405] PM: Adding info for No Bus:ttyuc
[ 3.262447] device: 'ttyud': device_add
[ 3.263555] PM: Adding info for No Bus:ttyud
[ 3.264583] device: 'ttyue': device_add
[ 3.265406] PM: Adding info for No Bus:ttyue
[ 3.266235] device: 'ttyuf': device_add
[ 3.266970] PM: Adding info for No Bus:ttyuf
[ 3.267776] device: 'ttyv0': device_add
[ 3.268582] PM: Adding info for No Bus:ttyv0
[ 3.269482] device: 'ttyv1': device_add
[ 3.270915] PM: Adding info for No Bus:ttyv1
[ 3.271825] device: 'ttyv2': device_add
[ 3.272651] PM: Adding info for No Bus:ttyv2
[ 3.273538] device: 'ttyv3': device_add
[ 3.274316] PM: Adding info for No Bus:ttyv3
[ 3.275040] device: 'ttyv4': device_add
[ 3.275772] PM: Adding info for No Bus:ttyv4
[ 3.276600] device: 'ttyv5': device_add
[ 3.277962] PM: Adding info for No Bus:ttyv5
[ 3.278752] device: 'ttyv6': device_add
[ 3.279442] PM: Adding info for No Bus:ttyv6
[ 3.280340] device: 'ttyv7': device_add
[ 3.281051] PM: Adding info for No Bus:ttyv7
[ 3.281902] device: 'ttyv8': device_add
[ 3.282655] PM: Adding info for No Bus:ttyv8
[ 3.283503] device: 'ttyv9': device_add
[ 3.284272] PM: Adding info for No Bus:ttyv9
[ 3.285044] device: 'ttyva': device_add
[ 3.285788] PM: Adding info for No Bus:ttyva
[ 3.286602] device: 'ttyvb': device_add
[ 3.287332] PM: Adding info for No Bus:ttyvb
[ 3.288119] device: 'ttyvc': device_add
[ 3.288878] PM: Adding info for No Bus:ttyvc
[ 3.289730] device: 'ttyvd': device_add
[ 3.291346] PM: Adding info for No Bus:ttyvd
[ 3.292231] device: 'ttyve': device_add
[ 3.292982] PM: Adding info for No Bus:ttyve
[ 3.293852] device: 'ttyvf': device_add
[ 3.294624] PM: Adding info for No Bus:ttyvf
[ 3.295382] device: 'ttyw0': device_add
[ 3.296119] PM: Adding info for No Bus:ttyw0
[ 3.297076] device: 'ttyw1': device_add
[ 3.297829] PM: Adding info for No Bus:ttyw1
[ 3.298631] device: 'ttyw2': device_add
[ 3.299320] PM: Adding info for No Bus:ttyw2
[ 3.300118] device: 'ttyw3': device_add
[ 3.300932] PM: Adding info for No Bus:ttyw3
[ 3.301957] device: 'ttyw4': device_add
[ 3.302714] PM: Adding info for No Bus:ttyw4
[ 3.303588] device: 'ttyw5': device_add
[ 3.304350] PM: Adding info for No Bus:ttyw5
[ 3.305200] device: 'ttyw6': device_add
[ 3.305933] PM: Adding info for No Bus:ttyw6
[ 3.306797] device: 'ttyw7': device_add
[ 3.307504] PM: Adding info for No Bus:ttyw7
[ 3.308436] device: 'ttyw8': device_add
[ 3.309229] PM: Adding info for No Bus:ttyw8
[ 3.311999] device: 'ttyw9': device_add
[ 3.312750] PM: Adding info for No Bus:ttyw9
[ 3.313613] device: 'ttywa': device_add
[ 3.314399] PM: Adding info for No Bus:ttywa
[ 3.315119] device: 'ttywb': device_add
[ 3.315845] PM: Adding info for No Bus:ttywb
[ 3.316707] device: 'ttywc': device_add
[ 3.317501] PM: Adding info for No Bus:ttywc
[ 3.318315] device: 'ttywd': device_add
[ 3.318997] PM: Adding info for No Bus:ttywd
[ 3.319782] device: 'ttywe': device_add
[ 3.320739] PM: Adding info for No Bus:ttywe
[ 3.321603] device: 'ttywf': device_add
[ 3.322386] PM: Adding info for No Bus:ttywf
[ 3.323111] device: 'ttyx0': device_add
[ 3.323878] PM: Adding info for No Bus:ttyx0
[ 3.324708] device: 'ttyx1': device_add
[ 3.325500] PM: Adding info for No Bus:ttyx1
[ 3.326303] device: 'ttyx2': device_add
[ 3.330154] PM: Adding info for No Bus:ttyx2
[ 3.331173] device: 'ttyx3': device_add
[ 3.331959] PM: Adding info for No Bus:ttyx3
[ 3.332818] device: 'ttyx4': device_add
[ 3.333661] PM: Adding info for No Bus:ttyx4
[ 3.334509] device: 'ttyx5': device_add
[ 3.335204] PM: Adding info for No Bus:ttyx5
[ 3.335969] device: 'ttyx6': device_add
[ 3.336759] PM: Adding info for No Bus:ttyx6
[ 3.337728] device: 'ttyx7': device_add
[ 3.338515] PM: Adding info for No Bus:ttyx7
[ 3.339268] device: 'ttyx8': device_add
[ 3.339988] PM: Adding info for No Bus:ttyx8
[ 3.341074] device: 'ttyx9': device_add
[ 3.341834] PM: Adding info for No Bus:ttyx9
[ 3.342658] device: 'ttyxa': device_add
[ 3.343386] PM: Adding info for No Bus:ttyxa
[ 3.344228] device: 'ttyxb': device_add
[ 3.344968] PM: Adding info for No Bus:ttyxb
[ 3.345820] device: 'ttyxc': device_add
[ 3.346615] PM: Adding info for No Bus:ttyxc
[ 3.347393] device: 'ttyxd': device_add
[ 3.348120] PM: Adding info for No Bus:ttyxd
[ 3.348941] device: 'ttyxe': device_add
[ 3.349708] PM: Adding info for No Bus:ttyxe
[ 3.351301] device: 'ttyxf': device_add
[ 3.352115] PM: Adding info for No Bus:ttyxf
[ 3.352961] device: 'ttyy0': device_add
[ 3.353790] PM: Adding info for No Bus:ttyy0
[ 3.354625] device: 'ttyy1': device_add
[ 3.355330] PM: Adding info for No Bus:ttyy1
[ 3.356122] device: 'ttyy2': device_add
[ 3.356949] PM: Adding info for No Bus:ttyy2
[ 3.357822] device: 'ttyy3': device_add
[ 3.358612] PM: Adding info for No Bus:ttyy3
[ 3.359372] device: 'ttyy4': device_add
[ 3.360458] PM: Adding info for No Bus:ttyy4
[ 3.361501] device: 'ttyy5': device_add
[ 3.362392] PM: Adding info for No Bus:ttyy5
[ 3.363187] device: 'ttyy6': device_add
[ 3.363933] PM: Adding info for No Bus:ttyy6
[ 3.364756] device: 'ttyy7': device_add
[ 3.365551] PM: Adding info for No Bus:ttyy7
[ 3.366419] device: 'ttyy8': device_add
[ 3.367121] PM: Adding info for No Bus:ttyy8
[ 3.367970] device: 'ttyy9': device_add
[ 3.368733] PM: Adding info for No Bus:ttyy9
[ 3.369586] device: 'ttyya': device_add
[ 3.370381] PM: Adding info for No Bus:ttyya
[ 3.371114] device: 'ttyyb': device_add
[ 3.371832] PM: Adding info for No Bus:ttyyb
[ 3.372695] device: 'ttyyc': device_add
[ 3.373933] PM: Adding info for No Bus:ttyyc
[ 3.374752] device: 'ttyyd': device_add
[ 3.375456] PM: Adding info for No Bus:ttyyd
[ 3.376320] device: 'ttyye': device_add
[ 3.377179] PM: Adding info for No Bus:ttyye
[ 3.377970] device: 'ttyyf': device_add
[ 3.378713] PM: Adding info for No Bus:ttyyf
[ 3.379476] device: 'ttyz0': device_add
[ 3.380366] PM: Adding info for No Bus:ttyz0
[ 3.381237] device: 'ttyz1': device_add
[ 3.381971] PM: Adding info for No Bus:ttyz1
[ 3.382776] device: 'ttyz2': device_add
[ 3.383509] PM: Adding info for No Bus:ttyz2
[ 3.384315] device: 'ttyz3': device_add
[ 3.385117] PM: Adding info for No Bus:ttyz3
[ 3.385937] device: 'ttyz4': device_add
[ 3.386741] PM: Adding info for No Bus:ttyz4
[ 3.387499] device: 'ttyz5': device_add
[ 3.388316] PM: Adding info for No Bus:ttyz5
[ 3.389208] device: 'ttyz6': device_add
[ 3.389947] PM: Adding info for No Bus:ttyz6
[ 3.407212] device: 'ttyz7': device_add
[ 3.408234] PM: Adding info for No Bus:ttyz7
[ 3.409208] device: 'ttyz8': device_add
[ 3.410167] PM: Adding info for No Bus:ttyz8
[ 3.411071] device: 'ttyz9': device_add
[ 3.411906] PM: Adding info for No Bus:ttyz9
[ 3.412830] device: 'ttyza': device_add
[ 3.414533] PM: Adding info for No Bus:ttyza
[ 3.415448] device: 'ttyzb': device_add
[ 3.416284] PM: Adding info for No Bus:ttyzb
[ 3.417291] device: 'ttyzc': device_add
[ 3.418207] PM: Adding info for No Bus:ttyzc
[ 3.419087] device: 'ttyzd': device_add
[ 3.419915] PM: Adding info for No Bus:ttyzd
[ 3.420852] device: 'ttyze': device_add
[ 3.421799] PM: Adding info for No Bus:ttyze
[ 3.422879] device: 'ttyzf': device_add
[ 3.423874] PM: Adding info for No Bus:ttyzf
[ 3.424862] device: 'ttya0': device_add
[ 3.425826] PM: Adding info for No Bus:ttya0
[ 3.426763] device: 'ttya1': device_add
[ 3.427608] PM: Adding info for No Bus:ttya1
[ 3.428607] device: 'ttya2': device_add
[ 3.429549] PM: Adding info for No Bus:ttya2
[ 3.430658] device: 'ttya3': device_add
[ 3.431508] PM: Adding info for No Bus:ttya3
[ 3.432430] device: 'ttya4': device_add
[ 3.433378] PM: Adding info for No Bus:ttya4
[ 3.434349] device: 'ttya5': device_add
[ 3.435189] PM: Adding info for No Bus:ttya5
[ 3.436053] device: 'ttya6': device_add
[ 3.437521] PM: Adding info for No Bus:ttya6
[ 3.438475] device: 'ttya7': device_add
[ 3.439321] PM: Adding info for No Bus:ttya7
[ 3.440260] device: 'ttya8': device_add
[ 3.441110] PM: Adding info for No Bus:ttya8
[ 3.442101] device: 'ttya9': device_add
[ 3.442929] PM: Adding info for No Bus:ttya9
[ 3.443936] device: 'ttyaa': device_add
[ 3.444784] PM: Adding info for No Bus:ttyaa
[ 3.445827] device: 'ttyab': device_add
[ 3.446731] PM: Adding info for No Bus:ttyab
[ 3.447654] device: 'ttyac': device_add
[ 3.448498] PM: Adding info for No Bus:ttyac
[ 3.449509] device: 'ttyad': device_add
[ 3.450499] PM: Adding info for No Bus:ttyad
[ 3.451397] device: 'ttyae': device_add
[ 3.452243] PM: Adding info for No Bus:ttyae
[ 3.453248] device: 'ttyaf': device_add
[ 3.454195] PM: Adding info for No Bus:ttyaf
[ 3.455106] device: 'ttyb0': device_add
[ 3.455934] PM: Adding info for No Bus:ttyb0
[ 3.457917] device: 'ttyb1': device_add
[ 3.458721] PM: Adding info for No Bus:ttyb1
[ 3.459616] device: 'ttyb2': device_add
[ 3.460411] PM: Adding info for No Bus:ttyb2
[ 3.461377] device: 'ttyb3': device_add
[ 3.462213] PM: Adding info for No Bus:ttyb3
[ 3.463006] device: 'ttyb4': device_add
[ 3.464599] PM: Adding info for No Bus:ttyb4
[ 3.465385] device: 'ttyb5': device_add
[ 3.466111] PM: Adding info for No Bus:ttyb5
[ 3.466994] device: 'ttyb6': device_add
[ 3.467758] PM: Adding info for No Bus:ttyb6
[ 3.468603] device: 'ttyb7': device_add
[ 3.469313] PM: Adding info for No Bus:ttyb7
[ 3.470174] device: 'ttyb8': device_add
[ 3.470849] PM: Adding info for No Bus:ttyb8
[ 3.471610] device: 'ttyb9': device_add
[ 3.472407] PM: Adding info for No Bus:ttyb9
[ 3.473446] device: 'ttyba': device_add
[ 3.474261] PM: Adding info for No Bus:ttyba
[ 3.475069] device: 'ttybb': device_add
[ 3.475812] PM: Adding info for No Bus:ttybb
[ 3.476620] device: 'ttybc': device_add
[ 3.477576] PM: Adding info for No Bus:ttybc
[ 3.478334] device: 'ttybd': device_add
[ 3.478999] PM: Adding info for No Bus:ttybd
[ 3.479738] device: 'ttybe': device_add
[ 3.480528] PM: Adding info for No Bus:ttybe
[ 3.481289] device: 'ttybf': device_add
[ 3.481985] PM: Adding info for No Bus:ttybf
[ 3.482817] device: 'ttyc0': device_add
[ 3.483784] PM: Adding info for No Bus:ttyc0
[ 3.484687] device: 'ttyc1': device_add
[ 3.485653] PM: Adding info for No Bus:ttyc1
[ 3.486586] device: 'ttyc2': device_add
[ 3.487446] PM: Adding info for No Bus:ttyc2
[ 3.488327] device: 'ttyc3': device_add
[ 3.489234] PM: Adding info for No Bus:ttyc3
[ 3.490384] device: 'ttyc4': device_add
[ 3.491385] PM: Adding info for No Bus:ttyc4
[ 3.492463] device: 'ttyc5': device_add
[ 3.493490] PM: Adding info for No Bus:ttyc5
[ 3.494569] device: 'ttyc6': device_add
[ 3.495561] PM: Adding info for No Bus:ttyc6
[ 3.496632] device: 'ttyc7': device_add
[ 3.497784] PM: Adding info for No Bus:ttyc7
[ 3.498869] device: 'ttyc8': device_add
[ 3.499875] PM: Adding info for No Bus:ttyc8
[ 3.500986] device: 'ttyc9': device_add
[ 3.501965] PM: Adding info for No Bus:ttyc9
[ 3.503038] device: 'ttyca': device_add
[ 3.504352] PM: Adding info for No Bus:ttyca
[ 3.505442] device: 'ttycb': device_add
[ 3.506443] PM: Adding info for No Bus:ttycb
[ 3.507547] device: 'ttycc': device_add
[ 3.508548] PM: Adding info for No Bus:ttycc
[ 3.509618] device: 'ttycd': device_add
[ 3.512666] PM: Adding info for No Bus:ttycd
[ 3.513776] device: 'ttyce': device_add
[ 3.514785] PM: Adding info for No Bus:ttyce
[ 3.515835] device: 'ttycf': device_add
[ 3.516842] PM: Adding info for No Bus:ttycf
[ 3.518010] device: 'ttyd0': device_add
[ 3.519010] PM: Adding info for No Bus:ttyd0
[ 3.520175] device: 'ttyd1': device_add
[ 3.521196] PM: Adding info for No Bus:ttyd1
[ 3.522271] device: 'ttyd2': device_add
[ 3.523089] PM: Adding info for No Bus:ttyd2
[ 3.524046] device: 'ttyd3': device_add
[ 3.524913] PM: Adding info for No Bus:ttyd3
[ 3.525849] device: 'ttyd4': device_add
[ 3.527171] PM: Adding info for No Bus:ttyd4
[ 3.528267] device: 'ttyd5': device_add
[ 3.529268] PM: Adding info for No Bus:ttyd5
[ 3.530387] device: 'ttyd6': device_add
[ 3.531393] PM: Adding info for No Bus:ttyd6
[ 3.532473] device: 'ttyd7': device_add
[ 3.533599] PM: Adding info for No Bus:ttyd7
[ 3.534708] device: 'ttyd8': device_add
[ 3.535633] PM: Adding info for No Bus:ttyd8
[ 3.536550] device: 'ttyd9': device_add
[ 3.537536] PM: Adding info for No Bus:ttyd9
[ 3.538492] device: 'ttyda': device_add
[ 3.539359] PM: Adding info for No Bus:ttyda
[ 3.543384] device: 'ttydb': device_add
[ 3.544269] PM: Adding info for No Bus:ttydb
[ 3.545332] device: 'ttydc': device_add
[ 3.546336] PM: Adding info for No Bus:ttydc
[ 3.547465] device: 'ttydd': device_add
[ 3.548544] PM: Adding info for No Bus:ttydd
[ 3.549609] device: 'ttyde': device_add
[ 3.551253] PM: Adding info for No Bus:ttyde
[ 3.552243] device: 'ttydf': device_add
[ 3.553099] PM: Adding info for No Bus:ttydf
[ 3.554091] device: 'ttye0': device_add
[ 3.555089] PM: Adding info for No Bus:ttye0
[ 3.556203] device: 'ttye1': device_add
[ 3.557223] PM: Adding info for No Bus:ttye1
[ 3.558338] device: 'ttye2': device_add
[ 3.559330] PM: Adding info for No Bus:ttye2
[ 3.560550] device: 'ttye3': device_add
[ 3.561559] PM: Adding info for No Bus:ttye3
[ 3.562673] device: 'ttye4': device_add
[ 3.563697] PM: Adding info for No Bus:ttye4
[ 3.564792] device: 'ttye5': device_add
[ 3.565780] PM: Adding info for No Bus:ttye5
[ 3.566886] device: 'ttye6': device_add
[ 3.567871] PM: Adding info for No Bus:ttye6
[ 3.568998] device: 'ttye7': device_add
[ 3.569995] PM: Adding info for No Bus:ttye7
[ 3.571250] device: 'ttye8': device_add
[ 3.572259] PM: Adding info for No Bus:ttye8
[ 3.573324] device: 'ttye9': device_add
[ 3.574368] PM: Adding info for No Bus:ttye9
[ 3.575448] device: 'ttyea': device_add
[ 3.576440] PM: Adding info for No Bus:ttyea
[ 3.577660] device: 'ttyeb': device_add
[ 3.578663] PM: Adding info for No Bus:ttyeb
[ 3.579755] device: 'ttyec': device_add
[ 3.581856] PM: Adding info for No Bus:ttyec
[ 3.582800] device: 'ttyed': device_add
[ 3.583671] PM: Adding info for No Bus:ttyed
[ 3.584601] device: 'ttyee': device_add
[ 3.585443] PM: Adding info for No Bus:ttyee
[ 3.586416] device: 'ttyef': device_add
[ 3.587509] PM: Adding info for No Bus:ttyef
[ 3.588667] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 3.590311] Registering platform device 'serial8250'. Parent at platform
[ 3.591931] device: 'serial8250': device_add
[ 3.593030] bus: 'platform': add device serial8250
[ 3.594801] PM: Adding info for platform:serial8250
[ 3.622655] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 3.625542] device: 'ttyS0': device_add
[ 3.626611] PM: Adding info for No Bus:ttyS0
[ 3.627801] device: 'ttyS1': device_add
[ 3.628691] PM: Adding info for No Bus:ttyS1
[ 3.629798] device: 'ttyS2': device_add
[ 3.630851] PM: Adding info for No Bus:ttyS2
[ 3.631952] device: 'ttyS3': device_add
[ 3.632930] PM: Adding info for No Bus:ttyS3
[ 3.634015] bus: 'platform': add driver serial8250
[ 3.635278] bus: 'platform': driver_probe_device: matched device serial8250 with driver serial8250
[ 3.637550] bus: 'platform': really_probe: probing driver serial8250 with device serial8250
[ 3.639659] driver: 'serial8250': driver_bound: bound to device 'serial8250'
[ 3.642643] bus: 'platform': really_probe: bound device serial8250 to driver serial8250
[ 3.644679] bus: 'pci': add driver serial
[ 3.645755] enter max3107 init
[ 3.646566] bus: 'spi': add driver max3107
[ 3.647700] bus: 'pci': add driver jsm
[ 3.648708] bus: 'platform': add driver altera_uart
[ 3.649950] bus: 'platform': add driver timb-uart
[ 3.651208] bus: 'platform': add driver xuartps
[ 3.652417] device: 'ttyprintk': device_add
[ 3.653559] PM: Adding info for No Bus:ttyprintk
[ 3.654737] Applicom driver: $Id: ac.c,v 1.30 2000/03/22 16:03:57 dwmw2 Exp $
[ 3.656526] ac.o: No PCI boards found.
[ 3.657497] ac.o: For an ISA board you must supply memory and irq parameters.
[ 3.659320] bus: 'platform': add driver timeriomem_rng
[ 3.660662] Linux agpgart interface v0.103
[ 3.661708] bus: 'platform': add driver ipmi
[ 3.662818] ipmi message handler version 39.2
[ 3.663978] ipmi device interface
[ 3.664819] device class 'ipmi': registering
[ 3.665981] bus: 'platform': add driver ipmi_si
[ 3.667202] IPMI System Interface driver.
[ 3.668303] bus: 'pci': add driver ipmi_si
[ 3.669383] ipmi_si: Adding default-specified kcs state machine
[ 3.670915] ipmi_si: Trying default-specified kcs state machine at i/o address 0xca2, slave address 0x0, irq 0
[ 3.673538] ipmi_si: Interface detection failed
[ 3.674731] ipmi_si: Adding default-specified smic state machine
[ 3.676274] ipmi_si: Trying default-specified smic state machine at i/o address 0xca9, slave address 0x0, irq 0
[ 3.678794] ipmi_si: Interface detection failed
[ 3.679949] ipmi_si: Adding default-specified bt state machine
[ 3.683160] ipmi_si: Trying default-specified bt state machine at i/o address 0xe4, slave address 0x0, irq 0
[ 3.685622] ipmi_si: Interface detection failed
[ 3.686810] bus: 'pci': remove driver ipmi_si
[ 3.687919] driver: 'ipmi_si': driver_release
[ 3.689045] bus: 'platform': remove driver ipmi_si
[ 3.691346] driver: 'ipmi_si': driver_release
[ 3.692444] ipmi_si: Unable to find any System Interface(s)
[ 3.693862] Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot.
[ 3.695852] bus: 'spi': add driver ad_dpot
[ 3.696939] bus: 'pci': add driver pciPTI
[ 3.697988] bus: 'spi': add driver bmp085
[ 3.699167] device class 'phantom': registering
[ 3.700358] bus: 'pci': add driver phantom
[ 3.701430] Phantom Linux Driver, version n0.9.8, init OK
[ 3.702786] bus: 'pci': add driver IOC4
[ 3.703825] bus: 'platform': add driver cs5535-mfgpt
[ 3.705095] device class 'iLO': registering
[ 3.706199] bus: 'pci': add driver hpilo
[ 3.707382] bus: 'i2c': add driver isl29003
[ 3.708449] i2c-core: driver [isl29003] using legacy suspend method
[ 3.709999] i2c-core: driver [isl29003] using legacy resume method
[ 3.711587] i2c-core: driver [isl29003] registered
[ 3.712797] bus: 'i2c': add driver tsl2550
[ 3.713867] i2c-core: driver [tsl2550] using legacy suspend method
[ 3.715429] i2c-core: driver [tsl2550] using legacy resume method
[ 3.716950] i2c-core: driver [tsl2550] registered
[ 3.719168] bus: 'i2c': add driver at24
[ 3.720215] i2c-core: driver [at24] registered
[ 3.721274] bus: 'spi': add driver at25
[ 3.722260] bus: 'i2c': add driver eeprom
[ 3.723316] i2c-core: driver [eeprom] registered
[ 3.724506] bus: 'spi': add driver 93xx46
[ 3.725539] bus: 'pci': add driver cb710
[ 3.726820] bus: 'pci': add driver pch_phub
[ 3.728010] bus: 'spi': add driver lis3lv02d_spi
[ 3.729269] bus: 'i2c': add driver fsa9480
[ 3.730383] i2c-core: driver [fsa9480] using legacy suspend method
[ 3.731930] i2c-core: driver [fsa9480] using legacy resume method
[ 3.733528] i2c-core: driver [fsa9480] registered
[ 3.734857] bus: 'platform': add driver sm501
[ 3.735982] bus: 'pci': add driver sm501
[ 3.737205] bus: 'platform': add driver pasic3
[ 3.738287] bus: 'platform': remove driver pasic3
[ 3.739310] driver: 'pasic3': driver_release
[ 3.740245] bus: 'i2c': add driver adp5520
[ 3.741176] i2c-core: driver [adp5520] registered
[ 3.742183] bus: 'pci': add driver lpc_sch
[ 3.743044] bus: 'pci': add driver lpc_ich
[ 3.746751] bus: 'pci': add driver RDC321x Southbridge
[ 3.748047] bus: 'pci': add driver cs5535-mfd
[ 3.749234] bus: 'platform': add driver spi_altera
[ 3.750422] bus: 'firewire': registered
[ 3.751304] bus: 'pci': add driver nosy
[ 3.752265] device class 'uio': registering
[ 3.753332] bus: 'platform': add driver uio_pdrv
[ 3.754724] bus: 'pci': add driver aectc
[ 3.755750] bus: 'pci': add driver sercos3
[ 3.756858] Generic UIO driver for PCI 2.3 devices version: 0.01.0
[ 3.758506] bus: 'pci': add driver uio_pci_generic
[ 3.759710] bus: 'pci': add driver netx
[ 3.760799] device class 'usbmon': registering
[ 3.761963] device: 'usbmon0': device_add
[ 3.763009] PM: Adding info for No Bus:usbmon0
[ 3.765356] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.766764] ehci_hcd: block sizes: qh 104 qtd 96 itd 192 sitd 96
[ 3.768232] bus: 'pci': add driver ehci_hcd
[ 3.769350] bus: 'platform': add driver oxu210hp-hcd
[ 3.770661] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.772220] ohci_hcd: block sizes: ed 80 td 96
[ 3.773515] bus: 'pci': add driver ohci_hcd
[ 3.774602] bus: 'platform': add driver sm501-usb
[ 3.775797] bus: 'platform': add driver c67x00
[ 3.776991] bus: 'usb': add driver cdc_wdm
[ 3.778045] usbcore: registered new interface driver cdc_wdm
[ 3.779422] bus: 'usb': add driver libusual
[ 3.781996] usbcore: registered new interface driver libusual
[ 3.783551] bus: 'usb-serial': registered
[ 3.784591] bus: 'usb': add driver usbserial
[ 3.785696] usbcore: registered new interface driver usbserial
[ 3.787259] bus: 'usb': add driver usbserial_generic
[ 3.788585] usbcore: registered new interface driver usbserial_generic
[ 3.790417] bus: 'usb-serial': add driver generic
[ 3.791639] USB Serial support registered for generic
[ 3.792905] usbserial: USB Serial Driver core
[ 3.794049] bus: 'usb': add driver ark3116
[ 3.795080] usbcore: registered new interface driver ark3116
[ 3.796520] bus: 'usb-serial': add driver ark3116
[ 3.797887] USB Serial support registered for ark3116
[ 3.799200] bus: 'usb': add driver ch341
[ 3.800216] usbcore: registered new interface driver ch341
[ 3.801585] bus: 'usb-serial': add driver ch341-uart
[ 3.802861] USB Serial support registered for ch341-uart
[ 3.804407] bus: 'usb': add driver cypress_m8
[ 3.805524] usbcore: registered new interface driver cypress_m8
[ 3.807015] bus: 'usb-serial': add driver earthmate
[ 3.808287] USB Serial support registered for DeLorme Earthmate USB
[ 3.809875] bus: 'usb-serial': add driver cyphidcom
[ 3.812228] USB Serial support registered for HID->COM RS232 Adapter
[ 3.813850] bus: 'usb-serial': add driver nokiaca42v2
[ 3.815164] USB Serial support registered for Nokia CA-42 V2 Adapter
[ 3.816752] bus: 'usb': add driver f81232
[ 3.817875] usbcore: registered new interface driver f81232
[ 3.819305] bus: 'usb-serial': add driver f81232
[ 3.820839] USB Serial support registered for f81232
[ 3.822118] bus: 'usb': add driver ftdi_sio
[ 3.823233] usbcore: registered new interface driver ftdi_sio
[ 3.824697] bus: 'usb-serial': add driver ftdi_sio
[ 3.825931] USB Serial support registered for FTDI USB Serial Device
[ 3.827561] ftdi_sio: v1.6.0:USB FTDI Serial Converters Driver
[ 3.829559] bus: 'usb': add driver funsoft
[ 3.830550] usbcore: registered new interface driver funsoft
[ 3.831638] bus: 'usb-serial': add driver funsoft
[ 3.832680] USB Serial support registered for funsoft
[ 3.833844] bus: 'usb': add driver hp4x
[ 3.834638] usbcore: registered new interface driver hp4x
[ 3.835653] bus: 'usb-serial': add driver hp4X
[ 3.836504] USB Serial support registered for hp4X
[ 3.838728] bus: 'usb': add driver ipw
[ 3.839490] usbcore: registered new interface driver ipw
[ 3.840541] bus: 'usb-serial': add driver ipw
[ 3.841448] USB Serial support registered for IPWireless converter
[ 3.842660] bus: 'usb': add driver ir_usb
[ 3.843497] usbcore: registered new interface driver ir_usb
[ 3.844517] bus: 'usb-serial': add driver ir-usb
[ 3.845352] USB Serial support registered for IR Dongle
[ 3.846276] ir_usb: v0.5:USB IR Dongle driver
[ 3.847040] bus: 'usb': add driver keyspan
[ 3.847916] usbcore: registered new interface driver keyspan
[ 3.849363] bus: 'usb-serial': add driver keyspan_no_firm
[ 3.850719] USB Serial support registered for Keyspan - (without firmware)
[ 3.852452] bus: 'usb-serial': add driver keyspan_1
[ 3.853706] USB Serial support registered for Keyspan 1 port adapter
[ 3.855311] bus: 'usb-serial': add driver keyspan_2
[ 3.856525] USB Serial support registered for Keyspan 2 port adapter
[ 3.858116] bus: 'usb-serial': add driver keyspan_4
[ 3.859391] USB Serial support registered for Keyspan 4 port adapter
[ 3.861006] bus: 'usb': add driver keyspan_pda
[ 3.862159] usbcore: registered new interface driver keyspan_pda
[ 3.863659] bus: 'usb-serial': add driver keyspan_pda
[ 3.864931] USB Serial support registered for Keyspan PDA
[ 3.866303] bus: 'usb-serial': add driver keyspan_pda_pre
[ 3.869180] USB Serial support registered for Keyspan PDA - (prerenumeration)
[ 3.870992] bus: 'usb': add driver kobil_sct
[ 3.872075] usbcore: registered new interface driver kobil_sct
[ 3.873599] bus: 'usb-serial': add driver kobil
[ 3.874745] USB Serial support registered for KOBIL USB smart card terminal
[ 3.876518] bus: 'usb': add driver mos7840
[ 3.878191] usbcore: registered new interface driver mos7840
[ 3.879609] bus: 'usb-serial': add driver mos7840
[ 3.880826] USB Serial support registered for Moschip 7840/7820 USB Serial Driver
[ 3.882693] bus: 'usb': add driver navman
[ 3.883779] usbcore: registered new interface driver navman
[ 3.885228] bus: 'usb-serial': add driver navman
[ 3.886381] USB Serial support registered for navman
[ 3.887667] bus: 'usb': add driver opticon
[ 3.888703] usbcore: registered new interface driver opticon
[ 3.890192] bus: 'usb-serial': add driver opticon
[ 3.891375] USB Serial support registered for opticon
[ 3.892634] bus: 'usb': add driver oti6858
[ 3.893710] usbcore: registered new interface driver oti6858
[ 3.895116] bus: 'usb-serial': add driver oti6858
[ 3.896329] USB Serial support registered for oti6858
[ 3.898183] bus: 'usb': add driver qcaux
[ 3.899189] usbcore: registered new interface driver qcaux
[ 3.900578] bus: 'usb-serial': add driver qcaux
[ 3.901745] USB Serial support registered for qcaux
[ 3.902957] bus: 'usb': add driver qcserial
[ 3.904063] usbcore: registered new interface driver qcserial
[ 3.905525] bus: 'usb-serial': add driver qcserial
[ 3.906761] USB Serial support registered for Qualcomm USB modem
[ 3.908325] bus: 'usb': add driver quatech2
[ 3.909438] usbcore: registered new interface driver quatech2
[ 3.910861] bus: 'usb-serial': add driver quatech-serial
[ 3.912204] USB Serial support registered for Quatech 2nd gen USB to Serial Driver
[ 3.914406] bus: 'usb': add driver spcp8x5
[ 3.915253] usbcore: registered new interface driver spcp8x5
[ 3.916657] bus: 'usb-serial': add driver SPCP8x5
[ 3.917865] USB Serial support registered for SPCP8x5
[ 3.919169] bus: 'usb': add driver ssu100
[ 3.920214] usbcore: registered new interface driver ssu100
[ 3.921598] bus: 'usb-serial': add driver ssu100
[ 3.922758] USB Serial support registered for Quatech SSU-100 USB to Serial Driver
[ 3.924903] bus: 'usb': add driver ti_usb_3410_5052
[ 3.926174] usbcore: registered new interface driver ti_usb_3410_5052
[ 3.927830] bus: 'usb-serial': add driver ti_usb_3410_5052_1
[ 3.929302] USB Serial support registered for TI USB 3410 1 port adapter
[ 3.931835] bus: 'usb-serial': add driver ti_usb_3410_5052_2
[ 3.933213] USB Serial support registered for TI USB 5052 2 port adapter
[ 3.934918] ti_usb_3410_5052: v0.10:TI USB 3410/5052 Serial Driver
[ 3.936475] bus: 'usb': add driver visor
[ 3.938415] usbcore: registered new interface driver visor
[ 3.939872] bus: 'usb-serial': add driver visor
[ 3.941067] USB Serial support registered for Handspring Visor / Palm OS
[ 3.942733] bus: 'usb-serial': add driver clie_5
[ 3.946807] USB Serial support registered for Sony Clie 5.0
[ 3.948235] bus: 'usb-serial': add driver clie_3.5
[ 3.949248] USB Serial support registered for Sony Clie 3.5
[ 3.950341] bus: 'usb': add driver vivopay_serial
[ 3.951536] usbcore: registered new interface driver vivopay_serial
[ 3.953107] bus: 'usb-serial': add driver vivopay-serial
[ 3.954607] USB Serial support registered for vivopay-serial
[ 3.956022] bus: 'usb': add driver adutux
[ 3.957081] usbcore: registered new interface driver adutux
[ 3.958497] bus: 'usb': add driver cytherm
[ 3.959566] usbcore: registered new interface driver cytherm
[ 3.961012] bus: 'usb': add driver emi62 - firmware loader
[ 3.962470] usbcore: registered new interface driver emi62 - firmware loader
[ 3.963878] bus: 'usb': add driver usbled
[ 3.964784] usbcore: registered new interface driver usbled
[ 3.966084] bus: 'usb': add driver usbtest
[ 3.967026] usbcore: registered new interface driver usbtest
[ 3.968282] bus: 'usb': add driver usbsevseg
[ 3.969471] usbcore: registered new interface driver usbsevseg
[ 3.970881] bus: 'i2c': add driver isp1301
[ 3.972253] i2c-core: driver [isp1301] registered
[ 3.973460] bus: 'platform': add driver ci_hdrc
[ 3.974590] bus: 'platform': add driver msm_hsusb
[ 3.975781] bus: 'pci': add driver ci13xxx_pci
[ 3.977884] Registering platform device 'i8042'. Parent at platform
[ 3.979438] device: 'i8042': device_add
[ 3.980438] bus: 'platform': add device i8042
[ 3.981546] PM: Adding info for platform:i8042
[ 3.982702] bus: 'platform': add driver i8042
[ 3.983829] bus: 'platform': driver_probe_device: matched device i8042 with driver i8042
[ 3.985829] bus: 'platform': really_probe: probing driver i8042 with device i8042
[ 3.988938] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.990281] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 3.991592] device: 'serio0': device_add
[ 3.992609] bus: 'serio': add device serio0
[ 3.993710] PM: Adding info for serio:serio0
[ 3.994844] driver: 'i8042': driver_bound: bound to device 'i8042'
[ 3.996418] bus: 'platform': really_probe: bound device i8042 to driver i8042
[ 3.998250] device: 'serio1': device_add
[ 3.999315] bus: 'serio': add device serio1
[ 4.000471] PM: Adding info for serio:serio1
[ 4.002839] bus: 'pci': add driver pcips2
[ 4.003937] bus: 'serio': add driver ps2mult
[ 4.005060] bus: 'serio': add driver serio_raw
[ 4.006246] bus: 'platform': add driver altera_ps2
[ 4.090655] device: 'mice': device_add
[ 4.091673] PM: Adding info for No Bus:mice
[ 4.092767] device: 'psaux': device_add
[ 4.093791] PM: Adding info for No Bus:psaux
[ 4.094879] mousedev: PS/2 mouse device common for all mice
[ 4.096289] bus: 'platform': add driver adp5520-keys
[ 4.097597] bus: 'i2c': add driver adp5588_keys
[ 4.098751] i2c-core: driver [adp5588_keys] registered
[ 4.100081] bus: 'serio': add driver atkbd
[ 4.101175] bus: 'serio': add driver lkkbd
[ 4.102221] bus: 'serio': driver_probe_device: matched device serio0 with driver atkbd
[ 4.104196] bus: 'serio': really_probe: probing driver atkbd with device serio0
[ 4.106421] device: 'input0': device_add
[ 4.107354] bus: 'i2c': add driver lm8323
[ 4.108239] i2c-core: driver [lm8323] registered
[ 4.109354] bus: 'i2c': add driver lm8333
[ 4.110402] i2c-core: driver [lm8333] registered
[ 4.111549] bus: 'i2c': add driver mcs_touchkey
[ 4.112733] i2c-core: driver [mcs_touchkey] registered
[ 4.114211] PM: Adding info for No Bus:input0
[ 4.115351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 4.117451] driver: 'serio0': driver_bound: bound to device 'atkbd'
[ 4.118834] bus: 'serio': really_probe: bound device serio0 to driver atkbd
[ 4.120173] bus: 'i2c': add driver mpr121
[ 4.121217] i2c-core: driver [mpr121] registered
[ 4.122359] bus: 'serio': add driver newtonkbd
[ 4.123524] bus: 'platform': add driver opencores-kbd
[ 4.124793] bus: 'i2c': add driver qt1070
[ 4.125798] i2c-core: driver [qt1070] registered
[ 4.126789] bus: 'serio': driver_probe_device: matched device serio1 with driver atkbd
[ 4.128306] bus: 'serio': really_probe: probing driver atkbd with device serio1
[ 4.130204] atkbd: probe of serio1 rejects match -19
[ 4.131167] bus: 'serio': add driver stowaway
[ 4.132111] bus: 'platform': add driver twl4030_keypad
[ 4.133400] bus: 'usb': add driver appletouch
[ 4.134513] usbcore: registered new interface driver appletouch
[ 4.135873] bus: 'usb': add driver bcm5974
[ 4.136659] usbcore: registered new interface driver bcm5974
[ 4.138027] bus: 'serio': add driver sermouse
[ 4.139256] bus: 'i2c': add driver synaptics_i2c
[ 4.140185] i2c-core: driver [synaptics_i2c] registered
[ 4.141112] bus: 'serio': add driver vsxxxaa
[ 4.141882] bus: 'gameport': add driver gf2k
[ 4.142941] bus: 'gameport': add driver grip
[ 4.144023] bus: 'gameport': add driver guillemot
[ 4.145252] bus: 'serio': add driver iforce
[ 4.146321] bus: 'gameport': add driver interact
[ 4.147502] bus: 'gameport': add driver joydump
[ 4.148680] bus: 'serio': add driver magellan
[ 4.149856] bus: 'gameport': add driver sidewinder
[ 4.151210] bus: 'serio': add driver stinger
[ 4.152299] bus: 'gameport': add driver tmdc
[ 4.153444] bus: 'serio': add driver twidjoy
[ 4.154537] bus: 'usb': add driver xpad
[ 4.155512] usbcore: registered new interface driver xpad
[ 4.156854] bus: 'serio': add driver zhenhua
[ 4.157983] bus: 'i2c': add driver ad714x_captouch
[ 4.159249] i2c-core: driver [ad714x_captouch] registered
[ 4.160620] bus: 'i2c': add driver bma150
[ 4.161646] i2c-core: driver [bma150] registered
[ 4.162801] bus: 'platform': add driver da9052-onkey
[ 4.164067] bus: 'i2c': add driver mma8450
[ 4.165099] i2c-core: driver [mma8450] registered
[ 4.166306] device: 'uinput': device_add
[ 4.167934] PM: Adding info for No Bus:uinput
[ 4.169048] bus: 'i2c': add driver bq32k
[ 4.170064] i2c-core: driver [bq32k] registered
[ 4.171240] bus: 'platform': add driver rtc-bq4802
[ 4.172443] bus: 'platform': add driver rtc_cmos
[ 4.173638] bus: 'platform': driver_probe_device: matched device rtc_cmos with driver rtc_cmos
[ 4.175762] bus: 'platform': really_probe: probing driver rtc_cmos with device rtc_cmos
[ 4.178262] rtc (null): alarm rollover: day
[ 4.179491] device: 'rtc0': device_add
[ 4.180529] PM: Adding info for No Bus:rtc0
[ 4.181631] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[ 4.183378] rtc0: alarms up to one day, 114 bytes nvram
[ 4.184693] driver: 'rtc_cmos': driver_bound: bound to device 'rtc_cmos'
[ 4.186381] bus: 'platform': really_probe: bound device rtc_cmos to driver rtc_cmos
[ 4.188368] bus: 'spi': add driver rtc-ds1305
[ 4.189493] bus: 'i2c': add driver rtc-ds1307
[ 4.190636] i2c-core: driver [rtc-ds1307] registered
[ 4.191876] bus: 'i2c': add driver rtc-ds1374
[ 4.192977] i2c-core: driver [rtc-ds1374] registered
[ 4.194278] bus: 'platform': add driver ds1511
[ 4.195421] bus: 'platform': add driver rtc-ds1553
[ 4.196638] bus: 'i2c': add driver rtc-ds1672
[ 4.197785] i2c-core: driver [rtc-ds1672] registered
[ 4.199030] bus: 'platform': add driver rtc-ds1742
[ 4.200312] bus: 'spi': add driver ds3234
[ 4.201371] bus: 'i2c': add driver rtc-fm3130
[ 4.202338] i2c-core: driver [rtc-fm3130] registered
[ 4.203262] bus: 'i2c': add driver rtc-isl1208
[ 4.206430] i2c-core: driver [rtc-isl1208] registered
[ 4.207752] bus: 'i2c': add driver rtc-isl12022
[ 4.208913] i2c-core: driver [rtc-isl12022] registered
[ 4.210374] bus: 'i2c': add driver rtc-m41t80
[ 4.211496] i2c-core: driver [rtc-m41t80] registered
[ 4.212763] bus: 'spi': add driver rtc-m41t94
[ 4.213912] bus: 'platform': add driver rtc-m48t35
[ 4.215169] bus: 'platform': add driver rtc-m48t59
[ 4.216367] bus: 'i2c': add driver rtc-max6900
[ 4.217532] i2c-core: driver [rtc-max6900] registered
[ 4.218793] bus: 'platform': add driver pcap-rtc
[ 4.219941] bus: 'platform': remove driver pcap-rtc
[ 4.221250] driver: 'pcap-rtc': driver_release
[ 4.222365] bus: 'i2c': add driver pcf8583
[ 4.223438] i2c-core: driver [pcf8583] registered
[ 4.224611] bus: 'spi': add driver rtc-r9701
[ 4.225710] bus: 'i2c': add driver rtc-rs5c372
[ 4.226863] i2c-core: driver [rtc-rs5c372] registered
[ 4.228108] bus: 'i2c': add driver rtc-rv3029c2
[ 4.229293] i2c-core: driver [rtc-rv3029c2] registered
[ 4.230612] bus: 'i2c': add driver rtc-rx8025
[ 4.231716] i2c-core: driver [rtc-rx8025] registered
[ 4.232978] bus: 'i2c': add driver rtc-s35390a
[ 4.234239] i2c-core: driver [rtc-s35390a] registered
[ 4.235513] bus: 'platform': add driver wm831x-rtc
[ 4.236750] bus: 'i2c': add driver smbus_alert
[ 4.237889] i2c-core: driver [smbus_alert] registered
[ 4.239182] i2c /dev entries driver
[ 4.240050] device class 'i2c-dev': registering
[ 4.241340] bus: 'pci': add driver i801_smbus
[ 4.242474] bus: 'platform': add driver isch_smbus
[ 4.243845] bus: 'pci': add driver sis630_smbus
[ 4.245018] bus: 'pci': add driver sis96x_smbus
[ 4.246216] bus: 'pci': add driver vt596_smbus
[ 4.247264] bus: 'pci': add driver i2c-designware-pci
[ 4.248424] bus: 'pci': add driver i2c-intel-mid
[ 4.249621] bus: 'platform': add driver simtec-i2c
[ 4.253987] bus: 'usb': add driver i2c-diolan-u2c
[ 4.255223] usbcore: registered new interface driver i2c-diolan-u2c
[ 4.256799] i2c-parport-light: adapter type unspecified
[ 4.258092] Driver for 1-wire Dallas network protocol.
[ 4.259424] bus: 'w1': registered
[ 4.260310] bus: 'w1': add driver w1_master_driver
[ 4.261896] bus: 'w1': add driver w1_slave_driver
[ 4.263096] bus: 'pci': add driver matrox_w1
[ 4.264267] bus: 'usb': add driver DS9490R
[ 4.265327] usbcore: registered new interface driver DS9490R
[ 4.266801] bus: 'platform': add driver pda-power
[ 4.267986] bus: 'platform': add driver wm831x-power
[ 4.269279] bus: 'platform': add driver ds2780-battery
[ 4.270920] bus: 'i2c': add driver max17040
[ 4.271988] i2c-core: driver [max17040] using legacy suspend method
[ 4.273629] i2c-core: driver [max17040] using legacy resume method
[ 4.275185] i2c-core: driver [max17040] registered
[ 4.276391] bus: 'platform': add driver isp1704_charger
[ 4.278824] bus: 'platform': add driver twl4030_bci
[ 4.280099] bus: 'platform': remove driver twl4030_bci
[ 4.281438] driver: 'twl4030_bci': driver_release
[ 4.282606] bus: 'i2c': add driver lp8727
[ 4.283643] i2c-core: driver [lp8727] registered
[ 4.284865] bus: 'i2c': add driver w83792d
[ 4.285887] i2c-core: driver [w83792d] registered
[ 4.287216] bus: 'i2c': add driver w83781d
[ 4.288253] i2c-core: driver [w83781d] registered
[ 4.289452] bus: 'i2c': add driver w83791d
[ 4.290515] i2c-core: driver [w83791d] registered
[ 4.291603] bus: 'i2c': add driver adm9240
[ 4.292510] i2c-core: driver [adm9240] registered
[ 4.294177] bus: 'i2c': add driver ads1015
[ 4.295239] i2c-core: driver [ads1015] registered
[ 4.296397] bus: 'i2c': add driver ads7828
[ 4.297488] i2c-core: driver [ads7828] registered
[ 4.298648] bus: 'spi': add driver ads7871
[ 4.299707] applesmc: supported laptop not found!
[ 4.301007] applesmc: driver init failed (ret=-19)!
[ 4.302258] bus: 'i2c': add driver emc2103
[ 4.304307] i2c-core: driver [emc2103] registered
[ 4.305490] bus: 'i2c': add driver emc6w201
[ 4.306554] i2c-core: driver [emc6w201] registered
[ 4.307847] bus: 'i2c': add driver f75375
[ 4.308873] i2c-core: driver [f75375] registered
[ 4.310069] bus: 'i2c': add driver fschmd
[ 4.311074] i2c-core: driver [fschmd] registered
[ 4.312275] bus: 'i2c': add driver gl518sm
[ 4.313328] i2c-core: driver [gl518sm] registered
[ 4.314561] bus: 'spi': add driver lm70
[ 4.315544] bus: 'i2c': add driver lm77
[ 4.316527] i2c-core: driver [lm77] registered
[ 4.318255] bus: 'i2c': add driver lm78
[ 4.319273] i2c-core: driver [lm78] registered
[ 4.320435] bus: 'i2c': add driver lm80
[ 4.321418] i2c-core: driver [lm80] registered
[ 4.322516] bus: 'i2c': add driver lm83
[ 4.324008] i2c-core: driver [lm83] registered
[ 4.325180] bus: 'i2c': add driver lm85
[ 4.326159] i2c-core: driver [lm85] registered
[ 4.327296] bus: 'i2c': add driver lm90
[ 4.328272] i2c-core: driver [lm90] registered
[ 4.329402] bus: 'i2c': add driver lm92
[ 4.330496] i2c-core: driver [lm92] registered
[ 4.331579] bus: 'i2c': add driver lm93
[ 4.332417] i2c-core: driver [lm93] registered
[ 4.333548] bus: 'i2c': add driver lm95241
[ 4.334587] i2c-core: driver [lm95241] registered
[ 4.335749] bus: 'i2c': add driver ltc4151
[ 4.336914] i2c-core: driver [ltc4151] registered
[ 4.338096] bus: 'spi': add driver max1111
[ 4.339227] pc87360: PC8736x not detected, module not inserted
[ 4.340738] bus: 'i2c': add driver pcf8591
[ 4.341791] i2c-core: driver [pcf8591] registered
[ 4.343014] BUG: unable to handle kernel NULL pointer dereference at (null)
[ 4.344009] IP: [<ffffffff811c6240>] strim+0x80/0x80
[ 4.344009] PGD 0
[ 4.344009] Oops: 0000 [#1]
[ 4.344009] CPU 0
[ 4.344009] Pid: 1, comm: swapper Not tainted 3.6.0-rc1-00002-g1645e4f #229 Bochs Bochs
[ 4.344009] RIP: 0010:[<ffffffff811c6240>] [<ffffffff811c6240>] strim+0x80/0x80
[ 4.344009] RSP: 0018:ffff880000025e48 EFLAGS: 00010246
[ 4.344009] RAX: 000000000000fff6 RBX: 0000000000000000 RCX: 0000000000000000
[ 4.344009] RDX: 0000000000000000 RSI: 000000000000ffed RDI: 0000000000000000
[ 4.344009] RBP: ffff880000025e70 R08: 0000000000000000 R09: 0000000000000000
[ 4.344009] R10: 0000000000000001 R11: 0000000000000000 R12: 0000000000000000
[ 4.344009] R13: 0000000000000000 R14: 000000000000ffed R15: 0000000000000000
[ 4.344009] FS: 0000000000000000(0000) GS:ffffffff81a25000(0000) knlGS:0000000000000000
[ 4.344009] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 4.344009] CR2: 0000000000000000 CR3: 0000000001a0f000 CR4: 00000000000006b0
[ 4.344009] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 4.344009] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 4.344009] Process swapper (pid: 1, threadinfo ffff880000024000, task ffff880000028000)
[ 4.344009] Stack:
[ 4.344009] ffffffff812c3136 0000000000000000 00000000ffffffed 0000000000000172
[ 4.344009] ffffffff81cf66e0 ffff880000025ed0 ffffffff81cf6805 0000000000000000
[ 4.344009] 000000000000ffed 000000000000fff6 0000000000000000 0000000000000100
[ 4.344009] Call Trace:
[ 4.344009] [<ffffffff812c3136>] ? platform_device_alloc+0x26/0x90
[ 4.344009] [<ffffffff81cf66e0>] ? pcf8591_init+0x37/0x37
[ 4.344009] [<ffffffff81cf6805>] sch56xx_init+0x125/0x19d
[ 4.344009] [<ffffffff81cccbcc>] do_one_initcall+0x78/0x136
[ 4.344009] [<ffffffff81cccd7b>] kernel_init+0xf1/0x175
[ 4.344009] [<ffffffff81ccc4f7>] ? loglevel+0x31/0x31
[ 4.344009] [<ffffffff81479b04>] kernel_thread_helper+0x4/0x10
[ 4.344009] [<ffffffff814783ec>] ? retint_restore_args+0x13/0x13
[ 4.344009] [<ffffffff81cccc8a>] ? do_one_initcall+0x136/0x136
[ 4.344009] [<ffffffff81479b00>] ? gs_change+0x13/0x13
[ 4.344009] Code: 20 74 18 0f 1f 84 00 00 00 00 00 48 83 c0 01 0f b6 10 f6 82 60 07 6b 81 20 75 f0 5d c3 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 <80> 3f 00 55 48 89 e5 74 15 48 89 f8 0f 1f 40 00 48 83 c0 01 80
[ 4.344009] RIP [<ffffffff811c6240>] strim+0x80/0x80
[ 4.344009] RSP <ffff880000025e48>
[ 4.344009] CR2: 0000000000000000
[ 4.400835] ---[ end trace 865a97e60462245e ]---
[ 4.404860] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000009
[ 4.404860]
[ 4.406682] Rebooting in 10 seconds..#
# Automatically generated file; DO NOT EDIT.
# Linux/x86_64 3.6.0-rc1 Kernel Configuration
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_MMU=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_DEFAULT_IDLE=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_ARCH_HAS_CPU_AUTOPROBE=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ZONE_DMA32=y
CONFIG_AUDIT_ARCH=y
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcall-saved-r9 -fcall-saved-r10 -fcall-saved-r11"
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_HAVE_IRQ_WORK=y
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y

#
# General setup
#
# CONFIG_EXPERIMENTAL is not set
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_FHANDLE is not set
# CONFIG_TASKSTATS is not set
# CONFIG_AUDIT is not set
CONFIG_HAVE_GENERIC_HARDIRQS=y

#
# IRQ subsystem
#
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_IRQ_DOMAIN=y
# CONFIG_IRQ_DOMAIN_DEBUG is not set
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_ARCH_CLOCKSOURCE_DATA=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
CONFIG_GENERIC_CMOS_UPDATE=y

#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y

#
# RCU Subsystem
#
CONFIG_TINY_RCU=y
# CONFIG_PREEMPT_RCU is not set
# CONFIG_TREE_RCU_TRACE is not set
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=17
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
# CONFIG_CGROUPS is not set
# CONFIG_CHECKPOINT_RESTORE is not set
CONFIG_NAMESPACES=y
# CONFIG_UTS_NS is not set
CONFIG_IPC_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
# CONFIG_SCHED_AUTOGROUP is not set
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_XZ=y
# CONFIG_RD_LZO is not set
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
CONFIG_EXPERT=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
# CONFIG_HOTPLUG is not set
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
# CONFIG_PCSPKR_PLATFORM is not set
CONFIG_HAVE_PCSPKR_PLATFORM=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
# CONFIG_SHMEM is not set
CONFIG_AIO=y
# CONFIG_EMBEDDED is not set
CONFIG_HAVE_PERF_EVENTS=y
CONFIG_PERF_USE_VMALLOC=y

#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
CONFIG_DEBUG_PERF_USE_VMALLOC=y
# CONFIG_VM_EVENT_COUNTERS is not set
CONFIG_PCI_QUIRKS=y
CONFIG_SLUB_DEBUG=y
CONFIG_COMPAT_BRK=y
# CONFIG_SLAB is not set
CONFIG_SLUB=y
# CONFIG_SLOB is not set
CONFIG_PROFILING=y
CONFIG_TRACEPOINTS=y
# CONFIG_OPROFILE is not set
CONFIG_HAVE_OPROFILE=y
CONFIG_OPROFILE_NMI_TIMER=y
# CONFIG_JUMP_LABEL is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_ATTRS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_DMA_API_DEBUG=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_PERF_EVENTS_NMI=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
CONFIG_HAVE_CMPXCHG_LOCAL=y
CONFIG_HAVE_CMPXCHG_DOUBLE=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y

#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
# CONFIG_MODULES is not set
# CONFIG_BLOCK is not set
# CONFIG_INLINE_SPIN_TRYLOCK is not set
# CONFIG_INLINE_SPIN_TRYLOCK_BH is not set
# CONFIG_INLINE_SPIN_LOCK is not set
# CONFIG_INLINE_SPIN_LOCK_BH is not set
# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
CONFIG_UNINLINE_SPIN_UNLOCK=y
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
# CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set
# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
# CONFIG_INLINE_READ_TRYLOCK is not set
# CONFIG_INLINE_READ_LOCK is not set
# CONFIG_INLINE_READ_LOCK_BH is not set
# CONFIG_INLINE_READ_LOCK_IRQ is not set
# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
# CONFIG_INLINE_READ_UNLOCK is not set
# CONFIG_INLINE_READ_UNLOCK_BH is not set
# CONFIG_INLINE_READ_UNLOCK_IRQ is not set
# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
# CONFIG_INLINE_WRITE_TRYLOCK is not set
# CONFIG_INLINE_WRITE_LOCK is not set
# CONFIG_INLINE_WRITE_LOCK_BH is not set
# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
# CONFIG_INLINE_WRITE_UNLOCK is not set
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
# CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
# CONFIG_MUTEX_SPIN_ON_OWNER is not set
CONFIG_FREEZER=y

#
# Processor type and features
#
# CONFIG_ZONE_DMA is not set
# CONFIG_SMP is not set
CONFIG_X86_MPPARSE=y
CONFIG_X86_EXTENDED_PLATFORM=y
# CONFIG_SCHED_OMIT_FRAME_POINTER is not set
CONFIG_PARAVIRT_GUEST=y
CONFIG_PARAVIRT_TIME_ACCOUNTING=y
CONFIG_XEN=y
# CONFIG_XEN_PRIVILEGED_GUEST is not set
CONFIG_XEN_PVHVM=y
CONFIG_XEN_MAX_DOMAIN_MEMORY=500
CONFIG_XEN_SAVE_RESTORE=y
CONFIG_XEN_DEBUG_FS=y
CONFIG_KVM_CLOCK=y
CONFIG_KVM_GUEST=y
CONFIG_PARAVIRT=y
CONFIG_PARAVIRT_CLOCK=y
# CONFIG_PARAVIRT_DEBUG is not set
CONFIG_NO_BOOTMEM=y
# CONFIG_MEMTEST is not set
# CONFIG_MK8 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_MATOM is not set
CONFIG_GENERIC_CPU=y
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_XADD=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_PROCESSOR_SELECT=y
# CONFIG_CPU_SUP_INTEL is not set
# CONFIG_CPU_SUP_AMD is not set
# CONFIG_CPU_SUP_CENTAUR is not set
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
CONFIG_NR_CPUS=1
# CONFIG_IRQ_TIME_ACCOUNTING is not set
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
CONFIG_PREEMPT_COUNT=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
# CONFIG_X86_MCE is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
# CONFIG_DIRECT_GBPAGES is not set
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y
CONFIG_SPARSEMEM_VMEMMAP=y
CONFIG_HAVE_MEMBLOCK=y
CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
CONFIG_ARCH_DISCARD_MEMBLOCK=y
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=999999
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=0
CONFIG_VIRT_TO_BUS=y
# CONFIG_KSM is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
CONFIG_TRANSPARENT_HUGEPAGE=y
# CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS is not set
CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y
CONFIG_CROSS_MEMORY_ATTACH=y
CONFIG_NEED_PER_CPU_KM=y
CONFIG_CLEANCACHE=y
CONFIG_X86_CHECK_BIOS_CORRUPTION=y
CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y
CONFIG_X86_RESERVE_LOW=64
# CONFIG_MTRR is not set
CONFIG_ARCH_RANDOM=y
# CONFIG_SECCOMP is not set
CONFIG_CC_STACKPROTECTOR=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_300=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=300
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
CONFIG_PHYSICAL_ALIGN=0x1000000
# CONFIG_CMDLINE_BOOL is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

#
# Power management and ACPI options
#
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_HIBERNATE_CALLBACKS=y
CONFIG_PM_SLEEP=y
# CONFIG_PM_AUTOSLEEP is not set
CONFIG_PM_WAKELOCKS=y
CONFIG_PM_WAKELOCKS_LIMIT=100
# CONFIG_PM_WAKELOCKS_GC is not set
# CONFIG_PM_RUNTIME is not set
CONFIG_PM=y
CONFIG_PM_DEBUG=y
CONFIG_PM_ADVANCED_DEBUG=y
# CONFIG_PM_TEST_SUSPEND is not set
CONFIG_PM_SLEEP_DEBUG=y
# CONFIG_PM_TRACE_RTC is not set
# CONFIG_ACPI is not set
# CONFIG_SFI is not set

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
CONFIG_CPU_FREQ_STAT=y
# CONFIG_CPU_FREQ_STAT_DETAILS is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set

#
# x86 CPU frequency scaling drivers
#
CONFIG_X86_P4_CLOCKMOD=y

#
# shared options
#
CONFIG_X86_SPEEDSTEP_LIB=y
# CONFIG_CPU_IDLE is not set
# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set

#
# Memory power savings
#

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_XEN=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCIEPORTBUS=y
# CONFIG_PCIEAER is not set
CONFIG_PCIEASPM=y
# CONFIG_PCIEASPM_DEBUG is not set
# CONFIG_PCIEASPM_DEFAULT is not set
CONFIG_PCIEASPM_POWERSAVE=y
# CONFIG_PCIEASPM_PERFORMANCE is not set
CONFIG_ARCH_SUPPORTS_MSI=y
# CONFIG_PCI_MSI is not set
CONFIG_PCI_DEBUG=y
CONFIG_PCI_REALLOC_ENABLE_AUTO=y
# CONFIG_PCI_STUB is not set
# CONFIG_XEN_PCIDEV_FRONTEND is not set
CONFIG_HT_IRQ=y
CONFIG_PCI_ATS=y
CONFIG_PCI_IOV=y
# CONFIG_PCI_PRI is not set
CONFIG_PCI_PASID=y
CONFIG_PCI_LABEL=y
CONFIG_ISA_DMA_API=y
# CONFIG_RAPIDIO is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
# CONFIG_HAVE_AOUT is not set
# CONFIG_BINFMT_MISC is not set
# CONFIG_IA32_EMULATION is not set
# CONFIG_COMPAT_FOR_U64_ALIGNMENT is not set
CONFIG_HAVE_TEXT_POKE_SMP=y
CONFIG_X86_DEV_DMA_OPS=y
CONFIG_NET=y

#
# Networking options
#
# CONFIG_PACKET is not set
CONFIG_UNIX=y
# CONFIG_UNIX_DIAG is not set
# CONFIG_NET_KEY is not set
# CONFIG_INET is not set
# CONFIG_NETWORK_SECMARK is not set
# CONFIG_NETFILTER is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_PHONET is not set
# CONFIG_NET_SCHED is not set
# CONFIG_DCB is not set
# CONFIG_DNS_RESOLVER is not set
# CONFIG_BATMAN_ADV is not set
# CONFIG_OPENVSWITCH is not set
CONFIG_BQL=y

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
CONFIG_WIRELESS=y
# CONFIG_CFG80211 is not set
# CONFIG_LIB80211 is not set

#
# CFG80211 needs to be enabled for MAC80211
#
# CONFIG_WIMAX is not set
# CONFIG_RFKILL is not set
# CONFIG_RFKILL_REGULATOR is not set
# CONFIG_NET_9P is not set
# CONFIG_CAIF is not set
CONFIG_HAVE_BPF_JIT=y

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
# CONFIG_FW_LOADER is not set
CONFIG_DEBUG_DRIVER=y
CONFIG_DEBUG_DEVRES=y
CONFIG_SYS_HYPERVISOR=y
# CONFIG_GENERIC_CPU_DEVICES is not set
CONFIG_REGMAP=y
CONFIG_REGMAP_I2C=y
CONFIG_REGMAP_SPI=y
CONFIG_REGMAP_IRQ=y
# CONFIG_CONNECTOR is not set
# CONFIG_MTD is not set
# CONFIG_PARPORT is not set

#
# Misc devices
#
CONFIG_SENSORS_LIS3LV02D=y
CONFIG_AD525X_DPOT=y
# CONFIG_AD525X_DPOT_I2C is not set
CONFIG_AD525X_DPOT_SPI=y
CONFIG_PHANTOM=y
CONFIG_INTEL_MID_PTI=y
CONFIG_SGI_IOC4=y
# CONFIG_ENCLOSURE_SERVICES is not set
CONFIG_CS5535_MFGPT=y
CONFIG_CS5535_MFGPT_DEFAULT_IRQ=7
# CONFIG_CS5535_CLOCK_EVENT_SRC is not set
CONFIG_HP_ILO=y
# CONFIG_APDS9802ALS is not set
CONFIG_ISL29003=y
# CONFIG_ISL29020 is not set
CONFIG_SENSORS_TSL2550=y
# CONFIG_SENSORS_BH1780 is not set
# CONFIG_SENSORS_BH1770 is not set
# CONFIG_SENSORS_APDS990X is not set
# CONFIG_HMC6352 is not set
# CONFIG_TI_DAC7512 is not set
CONFIG_VMWARE_BALLOON=y
CONFIG_BMP085=y
# CONFIG_BMP085_I2C is not set
CONFIG_BMP085_SPI=y
CONFIG_PCH_PHUB=y
CONFIG_USB_SWITCH_FSA9480=y

#
# EEPROM support
#
CONFIG_EEPROM_AT24=y
CONFIG_EEPROM_AT25=y
CONFIG_EEPROM_LEGACY=y
# CONFIG_EEPROM_93CX6 is not set
CONFIG_EEPROM_93XX46=y
CONFIG_CB710_CORE=y
# CONFIG_CB710_DEBUG is not set
CONFIG_CB710_DEBUG_ASSUMPTIONS=y

#
# Texas Instruments shared transport line discipline
#
CONFIG_SENSORS_LIS3_SPI=y
# CONFIG_SENSORS_LIS3_I2C is not set

#
# Altera FPGA firmware download module
#
# CONFIG_ALTERA_STAPL is not set
CONFIG_HAVE_IDE=y

#
# SCSI device support
#
CONFIG_SCSI_MOD=y
# CONFIG_SCSI_DMA is not set
# CONFIG_SCSI_NETLINK is not set
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#
CONFIG_FIREWIRE=y
# CONFIG_FIREWIRE_OHCI is not set
CONFIG_FIREWIRE_NOSY=y
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
# CONFIG_NETDEVICES is not set
# CONFIG_ISDN is not set

#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_FF_MEMLESS=y
CONFIG_INPUT_POLLDEV=y
# CONFIG_INPUT_SPARSEKMAP is not set
CONFIG_INPUT_MATRIXKMAP=y

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=y
# CONFIG_INPUT_EVDEV is not set
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ADP5520=y
CONFIG_KEYBOARD_ADP5588=y
# CONFIG_KEYBOARD_ADP5589 is not set
CONFIG_KEYBOARD_ATKBD=y
CONFIG_KEYBOARD_QT1070=y
CONFIG_KEYBOARD_LKKBD=y
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_TCA8418 is not set
CONFIG_KEYBOARD_LM8323=y
CONFIG_KEYBOARD_LM8333=y
# CONFIG_KEYBOARD_MAX7359 is not set
CONFIG_KEYBOARD_MCS=y
CONFIG_KEYBOARD_MPR121=y
CONFIG_KEYBOARD_NEWTON=y
CONFIG_KEYBOARD_OPENCORES=y
CONFIG_KEYBOARD_STOWAWAY=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_OMAP4 is not set
CONFIG_KEYBOARD_TWL4030=y
# CONFIG_KEYBOARD_XTKBD is not set
CONFIG_INPUT_MOUSE=y
# CONFIG_MOUSE_PS2 is not set
CONFIG_MOUSE_SERIAL=y
CONFIG_MOUSE_APPLETOUCH=y
CONFIG_MOUSE_BCM5974=y
CONFIG_MOUSE_VSXXXAA=y
CONFIG_MOUSE_SYNAPTICS_I2C=y
# CONFIG_MOUSE_SYNAPTICS_USB is not set
CONFIG_INPUT_JOYSTICK=y
# CONFIG_JOYSTICK_ANALOG is not set
# CONFIG_JOYSTICK_A3D is not set
# CONFIG_JOYSTICK_ADI is not set
# CONFIG_JOYSTICK_COBRA is not set
CONFIG_JOYSTICK_GF2K=y
CONFIG_JOYSTICK_GRIP=y
# CONFIG_JOYSTICK_GRIP_MP is not set
CONFIG_JOYSTICK_GUILLEMOT=y
CONFIG_JOYSTICK_INTERACT=y
CONFIG_JOYSTICK_SIDEWINDER=y
CONFIG_JOYSTICK_TMDC=y
CONFIG_JOYSTICK_IFORCE=y
# CONFIG_JOYSTICK_IFORCE_USB is not set
CONFIG_JOYSTICK_IFORCE_232=y
# CONFIG_JOYSTICK_WARRIOR is not set
CONFIG_JOYSTICK_MAGELLAN=y
# CONFIG_JOYSTICK_SPACEORB is not set
# CONFIG_JOYSTICK_SPACEBALL is not set
CONFIG_JOYSTICK_STINGER=y
CONFIG_JOYSTICK_TWIDJOY=y
CONFIG_JOYSTICK_ZHENHUA=y
# CONFIG_JOYSTICK_AS5011 is not set
CONFIG_JOYSTICK_JOYDUMP=y
CONFIG_JOYSTICK_XPAD=y
CONFIG_JOYSTICK_XPAD_FF=y
# CONFIG_JOYSTICK_XPAD_LEDS is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_AD714X=y
CONFIG_INPUT_AD714X_I2C=y
# CONFIG_INPUT_AD714X_SPI is not set
CONFIG_INPUT_BMA150=y
# CONFIG_INPUT_MC13783_PWRBUTTON is not set
CONFIG_INPUT_MMA8450=y
# CONFIG_INPUT_MPU3050 is not set
# CONFIG_INPUT_APANEL is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KXTJ9 is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_TWL4030_PWRBUTTON is not set
# CONFIG_INPUT_TWL4030_VIBRA is not set
CONFIG_INPUT_UINPUT=y
CONFIG_INPUT_DA9052_ONKEY=y
# CONFIG_INPUT_WM831X_ON is not set
# CONFIG_INPUT_PCAP is not set
# CONFIG_INPUT_ADXL34X is not set
# CONFIG_INPUT_CMA3000 is not set
# CONFIG_INPUT_XEN_KBDDEV_FRONTEND is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
CONFIG_SERIO_CT82C710=y
CONFIG_SERIO_PCIPS2=y
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=y
CONFIG_SERIO_ALTERA_PS2=y
CONFIG_SERIO_PS2MULT=y
CONFIG_GAMEPORT=y
CONFIG_GAMEPORT_NS558=y
CONFIG_GAMEPORT_L4=y
# CONFIG_GAMEPORT_EMU10K1 is not set
# CONFIG_GAMEPORT_FM801 is not set

#
# Character devices
#
# CONFIG_VT is not set
# CONFIG_UNIX98_PTYS is not set
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_TRACE_SINK is not set
# CONFIG_DEVKMEM is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set

#
# Non-8250 serial port support
#
# CONFIG_SERIAL_MAX3100 is not set
CONFIG_SERIAL_MAX3107=y
# CONFIG_SERIAL_MFD_HSU is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_JSM=y
CONFIG_SERIAL_TIMBERDALE=y
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
CONFIG_SERIAL_ALTERA_UART=y
CONFIG_SERIAL_ALTERA_UART_MAXPORTS=4
CONFIG_SERIAL_ALTERA_UART_BAUDRATE=115200
CONFIG_SERIAL_ALTERA_UART_CONSOLE=y
# CONFIG_SERIAL_PCH_UART is not set
CONFIG_SERIAL_XILINX_PS_UART=y
# CONFIG_SERIAL_XILINX_PS_UART_CONSOLE is not set
CONFIG_TTY_PRINTK=y
# CONFIG_HVC_XEN is not set
CONFIG_IPMI_HANDLER=y
# CONFIG_IPMI_PANIC_EVENT is not set
CONFIG_IPMI_DEVICE_INTERFACE=y
CONFIG_IPMI_SI=y
# CONFIG_IPMI_WATCHDOG is not set
CONFIG_IPMI_POWEROFF=y
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_TIMERIOMEM=y
# CONFIG_HW_RANDOM_INTEL is not set
# CONFIG_HW_RANDOM_AMD is not set
CONFIG_HW_RANDOM_VIA=y
# CONFIG_NVRAM is not set
# CONFIG_R3964 is not set
CONFIG_APPLICOM=y
# CONFIG_MWAVE is not set
# CONFIG_HANGCHECK_TIMER is not set
# CONFIG_TCG_TPM is not set
CONFIG_DEVPORT=y
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_MUX=y

#
# Multiplexer I2C Chip support
#
# CONFIG_I2C_HELPER_AUTO is not set
CONFIG_I2C_SMBUS=y

#
# I2C Algorithms
#
CONFIG_I2C_ALGOBIT=y
# CONFIG_I2C_ALGOPCF is not set
CONFIG_I2C_ALGOPCA=y

#
# I2C Hardware Bus support
#

#
# PC SMBus host controller drivers
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
CONFIG_I2C_I801=y
CONFIG_I2C_ISCH=y
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_SIS5595 is not set
CONFIG_I2C_SIS630=y
CONFIG_I2C_SIS96X=y
CONFIG_I2C_VIAPRO=y

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
CONFIG_I2C_DESIGNWARE_PCI=y
# CONFIG_I2C_EG20T is not set
CONFIG_I2C_INTEL_MID=y
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_PXA_PCI is not set
CONFIG_I2C_SIMTEC=y

#
# External I2C/SMBus adapter drivers
#
CONFIG_I2C_DIOLAN_U2C=y
CONFIG_I2C_PARPORT_LIGHT=y
# CONFIG_I2C_TINY_USB is not set

#
# Other I2C/SMBus bus drivers
#
CONFIG_I2C_DEBUG_CORE=y
# CONFIG_I2C_DEBUG_ALGO is not set
CONFIG_I2C_DEBUG_BUS=y
CONFIG_SPI=y
# CONFIG_SPI_DEBUG is not set
CONFIG_SPI_MASTER=y

#
# SPI Master Controller Drivers
#
CONFIG_SPI_ALTERA=y
CONFIG_SPI_BITBANG=y
# CONFIG_SPI_PXA2XX_PCI is not set
# CONFIG_SPI_TOPCLIFF_PCH is not set
# CONFIG_SPI_XCOMM is not set
# CONFIG_SPI_DESIGNWARE is not set

#
# SPI Protocol Masters
#
# CONFIG_SPI_TLE62X0 is not set
# CONFIG_HSI is not set

#
# PPS support
#

#
# PPS generators support
#

#
# PTP clock support
#

#
# Enable Device Drivers -> PPS to see the PTP clock options.
#
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
# CONFIG_GPIOLIB is not set
CONFIG_W1=y

#
# 1-wire Bus Masters
#
CONFIG_W1_MASTER_MATROX=y
CONFIG_W1_MASTER_DS2490=y
# CONFIG_W1_MASTER_DS1WM is not set

#
# 1-wire Slaves
#
CONFIG_W1_SLAVE_THERM=y
CONFIG_W1_SLAVE_SMEM=y
CONFIG_W1_SLAVE_DS2408=y
# CONFIG_W1_SLAVE_DS2423 is not set
CONFIG_W1_SLAVE_DS2431=y
# CONFIG_W1_SLAVE_DS2433 is not set
# CONFIG_W1_SLAVE_DS2760 is not set
CONFIG_W1_SLAVE_DS2780=y
CONFIG_W1_SLAVE_DS2781=y
# CONFIG_W1_SLAVE_DS28E04 is not set
# CONFIG_W1_SLAVE_BQ27000 is not set
CONFIG_POWER_SUPPLY=y
CONFIG_POWER_SUPPLY_DEBUG=y
CONFIG_PDA_POWER=y
# CONFIG_WM831X_BACKUP is not set
CONFIG_WM831X_POWER=y
# CONFIG_TEST_POWER is not set
CONFIG_BATTERY_DS2780=y
# CONFIG_BATTERY_DS2781 is not set
# CONFIG_BATTERY_DS2782 is not set
# CONFIG_BATTERY_SBS is not set
# CONFIG_BATTERY_BQ27x00 is not set
CONFIG_BATTERY_MAX17040=y
# CONFIG_BATTERY_MAX17042 is not set
CONFIG_CHARGER_ISP1704=y
# CONFIG_CHARGER_MAX8903 is not set
CONFIG_CHARGER_TWL4030=y
CONFIG_CHARGER_LP8727=y
# CONFIG_CHARGER_MANAGER is not set
# CONFIG_CHARGER_SMB347 is not set
# CONFIG_POWER_AVS is not set
CONFIG_HWMON=y
CONFIG_HWMON_VID=y
# CONFIG_HWMON_DEBUG_CHIP is not set

#
# Native drivers
#
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
CONFIG_SENSORS_ADM9240=y
# CONFIG_SENSORS_ADT7475 is not set
# CONFIG_SENSORS_ASC7621 is not set
# CONFIG_SENSORS_K10TEMP is not set
# CONFIG_SENSORS_FAM15H_POWER is not set
# CONFIG_SENSORS_DS620 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_DA9052_ADC is not set
CONFIG_SENSORS_F71805F=y
# CONFIG_SENSORS_F71882FG is not set
CONFIG_SENSORS_F75375S=y
CONFIG_SENSORS_FSCHMD=y
# CONFIG_SENSORS_G760A is not set
CONFIG_SENSORS_GL518SM=y
# CONFIG_SENSORS_GL520SM is not set
# CONFIG_SENSORS_IBMAEM is not set
CONFIG_SENSORS_IBMPEX=y
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_JC42 is not set
# CONFIG_SENSORS_LM63 is not set
CONFIG_SENSORS_LM70=y
# CONFIG_SENSORS_LM73 is not set
# CONFIG_SENSORS_LM75 is not set
CONFIG_SENSORS_LM77=y
CONFIG_SENSORS_LM78=y
CONFIG_SENSORS_LM80=y
CONFIG_SENSORS_LM83=y
CONFIG_SENSORS_LM85=y
# CONFIG_SENSORS_LM87 is not set
CONFIG_SENSORS_LM90=y
CONFIG_SENSORS_LM92=y
CONFIG_SENSORS_LM93=y
CONFIG_SENSORS_LTC4151=y
CONFIG_SENSORS_LM95241=y
CONFIG_SENSORS_MAX1111=y
# CONFIG_SENSORS_MAX16065 is not set
# CONFIG_SENSORS_MAX1619 is not set
CONFIG_SENSORS_PC87360=y
CONFIG_SENSORS_PC87427=y
CONFIG_SENSORS_PCF8591=y
CONFIG_SENSORS_SHT21=y
CONFIG_SENSORS_SIS5595=y
# CONFIG_SENSORS_EMC1403 is not set
CONFIG_SENSORS_EMC2103=y
CONFIG_SENSORS_EMC6W201=y
# CONFIG_SENSORS_SMSC47M1 is not set
CONFIG_SENSORS_SMSC47M192=y
CONFIG_SENSORS_SCH56XX_COMMON=y
CONFIG_SENSORS_SCH5627=y
# CONFIG_SENSORS_SCH5636 is not set
CONFIG_SENSORS_ADS1015=y
CONFIG_SENSORS_ADS7828=y
CONFIG_SENSORS_ADS7871=y
CONFIG_SENSORS_THMC50=y
# CONFIG_SENSORS_VIA_CPUTEMP is not set
# CONFIG_SENSORS_VIA686A is not set
CONFIG_SENSORS_VT1211=y
CONFIG_SENSORS_VT8231=y
CONFIG_SENSORS_W83781D=y
CONFIG_SENSORS_W83791D=y
CONFIG_SENSORS_W83792D=y
CONFIG_SENSORS_W83627HF=y
CONFIG_SENSORS_W83627EHF=y
CONFIG_SENSORS_WM831X=y
CONFIG_SENSORS_APPLESMC=y
# CONFIG_SENSORS_MC13783_ADC is not set
# CONFIG_THERMAL is not set
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
CONFIG_WATCHDOG_NOWAYOUT=y

#
# Watchdog Device Drivers
#
# CONFIG_SOFT_WATCHDOG is not set
# CONFIG_DA9052_WATCHDOG is not set
CONFIG_WM831X_WATCHDOG=y
# CONFIG_TWL4030_WATCHDOG is not set
CONFIG_ACQUIRE_WDT=y
# CONFIG_ADVANTECH_WDT is not set
CONFIG_ALIM1535_WDT=y
# CONFIG_ALIM7101_WDT is not set
CONFIG_SP5100_TCO=y
# CONFIG_GEODE_WDT is not set
# CONFIG_SC520_WDT is not set
CONFIG_SBC_FITPC2_WATCHDOG=y
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
CONFIG_IBMASR=y
CONFIG_WAFER_WDT=y
CONFIG_I6300ESB_WDT=y
CONFIG_IE6XX_WDT=y
# CONFIG_ITCO_WDT is not set
# CONFIG_IT8712F_WDT is not set
# CONFIG_HP_WATCHDOG is not set
CONFIG_SC1200_WDT=y
# CONFIG_PC87413_WDT is not set
CONFIG_NV_TCO=y
# CONFIG_60XX_WDT is not set
CONFIG_SBC8360_WDT=y
# CONFIG_CPU5_WDT is not set
CONFIG_SMSC_SCH311X_WDT=y
CONFIG_SMSC37B787_WDT=y
CONFIG_VIA_WDT=y
# CONFIG_W83627HF_WDT is not set
CONFIG_W83697HF_WDT=y
# CONFIG_W83697UG_WDT is not set
# CONFIG_W83877F_WDT is not set
# CONFIG_W83977F_WDT is not set
CONFIG_MACHZ_WDT=y
# CONFIG_SBC_EPX_C3_WATCHDOG is not set
CONFIG_XEN_WDT=y

#
# PCI-based Watchdog Cards
#
# CONFIG_PCIPCWATCHDOG is not set
CONFIG_WDTPCI=y

#
# USB-based Watchdog Cards
#
CONFIG_USBPCWATCHDOG=y
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
CONFIG_SSB=y
CONFIG_SSB_SPROM=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
# CONFIG_SSB_B43_PCI_BRIDGE is not set
CONFIG_SSB_SDIOHOST_POSSIBLE=y
# CONFIG_SSB_SDIOHOST is not set
# CONFIG_SSB_SILENT is not set
# CONFIG_SSB_DEBUG is not set
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y
CONFIG_BCMA_POSSIBLE=y

#
# Broadcom specific AMBA
#
CONFIG_BCMA=y
CONFIG_BCMA_HOST_PCI_POSSIBLE=y
CONFIG_BCMA_HOST_PCI=y
# CONFIG_BCMA_DRIVER_GMAC_CMN is not set
# CONFIG_BCMA_DEBUG is not set

#
# Multifunction device drivers
#
CONFIG_MFD_CORE=y
# CONFIG_MFD_88PM860X is not set
# CONFIG_MFD_88PM800 is not set
# CONFIG_MFD_88PM805 is not set
CONFIG_MFD_SM501=y
CONFIG_HTC_PASIC3=y
# CONFIG_MFD_LM3533 is not set
CONFIG_TPS6105X=y
# CONFIG_TPS6507X is not set
# CONFIG_MFD_TPS65217 is not set
# CONFIG_MFD_TPS6586X is not set
CONFIG_TWL4030_CORE=y
# CONFIG_TWL4030_MADC is not set
# CONFIG_MFD_TWL4030_AUDIO is not set
# CONFIG_TWL6030_PWM is not set
# CONFIG_TWL6040_CORE is not set
# CONFIG_MFD_STMPE is not set
# CONFIG_MFD_TC3589X is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_PMIC_DA903X is not set
CONFIG_PMIC_DA9052=y
CONFIG_MFD_DA9052_SPI=y
# CONFIG_MFD_DA9052_I2C is not set
CONFIG_PMIC_ADP5520=y
# CONFIG_MFD_MAX77686 is not set
CONFIG_MFD_MAX77693=y
# CONFIG_MFD_MAX8925 is not set
CONFIG_MFD_MAX8997=y
# CONFIG_MFD_MAX8998 is not set
# CONFIG_MFD_SEC_CORE is not set
# CONFIG_MFD_ARIZONA_I2C is not set
# CONFIG_MFD_ARIZONA_SPI is not set
# CONFIG_MFD_WM8400 is not set
CONFIG_MFD_WM831X=y
CONFIG_MFD_WM831X_I2C=y
# CONFIG_MFD_WM831X_SPI is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_WM8994 is not set
# CONFIG_MFD_PCF50633 is not set
CONFIG_MFD_MC13783=y
CONFIG_MFD_MC13XXX=y
CONFIG_MFD_MC13XXX_SPI=y
CONFIG_MFD_MC13XXX_I2C=y
CONFIG_ABX500_CORE=y
# CONFIG_AB3100_CORE is not set
CONFIG_EZX_PCAP=y
CONFIG_MFD_CS5535=y
CONFIG_LPC_SCH=y
CONFIG_LPC_ICH=y
CONFIG_MFD_RDC321X=y
# CONFIG_MFD_JANZ_CMODIO is not set
# CONFIG_MFD_VX855 is not set
# CONFIG_MFD_WL1273_CORE is not set
CONFIG_MFD_TPS65090=y
# CONFIG_MFD_RC5T583 is not set
CONFIG_MFD_PALMAS=y
CONFIG_REGULATOR=y
# CONFIG_REGULATOR_DEBUG is not set
CONFIG_REGULATOR_DUMMY=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_VIRTUAL_CONSUMER=y
CONFIG_REGULATOR_USERSPACE_CONSUMER=y
CONFIG_REGULATOR_AD5398=y
# CONFIG_REGULATOR_DA9052 is not set
CONFIG_REGULATOR_MC13XXX_CORE=y
CONFIG_REGULATOR_MC13783=y
CONFIG_REGULATOR_MC13892=y
# CONFIG_REGULATOR_ISL6271A is not set
# CONFIG_REGULATOR_MAX1586 is not set
CONFIG_REGULATOR_MAX8649=y
CONFIG_REGULATOR_MAX8660=y
CONFIG_REGULATOR_MAX8952=y
# CONFIG_REGULATOR_MAX8997 is not set
CONFIG_REGULATOR_PCAP=y
# CONFIG_REGULATOR_LP3971 is not set
CONFIG_REGULATOR_LP3972=y
# CONFIG_REGULATOR_LP872X is not set
CONFIG_REGULATOR_PALMAS=y
# CONFIG_REGULATOR_TPS6105X is not set
CONFIG_REGULATOR_TPS62360=y
CONFIG_REGULATOR_TPS65023=y
CONFIG_REGULATOR_TPS6507X=y
# CONFIG_REGULATOR_TPS65090 is not set
# CONFIG_REGULATOR_TPS6524X is not set
CONFIG_REGULATOR_TWL4030=y
# CONFIG_REGULATOR_WM831X is not set
CONFIG_MEDIA_SUPPORT=y

#
# Multimedia core support
#
# CONFIG_MEDIA_CAMERA_SUPPORT is not set
# CONFIG_MEDIA_ANALOG_TV_SUPPORT is not set
# CONFIG_MEDIA_DIGITAL_TV_SUPPORT is not set
# CONFIG_MEDIA_RADIO_SUPPORT is not set
# CONFIG_MEDIA_RC_SUPPORT is not set

#
# Media drivers
#

#
# Graphics support
#
CONFIG_AGP=y
# CONFIG_AGP_INTEL is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_VIA is not set
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
# CONFIG_DRM is not set
# CONFIG_STUB_POULSBO is not set
CONFIG_VGASTATE=y
# CONFIG_VIDEO_OUTPUT_CONTROL is not set
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
CONFIG_FB_DDC=y
CONFIG_FB_BOOT_VESA_SUPPORT=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
CONFIG_FB_SYS_FILLRECT=y
CONFIG_FB_SYS_COPYAREA=y
CONFIG_FB_SYS_IMAGEBLIT=y
CONFIG_FB_FOREIGN_ENDIAN=y
CONFIG_FB_BOTH_ENDIAN=y
# CONFIG_FB_BIG_ENDIAN is not set
# CONFIG_FB_LITTLE_ENDIAN is not set
CONFIG_FB_SYS_FOPS=y
# CONFIG_FB_WMT_GE_ROPS is not set
CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_SVGALIB=y
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
CONFIG_FB_CIRRUS=y
CONFIG_FB_PM2=y
CONFIG_FB_PM2_FIFO_DISCONNECT=y
CONFIG_FB_CYBER2000=y
# CONFIG_FB_CYBER2000_DDC is not set
# CONFIG_FB_ARC is not set
CONFIG_FB_ASILIANT=y
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_VESA=y
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_S1D13XXX is not set
CONFIG_FB_NVIDIA=y
CONFIG_FB_NVIDIA_I2C=y
# CONFIG_FB_NVIDIA_DEBUG is not set
# CONFIG_FB_NVIDIA_BACKLIGHT is not set
CONFIG_FB_RIVA=y
# CONFIG_FB_RIVA_I2C is not set
# CONFIG_FB_RIVA_DEBUG is not set
CONFIG_FB_RIVA_BACKLIGHT=y
CONFIG_FB_LE80578=y
CONFIG_FB_CARILLO_RANCH=y
CONFIG_FB_MATROX=y
CONFIG_FB_MATROX_MILLENIUM=y
# CONFIG_FB_MATROX_MYSTIQUE is not set
# CONFIG_FB_MATROX_G is not set
# CONFIG_FB_MATROX_I2C is not set
CONFIG_FB_RADEON=y
CONFIG_FB_RADEON_I2C=y
CONFIG_FB_RADEON_BACKLIGHT=y
# CONFIG_FB_RADEON_DEBUG is not set
# CONFIG_FB_ATY128 is not set
CONFIG_FB_ATY=y
# CONFIG_FB_ATY_CT is not set
# CONFIG_FB_ATY_GX is not set
# CONFIG_FB_ATY_BACKLIGHT is not set
# CONFIG_FB_S3 is not set
CONFIG_FB_SIS=y
CONFIG_FB_SIS_300=y
CONFIG_FB_SIS_315=y
# CONFIG_FB_VIA is not set
CONFIG_FB_NEOMAGIC=y
# CONFIG_FB_KYRO is not set
CONFIG_FB_3DFX=y
CONFIG_FB_VOODOO1=y
CONFIG_FB_VT8623=y
CONFIG_FB_TRIDENT=y
CONFIG_FB_ARK=y
# CONFIG_FB_CARMINE is not set
CONFIG_FB_TMIO=y
CONFIG_FB_TMIO_ACCELL=y
CONFIG_FB_SM501=y
CONFIG_FB_SMSCUFX=y
# CONFIG_FB_UDL is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_XEN_FBDEV_FRONTEND is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
CONFIG_FB_BROADSHEET=y
CONFIG_FB_AUO_K190X=y
CONFIG_FB_AUO_K1900=y
# CONFIG_FB_AUO_K1901 is not set
# CONFIG_EXYNOS_VIDEO is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=y
CONFIG_LCD_LTV350QV=y
CONFIG_LCD_ILI9320=y
# CONFIG_LCD_TDO24M is not set
CONFIG_LCD_VGG2432A4=y
CONFIG_LCD_PLATFORM=y
CONFIG_LCD_S6E63M0=y
# CONFIG_LCD_LD9040 is not set
# CONFIG_LCD_AMS369FG06 is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_BACKLIGHT_GENERIC=y
# CONFIG_BACKLIGHT_PROGEAR is not set
CONFIG_BACKLIGHT_CARILLO_RANCH=y
CONFIG_BACKLIGHT_DA9052=y
CONFIG_BACKLIGHT_SAHARA=y
# CONFIG_BACKLIGHT_WM831X is not set
# CONFIG_BACKLIGHT_ADP5520 is not set
# CONFIG_BACKLIGHT_ADP8860 is not set
# CONFIG_BACKLIGHT_ADP8870 is not set
CONFIG_BACKLIGHT_LP855X=y
CONFIG_BACKLIGHT_PANDORA=y
# CONFIG_LOGO is not set
CONFIG_SOUND=y
CONFIG_SOUND_OSS_CORE=y
# CONFIG_SOUND_OSS_CORE_PRECLAIM is not set
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_SEQUENCER=y
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
# CONFIG_SND_PCM_OSS is not set
# CONFIG_SND_SEQUENCER_OSS is not set
# CONFIG_SND_HRTIMER is not set
# CONFIG_SND_DYNAMIC_MINORS is not set
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
CONFIG_SND_VERBOSE_PRINTK=y
# CONFIG_SND_DEBUG is not set
CONFIG_SND_DMA_SGBUF=y
# CONFIG_SND_RAWMIDI_SEQ is not set
# CONFIG_SND_OPL3_LIB_SEQ is not set
# CONFIG_SND_OPL4_LIB_SEQ is not set
# CONFIG_SND_SBAWE_SEQ is not set
# CONFIG_SND_EMU10K1_SEQ is not set
# CONFIG_SND_DRIVERS is not set
# CONFIG_SND_PCI is not set
CONFIG_SND_SPI=y
# CONFIG_SND_USB is not set
CONFIG_SND_FIREWIRE=y
# CONFIG_SND_FIREWIRE_SPEAKERS is not set
# CONFIG_SND_ISIGHT is not set
# CONFIG_SND_SOC is not set
CONFIG_SOUND_PRIME=y
# CONFIG_SOUND_OSS is not set

#
# HID support
#
CONFIG_HID=y
# CONFIG_HID_BATTERY_STRENGTH is not set
# CONFIG_HIDRAW is not set
# CONFIG_UHID is not set
CONFIG_HID_GENERIC=y

#
# Special HID drivers
#

#
# USB HID support
#
# CONFIG_USB_HID is not set
# CONFIG_HID_PID is not set

#
# USB HID Boot Protocol drivers
#
CONFIG_USB_KBD=y
CONFIG_USB_MOUSE=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB_ARCH_HAS_XHCI=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=y
CONFIG_USB_DEBUG=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

#
# Miscellaneous USB options
#
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_OTG_WHITELIST is not set
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
CONFIG_USB_MON=y
# CONFIG_USB_WUSB_CBAF is not set

#
# USB Host Controller Drivers
#
CONFIG_USB_C67X00_HCD=y
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_OXU210HP_HCD=y
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1362_HCD is not set
CONFIG_USB_OHCI_HCD=y
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
# CONFIG_USB_UHCI_HCD is not set
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
CONFIG_USB_CHIPIDEA=y
# CONFIG_USB_CHIPIDEA_HOST is not set
# CONFIG_USB_CHIPIDEA_DEBUG is not set

#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
CONFIG_USB_WDM=y
# CONFIG_USB_TMC is not set

#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#

#
# also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_LIBUSUAL=y

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set

#
# USB port drivers
#
CONFIG_USB_SERIAL=y
# CONFIG_USB_SERIAL_CONSOLE is not set
CONFIG_USB_EZUSB=y
CONFIG_USB_SERIAL_GENERIC=y
# CONFIG_USB_SERIAL_AIRCABLE is not set
CONFIG_USB_SERIAL_ARK3116=y
# CONFIG_USB_SERIAL_BELKIN is not set
CONFIG_USB_SERIAL_CH341=y
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_CP210X is not set
CONFIG_USB_SERIAL_CYPRESS_M8=y
# CONFIG_USB_SERIAL_EMPEG is not set
CONFIG_USB_SERIAL_FTDI_SIO=y
CONFIG_USB_SERIAL_FUNSOFT=y
CONFIG_USB_SERIAL_VISOR=y
# CONFIG_USB_SERIAL_IPAQ is not set
CONFIG_USB_SERIAL_IR=y
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
CONFIG_USB_SERIAL_F81232=y
# CONFIG_USB_SERIAL_GARMIN is not set
CONFIG_USB_SERIAL_IPW=y
# CONFIG_USB_SERIAL_IUU is not set
CONFIG_USB_SERIAL_KEYSPAN_PDA=y
CONFIG_USB_SERIAL_KEYSPAN=y
# CONFIG_USB_SERIAL_KLSI is not set
CONFIG_USB_SERIAL_KOBIL_SCT=y
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_METRO is not set
# CONFIG_USB_SERIAL_MOS7720 is not set
CONFIG_USB_SERIAL_MOS7840=y
# CONFIG_USB_SERIAL_MOTOROLA is not set
CONFIG_USB_SERIAL_NAVMAN=y
# CONFIG_USB_SERIAL_PL2303 is not set
CONFIG_USB_SERIAL_OTI6858=y
CONFIG_USB_SERIAL_QCAUX=y
CONFIG_USB_SERIAL_QUALCOMM=y
CONFIG_USB_SERIAL_SPCP8X5=y
CONFIG_USB_SERIAL_HP4X=y
# CONFIG_USB_SERIAL_SAFE is not set
# CONFIG_USB_SERIAL_SIEMENS_MPI is not set
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
# CONFIG_USB_SERIAL_SYMBOL is not set
CONFIG_USB_SERIAL_TI=y
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_XIRCOM is not set
CONFIG_USB_SERIAL_WWAN=y
# CONFIG_USB_SERIAL_OPTION is not set
# CONFIG_USB_SERIAL_OMNINET is not set
CONFIG_USB_SERIAL_OPTICON=y
CONFIG_USB_SERIAL_VIVOPAY_SERIAL=y
# CONFIG_USB_SERIAL_ZIO is not set
CONFIG_USB_SERIAL_SSU100=y
CONFIG_USB_SERIAL_QT2=y
# CONFIG_USB_SERIAL_DEBUG is not set

#
# USB Miscellaneous drivers
#
CONFIG_USB_EMI62=y
# CONFIG_USB_EMI26 is not set
CONFIG_USB_ADUTUX=y
CONFIG_USB_SEVSEG=y
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
CONFIG_USB_LED=y
# CONFIG_USB_CYPRESS_CY7C63 is not set
CONFIG_USB_CYTHERM=y
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
CONFIG_USB_TEST=y
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_YUREX is not set

#
# USB Physical Layer drivers
#
CONFIG_USB_ISP1301=y
# CONFIG_USB_GADGET is not set

#
# OTG and related infrastructure
#
CONFIG_USB_OTG_UTILS=y
CONFIG_TWL4030_USB=y
# CONFIG_TWL6030_USB is not set
CONFIG_NOP_USB_XCEIV=y
CONFIG_MMC=y
CONFIG_MMC_DEBUG=y
# CONFIG_MMC_UNSAFE_RESUME is not set

#
# MMC/SD/SDIO Card Drivers
#
# CONFIG_SDIO_UART is not set
# CONFIG_MMC_TEST is not set

#
# MMC/SD/SDIO Host Controller Drivers
#
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_PCI=y
# CONFIG_MMC_RICOH_MMC is not set
# CONFIG_MMC_SDHCI_PLTFM is not set
CONFIG_MMC_WBSD=y
CONFIG_MMC_SPI=y
CONFIG_MMC_CB710=y
# CONFIG_MMC_VIA_SDMMC is not set
# CONFIG_MMC_VUB300 is not set
CONFIG_MMC_USHC=y
CONFIG_MEMSTICK=y
CONFIG_MEMSTICK_DEBUG=y

#
# MemoryStick drivers
#
CONFIG_MEMSTICK_UNSAFE_RESUME=y

#
# MemoryStick Host Controller Drivers
#
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y

#
# LED drivers
#
# CONFIG_LEDS_LM3530 is not set
# CONFIG_LEDS_LP3944 is not set
CONFIG_LEDS_LP5521=y
CONFIG_LEDS_LP5523=y
CONFIG_LEDS_CLEVO_MAIL=y
# CONFIG_LEDS_PCA955X is not set
CONFIG_LEDS_PCA9633=y
# CONFIG_LEDS_WM831X_STATUS is not set
# CONFIG_LEDS_DA9052 is not set
# CONFIG_LEDS_DAC124S085 is not set
CONFIG_LEDS_REGULATOR=y
# CONFIG_LEDS_BD2802 is not set
CONFIG_LEDS_INTEL_SS4200=y
# CONFIG_LEDS_ADP5520 is not set
CONFIG_LEDS_MC13783=y
# CONFIG_LEDS_TCA6507 is not set
CONFIG_LEDS_MAX8997=y
# CONFIG_LEDS_LM3556 is not set
CONFIG_LEDS_OT200=y
# CONFIG_LEDS_BLINKM is not set
CONFIG_LEDS_TRIGGERS=y

#
# LED Triggers
#
# CONFIG_LEDS_TRIGGER_TIMER is not set
# CONFIG_LEDS_TRIGGER_ONESHOT is not set
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
CONFIG_LEDS_TRIGGER_BACKLIGHT=y
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y

#
# iptables trigger is under Netfilter config (LED target)
#
# CONFIG_LEDS_TRIGGER_TRANSIENT is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
# CONFIG_EDAC is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
CONFIG_RTC_DEBUG=y

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
# CONFIG_RTC_INTF_PROC is not set
# CONFIG_RTC_INTF_DEV is not set
# CONFIG_RTC_DRV_TEST is not set

#
# I2C RTC drivers
#
CONFIG_RTC_DRV_DS1307=y
CONFIG_RTC_DRV_DS1374=y
CONFIG_RTC_DRV_DS1672=y
# CONFIG_RTC_DRV_DS3232 is not set
CONFIG_RTC_DRV_MAX6900=y
CONFIG_RTC_DRV_RS5C372=y
CONFIG_RTC_DRV_ISL1208=y
CONFIG_RTC_DRV_ISL12022=y
# CONFIG_RTC_DRV_X1205 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
CONFIG_RTC_DRV_PCF8583=y
CONFIG_RTC_DRV_M41T80=y
# CONFIG_RTC_DRV_M41T80_WDT is not set
CONFIG_RTC_DRV_BQ32K=y
# CONFIG_RTC_DRV_TWL4030 is not set
CONFIG_RTC_DRV_S35390A=y
CONFIG_RTC_DRV_FM3130=y
# CONFIG_RTC_DRV_RX8581 is not set
CONFIG_RTC_DRV_RX8025=y
# CONFIG_RTC_DRV_EM3027 is not set
CONFIG_RTC_DRV_RV3029C2=y

#
# SPI RTC drivers
#
# CONFIG_RTC_DRV_M41T93 is not set
CONFIG_RTC_DRV_M41T94=y
CONFIG_RTC_DRV_DS1305=y
# CONFIG_RTC_DRV_DS1390 is not set
# CONFIG_RTC_DRV_MAX6902 is not set
CONFIG_RTC_DRV_R9701=y
# CONFIG_RTC_DRV_RS5C348 is not set
CONFIG_RTC_DRV_DS3234=y
# CONFIG_RTC_DRV_PCF2123 is not set

#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=y
# CONFIG_RTC_DRV_DS1286 is not set
CONFIG_RTC_DRV_DS1511=y
CONFIG_RTC_DRV_DS1553=y
CONFIG_RTC_DRV_DS1742=y
# CONFIG_RTC_DRV_DA9052 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
CONFIG_RTC_DRV_M48T35=y
CONFIG_RTC_DRV_M48T59=y
# CONFIG_RTC_DRV_MSM6242 is not set
CONFIG_RTC_DRV_BQ4802=y
# CONFIG_RTC_DRV_RP5C01 is not set
# CONFIG_RTC_DRV_V3020 is not set
CONFIG_RTC_DRV_WM831X=y

#
# on-CPU RTC drivers
#
CONFIG_RTC_DRV_PCAP=y
# CONFIG_RTC_DRV_MC13XXX is not set
CONFIG_DMADEVICES=y
# CONFIG_DMADEVICES_DEBUG is not set

#
# DMA Devices
#
CONFIG_INTEL_MID_DMAC=y
CONFIG_INTEL_IOATDMA=y
CONFIG_TIMB_DMA=y
# CONFIG_PCH_DMA is not set
CONFIG_DMA_ENGINE=y

#
# DMA Clients
#
CONFIG_NET_DMA=y
CONFIG_ASYNC_TX_DMA=y
# CONFIG_DMATEST is not set
CONFIG_DCA=y
# CONFIG_AUXDISPLAY is not set
CONFIG_UIO=y
# CONFIG_UIO_CIF is not set
CONFIG_UIO_PDRV=y
# CONFIG_UIO_PDRV_GENIRQ is not set
CONFIG_UIO_AEC=y
CONFIG_UIO_SERCOS3=y
CONFIG_UIO_PCI_GENERIC=y
CONFIG_UIO_NETX=y

#
# Virtio drivers
#
# CONFIG_VIRTIO_BALLOON is not set

#
# Microsoft Hyper-V guest support
#

#
# Xen driver support
#
# CONFIG_XEN_BALLOON is not set
# CONFIG_XEN_DEV_EVTCHN is not set
CONFIG_XENFS=y
# CONFIG_XEN_COMPAT_XENFS is not set
CONFIG_XEN_SYS_HYPERVISOR=y
# CONFIG_XEN_GNTDEV is not set
# CONFIG_XEN_GRANT_DEV_ALLOC is not set
CONFIG_SWIOTLB_XEN=y
CONFIG_XEN_TMEM=y
CONFIG_XEN_PRIVCMD=y
# CONFIG_STAGING is not set
# CONFIG_X86_PLATFORM_DEVICES is not set

#
# Hardware Spinlock drivers
#
CONFIG_CLKEVT_I8253=y
CONFIG_CLKBLD_I8253=y
# CONFIG_IOMMU_SUPPORT is not set

#
# Remoteproc drivers (EXPERIMENTAL)
#

#
# Rpmsg drivers (EXPERIMENTAL)
#
# CONFIG_VIRT_DRIVERS is not set
# CONFIG_PM_DEVFREQ is not set
CONFIG_EXTCON=y

#
# Extcon Device Drivers
#
# CONFIG_EXTCON_MAX77693 is not set
# CONFIG_EXTCON_MAX8997 is not set
# CONFIG_MEMORY is not set
CONFIG_IIO=y
CONFIG_IIO_BUFFER=y
CONFIG_IIO_KFIFO_BUF=y
CONFIG_IIO_TRIGGER=y
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2

#
# Analog to digital converters
#
# CONFIG_AD7266 is not set

#
# Amplifiers
#
# CONFIG_AD8366 is not set

#
# Light sensors
#
# CONFIG_ADJD_S311 is not set
# CONFIG_VCNL4000 is not set

#
# Frequency Synthesizers DDS/PLL
#

#
# Clock Generator/Distribution
#
# CONFIG_AD9523 is not set

#
# Phase-Locked Loop (PLL) frequency synthesizers
#
# CONFIG_ADF4350 is not set

#
# Digital to analog converters
#
# CONFIG_AD5064 is not set
# CONFIG_AD5360 is not set
# CONFIG_AD5380 is not set
# CONFIG_AD5421 is not set
# CONFIG_AD5624R_SPI is not set
# CONFIG_AD5446 is not set
# CONFIG_AD5504 is not set
# CONFIG_AD5764 is not set
# CONFIG_AD5791 is not set
# CONFIG_AD5686 is not set
# CONFIG_MCP4725 is not set
# CONFIG_VME_BUS is not set
# CONFIG_PWM is not set

#
# Firmware Drivers
#
# CONFIG_EDD is not set
# CONFIG_FIRMWARE_MEMMAP is not set
# CONFIG_DELL_RBU is not set
CONFIG_DCDBAS=y
CONFIG_DMIID=y
# CONFIG_DMI_SYSFS is not set
# CONFIG_ISCSI_IBFT_FIND is not set
# CONFIG_GOOGLE_FIRMWARE is not set

#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
# CONFIG_FS_POSIX_ACL is not set
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
# CONFIG_QUOTA is not set
# CONFIG_QUOTACTL is not set
CONFIG_AUTOFS4_FS=y
# CONFIG_FUSE_FS is not set

#
# Caches
#
# CONFIG_FSCACHE is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
# CONFIG_PROC_KCORE is not set
CONFIG_PROC_SYSCTL=y
# CONFIG_PROC_PAGE_MONITOR is not set
CONFIG_SYSFS=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_CONFIGFS_FS=y
# CONFIG_MISC_FILESYSTEMS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
# CONFIG_NLS_CODEPAGE_437 is not set
CONFIG_NLS_CODEPAGE_737=y
CONFIG_NLS_CODEPAGE_775=y
CONFIG_NLS_CODEPAGE_850=y
# CONFIG_NLS_CODEPAGE_852 is not set
CONFIG_NLS_CODEPAGE_855=y
# CONFIG_NLS_CODEPAGE_857 is not set
CONFIG_NLS_CODEPAGE_860=y
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
CONFIG_NLS_CODEPAGE_864=y
# CONFIG_NLS_CODEPAGE_865 is not set
CONFIG_NLS_CODEPAGE_866=y
CONFIG_NLS_CODEPAGE_869=y
# CONFIG_NLS_CODEPAGE_936 is not set
CONFIG_NLS_CODEPAGE_950=y
CONFIG_NLS_CODEPAGE_932=y
CONFIG_NLS_CODEPAGE_949=y
# CONFIG_NLS_CODEPAGE_874 is not set
CONFIG_NLS_ISO8859_8=y
CONFIG_NLS_CODEPAGE_1250=y
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_ISO8859_2=y
CONFIG_NLS_ISO8859_3=y
CONFIG_NLS_ISO8859_4=y
CONFIG_NLS_ISO8859_5=y
CONFIG_NLS_ISO8859_6=y
CONFIG_NLS_ISO8859_7=y
CONFIG_NLS_ISO8859_9=y
# CONFIG_NLS_ISO8859_13 is not set
CONFIG_NLS_ISO8859_14=y
CONFIG_NLS_ISO8859_15=y
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_MAC_ROMAN=y
CONFIG_NLS_MAC_CELTIC=y
CONFIG_NLS_MAC_CENTEURO=y
# CONFIG_NLS_MAC_CROATIAN is not set
CONFIG_NLS_MAC_CYRILLIC=y
CONFIG_NLS_MAC_GAELIC=y
# CONFIG_NLS_MAC_GREEK is not set
# CONFIG_NLS_MAC_ICELAND is not set
CONFIG_NLS_MAC_INUIT=y
CONFIG_NLS_MAC_ROMANIAN=y
CONFIG_NLS_MAC_TURKISH=y
CONFIG_NLS_UTF8=y

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_PRINTK_TIME=y
CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
# CONFIG_ENABLE_WARN_DEPRECATED is not set
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_FRAME_WARN=2048
CONFIG_MAGIC_SYSRQ=y
# CONFIG_STRIP_ASM_SYMS is not set
CONFIG_READABLE_ASM=y
# CONFIG_UNUSED_SYMBOLS is not set
CONFIG_DEBUG_FS=y
CONFIG_HEADERS_CHECK=y
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_SHIRQ=y
# CONFIG_LOCKUP_DETECTOR is not set
# CONFIG_HARDLOCKUP_DETECTOR is not set
# CONFIG_PANIC_ON_OOPS is not set
CONFIG_PANIC_ON_OOPS_VALUE=0
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
CONFIG_SCHED_DEBUG=y
# CONFIG_SCHEDSTATS is not set
# CONFIG_TIMER_STATS is not set
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_SLUB_STATS is not set
CONFIG_DEBUG_RT_MUTEXES=y
CONFIG_DEBUG_PI_LIST=y
CONFIG_RT_MUTEX_TESTER=y
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_PROVE_LOCKING=y
# CONFIG_PROVE_RCU is not set
# CONFIG_SPARSE_RCU_POINTER is not set
CONFIG_LOCKDEP=y
CONFIG_LOCK_STAT=y
# CONFIG_DEBUG_LOCKDEP is not set
CONFIG_TRACE_IRQFLAGS=y
CONFIG_DEBUG_ATOMIC_SLEEP=y
CONFIG_DEBUG_LOCKING_API_SELFTESTS=y
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_INFO is not set
CONFIG_DEBUG_VM=y
CONFIG_DEBUG_VIRTUAL=y
CONFIG_DEBUG_WRITECOUNT=y
# CONFIG_DEBUG_MEMORY_INIT is not set
# CONFIG_DEBUG_LIST is not set
# CONFIG_TEST_LIST_SORT is not set
CONFIG_DEBUG_SG=y
CONFIG_DEBUG_NOTIFIERS=y
CONFIG_DEBUG_CREDENTIALS=y
CONFIG_ARCH_WANT_FRAME_POINTERS=y
CONFIG_FRAME_POINTER=y
CONFIG_BOOT_PRINTK_DELAY=y
CONFIG_RCU_TORTURE_TEST=y
CONFIG_RCU_TORTURE_TEST_RUNNABLE=y
CONFIG_RCU_TRACE=y
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
CONFIG_FAULT_INJECTION=y
# CONFIG_FAILSLAB is not set
CONFIG_FAIL_PAGE_ALLOC=y
# CONFIG_FAIL_MMC_REQUEST is not set
CONFIG_FAULT_INJECTION_DEBUG_FS=y
# CONFIG_LATENCYTOP is not set
# CONFIG_DEBUG_PAGEALLOC is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_NOP_TRACER=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y
CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACER_MAX_TRACE=y
CONFIG_RING_BUFFER=y
CONFIG_EVENT_TRACING=y
# CONFIG_EVENT_POWER_TRACING_DEPRECATED is not set
CONFIG_CONTEXT_SWITCH_TRACER=y
CONFIG_RING_BUFFER_ALLOW_SWAP=y
CONFIG_TRACING=y
CONFIG_GENERIC_TRACER=y
CONFIG_TRACING_SUPPORT=y
CONFIG_FTRACE=y
# CONFIG_FUNCTION_TRACER is not set
CONFIG_IRQSOFF_TRACER=y
CONFIG_SCHED_TRACER=y
# CONFIG_FTRACE_SYSCALLS is not set
CONFIG_TRACE_BRANCH_PROFILING=y
# CONFIG_BRANCH_PROFILE_NONE is not set
CONFIG_PROFILE_ANNOTATED_BRANCHES=y
# CONFIG_PROFILE_ALL_BRANCHES is not set
# CONFIG_BRANCH_TRACER is not set
# CONFIG_STACK_TRACER is not set
# CONFIG_UPROBE_EVENT is not set
# CONFIG_PROBE_EVENTS is not set
CONFIG_FTRACE_SELFTEST=y
CONFIG_FTRACE_STARTUP_TEST=y
# CONFIG_EVENT_TRACE_TEST_SYSCALLS is not set
# CONFIG_MMIOTRACE is not set
CONFIG_RING_BUFFER_BENCHMARK=y
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
CONFIG_BUILD_DOCSRC=y
# CONFIG_DYNAMIC_DEBUG is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
CONFIG_HAVE_ARCH_KMEMCHECK=y
# CONFIG_KMEMCHECK is not set
CONFIG_TEST_KSTRTOX=y
CONFIG_STRICT_DEVMEM=y
# CONFIG_X86_VERBOSE_BOOTUP is not set
# CONFIG_EARLY_PRINTK is not set
CONFIG_DEBUG_STACKOVERFLOW=y
# CONFIG_X86_PTDUMP is not set
CONFIG_DEBUG_RODATA=y
CONFIG_DEBUG_RODATA_TEST=y
# CONFIG_DEBUG_TLBFLUSH is not set
# CONFIG_IOMMU_STRESS is not set
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
# CONFIG_IO_DELAY_0X80 is not set
CONFIG_IO_DELAY_0XED=y
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=1
# CONFIG_DEBUG_BOOT_PARAMS is not set
# CONFIG_CPA_DEBUG is not set
# CONFIG_OPTIMIZE_INLINING is not set
# CONFIG_DEBUG_NMI_SELFTEST is not set

#
# Security options
#
CONFIG_KEYS=y
# CONFIG_ENCRYPTED_KEYS is not set
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
# CONFIG_SECURITY_DMESG_RESTRICT is not set
CONFIG_SECURITY=y
# CONFIG_SECURITYFS is not set
CONFIG_SECURITY_NETWORK=y
# CONFIG_SECURITY_PATH is not set
# CONFIG_SECURITY_TOMOYO is not set
# CONFIG_SECURITY_APPARMOR is not set
# CONFIG_SECURITY_YAMA is not set
# CONFIG_IMA is not set
# CONFIG_EVM is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_DEFAULT_SECURITY=""
CONFIG_ASYNC_TX_DISABLE_PQ_VAL_DMA=y
CONFIG_ASYNC_TX_DISABLE_XOR_VAL_DMA=y
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_PCOMP2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_USER is not set
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
CONFIG_CRYPTO_GF128MUL=y
# CONFIG_CRYPTO_NULL is not set
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_CRYPTD=y
CONFIG_CRYPTO_AUTHENC=y
CONFIG_CRYPTO_GLUE_HELPER_X86=y

#
# Authenticated Encryption with Associated Data
#
# CONFIG_CRYPTO_CCM is not set
CONFIG_CRYPTO_GCM=y
CONFIG_CRYPTO_SEQIV=y

#
# Block modes
#
# CONFIG_CRYPTO_CBC is not set
CONFIG_CRYPTO_CTR=y
CONFIG_CRYPTO_CTS=y
# CONFIG_CRYPTO_ECB is not set
CONFIG_CRYPTO_LRW=y
CONFIG_CRYPTO_PCBC=y
CONFIG_CRYPTO_XTS=y

#
# Hash modes
#
CONFIG_CRYPTO_HMAC=y

#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
# CONFIG_CRYPTO_CRC32C_INTEL is not set
CONFIG_CRYPTO_GHASH=y
CONFIG_CRYPTO_MD4=y
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_MICHAEL_MIC=y
CONFIG_CRYPTO_RMD128=y
CONFIG_CRYPTO_RMD160=y
# CONFIG_CRYPTO_RMD256 is not set
# CONFIG_CRYPTO_RMD320 is not set
CONFIG_CRYPTO_SHA1=y
# CONFIG_CRYPTO_SHA1_SSSE3 is not set
CONFIG_CRYPTO_SHA256=y
# CONFIG_CRYPTO_SHA512 is not set
CONFIG_CRYPTO_TGR192=y
# CONFIG_CRYPTO_WP512 is not set
CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=y

#
# Ciphers
#
CONFIG_CRYPTO_AES=y
# CONFIG_CRYPTO_AES_X86_64 is not set
# CONFIG_CRYPTO_AES_NI_INTEL is not set
# CONFIG_CRYPTO_ANUBIS is not set
CONFIG_CRYPTO_ARC4=y
# CONFIG_CRYPTO_BLOWFISH is not set
CONFIG_CRYPTO_BLOWFISH_COMMON=y
CONFIG_CRYPTO_BLOWFISH_X86_64=y
# CONFIG_CRYPTO_CAMELLIA is not set
CONFIG_CRYPTO_CAMELLIA_X86_64=y
# CONFIG_CRYPTO_CAST5 is not set
CONFIG_CRYPTO_CAST6=y
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_FCRYPT=y
CONFIG_CRYPTO_KHAZAD=y
# CONFIG_CRYPTO_SEED is not set
CONFIG_CRYPTO_SERPENT=y
# CONFIG_CRYPTO_SERPENT_SSE2_X86_64 is not set
# CONFIG_CRYPTO_SERPENT_AVX_X86_64 is not set
# CONFIG_CRYPTO_TEA is not set
CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_TWOFISH_COMMON=y
# CONFIG_CRYPTO_TWOFISH_X86_64 is not set
# CONFIG_CRYPTO_TWOFISH_X86_64_3WAY is not set
# CONFIG_CRYPTO_TWOFISH_AVX_X86_64 is not set

#
# Compression
#
# CONFIG_CRYPTO_DEFLATE is not set
# CONFIG_CRYPTO_ZLIB is not set
# CONFIG_CRYPTO_LZO is not set

#
# Random Number Generation
#
# CONFIG_CRYPTO_ANSI_CPRNG is not set
# CONFIG_CRYPTO_USER_API_HASH is not set
# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
# CONFIG_CRYPTO_HW is not set
CONFIG_HAVE_KVM=y
# CONFIG_VIRTUALIZATION is not set
CONFIG_BINARY_PRINTF=y

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_IO=y
CONFIG_CRC_CCITT=y
# CONFIG_CRC16 is not set
# CONFIG_CRC_T10DIF is not set
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
CONFIG_CRC32_SELFTEST=y
# CONFIG_CRC32_SLICEBY8 is not set
CONFIG_CRC32_SLICEBY4=y
# CONFIG_CRC32_SARWATE is not set
# CONFIG_CRC32_BIT is not set
CONFIG_CRC7=y
CONFIG_LIBCRC32C=y
# CONFIG_CRC8 is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_X86=y
# CONFIG_XZ_DEC_POWERPC is not set
CONFIG_XZ_DEC_IA64=y
# CONFIG_XZ_DEC_ARM is not set
# CONFIG_XZ_DEC_ARMTHUMB is not set
CONFIG_XZ_DEC_SPARC=y
CONFIG_XZ_DEC_BCJ=y
# CONFIG_XZ_DEC_TEST is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_DECOMPRESS_XZ=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_CHECK_SIGNATURE=y
CONFIG_DQL=y
CONFIG_NLATTR=y
CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
CONFIG_AVERAGE=y
CONFIG_CORDIC=y
# CONFIG_DDR is not set
diff --git a/drivers/hwmon/sch56xx-common.c b/drivers/hwmon/sch56xx-common.c
index 69abbf7..d00b30a 100644
--- a/drivers/hwmon/sch56xx-common.c
+++ b/drivers/hwmon/sch56xx-common.c
@@ -554,7 +554,7 @@ exit:
return err;
}

-static int __init sch56xx_device_add(unsigned short address, const char *name)
+static int __init sch56xx_device_add(int address, const char *name)
{
struct resource res = {
.start = address,
@@ -594,7 +594,7 @@ exit_device_put:

static int __init sch56xx_init(void)
{
- unsigned short address;
+ int address;
const char *name = NULL;

address = sch56xx_find(0x4e, &name);
\
 
 \ /
  Last update: 2012-08-09 15:42    [W:0.150 / U:0.944 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site