linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: naveen yadav <yad.naveen@gmail.com>
To: linux-kernel@vger.kernel.org, majordomo@vger.kernel.org,
	linux-usb@vger.kernel.org, marcel@holtmann.org,
	padovan@profusion.mobi, stern@rowland.harvard.edu
Subject: USB 2.0: No giveback comes for one submitted URB
Date: Thu, 22 Nov 2012 18:50:29 +0530	[thread overview]
Message-ID: <CAJ8eaTwTM3b2wTa9=o3POy-dcP6hkE_DdoAVX06PBuPDhz4W6w@mail.gmail.com> (raw)
In-Reply-To: <CA+vmRF6SCfvN2B6TnV1_XSoGmVG2WdRn2Cv-J-w+_tMd8hbeuw@mail.gmail.com>

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

Hi,

we are using 3.2.2 version of kernel.

When Bluetooth(connected to USB 2.0) is suspended, urb->use_count
value does not become zero and eventually there is a continuous wait
in wait_event() of usb_kill_urb().
          wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0);

urb_count is incremented at only one place in usb_hcd_submit_urb() and
decremented in usb_hcd_giveback_urb(). (Also, in error case inside
usb_hcd_submit_urb()). After taking print of  urb->use_count at all
these places, I see, even without connecting the Bluetooth device
urb_count is incremented while below execution has never been
decremented.

dwc_otg: version 2.93a 15-MAY-2011
[    2.440000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1
pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.450000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0
pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.460000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1
pipe=1077969280 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.480000] Core Release: 2.81a
.....
.....
[    3.490000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0
pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.540000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 2
pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.540000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 1
pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]

urb->use_count corresponding to pipe 1077969280 incremented from 0 to
2 and never decremented back to 0 till Linux boots up.
Please find the complete log attached herewith.

Thanks

[-- Attachment #2: USB_no_giveback.txt --]
[-- Type: text/plain, Size: 45312 bytes --]


cfi_probe: cfi_flash base: 0xc0000000 size: 0x04000000

Copying Bb
## Starting Barebox at 0x01000000 ...


barebox 2011.06.0-dirty (Oct  4 2012 - 15:43:56)

Board: Mindspeed C2000
c2k_spi_probe
c2k_otp_probe.
cbus_baseaddr: 9c000000, ddr_baseaddr: 03800000, ddr_phys_baseaddr: 03800000
class init complete
tmu init complete
bmu1 init: done
bmu2 init: done
util init complete
GPI1 init complete
GPI2 init complete
HGPI init complete
HIF rx desc: base_va: 03e80000, base_pa: 03e80000
HIF tx desc: base_va: 03e80400, base_pa: 03e80400
HIF init complete
bmu1 enabled
bmu2 enabled
pfe_hw_init: done
pfe_firmware_init
pfe_load_elf
pfe_load_elf no of sections: 10
pfe_firmware_init: class firmware loaded
pfe_load_elf
pfe_load_elf no of sections: 10
pfe_firmware_init: tmu firmware loaded
pfe_load_elf
pfe_load_elf no of sections: 14
pfe_firmware_init: util firmware loaded
eth@eth0: got MAC address from EEPROM: D6:44:A0:FF:25:36
eth@eth1: got MAC address from EEPROM: 32:94:81:C0:D7:BD
cfi_probe: cfi_flash base: 0xc0000000 size: 0x04000000
cfi_protect: protect 0xc0060000 (size 131072)

Si5356 disable output
Si5356 pll disable
Si5356 Config
Si5356 soft reset
Si5356 output enable
Malloc space: 0x00c00000 -> 0x01000000 (size  4 MB)
Stack space : 0x00bf8000 -> 0x00c00000 (size 32 kB)
running /env/bin/init...
Unknown command 'export' - try 'help'

Hit any key to stop autoboot:  0
booting kernel of type uimage from /dev/nor0.kernel
   Verifying Checksum ... OK
   Image Name:   Linux-3.2.2
   Created:      2012-11-22   8:40:53 UTC
   Image Type:   <NULL> <NULL> <NULL> (<NULL>)
   Data Size:    2280808 Bytes =  2.2 MB
   Load Address: 03008000
   Entry Point:  03008000
OK

Starting kernel ...

commandline: console=ttyS0,115200n8, init=/etc/preinit nosmp ip=none root=/dev/mtdblock4 rootfstype=jffs2 rw noinitrd mtdparts=comcertoflash.0:128k(uloader)ro,256k(barebox)ro,128k(env),4M(kernel),-(rootfs);comcerto_nand:1024k(barebox)ro,1024k(bareboxenv),4M(kernel),-(rootfs)
arch_number: 1094
Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Linux version 3.2.2 (vbhagat@leo) (gcc version 4.5.4 20110808 (prerelease) (Linaro GCC 4.5-2011.08) ) #8 SMP Thu Nov 22 14:10:50 IST 2012
[    0.000000] CPU: ARMv7 Processor [412fc091] revision 1 (ARMv7), cr=10c53c7d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Comcerto 2000 EVM
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] PERCPU: Embedded 8 pages/cpu @c08f8000 s9408 r8192 d15168 u32768
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 124928
[    0.000000] Kernel command line: console=ttyS0,115200n8, init=/etc/preinit nosmp ip=none root=/dev/mtdblock4 rootfstype=jffs2 rw noinitrd mtdparts=comcertoflash.0:128k(uloader)ro,256k(barebox)ro,128k(env),4M(kernel),-(rootfs);comcerto_nand:1024k(barebox)ro,1024k(bareboxenv),4M(kernel),-(rootfs)
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 48MB 444MB = 492MB total
[    0.000000] Memory: 494164k/494164k available, 30124k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xf0000000   ( 248 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0444000   (4336 kB)
[    0.000000]       .init : 0xc0444000 - 0xc04694c0   ( 150 kB)
[    0.000000]       .data : 0xc046a000 - 0xc049dc78   ( 208 kB)
[    0.000000]        .bss : 0xc049dc9c - 0xc04f3a68   ( 344 kB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:256
[    0.000000] PLL0 running at 1800 MHz, PLL1 at 1000 MHz PLL2 running at 1500 MHz PLL3 running at 801 MHz
[    0.000000] Calibrating delay loop... 1797.32 BogoMIPS (lpj=8986624)
[    0.060000] pid_max: default: 32768 minimum: 301
[    0.060000] Mount-cache hash table entries: 512
[    0.060000] Initializing cgroup subsys cpuacct
[    0.060000] Initializing cgroup subsys devices
[    0.060000] CPU: Testing write buffer coherency: ok
[    0.060000] CPU0: thread -1, cpu 0, socket 9, mpidr 80000900
[    0.060000] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
[    0.060000] Brought up 1 CPUs
[    0.060000] SMP: Total of 1 processors activated (1797.32 BogoMIPS).
[    0.060000] NET: Registered protocol family 16
[    0.060000] L310 cache controller enabled
[    0.060000] l2x0: 8 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x00040000, PREFETCH_CTRL 0x00000000, Cache size: 262144 B
[    0.060000] ARMv7 AUX CTRL(0): 0x41
[    0.060000] ARMv7 AUX CTRL(0): 0x41
[    0.070000] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.070000] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.070000] wait_cmu_ok: Polling on CMU_OK :
[    0.070000] Passed
[    0.080000] comcerto_pcie_link_up:178 Link up success
[    0.080000] wait_cmu_ok: Polling on CMU_OK :
[    0.080000] Passed
[    0.080000] comcerto_pcie_link_up:178 Link up success
[    0.080000] PCI: bus0: Fast back to back transfers disabled
[    0.080000] PCI: bus1: Fast back to back transfers disabled
[    0.080000] pci 0000:01:00.0: BAR 0: assigned [mem 0xb0000000-0xb0ffffff]
[    0.080000] pci 0000:01:00.0: BAR 0: set to [mem 0xb0000000-0xb0ffffff] (PCI address [0xb0000000-0xb0ffffff])
[    0.080000] pci 0000:01:00.0: BAR 4: assigned [mem 0xb1000000-0xb100ffff]
[    0.080000] pci 0000:01:00.0: BAR 4: set to [mem 0xb1000000-0xb100ffff] (PCI address [0xb1000000-0xb100ffff])
[    0.080000] pci 0000:01:00.0: BAR 5: assigned [mem 0xb1010000-0xb1010fff]
[    0.080000] pci 0000:01:00.0: BAR 5: set to [mem 0xb1010000-0xb1010fff] (PCI address [0xb1010000-0xb1010fff])
[    0.080000] pci 0000:00:00.0: BAR 0: assigned [mem 0xa0000000-0xa001ffff 64bit]
[    0.080000] pci 0000:00:00.0: BAR 0: set to [mem 0xa0000000-0xa001ffff 64bit] (PCI address [0xa0000000-0xa001ffff])
[    0.080000] pci 0000:00:00.0: BAR 6: assigned [mem 0xa0020000-0xa002ffff pref]
[    0.120000] bio: create slab <bio-0> at 0
[    0.120000] vgaarb: loaded
[    0.120000] SCSI subsystem initialized
[    0.120000] usbcore: registered new interface driver usbfs
[    0.120000] usbcore: registered new interface driver hub
[    0.130000] usbcore: registered new device driver usb
[    0.130000] Switching to clocksource timer2
[    0.140000] NET: Registered protocol family 2
[    0.140000] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.140000] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.140000] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
[    0.140000] TCP: Hash tables configured (established 16384 bind 16384)
[    0.140000] TCP reno registered
[    0.140000] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.140000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.140000] NET: Registered protocol family 1
[    0.140000] RPC: Registered named UNIX socket transport module.
[    0.140000] RPC: Registered udp transport module.
[    0.140000] RPC: Registered tcp transport module.
[    0.140000] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.140000] membuf_init: created membuf device(253, 0)
[    0.140000] clock_frequency_set: (1:24) NTG INCR value is 422212465
[    0.160000] JFFS2 version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    0.160000] msgmni has been set to 965
[    0.160000] io scheduler noop registered (default)
[    0.160000] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.180000] serial8250.0: ttyS0 at MMIO 0x96300000 (irq = 58) is a 16550A
[    0.720000] console [ttyS0] enabled
[    0.720000] wait_cmu_ok: Polling on CMU_OK :
[    0.730000] Passed
[    0.730000] ahci ahci: forcing PORTS_IMPL to 0x3
[    0.730000] ahci ahci: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x3 impl platform mode
[    0.740000] ahci ahci: flags: ncq sntf pm led clo only pmp pio slum part ccc apst
[    0.750000] scsi0 : ahci_platform
[    0.760000] scsi1 : ahci_platform
[    0.760000] ata1: SATA max UDMA/133 mmio [mem 0x9d000000-0x9d00ffff] port 0x100 irq 48
[    0.770000] ata2: SATA max UDMA/133 mmio [mem 0x9d000000-0x9d00ffff] port 0x180 irq 48
[    0.780000] comcertoflash.0: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000001 Chip ID 0x002301
[    0.790000] Amd/Fujitsu Extended Query Table at 0x0040
[    0.790000]   Amd/Fujitsu Extended Query version 1.5.
[    0.800000] number of CFI chips: 1
[    0.800000] 5 cmdlinepart partitions found on MTD device comcertoflash.0
[    0.810000] Creating 5 MTD partitions on "comcertoflash.0":
[    0.820000] 0x000000000000-0x000000020000 : "uloader"
[    0.820000] 0x000000020000-0x000000060000 : "barebox"
[    0.830000] 0x000000060000-0x000000080000 : "env"
[    0.830000] 0x000000080000-0x000000480000 : "kernel"
[    0.840000] 0x000000480000-0x000004000000 : "rootfs"
[    0.850000] mtd: partition "rootfs" set to be root filesystem
[    0.850000] split_squashfs: no squashfs found in "comcertoflash.0"
[    0.860000] pdev->resource->start = c8300000, pdev->resource->end = c8301fff
[    0.870000] nand_probe: comcertonand base: 0xe0814000
[    0.870000] ONFI flash detected
[    0.880000] ONFI param page 0 valid
[    0.880000] NAND device: Manufacturer ID: 0x2c, Chip ID: 0x48 (Micron MT29F16G08CBACAWP)
[    0.890000] Scanning device for bad blocks
[    0.920000] Bad eraseblock 90 at 0x000005a00000
[    0.930000] Bad eraseblock 91 at 0x000005b00000
[    1.540000] dw_spi_c2000_probe:Initializing SPI Controller : use_dma=0 CLK(DUS)=250000000 Hz
[    1.550000] dw_spi_c2000_probe:Initializing SPI Controller : use_dma=0 CLK(spi_i2c)=250000000 Hz
[    1.560000] Fixed MDIO Bus: probed
[    1.570000] ## xhci_plat_probe
[    1.570000] ### comcerto_start_xhci
[    1.580000] xhci-hcd xhci-hcd: xHCI Host Controller
[    1.580000] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 1
[    1.590000] xhci-hcd xhci-hcd: irq 54, io mem 0x9f000000
[    1.590000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x0000] [pid=0x0000][devno=1]
[    1.600000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x0000] [pid=0x0000][devno=1]
[    1.610000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.620000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.640000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.650000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.660000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.670000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.680000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.690000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.700000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.710000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.720000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.730000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.740000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.750000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.750000] usb usb1: Product: xHCI Host Controller
[    1.760000] usb usb1: Manufacturer: Linux 3.2.2 xhci-hcd
[    1.760000] usb usb1: SerialNumber: xhci-hcd
[    1.770000] ata1: SATA link down (SStatus 0 SControl 300)
[    1.770000] ata2: SATA link down (SStatus 0 SControl 300)
[    1.780000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.790000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.800000] hub 1-0:1.0: USB hub found
[    1.800000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.810000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.830000] hub 1-0:1.0: 1 port detected
[    1.830000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.840000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.850000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.860000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.870000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.880000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.890000] xhci-hcd xhci-hcd: xHCI Host Controller
[    1.900000] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 2
[    1.900000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x0000] [pid=0x0000][devno=1]
[    1.910000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x0000] [pid=0x0000][devno=1]
[    1.930000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    1.940000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    1.950000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    1.960000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    1.970000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    1.980000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    1.990000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.000000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.010000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.020000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.030000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.040000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.050000] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    2.060000] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.060000] usb usb2: Product: xHCI Host Controller
[    2.070000] usb usb2: Manufacturer: Linux 3.2.2 xhci-hcd
[    2.070000] usb usb2: SerialNumber: xhci-hcd
[    2.080000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.090000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.100000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.110000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.120000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.130000] hub 2-0:1.0: USB hub found
[    2.140000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.150000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.160000] hub 2-0:1.0: 1 port detected
[    2.160000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.170000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.180000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.190000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.200000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.210000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.220000] Initializing USB Mass Storage driver...
[    2.230000] usbcore: registered new interface driver usb-storage
[    2.230000] USB Mass Storage support registered.
[    2.240000] dwc_otg: version 2.93a 15-MAY-2011
[    2.440000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.450000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.460000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=1077969280 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.480000] Core Release: 2.81a
[    2.480000] Setting default values for core params
[    2.680000] Using Buffer DMA mode
[    2.690000] Periodic Transfer Interrupt Enhancement - disabled
[    2.690000] Multiprocessor Interrupt Enhancement - disabled
[    2.700000] OTG VER PARAM: 1, OTG VER FLAG: 1
[    2.700000] dwc_otg dwc_otg.0: DWC OTG Controller
[    2.710000] dwc_otg dwc_otg.0: new USB bus registered, assigned bus number 3
[    2.710000] dwc_otg dwc_otg.0: irq 53, io mem 0x00000000
[    2.720000] Init: Port Power? op_state=1
[    2.720000] Init: Power Port (0)
[    2.730000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x0000] [pid=0x0000][devno=1]
[    2.740000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x0000] [pid=0x0000][devno=1]
[    2.750000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.760000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.770000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.780000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.790000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.800000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.810000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.820000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.830000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.840000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.850000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.860000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.870000] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    2.880000] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.890000] usb usb3: Product: DWC OTG Controller
[    2.890000] usb usb3: Manufacturer: Linux 3.2.2 dwc_otg
[    2.900000] usb usb3: SerialNumber: dwc_otg.0
[    2.900000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.910000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.920000] hub 3-0:1.0: USB hub found
[    2.930000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.940000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.950000] hub 3-0:1.0: 1 port detected
[    2.950000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.960000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.970000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.980000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.990000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.000000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.020000] mousedev: PS/2 mouse device common for all mice
[    3.020000] c2k-rtc c2k-rtc: rtc core: registered c2k as rtc0
[    3.030000] C2000 RTC, (c) 2012 Mindspeed Technologies
[    3.030000] comcerto_i2c_calculate_dividers: speed=97kHz, M=1, N=7, dividers=0x0f
[    3.040000] i2c-core: driver [eeprom] using legacy suspend method
[    3.050000] i2c-core: driver [eeprom] using legacy resume method
[    3.050000] ZN200PCIE Gotxila Multifunction device  (1a33:8201)
[    3.060000] ZN200PCIE PCIe driver version - 2.0.c28ec089bad4
[    3.070000] ZN200PCIE < built >Nov 22 2012,13:25:46
[    3.070000] PCI: enabling device 0000:01:00.0 (0140 -> 0142)
[    3.080000] ZN200PCIE 0000:01:00.0: xmem mapped address = e7000000, xmem length = 0x01000000
[    3.090000] ZN200PCIE 0000:01:00.0: xreg mapped address = e0960000, xreg length = 0x00010000
[    3.090000] ZN200PCIE 0000:01:00.0: wnd mapped address = e081c000, wnd length = 0x00001000
[    3.100000] ZN200PCIE 0000:01:00.0: Interrupt enabled 160
[    3.110000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.120000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.130000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.140000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.150000] ZN200PCIE 0000:01:00.0: [added]
[    3.160000] ZN200PCIE module (major = 252) [registered]
[    3.160000] TCP cubic registered
[    3.160000] NET: Registered protocol family 10
[    3.170000] IPv6 over IPv4 tunneling driver
[    3.180000] NET: Registered protocol family 17
[    3.190000] Bridge firewalling registered
[    3.190000] 8021q: 802.1Q VLAN Support v1.8
[    3.190000] c2k-rtc c2k-rtc: setting system clock to 2137-10-10 12:53:00 UTC (999498284)
[    3.250000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.260000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.270000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.280000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.290000] Indeed it is in host mode hprt0 = 00021501
[    3.350000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.480000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.490000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.540000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 2 pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.540000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 1 pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.560000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.570000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.580000] usb 3-1: new high-speed USB device number 2 using dwc_otg
[    3.590000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483776 [vid=0x0000] [pid=0x0000][devno=0]
[    3.600000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483776 [vid=0x0000] [pid=0x0000][devno=0]
[    3.640000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.650000] Indeed it is in host mode hprt0 = 00001101
[    3.710000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.790000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 2 pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.790000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 1 pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.810000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.820000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.890000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.900000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.910000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483648 [vid=0x0000] [pid=0x0000][devno=0]
[    3.920000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483648 [vid=0x0000] [pid=0x0000][devno=0]
[    3.970000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484288 [vid=0x0000] [pid=0x0000][devno=2]
[    3.980000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484288 [vid=0x0000] [pid=0x0000][devno=2]
[    3.990000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.000000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.020000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.030000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.040000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 2 pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    4.040000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 1 pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    4.060000] usb 3-1: New USB device found, idVendor=0424, idProduct=2513
[    4.070000] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.100000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484160 [vid=0x0424] [pid=0x2513][devno=2]
[    4.110000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484160 [vid=0x0424] [pid=0x2513][devno=2]
[    4.120000] hub 3-1:1.0: USB hub found
[    4.130000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.140000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.160000] hub 3-1:1.0: 3 ports detected
[    4.160000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484160 [vid=0x0424] [pid=0x2513][devno=2]
[    4.170000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484160 [vid=0x0424] [pid=0x2513][devno=2]
[    4.190000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.200000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.210000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.220000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.240000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484160 [vid=0x0424] [pid=0x2513][devno=2]
[    4.250000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484160 [vid=0x0424] [pid=0x2513][devno=2]
[    4.260000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484160 [vid=0x0424] [pid=0x2513][devno=2]
[    4.270000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484160 [vid=0x0424] [pid=0x2513][devno=2]
[    4.290000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 2 pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    4.290000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 1 pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    4.310000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484160 [vid=0x0424] [pid=0x2513][devno=2]
[    4.320000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484160 [vid=0x0424] [pid=0x2513][devno=2]
[    4.330000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    4.340000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    4.350000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    4.370000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    4.430000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.440000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.450000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.470000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.480000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.490000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.510000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=1077969536 [vid=0x0424] [pid=0x2513][devno=2]
[   27.540000] VFS: Mounted root (jffs2 filesystem) on device 31:4.
[   27.550000] Freeing init memory: 148K
- preinit -
Press the [f] key and hit [enter] to enter failsafe mode
- regular preinit -
- init -

Please press Enter to activate this console. [   57.100000] pfe_module_init
[   57.110000] pfe_platform_probe
[   57.110000] ipsec: baseaddr :9a000000 --- e0a00000
[   57.110000] pfe_probe
[   57.120000] PFE Driver version:
[   57.120000] pfe_ctrl_c2k_beta_rc2_00_0
[   57.120000] built with pfe sources version: pfe_c2k_beta_rc2_00_1
[   57.130000] cbus_baseaddr: ea000000, ddr_baseaddr: e9000000, ddr_phys_baseaddr: 3800000, ddr_size: c00000
[   57.140000] pfe_hw_init
[   57.140000] CLASS version: 20
[   57.150000] TMU version: 1011231
[   57.150000] BMU1 version: 21
[   57.150000] BMU2 version: 21
[   57.150000] EMAC1 network cfg: 80000
[   57.160000] EMAC2 network cfg: 80000
[   57.160000] EMAC3 network cfg: 80000
[   57.170000] EGPI1 version: 50
[   57.170000] EGPI2 version: 50
[   57.170000] EGPI3 version: 50
[   57.170000] HGPI version: 50
[   57.180000] GPT version: 0
[   57.180000] HIF version: 10
[   57.180000] HIF NOPCY version: 10
[   57.190000] UTIL version: 20
[   57.190000] bmu_init(1) done
[   57.190000] bmu_init(2) done
[   57.200000] class_init() done
[   57.210000] tmu_init: mem init
[   57.210000] tmu_init: lmem init
[   57.210000] tmu_init() done
[   57.210000] util_init() done
[   57.220000] gpi_init(1) done
[   57.220000] gpi_init(2) done
[   57.220000] gpi_init(3) done
[   57.230000] gpi_init(hif) done
[   57.230000] bmu_enable(1) done
[   57.230000] bmu_enable(2) done
[   57.230000] pfe_hif_lib_init
[   57.240000] pfe_hif_init
[   57.240000] pfe_hif_alloc_descr
[   57.240000] pfe_hif_init_buffers
[   57.250000] pfe_firmware_init
[   57.900000] pfe_load_elf
[   57.930000] PFE binary version: pfe_c2k_beta_rc2_00_1
[   57.940000] pfe_firmware_init: class firmware loaded 0xc20 0xc3010000
[   57.940000] pfe_load_elf
[   57.950000] pfe_firmware_init: tmu firmware loaded 0x1c0
[   57.950000] pfe_load_elf
[   57.960000] pfe_firmware_init: util firmware loaded 0x10e0
[   57.960000] pfe_ctrl_init
[   57.990000] timer_add bf04a258
[   58.000000] timer_add bf04a2b8
[   58.000000] timer_add bf04a288
[   58.000000] timer_add bf04a318
[   58.000000] timer_add bf04a240
[   58.010000] timer_add bf04a300
[   58.010000] ifg = 171717
[   58.010000] timer_add bf04a2e8
[   58.020000] ipsec_common_hard_init ipsec_baseaddr:e0a00000 - espah_base:e0a80000
[   58.030000] timer_add bf04a330
[   58.030000] pfe_ctrl_init finished
[   58.030000] pfe_eth_init
[   58.040000] pfe_ctrl_timer
[   58.040000] Comcerto MDIO Bus: probed
[   58.050000] eth0: pfe_eth_init_one: created interface, baseaddr: ea200000
[   58.060000] eth2: pfe_eth_init_one: created interface, baseaddr: ea220000
[   58.070000] eth3: pfe_eth_init_one: created interface, baseaddr: ea330000
[   58.080000] pfe_vwd_init
[   58.080000] pfe_pcap_init
[   58.170000] m86xxx_elp: Unknown symbol crypto_done (err 0)
[   58.170000] m86xxx_elp: Unknown symbol crypto_unregister_all (err 0)
[   58.180000] m86xxx_elp: Unknown symbol crypto_kdone (err 0)
[   58.180000] m86xxx_elp: Unknown symbol crypto_get_driverid (err 0)
[   58.190000] m86xxx_elp: Unknown symbol crypto_kregister (err 0)
[   58.200000] m86xxx_elp: Unknown symbol crypto_register (err 0)
[   58.440000] eth0: pfe_eth_open
[   58.450000] hif_process_client_req: register client_id 0
[   58.450000] pfe_hif_client_register
[   58.460000] eth0: pfe_gemac_init
[   58.990000] PPP generic driver version 2.4.2
[   59.110000] ip_tables: (C) 2000-2006 Netfilter Core Team
[   59.400000] NET: Registered protocol family 24
[   59.510000] nf_conntrack version 0.5.0 (7723 buckets, 30892 max)
[   59.700000] eth2: pfe_eth_open
[   59.710000] hif_process_client_req: register client_id 1
[   59.710000] pfe_hif_client_register
[   59.720000] eth2: pfe_gemac_init
[   60.740000] xt_time: kernel timezone is -0000
[   61.080000] Netfilter messages via NETLINK v0.30.
[   61.110000] Ebtables v2.0 registered
[   61.310000] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   61.500000] ctnetlink v0.93: registering with nfnetlink.
[   61.550000] asf: module license 'Proprietary' taints kernel.
[   61.550000] Disabling lock debugging due to kernel taint
[   62.080000] ath_hal: 0.9.17.1 (AR5212, AR5416, AR9380, RF5111, RF5112, RF2413, RF5413, RF2316, RF2317, DEBUG, WRITE_EEPROM, 11D)
[   62.150000] ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved
[   62.210000] ath_dfs: Version 2.0.0
[   62.210000] Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved
[   62.440000] ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved
[   62.950000] ath_pci: 9.2.0_U10.5.13 (Atheros/multi-bss)
[   62.950000] PCI: enabling device 0000:00:00.0 (0140 -> 0142)
[   62.960000] ath_pci_probe: **************** MSI Enabled***************************
[   62.970000] __ath_attach: Set global_scn[0]
[   62.970000] ACBKMinfree = 48
[   62.970000] ACBEMinfree = 32
[   62.980000] ACVIMinfree = 16
[   62.980000] ACVOMinfree = 0
[   62.980000] CABMinfree = 48
[   62.980000] UAPSDMinfree = 0
[   62.990000] ar9300RadioAttach: Need analog access recipe!!
[   63.220000] dfs_attach: use DFS enhancements
[   63.230000] DFS min filter rssiThresh = 15
[   63.230000] DFS max pulse dur = 151 ticks
[   63.230000] ath_get_caps[5123] rx chainmask mismatch actual 7 sc_chainmak 0
[   63.240000] ath_get_caps[5098] tx chainmask mismatch actual 7 sc_chainmak 0
[   63.270000] wifi0: Atheros 9380: mem=0xa0000000, irq=96 hw_base=0xe0f00000
[   63.320000] LA2352 IRQ 46
[   63.320000] ePavisII: Lionic Corp. LA2352 (ffc00000,1d000000)
[   63.330000] add_security_dev: add one, minor=999.
[   63.350000] lc_ioremap:lcdev->csr.decomp=e0ef2000
[   63.360000] Decompress IRQ 47
[   63.360000] (14000,16000,FFD80000,1D140000)
[   63.360000] Decomp: Lionic Corp. decompress (ffd80000,1d140000)
[   63.370000] add_decomp_dev: add one, minor=899.
[   63.420000] CI_get_decomp_device: switch to Decompress device.
[   63.420000] Lionic Decompress module. minor=899
[   63.430000] Created decomp00~decomp00, rar sess=1.
[   63.500000] usbcore: registered new interface driver usbserial
[   63.500000] USB Serial support registered for generic
[   63.510000] usbcore: registered new interface driver usbserial_generic
[   63.520000] usbserial: USB Serial Driver core
[   63.640000] USB Serial support registered for cp210x
[   63.640000] usbcore: registered new interface driver cp210x
[   63.650000] cp210x: v0.09:Silicon Labs CP210x RS232 serial adaptor driver
[   63.700000] USB Serial support registered for FTDI USB Serial Device
[   63.710000] usbcore: registered new interface driver ftdi_sio
[   63.710000] ftdi_sio: v1.6.0:USB FTDI Serial Converters Driver
[   63.850000] Bluetooth: Core ver 2.16
[   63.850000] NET: Registered protocol family 31
[   63.860000] Bluetooth: HCI device and connection manager initialized
[   63.870000] Bluetooth: HCI socket layer initialized
[   63.870000] Bluetooth: L2CAP socket layer initialized
[   63.880000] Bluetooth: SCO socket layer initialized
[   63.920000] Bluetooth: RFCOMM TTY layer initialized
[   63.920000] Bluetooth: RFCOMM socket layer initialized
[   63.930000] Bluetooth: RFCOMM ver 1.11
[   63.950000] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   63.960000] Bluetooth: BNEP filters: protocol multicast
[   63.990000] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   64.010000] Bluetooth: HCI UART driver ver 2.2
[   64.020000] Bluetooth: HCI H4 protocol initialized
[   64.020000] Bluetooth: HCI BCSP protocol initialized
[   64.050000] Bluetooth: Generic Bluetooth USB driver ver 0.6
[   64.050000] usbcore: registered new interface driver btusb
[   65.310000] wlan_vap_create : enter. devhandle=0xdd80c3a0, opmode=IEEE80211_M_HOSTAP, flags=0x1
[   65.320000] ------------[ cut here ]------------
[   65.320000] WARNING: at kernel/softirq.c:159 local_bh_enable_ip+0x4c/0xc0()
[   65.320000] Modules linked in: btusb hci_uart hidp bnep rfcomm bluetooth ftdi_sio cp210x hid usbserial evdev turnkey_decomp(P) decomp(P) cie(P) ath_pktlog(P) umac(O) ath_dev(P) ath_dfs(P) ath_rate_atheros(P) ath_hal(P) asf(P) adf(O) nf_conntrack_netlink ip6t_REJECT ip6t_LOG ip6t_rt ip6t_hbh ip6t_mh ip6t_ipv6header ip6t_frag ip6t_eui64 ip6t_ah ip6table_raw ip6_queue ip6table_mangle ip6table_filter ip6_tables nf_conntrack_ipv6 nf_defrag_ipv6 ebt_redirect ebt_mark ebt_vlan ebt_stp ebt_pkttype ebt_mark_m ebt_limit ebt_among ebt_802_3 ebtable_nat ebtable_filter ebtable_broute ebtables nfnetlink nf_nat_tftp nf_conntrack_tftp nf_nat_sip nf_conntrack_sip nf_nat_pptp nf_conntrack_pptp nf_nat_h323 nf_conntrack_h323 nf_nat_proto_gre nf_conntrack_proto_gre nf_nat_amanda nf_conntrack_amanda nf_nat_irc nf_conntrack_irc nf_nat_ftp nf_conntrack_ftp xt_iprange xt_HL xt_hl ipt_ECN xt_CLASSIFY xt_time xt_tcpmss xt_statistic xt_mark xt_length ipt_ecn xt_DSCP xt_dscp xt_string xt_layer7 xt_quota xt_pkttype xt_physdev xt_owner ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE iptable_nat nf_nat xt_recent xt_helper xt_connmark xt_connbytes xt_conntrack xt_NOTRACK iptable_raw xt_state nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack pppoe pppox ipt_REJECT xt_TCPMSS ipt_LOG xt_comment xt_multiport xt_mac xt_limit iptable_mangle iptable_filter ip_tables xt_tcpudp x_tables ppp_async ppp_generic slhc vfat fat ext4 jbd2 mbcache nls_iso8859_15 nls_iso8859_1 nls_cp437 ts_fsm ts_bm ts_kmp crc16 crc_ccitt arc4 aes_generic pfe(O)
[   65.320000] Backtrace:
[   65.320000] [<c000c514>] (dump_backtrace+0x0/0x110) from [<c0348acc>] (dump_stack+0x18/0x1c)
[   65.320000]  r6:0000009f r5:c03e5a5a r4:00000000 r3:c047ef7c
[   65.320000] [<c0348ab4>] (dump_stack+0x0/0x1c) from [<c002b8e8>] (warn_slowpath_common+0x54/0x6c)
[   65.320000] [<c002b894>] (warn_slowpath_common+0x0/0x6c) from [<c002b924>] (warn_slowpath_null+0x24/0x2c)
[   65.320000]  r8:dd80d954 r7:dd80d950 r6:de3dc000 r5:de3dc378 r4:c04bf100
[   65.320000] r3:00000009
[   65.320000] [<c002b900>] (warn_slowpath_null+0x0/0x2c) from [<c0032504>] (local_bh_enable_ip+0x4c/0xc0)
[   65.320000] [<c00324b8>] (local_bh_enable_ip+0x0/0xc0) from [<c034b768>] (_raw_spin_unlock_bh+0x28/0x2c)
[   65.320000]  r4:de2cf000 r3:00000000
[   65.320000] [<c034b740>] (_raw_spin_unlock_bh+0x0/0x2c) from [<bf438754>] (ieee80211_alloc_node+0x274/0x33c [umac])
[   65.320000] [<bf4384e0>] (ieee80211_alloc_node+0x0/0x33c [umac]) from [<bf438f08>] (ieee80211_reset_bss+0x44/0xfc [umac])
[   65.320000] [<bf438ec4>] (ieee80211_reset_bss+0x0/0xfc [umac]) from [<bf439218>] (ieee80211_node_latevattach+0x84/0xb8 [umac])
[   65.320000] [<bf439194>] (ieee80211_node_latevattach+0x0/0xb8 [umac]) from [<bf43cb6c>] (ieee80211_vap_attach+0x14/0x48 [umac])
[   65.320000]  r7:00001090 r6:00000000 r5:dd80c3a0 r4:de3dc000
[   65.320000] [<bf43cb58>] (ieee80211_vap_attach+0x0/0x48 [umac]) from [<bf44b700>] (ath_vap_create+0x480/0x6bc [umac])
[   65.320000]  r5:dd80c3a0 r4:de3dc000
[   65.320000] [<bf44b280>] (ath_vap_create+0x0/0x6bc [umac]) from [<bf43d2ec>] (wlan_vap_create+0x54/0x17c [umac])
[   65.320000] [<bf43d298>] (wlan_vap_create+0x0/0x17c [umac]) from [<bf491d88>] (osif_ioctl_create_vap+0x1e4/0x484 [umac])
[   65.320000] [<bf491ba4>] (osif_ioctl_create_vap+0x0/0x484 [umac]) from [<bf484370>] (ath_ioctl+0xc8/0x61c [umac])
[   65.320000] [<bf4842a8>] (ath_ioctl+0x0/0x61c [umac]) from [<c0269560>] (dev_ifsioc+0x310/0x330)
[   65.320000] [<c0269250>] (dev_ifsioc+0x0/0x330) from [<c0269b4c>] (dev_ioctl+0x5cc/0x6b4)
[   65.320000]  r7:00000000 r6:bee079f0 r5:c04edac0 r4:000089f7
[   65.320000] [<c0269580>] (dev_ioctl+0x0/0x6b4) from [<c025498c>] (sock_ioctl+0x214/0x244)
[   65.320000] [<c0254778>] (sock_ioctl+0x0/0x244) from [<c00d6918>] (do_vfs_ioctl+0x4fc/0x570)
[   65.320000]  r6:bee079f0 r5:de2dae60 r4:df596e80 r3:c0254778
[   65.320000] [<c00d641c>] (do_vfs_ioctl+0x0/0x570) from [<c00d69cc>] (sys_ioctl+0x40/0x64)
[   65.320000]  r9:df168000 r8:c00092a4 r6:bee079f0 r5:000089f7 r4:00000003
[   65.320000] [<c00d698c>] (sys_ioctl+0x0/0x64) from [<c0009120>] (ret_fast_syscall+0x0/0x30)
[   65.320000]  r7:00000036 r6:00000003 r5:bee07a10 r4:00000003
[   65.320000] ---[ end trace a063baeddd6766de ]---
[   65.710000] wlan_vap_create : exit. devhandle=0xdd80c3a0, opmode=IEEE80211_M_HOSTAP, flags=0x1.
[   65.720000] VAP device ath0 created
[   66.110000] WARNING: Fragmentation with HT mode NOT ALLOWED!!
[   66.220000]
[   66.220000]  DES SSID SET=shgwap
[   66.720000]  ieee80211_ioctl_siwmode: imr.ifm_active=918144, new mode=3, valid=1
[   66.950000]
[   66.950000]  DES SSID SET=shgwap
[   68.350000] could not find the VoIP firmware
[   68.380000] NET: Registered protocol family 27



BusyBox v1.18.5 (2012-10-11 15:47:17 KST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 M I N D S P E E D  Technologies - Build vc2k_alpha.rc7-1 for Comcerto
 -----------------------------------------------------
root@OpenWrt:/#

       reply	other threads:[~2012-11-22 18:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CA+vmRF6jXXu+-ZMFgYNVJXV=kXUrezyYzpu5HOKPme95xQt0ug@mail.gmail.com>
     [not found] ` <CA+vmRF6SCfvN2B6TnV1_XSoGmVG2WdRn2Cv-J-w+_tMd8hbeuw@mail.gmail.com>
2012-11-22 13:20   ` naveen yadav [this message]
2012-11-22 15:38     ` USB 2.0: No giveback comes for one submitted URB Alan Stern
2012-11-26 12:23       ` naveen yadav
2012-11-26 16:11         ` Alan Stern

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJ8eaTwTM3b2wTa9=o3POy-dcP6hkE_DdoAVX06PBuPDhz4W6w@mail.gmail.com' \
    --to=yad.naveen@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=majordomo@vger.kernel.org \
    --cc=marcel@holtmann.org \
    --cc=padovan@profusion.mobi \
    --cc=stern@rowland.harvard.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).