Quoting Kuogee Hsieh (2020-08-18 14:15:46)
add event thread to execute events serially from event queue. Also timeout mode is supported which allow an event be deferred to be executed at later time. Both link and phy compliant tests had been done successfully.
Changes in v2:
- Fix potential deadlock by removing redundant connect_mutex
- Check and enable link clock during modeset
- Drop unused code and fix function prototypes.
- set sink power to normal operation state (D0) before DPCD read
Changes in v3:
- push idle pattern at main link before timing generator off
- add timeout handles for both connect and disconnect
This patch depends-on following series: https://lkml.kernel.org/lkml/20200812044223.19279-1-tanmay@codeaurora.org/t....
There's a v11 of this series. Can you rebase again?
Signed-off-by: Kuogee Hsieh khsieh@codeaurora.org Signed-off-by: Guenter Roeck groeck@chromium.org Signed-off-by: Tanmay Shah tanmay@codeaurora.org
And fix this SoB chain to be proper with Co-developed-by tags and your tag coming last as you're the sender of the patch.