summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2013-05-24 14:30:16 +0800
committerFelipe Balbi <balbi@ti.com>2013-05-28 22:17:08 +0300
commit022d0547aa8b00ff5035ba6207ebc2c08ea0a51f (patch)
treede28409dd7759796647b345d98020d951ff13c59 /scripts/stackusage
parentf28c42c576b293b3a1daaed8ca2775ebc2fe5398 (diff)
downloadkernel-022d0547aa8b00ff5035ba6207ebc2c08ea0a51f.tar.gz
usb: dwc3: exynos: PHY should be deleted later than dwc3 core
If the glue layer is removed first (core layer later), it deletes the phy device first, then the core device. But at core's removal, it still uses PHY's resources, it may cause kernel's oops. It is much like the problem Paul Zimmerman reported at: http://marc.info/?l=linux-usb&m=136547502011472&w=2. Besides, it is reasonable the PHY is deleted at last as the controller is the PHY's user. Signed-off-by: Peter Chen <peter.chen@freescale.com> Cc: <stable@vger.kernel.org> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
0:55:50 +0200'>2008-07-16xen: add xen_arch_resume()/xen_timer_resume hook for ia64 supportIsaku Yamahata 2008-07-14Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2008-07-03xen: Avoid allocations causing swap activity on the resume pathIan Campbell 2008-06-20xen: Use wmb instead of rmb in xen_evtchn_do_upcall().Isaku Yamahata 2008-06-20xen: Use wmb instead of rmb in xen_evtchn_do_upcall().Isaku Yamahata 2008-06-02CONFIG_PM_SLEEP fix: xen: fix compilation when CONFIG_PM_SLEEP is disabledJeremy Fitzhardinge 2008-05-27xen: maintain clock offset over save/restoreJeremy Fitzhardinge 2008-05-27xen: implement save/restoreJeremy Fitzhardinge 2008-05-27xenbus: rebind irq on restoreJeremy Fitzhardinge 2008-05-27xen: fix unbind_from_irq()Jeremy Fitzhardinge 2008-05-27xen: add rebind_evtchn_irqJeremy Fitzhardinge 2008-05-27xen: drivers/xen/balloon.c: make a function staticAdrian Bunk 2008-05-27xen: compilation fix to balloon driver for ia64 supportIsaku Yamahata 2008-05-27xen: Move manage.c to drivers/xen for ia64/xen supportIsaku Yamahata 2008-04-24xen: add balloon driverJeremy Fitzhardinge 2008-04-24xen: Module autoprobing support for frontend driversMark McLoughlin 2008-04-24xen blkfront: Delay wait for block devices until after the disk is addedChristian Limpach 2008-04-24xen: import arch generic part of xencommIsaku Yamahata 2008-04-24xen: make grant table arch portableIsaku Yamahata 2008-04-24xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed oneIsaku Yamahata 2008-04-24xen: add resend_irq_on_evtchn() definition into events.cIsaku Yamahata 2008-04-24Xen: make events.c portable for ia64/xen supportIsaku Yamahata 2008-04-24xen: move events.c to drivers/xen for IA64/Xen supportIsaku Yamahata 2008-04-24xen: move features.c from arch/x86/xen/features.c to drivers/xenIsaku Yamahata 2008-04-24xen: add missing definitions for xen grant table which ia64/xen needsIsaku Yamahata 2008-04-04xen: fix grant table bugMichael Abd-El-Malek 2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches 2007-07-26xenbus_xs.c: fix a use-after-freeAdrian Bunk 2007-07-18xen: add the Xenbus sysfs and virtual device hotplug driverJeremy Fitzhardinge 2007-07-18xen: Add grant table supportJeremy Fitzhardinge