Hi Felipe and Mathias, Sending kernel log with extra xhci messages in attachment! Thanks you for the help! On 5/19/2016 11:02 AM, Joao Pinto wrote: > Hi Felipe! > > On 5/19/2016 10:57 AM, Felipe Balbi wrote: >> >> Hi João, >> >> Adding Mathias, who's xHCI's maintainer >> >> Joao Pinto <Joao.Pinto@xxxxxxxxxxxx> writes: >>> Hi Felipe, >>> >>> I am trying to bring up a DWC USB 3.0 Host with linux (v4.6-rc5) >>> running in a ARM64 development board. >> >> Just to be clear, is this Juno with dwc3 in FPGA or do you have dwc3 in ASIC? > > yes, this is Juno r1. > >> >>> I have implemented the following suggested fix to overcome the DMA >>> problem I was having: >>> >>> https://lkml.org/lkml/2016/3/31/609 >>> >>> I received one interrupt but I am getting cyclic crashes like this: >> >> if they happen all the time, it probably means your command ring is >> completely messed up and no command ever completes. Can you share a more >> complete snippet of logs? >> >>> [<ffffff8008086c60>] __switch_to+0xc8/0xd4 >>> [<ffffff80086386d4>] __schedule+0x18c/0x5c8 >>> [<ffffff8008638b48>] schedule+0x38/0x98 >>> [<ffffff800863b67c>] schedule_timeout+0x160/0x1ac >>> [<ffffff8008639674>] wait_for_common+0xac/0x150 >>> [<ffffff800863972c>] wait_for_completion+0x14/0x1c >>> [<ffffff80084898f4>] xhci_alloc_dev+0xf4/0x2a0 >>> [<ffffff800844ffd0>] usb_alloc_dev+0x68/0x2cc >>> [<ffffff8008456994>] hub_event+0x784/0x11f4 >>> [<ffffff80080ce444>] process_one_work+0x130/0x2f4 >>> [<ffffff80080ce65c>] worker_thread+0x54/0x434 >>> [<ffffff80080d40fc>] kthread+0xd4/0xe8 >>> [<ffffff8008085e10>] ret_from_fork+0x10/0x40 >>> >>> Any thoughts about what might be happening? >> >> pasting xhci_alloc_dev here: >> >>> int xhci_alloc_dev(struct usb_hcd *hcd, struct usb_device *udev) >>> { >>> struct xhci_hcd *xhci = hcd_to_xhci(hcd); >>> unsigned long flags; >>> int ret, slot_id; >>> struct xhci_command *command; >>> >>> command = xhci_alloc_command(xhci, false, false, GFP_KERNEL); >>> if (!command) >>> return 0; >> >> we allocate a command fine >> >>> /* xhci->slot_id and xhci->addr_dev are not thread-safe */ >>> mutex_lock(&xhci->mutex); >>> spin_lock_irqsave(&xhci->lock, flags); >>> command->completion = &xhci->addr_dev; >>> ret = xhci_queue_slot_control(xhci, command, TRB_ENABLE_SLOT, 0); >> >> queue it to the command ring >> >>> if (ret) { >>> spin_unlock_irqrestore(&xhci->lock, flags); >>> mutex_unlock(&xhci->mutex); >>> xhci_dbg(xhci, "FIXME: allocate a command ring segment\n"); >>> kfree(command); >>> return 0; >>> } >>> xhci_ring_cmd_db(xhci); >>> spin_unlock_irqrestore(&xhci->lock, flags); >>> >>> wait_for_completion(command->completion); >> >> but the command never completes. I wonder if your command doorbell >> completed before wait_for_completion() was called, or if it didn't >> complete at all. > > Ok I am going to activate dynamic debug for xhci and send you complete log. >> >> Can you enable XHCI debugging logs and try again? (Mathias, what was the >> easy trick to enable all XHCI debugging logs?) >> > > Thanks! > > Joao > Joao
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2016.05.19 11:14:08 =~=~=~=~=~=~=~=~=~=~=~= Powering up system... Logic Tile fitted to tile site. Switching on ATXPSU... PMIC RAM configuration (pms_v104.bin)... MBtemp : 30 degC Configuring motherboard (rev C, var A)... IOFPGA image \MB\HBI0262C\io_b117.bit IOFPGA config: PASSED OSC CLK config: PASSED Configuring SCC registers... Writing SCC 0x00000054 with 0x0007FFFE Writing SCC 0x0000005C with 0x00FE001E Writing SCC 0x00000100 with 0x003F1000 Writing SCC 0x00000104 with 0x0001F300 Writing SCC 0x00000108 with 0x00331000 Writing SCC 0x0000010C with 0x00019300 Writing SCC 0x00000118 with 0x003F1000 Writing SCC 0x0000011C with 0x0001F100 Writing SCC 0x000000F4 with 0x00004108 Writing SCC 0x000000F8 with 0x0BEC0000 Writing SCC 0x000000FC with 0xABE40000 Writing SCC 0x00000A14 with 0x00000000 Writing SCC 0x0000000C with 0x000000C2 Writing SCC 0x00000010 with 0x000000C2 Writing SCC 0x00000050 with 0x00000001 Peripheral ID0:0x000000AD Peripheral ID1:0x000000B0 Peripheral ID2:0x0000001B Peripheral ID3:0x00000000 Peripheral ID4:0x0000000D Peripheral ID5:0x000000F0 Peripheral ID6:0x00000005 Peripheral ID7:0x000000B1 Programming NOR Flash PCIE clock configured... Testing motherboard interfaces (FPGA build 117)... SRAM 32MB test: PASSED LAN9118 test: PASSED KMI1/2 test: PASSED MMC test: PASSED PB/LEDs test: PASSED FPGA UART test: PASSED PCIe init test: PASSED MAC addrs test: PASSED Setting HDMI0 mode for SVGA. Setting HDMI1 mode for SVGA. Reading Site 2 Board File \SITE2\HBI0001A\board.txt ERROR: File not found \SITE2\HBI0001A\board.txt Unable to read board file \SITE2\HBI0001A\board.txt ERROR: File not found \SITE2\HBI0001A\board.txt Unable to read board file \SITE2\HBI0001A\board.txt SoC SMB clock enabled. Testing SMB clock... SMB clock running Releasing system resets... UART0 set to SoC UART0 UART1 set to SoC UART1 NOTICE: Booting Trusted Firmware NOTICE: BL1: v1.2(release): NOTICE: BL1: Built : 18:13:19, Apr 29 2016 NOTICE: BL1: Booting BL2 NOTICE: BL2: v1.2(release): NOTICE: BL2: Built : 18:13:19, Apr 29 2016 NOTICE: BL1: Booting BL31 NOTICE: BL31: v1.2(release): NOTICE: BL31: Built : 18:13:19, Apr 29 2016 U-Boot 2016.03 (Apr 29 2016 - 15:15:37 +0100) vexpress_aemv8a DRAM: 8 GiB PCIe XR3 Host Bridge enabled: x4 link (Gen 2) Flash: 64 MiB In: serial_pl01x Out: serial_pl01x Err: serial_pl01x Net: smc911x-0 Hit any key to stop autoboot: 1 0 loaded region 0 from 08500000 to 80080000, 008C9200 bytes loaded region 0 from 0A700000 to 83000000, 00003B0C bytes image "ramdisk.img" not found in flash ## Flattened Device Tree blob at 83000000 Booting using the fdt blob at 0x83000000 reserving fdt memory region: addr=83000000 size=4000 Using Device Tree in place at 0000000083000000, end 0000000083006fff Starting kernel ... Booting Linux on physical CPU 0x0 Linux version 4.6.0-rc5 (armdev@jppCent) (gcc version 4.9.3 (Buildroot 2016.02) ) #7 SMP PREEMPT Thu May 19 10:53:54 WEST 2016 Boot CPU: AArch64 Processor [411fd071] efi: Getting EFI parameters from FDT: efi: UEFI not found. Reserved memory: created DMA memory pool at 0x0000000060000000, size 128 MiB Reserved memory: initialized node junoipk@60000000, compatible id shared-dma-pool On node 0 totalpages: 2093056 DMA zone: 8192 pages used for memmap DMA zone: 0 pages reserved DMA zone: 520192 pages, LIFO batch:31 Normal zone: 24576 pages used for memmap Normal zone: 1572864 pages, LIFO batch:31 psci: probing for conduit method from DT. psci: PSCIv1.0 detected in firmware. psci: Using standard PSCI v0.2 function IDs psci: MIGRATE_INFO_TYPE not supported. percpu: Embedded 20 pages/cpu @ffffffc97ff43000 s42240 r8192 d31488 u81920 pcpu-alloc: s42240 r8192 d31488 u81920 alloc=20*4096 pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 Detected PIPT I-cache on CPU0 CPU features: enabling workaround for ARM erratum 832075 CPU features: enabling workaround for ARM erratum 834220 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2060288 Kernel command line: console=ttyAMA0,115200n8 root=/dev/sda1 rw rootwait earlyprintk=pl011,0x7ff80000 debug user_debug=31 androidboot.hardware=juno loglevel=9 xhci_hcd.dyndbg=+p dyndbg=module xhci_hcd +p log_buf_len individual max cpu contribution: 4096 bytes log_buf_len total cpu_extra contributions: 20480 bytes log_buf_len min size: 16384 bytes log_buf_len: 65536 bytes early log buf free: 14368(87%) PID hash table entries: 4096 (order: 3, 32768 bytes) Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) software IO TLB [mem 0xfafff000-0xfefff000] (64MB) mapped at [ffffffc07afff000-ffffffc07effefff] Memory: 8152804K/8372224K available (5920K kernel code, 444K rwdata, 2208K rodata, 416K init, 217K bss, 219420K reserved, 0K cma-reserved) Virtual kernel memory layout: modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000 ( 246 GB) .text : 0xffffff8008080000 - 0xffffff8008646000 ( 5912 KB) .rodata : 0xffffff8008646000 - 0xffffff8008872000 ( 2224 KB) .init : 0xffffff8008872000 - 0xffffff80088da000 ( 416 KB) .data : 0xffffff80088da000 - 0xffffff8008949200 ( 445 KB) vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum) 0xffffffbdc0000000 - 0xffffffbde6000000 ( 608 MB actual) fixed : 0xffffffbffe7fd000 - 0xffffffbffec00000 ( 4108 KB) PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000 ( 16 MB) memory : 0xffffffc000000000 - 0xffffffc980000000 ( 38912 MB) SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1 Preemptible hierarchical RCU implementation. Build-time adjustment of leaf fanout to 64. NR_IRQS:64 nr_irqs:64 0 GIC: Using split EOI/Deactivate mode GICv2m: range[mem 0x2c1c0000-0x2c1c0fff], SPI[224:255] Architected cp15 and mmio timer(s) running at 50.00MHz (phys/phys). clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xb8812736b, max_idle_ns: 440795202655 ns sched_clock: 56 bits at 50MHz, resolution 20ns, wraps every 4398046511100ns clocksource: arm,sp804: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns Console: colour dummy device 80x25 Calibrating delay loop (skipped), value calculated using timer frequency.. 100.00 BogoMIPS (lpj=200000) pid_max: default: 32768 minimum: 301 Security Framework initialized Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) ASID allocator initialised with 65536 entries dynamic_debug:ddebug_parse_flags: bad flag-op m, at start of module dynamic_debug:ddebug_exec_query: flags parse failed EFI services will not be available. Detected PIPT I-cache on CPU1 CPU1: Booted secondary processor [411fd071] Detected VIPT I-cache on CPU2 CPU features: enabling workaround for ARM erratum 845719 CPU2: Booted secondary processor [410fd033] Detected VIPT I-cache on CPU3 CPU3: Booted secondary processor [410fd033] Detected VIPT I-cache on CPU4 CPU4: Booted secondary processor [410fd033] Detected VIPT I-cache on CPU5 CPU5: Booted secondary processor [410fd033] Brought up 6 CPUs SMP: Total of 6 processors activated. CPU: All CPU(s) started at EL2 alternatives: patching kernel code devtmpfs: initialized DMI not present or invalid. clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns NET: Registered protocol family 16 cpuidle: using governor menu vdso: 2 pages (1 code @ ffffff800864c000, 1 data @ ffffff80088e0000) hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. DMA: preallocated 256 KiB pool for atomic allocations Serial: AMBA PL011 UART driver 7ff80000.uart: ttyAMA0 at MMIO 0x7ff80000 (irq = 27, base_baud = 0) is a PL011 rev3 console [ttyAMA0] enabled HugeTLB registered 2 MB page size, pre-allocated 0 pages vgaarb: loaded SCSI subsystem initialized libata version 3.00 loaded. usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb usb2_phy supply vcc not found, using dummy regulator usb3_phy supply vcc not found, using dummy regulator dmi: Firmware registration failed. Advanced Linux Sound Architecture Driver Initialized. clocksource: Switched to clocksource arch_sys_counter VFS: Disk quotas dquot_6.6.0 VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) NET: Registered protocol family 2 TCP established hash table entries: 65536 (order: 7, 524288 bytes) TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) TCP: Hash tables configured (established 65536 bind 65536) UDP hash table entries: 4096 (order: 5, 131072 bytes) UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) NET: Registered protocol family 1 PCI: CLS 0 bytes, default 128 hw perfevents: enabled with armv8_cortex_a57 PMU driver, 7 counters available hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available kvm [1]: 8-bit VMID kvm [1]: Hyp mode initialized successfully kvm [1]: interrupt-controller@2c04f000 IRQ15 kvm [1]: timer IRQ4 futex hash table entries: 2048 (order: 6, 262144 bytes) audit: initializing netlink subsys (disabled) audit: type=2000 audit(0.432:1): initialized workingset: timestamp_bits=44 max_order=21 bucket_order=0 fuse init (API version 7.24) Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) io scheduler noop registered io scheduler deadline registered io scheduler cfq registered (default) pl061_gpio 1c1d0000.gpio: PL061 GPIO chip @0x000000001c1d0000 registered pci_hotplug: PCI Hot Plug PCI Core version: 0.5 pciehp: PCI Express Hot Plug Controller Driver version: 0.4 PCI host bridge /pcie-controller@40000000 ranges: IO 0x5f800000..0x5fffffff -> 0x5f800000 MEM 0x50000000..0x57ffffff -> 0x50000000 MEM 0x4000000000..0x40ffffffff -> 0x4000000000 pci-host-generic 40000000.pcie-controller: PCI host bridge to bus 0000:00 pci_bus 0000:00: root bus resource [bus 00-ff] pci_bus 0000:00: root bus resource [io 0x0000-0x7fffff] (bus address [0x5f800000-0x5fffffff]) pci_bus 0000:00: root bus resource [mem 0x50000000-0x57ffffff] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x40ffffffff pref] pci 0000:00:00.0: [1556:1100] type 01 class 0x060400 pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit pref] pci 0000:00:00.0: supports D1 D2 pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot D3cold pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring pci 0000:01:00.0: [111d:8090] type 01 class 0x060400 pci 0000:01:00.0: PME# supported from D0 D3hot D3cold pci 0000:01:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring pci 0000:02:01.0: [111d:8090] type 01 class 0x060400 pci 0000:02:01.0: PME# supported from D0 D3hot D3cold pci 0000:02:02.0: [111d:8090] type 01 class 0x060400 pci 0000:02:02.0: PME# supported from D0 D3hot D3cold pci 0000:02:03.0: [111d:8090] type 01 class 0x060400 pci 0000:02:03.0: PME# supported from D0 D3hot D3cold pci 0000:02:0c.0: [111d:8090] type 01 class 0x060400 pci 0000:02:0c.0: PME# supported from D0 D3hot D3cold pci 0000:02:10.0: [111d:8090] type 01 class 0x060400 pci 0000:02:10.0: PME# supported from D0 D3hot D3cold pci 0000:02:1f.0: [111d:8090] type 01 class 0x060400 pci 0000:02:1f.0: PME# supported from D0 D3hot D3cold pci 0000:02:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring pci 0000:02:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring pci 0000:02:03.0: bridge configuration invalid ([bus 00-00]), reconfiguring pci 0000:02:0c.0: bridge configuration invalid ([bus 00-00]), reconfiguring pci 0000:02:10.0: bridge configuration invalid ([bus 00-00]), reconfiguring pci 0000:02:1f.0: bridge configuration invalid ([bus 00-00]), reconfiguring pci 0000:03:00.0: [1095:3132] type 00 class 0x018000 pci 0000:03:00.0: reg 0x10: [mem 0x00000000-0x0000007f 64bit] pci 0000:03:00.0: reg 0x18: [mem 0x00000000-0x00003fff 64bit] pci 0000:03:00.0: reg 0x20: initial BAR value 0x00000000 invalid pci 0000:03:00.0: reg 0x20: [io size 0x0080] pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref] pci 0000:03:00.0: supports D1 D2 pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' pci_bus 0000:03: busn_res: [bus 03-ff] end is updated to 03 pci_bus 0000:04: busn_res: [bus 04-ff] end is updated to 04 pci_bus 0000:05: busn_res: [bus 05-ff] end is updated to 05 pci_bus 0000:06: busn_res: [bus 06-ff] end is updated to 06 pci_bus 0000:07: busn_res: [bus 07-ff] end is updated to 07 pci 0000:08:00.0: [11ab:4380] type 00 class 0x020000 pci 0000:08:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit] pci 0000:08:00.0: reg 0x18: initial BAR value 0x00000000 invalid pci 0000:08:00.0: reg 0x18: [io size 0x0100] pci 0000:08:00.0: supports D1 D2 pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold pci_bus 0000:08: busn_res: [bus 08-ff] end is updated to 08 pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 08 pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 08 pci 0000:00:00.0: BAR 8: assigned [mem 0x50000000-0x501fffff] pci 0000:00:00.0: BAR 0: assigned [mem 0x4000000000-0x4000003fff 64bit pref] pci 0000:00:00.0: BAR 7: assigned [io 0x1000-0x2fff] pci 0000:01:00.0: BAR 8: assigned [mem 0x50000000-0x501fffff] pci 0000:01:00.0: BAR 7: assigned [io 0x1000-0x2fff] pci 0000:02:01.0: BAR 8: assigned [mem 0x50000000-0x500fffff] pci 0000:02:1f.0: BAR 8: assigned [mem 0x50100000-0x501fffff] pci 0000:02:01.0: BAR 7: assigned [io 0x1000-0x1fff] pci 0000:02:1f.0: BAR 7: assigned [io 0x2000-0x2fff] pci 0000:03:00.0: BAR 6: assigned [mem 0x50000000-0x5007ffff pref] pci 0000:03:00.0: BAR 2: assigned [mem 0x50080000-0x50083fff 64bit] pci 0000:03:00.0: BAR 0: assigned [mem 0x50084000-0x5008407f 64bit] pci 0000:03:00.0: BAR 4: assigned [io 0x1000-0x107f] pci 0000:02:01.0: PCI bridge to [bus 03] pci 0000:02:01.0: bridge window [io 0x1000-0x1fff] pci 0000:02:01.0: bridge window [mem 0x50000000-0x500fffff] pci 0000:02:02.0: PCI bridge to [bus 04] pci 0000:02:03.0: PCI bridge to [bus 05] pci 0000:02:0c.0: PCI bridge to [bus 06] pci 0000:02:10.0: PCI bridge to [bus 07] pci 0000:08:00.0: BAR 0: assigned [mem 0x50100000-0x50103fff 64bit] pci 0000:08:00.0: BAR 2: assigned [io 0x2000-0x20ff] pci 0000:02:1f.0: PCI bridge to [bus 08] pci 0000:02:1f.0: bridge window [io 0x2000-0x2fff] pci 0000:02:1f.0: bridge window [mem 0x50100000-0x501fffff] pci 0000:01:00.0: PCI bridge to [bus 02-08] pci 0000:01:00.0: bridge window [io 0x1000-0x2fff] pci 0000:01:00.0: bridge window [mem 0x50000000-0x501fffff] pci 0000:00:00.0: PCI bridge to [bus 01-08] pci 0000:00:00.0: bridge window [io 0x1000-0x2fff] pci 0000:00:00.0: bridge window [mem 0x50000000-0x501fffff] pcieport 0000:00:00.0: enabling device (0000 -> 0003) pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt pci 0000:01:00.0: Signaling PME through PCIe PME interrupt pci 0000:02:01.0: Signaling PME through PCIe PME interrupt pci 0000:03:00.0: Signaling PME through PCIe PME interrupt pci 0000:02:02.0: Signaling PME through PCIe PME interrupt pci 0000:02:03.0: Signaling PME through PCIe PME interrupt pci 0000:02:0c.0: Signaling PME through PCIe PME interrupt pci 0000:02:10.0: Signaling PME through PCIe PME interrupt pci 0000:02:1f.0: Signaling PME through PCIe PME interrupt pci 0000:08:00.0: Signaling PME through PCIe PME interrupt pcie_pme 0000:00:00.0:pcie01: service driver pcie_pme loaded aer 0000:00:00.0:pcie02: service driver aer loaded pcieport 0000:01:00.0: enabling device (0000 -> 0003) pcieport 0000:02:01.0: enabling device (0000 -> 0003) pcieport 0000:02:1f.0: enabling device (0000 -> 0003) dma-pl330 7ff00000.dma: Loaded driver for PL330 DMAC-341330 dma-pl330 7ff00000.dma: DBUFF-1024x16bytes Num_Chans-8 Num_Peri-8 Num_Events-8 Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [drm] Initialized drm 1.1.0 20060810 hdlcd 7ff60000.hdlcd: master bind failed: -517 hdlcd 7ff50000.hdlcd: master bind failed: -517 brd: module loaded loop: module loaded tun: Universal TUN/TAP device driver, 1.6 tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx> sky2: driver version 1.30 sky2 0000:08:00.0: enabling device (0000 -> 0003) sky2 0000:08:00.0: Yukon-2 UL 2 chip revision 0 sky2 0000:08:00.0 (unnamed net_device) (uninitialized): Invalid MAC address, defaulting to random sky2 0000:08:00.0 eth0: addr 2a:d3:33:11:e8:94 libphy: smsc911x-mdio: probed Generic PHY 18000000.etherne:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=18000000.etherne:01, irq=-1) smsc911x 18000000.ethernet eth1: MAC Address: 00:02:f7:00:61:61 dwc3 60000000.dwc3: assigned reserved memory node junoipk@60000000 dwc3 60000000.dwc3: dwc3_alloc_event_buffers: Going to allocate the event buffers (length: 256) dwc3 60000000.dwc3: dwc3_alloc_event_buffers: Going to allocate the event buffers (qtt: 1) dwc3 60000000.dwc3: dwc3_alloc_one_event_buffer: Allocated event buffer at ffffff8030000000 dwc3 60000000.dwc3: dwc3_event_buffers_setup: Event buf ffffff8030000000 dma 60000000 length 256 ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver ehci-pci: EHCI PCI platform driver ehci-platform: EHCI generic platform driver ehci-platform 7ffc0000.ehci: EHCI Host Controller ehci-platform 7ffc0000.ehci: new USB bus registered, assigned bus number 1 ehci-platform 7ffc0000.ehci: irq 31, io mem 0x7ffc0000 ehci-platform 7ffc0000.ehci: USB 2.0 started, EHCI 1.00 usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb1: Product: EHCI Host Controller usb usb1: Manufacturer: Linux 4.6.0-rc5 ehci_hcd usb usb1: SerialNumber: 7ffc0000.ehci hub 1-0:1.0: USB hub found hub 1-0:1.0: 1 port detected ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver ohci-pci: OHCI PCI platform driver ohci-platform: OHCI generic platform driver ohci-platform 7ffb0000.ohci: Generic Platform OHCI controller ohci-platform 7ffb0000.ohci: new USB bus registered, assigned bus number 2 ohci-platform 7ffb0000.ohci: irq 29, io mem 0x7ffb0000 usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb2: Product: Generic Platform OHCI controller usb usb2: Manufacturer: Linux 4.6.0-rc5 ohci_hcd usb usb2: SerialNumber: 7ffb0000.ohci hub 2-0:1.0: USB hub found hub 2-0:1.0: 1 port detected xhci-hcd xhci-hcd.0.auto: xHCI Host Controller xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 3 xhci-hcd xhci-hcd.0.auto: xHCI capability registers at ffffff8008b40000: xhci-hcd xhci-hcd.0.auto: CAPLENGTH AND HCIVERSION 0x1100020: xhci-hcd xhci-hcd.0.auto: CAPLENGTH: 0x20 xhci-hcd xhci-hcd.0.auto: HCIVERSION: 0x110 xhci-hcd xhci-hcd.0.auto: HCSPARAMS 1: 0x2000140 xhci-hcd xhci-hcd.0.auto: Max device slots: 64 xhci-hcd xhci-hcd.0.auto: Max interrupters: 1 xhci-hcd xhci-hcd.0.auto: Max ports: 2 xhci-hcd xhci-hcd.0.auto: HCSPARAMS 2: 0xc0000f1 xhci-hcd xhci-hcd.0.auto: Isoc scheduling threshold: 1 xhci-hcd xhci-hcd.0.auto: Maximum allowed segments in event ring: 15 xhci-hcd xhci-hcd.0.auto: HCSPARAMS 3 0x7ff000a: xhci-hcd xhci-hcd.0.auto: Worst case U1 device exit latency: 10 xhci-hcd xhci-hcd.0.auto: Worst case U2 device exit latency: 2047 xhci-hcd xhci-hcd.0.auto: HCC PARAMS 0x220fe65: xhci-hcd xhci-hcd.0.auto: HC generates 64 bit addresses xhci-hcd xhci-hcd.0.auto: HC has Contiguous Frame ID Capability xhci-hcd xhci-hcd.0.auto: HC can generate Stopped - Short Package event xhci-hcd xhci-hcd.0.auto: FIXME: more HCCPARAMS debugging xhci-hcd xhci-hcd.0.auto: RTSOFF 0x440: xhci-hcd xhci-hcd.0.auto: HCC PARAMS2 0x2f: xhci-hcd xhci-hcd.0.auto: HC supports Force save context capability xhci-hcd xhci-hcd.0.auto: HC doesn't support Large ESIT Payload Capability xhci-hcd xhci-hcd.0.auto: HC doesn't support Extended TBC capability xhci-hcd xhci-hcd.0.auto: xHCI operational registers at ffffff8008b40020: xhci-hcd xhci-hcd.0.auto: USBCMD 0x0: xhci-hcd xhci-hcd.0.auto: HC is being stopped xhci-hcd xhci-hcd.0.auto: HC has finished hard reset xhci-hcd xhci-hcd.0.auto: Event Interrupts disabled xhci-hcd xhci-hcd.0.auto: Host System Error Interrupts disabled xhci-hcd xhci-hcd.0.auto: HC has finished light reset xhci-hcd xhci-hcd.0.auto: USBSTS 0x1: xhci-hcd xhci-hcd.0.auto: Event ring is empty xhci-hcd xhci-hcd.0.auto: No Host System Error xhci-hcd xhci-hcd.0.auto: HC is halted usb 1-1: new high-speed USB device number 2 using ehci-platform xhci-hcd xhci-hcd.0.auto: ffffff8008b40420 port status reg = 0xa0002a0 xhci-hcd xhci-hcd.0.auto: ffffff8008b40424 port power reg = 0x0 xhci-hcd xhci-hcd.0.auto: ffffff8008b40428 port link reg = 0x0 xhci-hcd xhci-hcd.0.auto: ffffff8008b4042c port reserved reg = 0x0 xhci-hcd xhci-hcd.0.auto: ffffff8008b40430 port status reg = 0xa0002a0 xhci-hcd xhci-hcd.0.auto: ffffff8008b40434 port power reg = 0x0 xhci-hcd xhci-hcd.0.auto: ffffff8008b40438 port link reg = 0x0 xhci-hcd xhci-hcd.0.auto: ffffff8008b4043c port reserved reg = 0x0 xhci-hcd xhci-hcd.0.auto: // Halt the HC xhci-hcd xhci-hcd.0.auto: Resetting HCD xhci-hcd xhci-hcd.0.auto: // Reset the HC xhci-hcd xhci-hcd.0.auto: Wait for controller to be ready for doorbell rings xhci-hcd xhci-hcd.0.auto: Reset complete xhci-hcd xhci-hcd.0.auto: Enabling 64-bit DMA addresses. xhci-hcd xhci-hcd.0.auto: Calling HCD init xhci-hcd xhci-hcd.0.auto: xhci_init xhci-hcd xhci-hcd.0.auto: xHCI doesn't need link TRB QUIRK xhci-hcd xhci-hcd.0.auto: Supported page size register = 0x1 xhci-hcd xhci-hcd.0.auto: Supported page size of 4K xhci-hcd xhci-hcd.0.auto: HCD page size set to 4K xhci-hcd xhci-hcd.0.auto: // xHC can handle at most 64 device slots. xhci-hcd xhci-hcd.0.auto: // Setting Max device slots reg = 0x40. xhci-hcd xhci-hcd.0.auto: // Device context base array address = 0x9f5c48000 (DMA), ffffff800807a000 (virt) xhci-hcd xhci-hcd.0.auto: Allocated command ring at ffffffc97638f500 xhci-hcd xhci-hcd.0.auto: First segment DMA is 0x9f5c49000 xhci-hcd xhci-hcd.0.auto: // Setting command ring address to 0x40 xhci-hcd xhci-hcd.0.auto: // xHC command ring deq ptr low bits + flags = @00000000 xhci-hcd xhci-hcd.0.auto: // xHC command ring deq ptr high bits = @00000000 xhci-hcd xhci-hcd.0.auto: // Doorbell array is located at offset 0x480 from cap regs base addr xhci-hcd xhci-hcd.0.auto: // xHCI capability registers at ffffff8008b40000: xhci-hcd xhci-hcd.0.auto: // @ffffff8008b40000 = 0x1100020 (CAPLENGTH AND HCIVERSION) usb 1-1: New USB device found, idVendor=0424, idProduct=2514 usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 hub 1-1:1.0: USB hub found hub 1-1:1.0: 4 ports detected xhci-hcd xhci-hcd.0.auto: // CAPLENGTH: 0x20 xhci-hcd xhci-hcd.0.auto: // xHCI operational registers at ffffff8008b40020: xhci-hcd xhci-hcd.0.auto: // @ffffff8008b40018 = 0x440 RTSOFF xhci-hcd xhci-hcd.0.auto: // xHCI runtime registers at ffffff8008b40440: xhci-hcd xhci-hcd.0.auto: // @ffffff8008b40014 = 0x480 DBOFF xhci-hcd xhci-hcd.0.auto: // Doorbell array at ffffff8008b40480: xhci-hcd xhci-hcd.0.auto: xHCI runtime registers at ffffff8008b40440: xhci-hcd xhci-hcd.0.auto: ffffff8008b40440: Microframe index = 0x0 xhci-hcd xhci-hcd.0.auto: // Allocating event ring xhci-hcd xhci-hcd.0.auto: TRB math tests passed. xhci-hcd xhci-hcd.0.auto: // Allocated event ring segment table at 0x9f5c53000 xhci-hcd xhci-hcd.0.auto: Set ERST to 0; private num segs = 1, virt addr = ffffff80089fb000, dma addr = 0x9f5c53000 xhci-hcd xhci-hcd.0.auto: // Write ERST size = 1 to ir_set 0 (some bits preserved) xhci-hcd xhci-hcd.0.auto: // Set ERST entries to point to event ring. xhci-hcd xhci-hcd.0.auto: // Set ERST base address for ir_set 0 = 0x9f5c53000 xhci-hcd xhci-hcd.0.auto: // Write event ring dequeue pointer, preserving EHB bit xhci-hcd xhci-hcd.0.auto: Wrote ERST address to ir_set 0. xhci-hcd xhci-hcd.0.auto: Allocating 1 scratchpad buffers xhci-hcd xhci-hcd.0.auto: Ext Cap ffffff8008b40890, port offset = 1, count = 1, revision = 0x2 xhci-hcd xhci-hcd.0.auto: xHCI 1.0: support USB2 software lpm xhci-hcd xhci-hcd.0.auto: xHCI 1.0: support USB2 hardware lpm xhci-hcd xhci-hcd.0.auto: Ext Cap ffffff8008b408a0, port offset = 2, count = 1, revision = 0x3 xhci-hcd xhci-hcd.0.auto: Found 1 USB 2.0 ports and 1 USB 3.0 ports. xhci-hcd xhci-hcd.0.auto: USB 2.0 port at index 0, addr = ffffff8008b40420 xhci-hcd xhci-hcd.0.auto: USB 3.0 port at index 1, addr = ffffff8008b40430 xhci-hcd xhci-hcd.0.auto: Finished xhci_init xhci-hcd xhci-hcd.0.auto: Called HCD init xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x00010010 xhci-hcd xhci-hcd.0.auto: irq 30, io mem 0x60000000 xhci-hcd xhci-hcd.0.auto: xhci_run xhci-hcd xhci-hcd.0.auto: Command ring memory map follows: xhci-hcd xhci-hcd.0.auto: @00000009f5c49000 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49010 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49020 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49030 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49040 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49050 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49060 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49070 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49080 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49090 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c490a0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c490b0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c490c0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c490d0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c490e0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c490f0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49100 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49110 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49120 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49130 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49140 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49150 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49160 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49170 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49180 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49190 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c491a0 00000000 00000000 00000000 00000000 usb 1-1.2: new high-speed USB device number 3 using ehci-platform xhci-hcd xhci-hcd.0.auto: @00000009f5c491b0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c491c0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c491d0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c491e0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c491f0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49200 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49210 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49220 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49230 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49240 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49250 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49260 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49270 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49280 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49290 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c492a0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c492b0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c492c0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c492d0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c492e0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c492f0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49300 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49310 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49320 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49330 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49340 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49350 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49360 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49370 00000000 00000000 00000000 00000000 usb 1-1.2: New USB device found, idVendor=1e3d, idProduct=8246 usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 1-1.2: Product: V88 usb 1-1.2: Manufacturer: V88 usb 1-1.2: SerialNumber: 1119150265BFFE09 xhci-hcd xhci-hcd.0.auto: @00000009f5c49380 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49390 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c493a0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c493b0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c493c0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c493d0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c493e0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c493f0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49400 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49410 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49420 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49430 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49440 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49450 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49460 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49470 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49480 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49490 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c494a0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c494b0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c494c0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c494d0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c494e0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c494f0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49500 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49510 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49520 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49530 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49540 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49550 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49560 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49570 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49580 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49590 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c495a0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c495b0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c495c0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c495d0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c495e0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c495f0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49600 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49610 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49620 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49630 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49640 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49650 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49660 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49670 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49680 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49690 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c496a0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c496b0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c496c0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c496d0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c496e0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c496f0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49700 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49710 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49720 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49730 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49740 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49750 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49760 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49770 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49780 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49790 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c497a0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c497b0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c497c0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c497d0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c497e0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c497f0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49800 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49810 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49820 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49830 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49840 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49850 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49860 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49870 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49880 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49890 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c498a0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c498b0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c498c0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c498d0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c498e0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c498f0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49900 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49910 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49920 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49930 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49940 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49950 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49960 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49970 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49980 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49990 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c499a0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c499b0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c499c0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c499d0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c499e0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c499f0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49a00 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49a10 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49a20 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49a30 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49a40 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49a50 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49a60 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49a70 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49a80 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49a90 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49aa0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49ab0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49ac0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49ad0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49ae0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49af0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49b00 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49b10 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49b20 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49b30 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49b40 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49b50 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49b60 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49b70 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49b80 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49b90 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49ba0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49bb0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49bc0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49bd0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49be0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49bf0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49c00 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49c10 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49c20 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49c30 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49c40 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49c50 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49c60 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49c70 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49c80 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49c90 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49ca0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49cb0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49cc0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49cd0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49ce0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49cf0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49d00 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49d10 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49d20 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49d30 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49d40 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49d50 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49d60 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49d70 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49d80 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49d90 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49da0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49db0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49dc0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49dd0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49de0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49df0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49e00 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49e10 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49e20 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49e30 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49e40 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49e50 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49e60 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49e70 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49e80 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49e90 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49ea0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49eb0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49ec0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49ed0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49ee0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49ef0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49f00 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49f10 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49f20 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49f30 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49f40 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49f50 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49f60 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49f70 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49f80 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49f90 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49fa0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49fb0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49fc0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49fd0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49fe0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c49ff0 f5c49000 00000009 00000000 00001802 xhci-hcd xhci-hcd.0.auto: Ring has not been updated xhci-hcd xhci-hcd.0.auto: Ring deq = ffffff800807c000 (virt), 0x9f5c49000 (dma) xhci-hcd xhci-hcd.0.auto: Ring deq updated 0 times xhci-hcd xhci-hcd.0.auto: Ring enq = ffffff800807c000 (virt), 0x9f5c49000 (dma) xhci-hcd xhci-hcd.0.auto: Ring enq updated 0 times xhci-hcd xhci-hcd.0.auto: // xHC command ring deq ptr low bits + flags = @00000000 xhci-hcd xhci-hcd.0.auto: // xHC command ring deq ptr high bits = @00000000 xhci-hcd xhci-hcd.0.auto: ERST memory map follows: xhci-hcd xhci-hcd.0.auto: @00000009f5c53000 f5c52000 00000009 00000100 00000000 xhci-hcd xhci-hcd.0.auto: Event ring: xhci-hcd xhci-hcd.0.auto: @00000009f5c52000 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52010 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52020 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52030 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52040 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52050 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52060 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52070 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52080 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52090 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c520a0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c520b0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c520c0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c520d0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c520e0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c520f0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52100 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52110 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52120 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52130 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52140 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52150 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52160 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52170 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52180 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52190 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c521a0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c521b0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c521c0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c521d0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c521e0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c521f0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52200 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52210 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52220 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52230 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52240 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52250 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52260 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52270 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52280 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52290 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c522a0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c522b0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c522c0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c522d0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c522e0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c522f0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52300 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52310 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52320 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52330 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52340 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52350 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52360 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52370 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52380 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52390 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c523a0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c523b0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c523c0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c523d0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c523e0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c523f0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52400 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52410 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52420 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52430 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52440 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52450 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52460 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52470 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52480 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52490 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c524a0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c524b0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c524c0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c524d0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c524e0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c524f0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52500 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52510 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52520 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52530 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52540 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52550 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52560 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52570 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52580 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52590 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c525a0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c525b0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c525c0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c525d0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c525e0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c525f0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52600 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52610 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52620 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52630 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52640 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52650 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52660 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52670 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52680 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52690 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c526a0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c526b0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c526c0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c526d0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c526e0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c526f0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52700 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52710 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52720 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52730 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52740 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52750 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52760 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52770 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52780 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52790 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c527a0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c527b0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c527c0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c527d0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c527e0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c527f0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52800 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52810 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52820 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52830 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52840 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52850 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52860 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52870 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52880 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52890 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c528a0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c528b0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c528c0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c528d0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c528e0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c528f0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52900 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52910 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52920 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52930 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52940 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52950 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52960 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52970 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52980 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52990 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c529a0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c529b0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c529c0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c529d0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c529e0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c529f0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52a00 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52a10 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52a20 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52a30 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52a40 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52a50 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52a60 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52a70 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52a80 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52a90 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52aa0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52ab0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52ac0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52ad0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52ae0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52af0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52b00 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52b10 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52b20 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52b30 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52b40 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52b50 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52b60 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52b70 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52b80 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52b90 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52ba0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52bb0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52bc0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52bd0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52be0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52bf0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52c00 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52c10 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52c20 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52c30 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52c40 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52c50 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52c60 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52c70 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52c80 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52c90 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52ca0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52cb0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52cc0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52cd0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52ce0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52cf0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52d00 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52d10 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52d20 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52d30 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52d40 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52d50 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52d60 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52d70 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52d80 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52d90 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52da0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52db0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52dc0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52dd0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52de0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52df0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52e00 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52e10 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52e20 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52e30 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52e40 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52e50 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52e60 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52e70 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52e80 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52e90 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52ea0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52eb0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52ec0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52ed0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52ee0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52ef0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52f00 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52f10 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52f20 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52f30 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52f40 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52f50 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52f60 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52f70 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52f80 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52f90 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52fa0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52fb0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52fc0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52fd0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52fe0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: @00000009f5c52ff0 00000000 00000000 00000000 00000000 xhci-hcd xhci-hcd.0.auto: Ring has not been updated xhci-hcd xhci-hcd.0.auto: Ring deq = ffffff8008080000 (virt), 0x9f5c52000 (dma) xhci-hcd xhci-hcd.0.auto: Ring deq updated 0 times xhci-hcd xhci-hcd.0.auto: Ring enq = ffffff8008080000 (virt), 0x9f5c52000 (dma) xhci-hcd xhci-hcd.0.auto: Ring enq updated 0 times xhci-hcd xhci-hcd.0.auto: ERST deq = 64'h9f5c52000 xhci-hcd xhci-hcd.0.auto: // Set the interrupt modulation register xhci-hcd xhci-hcd.0.auto: // Enable interrupts, cmd = 0x4. xhci-hcd xhci-hcd.0.auto: // Enabling event ring interrupter ffffff8008b40460 by writing 0x2 to irq_pending xhci-hcd xhci-hcd.0.auto: ffffff8008b40460: ir_set[0] xhci-hcd xhci-hcd.0.auto: ffffff8008b40460: ir_set.pending = 0x2 xhci-hcd xhci-hcd.0.auto: ffffff8008b40464: ir_set.control = 0xa0 xhci-hcd xhci-hcd.0.auto: ffffff8008b40468: ir_set.erst_size = 0x1 xhci-hcd xhci-hcd.0.auto: ffffff8008b40470: ir_set.erst_base = @9f5c53000 xhci-hcd xhci-hcd.0.auto: ffffff8008b40478: ir_set.erst_dequeue = @9f5c52000 xhci-hcd xhci-hcd.0.auto: Finished xhci_run for USB2 roothub usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb3: Product: xHCI Host Controller usb usb3: Manufacturer: Linux 4.6.0-rc5 xhci-hcd usb usb3: SerialNumber: xhci-hcd.0.auto xHCI xhci_add_endpoint called for root hub xHCI xhci_check_bandwidth called for root hub xhci-hcd xhci-hcd.0.auto: Endpoint 0x81 ep reset callback called hub 3-0:1.0: USB hub found hub 3-0:1.0: 1 port detected xhci-hcd xhci-hcd.0.auto: set port power, actual port 0 status = 0x2a0 xhci-hcd xhci-hcd.0.auto: xHCI Host Controller xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 4 xhci-hcd xhci-hcd.0.auto: // Turn on HC, cmd = 0x5. xhci-hcd xhci-hcd.0.auto: Finished xhci_run for USB3 roothub usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. usb usb4: New USB device found, idVendor=1d6b, idProduct=0003 usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb4: Product: xHCI Host Controller usb usb4: Manufacturer: Linux 4.6.0-rc5 xhci-hcd usb usb4: SerialNumber: xhci-hcd.0.auto xHCI xhci_add_endpoint called for root hub xHCI xhci_check_bandwidth called for root hub xhci-hcd xhci-hcd.0.auto: Endpoint 0x81 ep reset callback called hub 4-0:1.0: USB hub found hub 4-0:1.0: 1 port detected xhci-hcd xhci-hcd.0.auto: set port power, actual port 0 status = 0x2a0 usb-storage 1-1.2:1.0: USB Mass Storage device detected scsi host0: usb-storage 1-1.2:1.0 usbcore: registered new interface driver usb-storage mousedev: PS/2 mouse device common for all mice rtc-pl031 1c170000.rtc: rtc core: registered pl031 as rtc0 xhci-hcd xhci-hcd.0.auto: get port status, actual port 0 status = 0x2a0 xhci-hcd xhci-hcd.0.auto: Get port status returned 0x100 xhci-hcd xhci-hcd.0.auto: xhci_hub_status_data: stopping port polling. i2c /dev entries driver mmci-pl18x 1c050000.mmci: mmc0: PL180 manf 41 rev0 at 0x1c050000 irq 36,0 (pio) mmci-pl18x 1c050000.mmci: DMA channels RX none, TX none sdhci: Secure Digital Host Controller Interface driver sdhci: Copyright(c) Pierre Ossman sdhci-pltfm: SDHCI platform and OF driver helper xhci-hcd xhci-hcd.0.auto: get port status, actual port 0 status = 0x2a0 xhci-hcd xhci-hcd.0.auto: Get port status returned 0x2a0 xhci-hcd xhci-hcd.0.auto: set port remote wake mask, actual port 0 status = 0xe0002a0 xhci-hcd xhci-hcd.0.auto: xhci_hub_status_data: stopping port polling. usbcore: registered new interface driver usbhid usbhid: USB HID core driver mhu 2b1f0000.mhu: ARM MHU Mailbox registered NET: Registered protocol family 10 sit: IPv6 over IPv4 tunneling driver NET: Registered protocol family 17 registered taskstats version 1 hdlcd 7ff60000.hdlcd: master bind failed: -517 hdlcd 7ff50000.hdlcd: master bind failed: -517 scpi_protocol scpi: SCP Protocol 1.0 Firmware 1.11.1 version cpu cpu0: bL_cpufreq_init: CPU 0 initialized cpu cpu2: bL_cpufreq_init: CPU 2 initialized arm_big_little: bL_cpufreq_register: Registered platform driver: scpi [drm] found ARM HDLCD version r0p0 tda998x 0-0070: Falling back to first CRTC tda998x 0-0070: found TDA19988 hdlcd 7ff60000.hdlcd: bound 0-0070 (ops tda998x_ops) [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [drm] No driver support for vblank timestamp query. hdlcd 7ff60000.hdlcd: No connectors reported connected with modes [drm] Cannot find any crtc or sizes - going 1024x768 Console: switching to colour frame buffer device 128x48 hdlcd 7ff60000.hdlcd: fb0: frame buffer device [drm] found ARM HDLCD version r0p0 tda998x 0-0071: Falling back to first CRTC tda998x 0-0071: found TDA19988 hdlcd 7ff50000.hdlcd: bound 0-0071 (ops tda998x_ops) [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [drm] No driver support for vblank timestamp query. hdlcd 7ff50000.hdlcd: No connectors reported connected with modes [drm] Cannot find any crtc or sizes - going 1024x768 hdlcd 7ff50000.hdlcd: fb1: frame buffer device rtc-pl031 1c170000.rtc: setting system clock to 2015-10-07 10:43:52 UTC (1444214632) ALSA device list: No soundcards found. uart-pl011 7ff80000.uart: no DMA platform data scsi 0:0:0:0: Direct-Access V88 V88 5.00 PQ: 0 ANSI: 2 atkbd serio0: keyboard reset failed on 1c060000.kmi sd 0:0:0:0: [sda] 4099072 512-byte logical blocks: (2.10 GB/1.95 GiB) sd 0:0:0:0: [sda] Write Protect is off sd 0:0:0:0: [sda] Mode Sense: 0b 00 00 08 sd 0:0:0:0: [sda] No Caching mode page found sd 0:0:0:0: [sda] Assuming drive cache: write through sda: sda1 sd 0:0:0:0: [sda] Attached SCSI removable disk atkbd serio1: keyboard reset failed on 1c070000.kmi EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem EXT4-fs (sda1): warning: maximal mount count reached, running e2fsck is recommended EXT4-fs (sda1): recovery complete EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) VFS: Mounted root (ext3 filesystem) on device 8:1. devtmpfs: mounted Freeing unused kernel memory: 416K (ffffff8008872000 - ffffff80088da000) EXT4-fs (sda1): re-mounted. Opts: data=ordered Starting logging: OK Initializing random number generator... random: dd urandom read with 66 bits of entropy available done. Starting network... Welcome to SNPS Juno by Buildroot juno-buildroot login: root # cat /çproc/inrandom: nonblocking pool is initialized proc/inproc/int # # cat pro/proc/in # cat /proc/interrupts CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 1: 308 53 180 30 42 14 GICv2 92 Level arch_mem_timer 2: 0 0 0 0 0 0 GICv2 29 Edge arch_timer 3: 1318 275 483 282 215 208 GICv2 30 Edge arch_timer 4: 0 0 0 0 0 0 GICv2 27 Edge kvm guest timer 6: 0 0 0 0 0 0 GICv2 198 Level timer 14: 11 0 0 0 0 0 GICv2 67 Level mhu_link 15: 0 0 0 0 0 0 GICv2 25 Edge vgic 16: 0 0 0 0 0 0 GICv2 120 Level 7ff00000.dma 17: 0 0 0 0 0 0 GICv2 121 Level 7ff00000.dma 18: 0 0 0 0 0 0 GICv2 122 Level 7ff00000.dma 19: 0 0 0 0 0 0 GICv2 123 Level 7ff00000.dma 20: 0 0 0 0 0 0 GICv2 124 Level 7ff00000.dma 21: 0 0 0 0 0 0 GICv2 140 Level 7ff00000.dma 22: 0 0 0 0 0 0 GICv2 141 Level 7ff00000.dma 23: 0 0 0 0 0 0 GICv2 142 Level 7ff00000.dma 24: 0 0 0 0 0 0 GICv2 143 Level 7ff00000.dma 25: 0 0 0 0 0 0 GICv2 125 Level hdlcd 26: 0 0 0 0 0 0 GICv2 117 Level hdlcd 27: 64 0 0 0 0 0 GICv2 115 Level uart-pl011 28: 196 0 0 0 0 0 GICv2 136 Level 7ffa0000.i2c 29: 0 0 0 0 0 0 GICv2 148 Level ohci_hcd:usb2 30: 0 0 0 0 0 0 GICv2 200 Level xhci-hcd:usb3 31: 627 0 0 0 0 0 GICv2 149 Level ehci_hcd:usb1 34: 0 0 0 0 0 0 GICv2 192 Level eth1 36: 52 0 0 0 0 0 GICv2 194 Level mmci-pl18x (cmd) 39: 0 0 0 0 0 0 GICv2 100 Level rtc-pl031 52: 0 0 0 0 0 0 MSI 0 Edge PCIe PME, aerdrv 59: 1 0 0 0 0 0 MSI 4194304 Edge IPI0: 459 443 607 247 280 228 Rescheduling interrupts IPI1: 1 37 63 34 17 61 Function call interrupts IPI2: 0 0 0 0 0 0 CPU stop interrupts IPI3: 7 27 34 41 57 90 Timer broadcast interrupts IPI4: 0 0 0 1 0 0 IRQ work interrupts IPI5: 0 0 0 0 0 0 CPU wake-up interrupts Err: 0 *********************************INSERTING PEN DRIVE # xhci-hcd xhci-hcd.0.auto: Port Status Change Event for port 1 xhci-hcd xhci-hcd.0.auto: resume root hub xhci-hcd xhci-hcd.0.auto: handle_port_status: starting port polling. xhci-hcd xhci-hcd.0.auto: get port status, actual port 0 status = 0x206e1 xhci-hcd xhci-hcd.0.auto: Get port status returned 0x10101 xhci-hcd xhci-hcd.0.auto: clear port connect change, actual port 0 status = 0x6e1 xhci-hcd xhci-hcd.0.auto: xhci_hub_status_data: stopping port polling. xhci-hcd xhci-hcd.0.auto: get port status, actual port 0 status = 0x6e1 xhci-hcd xhci-hcd.0.auto: Get port status returned 0x101 xhci-hcd xhci-hcd.0.auto: xhci_hub_status_data: stopping port polling. xhci-hcd xhci-hcd.0.auto: // Ding dong! xhci-hcd xhci-hcd.0.auto: Command timeout xhci-hcd xhci-hcd.0.auto: Abort command ring # ccat /proc/inter # cat /proc/interrupts CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 1: 765 72 393 41 50 15 GICv2 92 Level arch_mem_timer 2: 0 0 0 0 0 0 GICv2 29 Edge arch_timer 3: 1348 275 485 286 216 209 GICv2 30 Edge arch_timer 4: 0 0 0 0 0 0 GICv2 27 Edge kvm guest timer 6: 0 0 0 0 0 0 GICv2 198 Level timer 14: 11 0 0 0 0 0 GICv2 67 Level mhu_link 15: 0 0 0 0 0 0 GICv2 25 Edge vgic 16: 0 0 0 0 0 0 GICv2 120 Level 7ff00000.dma 17: 0 0 0 0 0 0 GICv2 121 Level 7ff00000.dma 18: 0 0 0 0 0 0 GICv2 122 Level 7ff00000.dma 19: 0 0 0 0 0 0 GICv2 123 Level 7ff00000.dma 20: 0 0 0 0 0 0 GICv2 124 Level 7ff00000.dma 21: 0 0 0 0 0 0 GICv2 140 Level 7ff00000.dma 22: 0 0 0 0 0 0 GICv2 141 Level 7ff00000.dma 23: 0 0 0 0 0 0 GICv2 142 Level 7ff00000.dma 24: 0 0 0 0 0 0 GICv2 143 Level 7ff00000.dma 25: 0 0 0 0 0 0 GICv2 125 Level hdlcd 26: 0 0 0 0 0 0 GICv2 117 Level hdlcd 27: 314 0 0 0 0 0 GICv2 115 Level uart-pl011 28: 228 0 0 0 0 0 GICv2 136 Level 7ffa0000.i2c 29: 0 0 0 0 0 0 GICv2 148 Level ohci_hcd:usb2 30: 1 0 0 0 0 0 GICv2 200 Level xhci-hcd:usb3 31: 682 0 0 0 0 0 GICv2 149 Level ehci_hcd:usb1 34: 0 0 0 0 0 0 GICv2 192 Level eth1 36: 52 0 0 0 0 0 GICv2 194 Level mmci-pl18x (cmd) 39: 0 0 0 0 0 0 GICv2 100 Level rtc-pl031 52: 0 0 0 0 0 0 MSI 0 Edge PCIe PME, aerdrv 59: 1 0 0 0 0 0 MSI 4194304 Edge IPI0: 461 445 628 295 288 231 Rescheduling interrupts IPI1: 1 37 69 35 17 61 Function call interrupts IPI2: 0 0 0 0 0 0 CPU stop interrupts IPI3: 16 27 46 42 71 109 Timer broadcast interrupts IPI4: 4 0 0 1 0 0 IRQ work interrupts IPI5: 0 0 0 0 0 0 CPU wake-up interrupts Err: 0 #