This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OMAP4430 tablet 2 MUSB_PERIPHERAL mode cause some error

Dear All,

There is an error which sometimes happens when I am using the OTG port on tablet2.

I modified below, and it will cause an error message is the same as above one.

static struct omap_musb_board_data musb_board_data = {
.interface_type = MUSB_INTERFACE_UTMI,
.mode = MUSB_PERIPHERAL,
.power = 200,
};

does anyone know why this cause below errors and what this is? Thank you.

[ 47.644195] PVR: PVRSRVDriverSuspend(pDevice=d6cebc00)
[ 47.644226] PVR: SysSystemPrePowerState: Entering state D3
[ 47.644256] PVR: Uninstalling device LISR on IRQ 53 with cookie d604e8c0
[ 47.644287] PVR: DisableSystemClocks: Disabling System Clocks
[ 47.653808] PM: suspend of devices complete after 175.537 msecs
[ 47.654296] PM: late suspend of devices complete after 0.457 msecs
[ 47.655090] omap_device: omapdss_dpi: omap_device not built
[ 47.655487] PM: noirq suspend of devices complete after 1.190 msecs
[ 47.655517] Disabling non-boot CPUs ...
[ 47.657043] CPU1: shutdown
[ 47.658142] Successfully put all powerdomains to target state
[ 47.658142] At Resume: IRQ 39(TWL6030-PIH)(OMAP-IRQ=7) Pending! Wakeup Enable: CPU0=no,CPU1=no
[ 47.658142] At Resume pending I/O pad: Reg - 0x4A1001EC, CONTROL_PADCONF_WAKEUPEVENT_5[13]
[ 47.658142] Suspended for 24.750 seconds
[ 47.658508] Enabling non-boot CPUs ...
[ 47.675506] CPU1: Booted secondary processor
[ 47.675598] CPU1: Unknown IPI message 0x1
[ 47.676269] CPU1 is up
[ 47.676879] omap_device: omapdss_dpi: omap_device not built
[ 47.676910] dpm_run_callback(): _od_resume_noirq+0x0/0x84 returns -19
[ 47.676940] PM: Device omapdss_dpi failed to resume noirq: error -19
[ 47.677490] PM: noirq resume of devices complete after 1.190 msecs
[ 47.677551] ------------[ cut here ]------------
[ 47.677581] WARNING: at arch/arm/mach-omap2/omap_l3_noc.c:113 l3_interrupt_handler+0xc0/0x168()
[ 47.677581] L3 custom error: MASTER:MPU TARGET:L4CFG
[ 47.677612] Modules linked in: wl18xx(O) wl12xx(O) wlcore(O) mac80211(O) cfg80211(O) pvrsrvkm_sgx540_120(O) compat(O)
[ 47.677642] Backtrace:
[ 47.677673] [<c0017b74>] (dump_backtrace+0x0/0x10c) from [<c067cc58>] (dump_stack+0x18/0x1c)
[ 47.677703] r6:00000071 r5:c0039f7c r4:cb2a1c58 r3:00000000
[ 47.677734] [<c067cc40>] (dump_stack+0x0/0x1c) from [<c0046968>] (warn_slowpath_common+0x54/0x6c)
[ 47.677764] [<c0046914>] (warn_slowpath_common+0x0/0x6c) from [<c0046a24>] (warn_slowpath_fmt+0x38/0x40)
[ 47.677764] r8:c0996fcc r7:c0996fcc r6:c06912d0 r5:80080003 r4:e08ee400
[ 47.677795] r3:00000009
[ 47.677825] [<c00469ec>] (warn_slowpath_fmt+0x0/0x40) from [<c0039f7c>] (l3_interrupt_handler+0xc0/0x168)
[ 47.677825] r3:c0996fd0 r2:c082d9c8
[ 47.677856] [<c0039ebc>] (l3_interrupt_handler+0x0/0x168) from [<c00a90a4>] (handle_irq_event_percpu+0x80/0x2e4)
[ 47.677886] r8:00000000 r7:0000002a r6:0000002a r5:c0952190 r4:d6cbeac0
[ 47.677917] [<c00a9024>] (handle_irq_event_percpu+0x0/0x2e4) from [<c00a934c>] (handle_irq_event+0x44/0x64)
[ 47.677947] [<c00a9308>] (handle_irq_event+0x0/0x64) from [<c00ac05c>] (handle_fasteoi_irq+0xc4/0x16c)
[ 47.677947] r6:cb2a0000 r5:c0952190 r4:c0952140 r3:00000000
[ 47.677978] [<c00abf98>] (handle_fasteoi_irq+0x0/0x16c) from [<c00a887c>] (generic_handle_irq+0x38/0x4c)
[ 47.678009] r5:c094c538 r4:c0974d40
[ 47.678039] [<c00a8844>] (generic_handle_irq+0x0/0x4c) from [<c00145a8>] (handle_IRQ+0x54/0xb4)
[ 47.678070] [<c0014554>] (handle_IRQ+0x0/0xb4) from [<c00084d0>] (gic_handle_irq+0x2c/0x60)
[ 47.678070] r8:60000113 r7:cb2a1db4 r6:cb2a1d80 r5:c0973a00 r4:e0802100
[ 47.678100] r3:0000002a
[ 47.678100] [<c00084a4>] (gic_handle_irq+0x0/0x60) from [<c0687c00>] (__irq_svc+0x40/0x70)
[ 47.678131] Exception stack(0xcb2a1d80 to 0xcb2a1dc8)
[ 47.678161] 1d80: c0952190 60000113 00000000 00000000 0000002b c09b5914 00000000 c0952190
[ 47.678161] 1da0: 60000113 c09c7848 c0952140 cb2a1dd4 cb2a1dd8 cb2a1dc8 c00aec04 c0687098
[ 47.678192] 1dc0: 40000113 ffffffff
[ 47.678192] r6:ffffffff r5:40000113 r4:c0687098 r3:c00aec04
[ 47.678222] [<c0687074>] (_raw_spin_unlock_irqrestore+0x0/0x50) from [<c00aec04>] (resume_irqs+0xa0/0xc0)
[ 47.678253] [<c00aeb64>] (resume_irqs+0x0/0xc0) from [<c00aec50>] (resume_device_irqs+0x14/0x18)
[ 47.678283] [<c00aec3c>] (resume_device_irqs+0x0/0x18) from [<c02ede84>] (dpm_resume_noirq+0x200/0x21c)
[ 47.678314] [<c02edc84>] (dpm_resume_noirq+0x0/0x21c) from [<c02ee63c>] (dpm_resume_start+0x14/0x20)
[ 47.678344] [<c02ee628>] (dpm_resume_start+0x0/0x20) from [<c0087364>] (suspend_devices_and_enter+0x170/0x3a0)
[ 47.678375] r4:00000000 r3:00000000
[ 47.678375] [<c00871f4>] (suspend_devices_and_enter+0x0/0x3a0) from [<c0087720>] (pm_suspend+0x18c/0x218)
[ 47.678405] [<c0087594>] (pm_suspend+0x0/0x218) from [<c00887f4>] (suspend+0x64/0x19c)
[ 47.678436] r6:00000075 r5:c0a08cf8 r4:c09b41f0 r3:00000000
[ 47.678466] [<c0088790>] (suspend+0x0/0x19c) from [<c0061950>] (process_one_work+0x134/0x4ac)
[ 47.678466] r7:d6c50200 r6:c0a07280 r5:cb2a0000 r4:c7c16340
[ 47.678497] [<c006181c>] (process_one_work+0x0/0x4ac) from [<c0061e54>] (worker_thread+0x18c/0x3d8)
[ 47.678558] [<c0061cc8>] (worker_thread+0x0/0x3d8) from [<c00668d8>] (kthread+0x90/0x9c)
[ 47.678588] [<c0066848>] (kthread+0x0/0x9c) from [<c004a87c>] (do_exit+0x0/0x804)
[ 47.678588] r6:c004a87c r5:c0066848 r4:d6c69ec4
[ 47.678619] Board Information:
[ 47.678619] Revision : 20ee17
[ 47.678619] Serial : 0000000000000000
[ 47.678619] SoC Information:
[ 47.678649] CPU : OMAP4430
[ 47.678649] Rev : ES2.3
[ 47.678649] Type : GP
[ 47.678649] Production ID: 0002B95C-000600F0
[ 47.678649] Die ID : 0A580006-33790AC1-0A10F015-3FD366AA
[ 47.678680]
[ 47.678680] ---[ end trace 979d140601da4f69 ]---
[ 47.679504] PM: early resume of devices complete after 0.366 msecs
[ 47.692474] dmm dmm: omap_dmm_resume: omap_dmm_resume:PAT entries restored
[ 47.692657] PVR: PVRSRVDriverResume(pDevice=d6cebc00)
[ 47.692687] PVR: SysSystemPostPowerState: Entering state D0
[ 47.692718] PVR: EnableSystemClocks: Enabling System Clocks
[ 47.692749] PVR: Installing device LISR SGX ISR on IRQ 53 with cookie d604e8c0
[ 47.860900] wakeup wake lock: event0-461
[ 48.025695] duty_cycle_apply_cooling: not throttling
[ 48.026031] PM: resume of devices complete after 346.496 msecs
[ 48.618347] Restarting tasks ...
[ 48.626068] done.
[ 48.628540] suspend: exit suspend, ret = 0 (2000-01-01 00:04:52.089231626 UTC)
[ 48.636566] active wake lock mmc2_detect
[ 48.640899] active wake lock mmc1_detect
[ 48.647735] PM: Syncing filesystems ... done.
[ 48.654235] Freezing user space processes ... (elapsed 0.02 seconds) done.
[ 48.684875] Freezing remaining freezable tasks ... (elapsed 0.02 seconds) done.
[ 48.720153] Suspending console(s) (use no_console_suspend to debug)
[ 48.893829] PVR: PVRSRVDriverSuspend(pDevice=d6cebc00)
[ 48.893859] PVR: SysSystemPrePowerState: Entering state D3
[ 48.893890] PVR: Uninstalling device LISR on IRQ 53 with cookie d604e8c0
[ 48.893920] PVR: DisableSystemClocks: Disabling System Clocks
[ 48.903442] PM: suspend of devices complete after 175.292 msecs
[ 48.903930] PM: late suspend of devices complete after 0.457 msecs
[ 48.904693] omap_device: omapdss_dpi: omap_device not built
[ 48.905090] PM: noirq suspend of devices complete after 1.129 msecs
[ 48.905120] Disabling non-boot CPUs ...
[ 48.906616] CPU1: shutdown
[ 48.907684] Successfully put all powerdomains to target state
[ 48.907684] At Resume pending I/O pad: Reg - 0x4A1001D8, CONTROL_PADCONF_WAKEUPEVENT_0[22]
[ 48.907684] At Resume: IRQ 62(unknown)(OMAP-IRQ=30) Pending! Wakeup Enable: CPU0=yes,CPU1=no
[ 48.907684] Suspended for 7.251 seconds
[ 48.908050] Enabling non-boot CPUs ...
[ 48.925048] CPU1: Booted secondary processor
[ 48.925140] CPU1: Unknown IPI message 0x1
[ 48.925811] CPU1 is up
[ 48.926391] omap_device: omapdss_dpi: omap_device not built
[ 48.926452] dpm_run_callback(): _od_resume_noirq+0x0/0x84 returns -19
[ 48.926452] PM: Device omapdss_dpi failed to resume noirq: error -19
[ 48.927001] PM: noirq resume of devices complete after 1.190 msecs
[ 48.927062] ------------[ cut here ]------------
[ 48.927093] WARNING: at arch/arm/mach-omap2/omap_l3_noc.c:113 l3_interrupt_handler+0xc0/0x168()
[ 48.927124] L3 custom error: MASTER:MPU TARGET:L4CFG
[ 48.927124] Modules linked in: wl18xx(O) wl12xx(O) wlcore(O) mac80211(O) cfg80211(O) pvrsrvkm_sgx540_120(O) compat(O)
[ 48.927154] Backtrace:
[ 48.927215] [<c0017b74>] (dump_backtrace+0x0/0x10c) from [<c067cc58>] (dump_stack+0x18/0x1c)
[ 48.927215] r6:00000071 r5:c0039f7c r4:d6597c58 r3:00000000
[ 48.927246] [<c067cc40>] (dump_stack+0x0/0x1c) from [<c0046968>] (warn_slowpath_common+0x54/0x6c)
[ 48.927276] [<c0046914>] (warn_slowpath_common+0x0/0x6c) from [<c0046a24>] (warn_slowpath_fmt+0x38/0x40)
[ 48.927307] r8:c0996fcc r7:c0996fcc r6:c06912d0 r5:80080003 r4:e08ee400
[ 48.927307] r3:00000009
[ 48.927337] [<c00469ec>] (warn_slowpath_fmt+0x0/0x40) from [<c0039f7c>] (l3_interrupt_handler+0xc0/0x168)
[ 48.927337] r3:c0996fd0 r2:c082d9c8
[ 48.927368] [<c0039ebc>] (l3_interrupt_handler+0x0/0x168) from [<c00a90a4>] (handle_irq_event_percpu+0x80/0x2e4)
[ 48.927398] r8:00000000 r7:0000002a r6:0000002a r5:c0952190 r4:d6cbeac0
[ 48.927429] [<c00a9024>] (handle_irq_event_percpu+0x0/0x2e4) from [<c00a934c>] (handle_irq_event+0x44/0x64)
[ 48.927459] [<c00a9308>] (handle_irq_event+0x0/0x64) from [<c00ac05c>] (handle_fasteoi_irq+0xc4/0x16c)
[ 48.927459] r6:d6596000 r5:c0952190 r4:c0952140 r3:00000000
[ 48.927490] [<c00abf98>] (handle_fasteoi_irq+0x0/0x16c) from [<c00a887c>] (generic_handle_irq+0x38/0x4c)
[ 48.927520] r5:c094c538 r4:c0974d40
[ 48.927551] [<c00a8844>] (generic_handle_irq+0x0/0x4c) from [<c00145a8>] (handle_IRQ+0x54/0xb4)
[ 48.927581] [<c0014554>] (handle_IRQ+0x0/0xb4) from [<c00084d0>] (gic_handle_irq+0x2c/0x60)
[ 48.927581] r8:60000113 r7:d6597db4 r6:d6597d80 r5:c0973a00 r4:e0802100
[ 48.927612] r3:0000002a
[ 48.927642] [<c00084a4>] (gic_handle_irq+0x0/0x60) from [<c0687c00>] (__irq_svc+0x40/0x70)
[ 48.927642] Exception stack(0xd6597d80 to 0xd6597dc8)
[ 48.927673] 7d80: c0952190 60000113 00000000 00000000 0000002b c09b5914 00000000 c0952190
[ 48.927673] 7da0: 60000113 c09c7848 c0952140 d6597dd4 d6597dd8 d6597dc8 c00aec04 c0687098
[ 48.927703] 7dc0: 40000113 ffffffff
[ 48.927703] r6:ffffffff r5:40000113 r4:c0687098 r3:c00aec04
[ 48.927764] [<c0687074>] (_raw_spin_unlock_irqrestore+0x0/0x50) from [<c00aec04>] (resume_irqs+0xa0/0xc0)
[ 48.927795] [<c00aeb64>] (resume_irqs+0x0/0xc0) from [<c00aec50>] (resume_device_irqs+0x14/0x18)
[ 48.927825] [<c00aec3c>] (resume_device_irqs+0x0/0x18) from [<c02ede84>] (dpm_resume_noirq+0x200/0x21c)
[ 48.927825] [<c02edc84>] (dpm_resume_noirq+0x0/0x21c) from [<c02ee63c>] (dpm_resume_start+0x14/0x20)
[ 48.927856] [<c02ee628>] (dpm_resume_start+0x0/0x20) from [<c0087364>] (suspend_devices_and_enter+0x170/0x3a0)
[ 48.927886] r4:00000000 r3:00000000
[ 48.927917] [<c00871f4>] (suspend_devices_and_enter+0x0/0x3a0) from [<c0087720>] (pm_suspend+0x18c/0x218)
[ 48.927947] [<c0087594>] (pm_suspend+0x0/0x218) from [<c00887f4>] (suspend+0x64/0x19c)
[ 48.927947] r6:0000007d r5:c0a08cf8 r4:c09b41f0 r3:00000000
[ 48.927978] [<c0088790>] (suspend+0x0/0x19c) from [<c0061950>] (process_one_work+0x134/0x4ac)
[ 48.928009] r7:d6c50200 r6:c0a07280 r5:d6596000 r4:d6576380
[ 48.928039] [<c006181c>] (process_one_work+0x0/0x4ac) from [<c0061e54>] (worker_thread+0x18c/0x3d8)
[ 48.928070] [<c0061cc8>] (worker_thread+0x0/0x3d8) from [<c00668d8>] (kthread+0x90/0x9c)
[ 48.928100] [<c0066848>] (kthread+0x0/0x9c) from [<c004a87c>] (do_exit+0x0/0x804)
[ 48.928131] r6:c004a87c r5:c0066848 r4:d6463ec4
[ 48.928131] Board Information:
[ 48.928131] Revision : 20ee17
[ 48.928161] Serial : 0000000000000000
[ 48.928161] SoC Information:
[ 48.928161] CPU : OMAP4430
[ 48.928161] Rev : ES2.3
[ 48.928161] Type : GP
[ 48.928161] Production ID: 0002B95C-000600F0
[ 48.928192] Die ID : 0A580006-33790AC1-0A10F015-3FD366AA
[ 48.928192]
[ 48.928192] ---[ end trace 979d140601da4f6a ]---
[ 48.928466] wakeup wake lock: event9-461
[ 48.929138] PM: early resume of devices complete after 0.366 msecs
[ 48.942382] dmm dmm: omap_dmm_resume: omap_dmm_resume:PAT entries restored
[ 48.942565] PVR: PVRSRVDriverResume(pDevice=d6cebc00)
[ 48.942596] PVR: SysSystemPostPowerState: Entering state D0
[ 48.942626] PVR: EnableSystemClocks: Enabling System Clocks
[ 48.942657] PVR: Installing device LISR SGX ISR on IRQ 53 with cookie d604e8c0
[ 49.189636] duty_cycle_apply_cooling: not throttling
[ 49.189971] PM: resume of devices complete after 260.803 msecs
[ 49.782073] Restarting tasks ...
[ 49.794647] done.
[ 49.797210] suspend: exit suspend, ret = 0 (2000-01-01 00:05:00.509397414 UTC)
[ 49.798004] request_suspend_state: wakeup (3->0) at 49789062486 (2000-01-01 00:05:00.510221389 UTC)
[ 50.038238] DSSCOMP: dsscomp_late_resume
[ 50.043243] qtouch_force_reset: Forcing SW reset
[ 50.121856] qtouch_hw_init: Doing hw init
[ 50.142608] qtouch_force_calibration: Forcing calibration
[ 50.650268] do_cmd_proc_msg: Reset done.
[ 50.654602] do_cmd_proc_msg: Self-calibration started.
[ 66.947204] duty_cycle_apply_cooling: not throttling
[ 1624.072143] PC detected
[ 1624.609100] android_work: sent uevent USB_STATE=CONNECTED
[ 1624.616790] android_work: sent uevent USB_STATE=DISCONNECTED
[ 1624.700286] android_work: sent uevent USB_STATE=CONNECTED
[ 1624.707824] gadget: high-speed config #1: android
[ 1624.713531] android_work: sent uevent USB_STATE=CONFIGURED
[ 1624.741760] mtp_open
[ 1855.524810] request_suspend_state: sleep (0