diff options
| author | Chunfeng Yun <[email protected]> | 2021-11-02 10:50:04 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-11-17 14:56:55 +0100 |
| commit | 0d8cfeeef3f5a5966abce1903f80308be33280cb (patch) | |
| tree | 461b83d67fada528f34509c249ff9e3e2a0ad8e8 /tools/perf/scripts/python | |
| parent | 38269d2faddc26278edc99e14458c95dfd10455b (diff) | |
usb: xhci-mtk: fix random remote wakeup
Some platforms, e.g. 8183/8192, use low level latch way to keep
wakeup signal, it may latch a wrong signal if debounce more time,
and enable wakeup function earlier.
____________________
ip_sleep ____/ \_____________
___________________
wakeup_signal ____________/ \______
_______________________________
wakeup_en _______/
^ ^
|(1) |(2)
latch wakeup_signal mistakenly at (1), should latch it at (2);
Workaround: delay about 100us to enable wakeup, meanwhile decrease
debounce time.
Signed-off-by: Chunfeng Yun <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions