aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorEugene Korenevsky <ekorenevsky@astralinux.ru>2021-01-10 20:36:09 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-01-12 17:16:37 +0100
commit280a9045bb18833db921b316a5527d2b565e9f2e (patch)
tree3ba47c9fdf46093bd5ebde9908ed57acfa86ef06 /scripts/patch-kernel
parentMerge tag 'thunderbolt-for-v5.11-rc4' of git://git.kernel.org/pub/scm/linux/k... (diff)
downloadlinux-280a9045bb18833db921b316a5527d2b565e9f2e.tar.gz
linux-280a9045bb18833db921b316a5527d2b565e9f2e.zip
ehci: fix EHCI host controller initialization sequence
According to EHCI spec, EHCI HC clears USBSTS.HCHalted whenever USBCMD.RS=1. However, it is a good practice to wait some time after setting USBCMD.RS (approximately 100ms) until USBSTS.HCHalted become zero. Without this waiting, VirtualBox's EHCI virtual HC accidentally hangs (see BugLink). BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=211095 Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Eugene Korenevsky <ekorenevsky@astralinux.ru> Cc: stable <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20210110173609.GA17313@himera.home Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
tions'>-2/+0 2015-03-04ARM: at91/dt: at91sam9260: fix usart pinctrlJonas Andersson1-2/+2 2015-03-03ARM: at91/dt: sama5d4: add missing alias for i2c0Nicolas Ferre1-0/+1 2015-03-03ARM: at91/dt: at91sam9263: Fixup sram1 device tree nodeAlexander Stein1-1/+1 2015-03-03ARM: at91: pm: fix SRAM allocationAlexandre Belloni1-12/+10 2015-03-03ARM: at91: pm: fix at91rm9200 standbyAlexandre Belloni1-1/+1 2015-03-03pm: at91: Workaround DDRSDRC self-refresh bug with LPDDR1 memories.Peter Rosin2-6/+39 2015-03-03pm: at91: pm_slowclock: fix suspend/resume hang up in timeoutsSylvain Rochet1-29/+4 2015-03-03Linux 4.0-rc2v4.0-rc2Linus Torvalds1-1/+1 2015-03-03drm/i915: Fix modeset state confusion in the load detect codeDaniel Vetter1-0/+1 2015-03-01locking/rtmutex: Set state back to running on errorSebastian Andrzej Siewior1-0/+1 2015-02-28mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov6-0/+10 2015-02-28mm: page_alloc: revert inadvertent !__GFP_FS retry behavior changeJohannes Weiner1-1/+8 2015-02-28kernel/sys.c: fix UNAME26 for 4.0Jon DeVree1-1/+2 2015-02-28mm: memcontrol: use "max" instead of "infinity" in control knobsJohannes Weiner2-8/+8 2015-02-28zram: use proper type to update max_used_pagesJoonsoo Kim1-1/+1 2015-02-28drivers/rtc/rtc-ds1685.c: fix conditional in ds1685_rtc_sysfs_time_regs_{show...Joshua Kinard1-2/+2 2015-02-28nilfs2: fix potential memory overrun on inodeRyusuke Konishi1-3/+44