diff options
author | Claudiu Beznea <[email protected]> | 2021-07-21 16:29:05 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-07-27 16:31:17 +0200 |
commit | 00de6a572f30ee93cad7e0704ec4232e5e72bda8 (patch) | |
tree | b08cd8667b834bccd9fd78ad61423bcccf0a6359 /drivers/fpga/fpga-mgr.c | |
parent | 68d9f95d6fd5399d105eaf2308c243536c5d7664 (diff) |
usb: host: ohci-at91: suspend/resume ports after/before OHCI accesses
On SAMA7G5 suspending ports will cut the access to OHCI registers and
any subsequent access to them will lead to CPU being blocked trying to
access that memory. Same thing happens on resume: if OHCI memory is
accessed before resuming ports the CPU will block on that access. The
OCHI memory is accessed on suspend/resume though
ohci_suspend()/ohci_resume().
Acked-by: Alan Stern <[email protected]>
Signed-off-by: Claudiu Beznea <[email protected]>
Cc: stable <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions