mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 07:32:29 +02:00
Revert "usb: host: ehci-hcd: add controller_resets_phy quirk"
This reverts commit 2c7d591aa1.
Change-Id: Ic9994dafc424e16d5d8251c287f8be65832b611b
This commit is contained in:
parent
aaf98d1380
commit
730a86cc35
|
|
@ -259,8 +259,7 @@ static int ehci_reset (struct ehci_hcd *ehci)
|
|||
|
||||
command |= CMD_RESET;
|
||||
dbg_cmd (ehci, "reset", command);
|
||||
if (!ehci->controller_resets_phy)
|
||||
ehci_writel(ehci, command, &ehci->regs->command);
|
||||
ehci_writel(ehci, command, &ehci->regs->command);
|
||||
ehci_to_hcd(ehci)->state = HC_STATE_HALT;
|
||||
ehci->next_statechange = jiffies;
|
||||
retval = handshake (ehci, &ehci->regs->command,
|
||||
|
|
|
|||
|
|
@ -132,7 +132,6 @@ struct ehci_hcd { /* one per controller */
|
|||
unsigned need_io_watchdog:1;
|
||||
unsigned broken_periodic:1;
|
||||
unsigned fs_i_thresh:1; /* Intel iso scheduling */
|
||||
unsigned controller_resets_phy:1;
|
||||
unsigned port_reset_no_wait:1;
|
||||
|
||||
/* required for usb32 quirk */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user