mbox series

[v2,0/8] usb: typec: fusb302: Various fixes

Message ID 20190307163607.24016-1-hdegoede@redhat.com (mailing list archive)
Headers show
Series usb: typec: fusb302: Various fixes | expand

Message

Hans de Goede March 7, 2019, 4:35 p.m. UTC
Hi All,

Here is v2 of my fusb302 bug-fix series, the main fix in this series
makes active adapters like Type-C to HDMI (often HDMI + USB-3-A) adapters
work when they are to be powered by the Type-C port and thus present both
an Ra and a Rd resistor on their Cc pins (patch 5).

Without this fix these adapters only work 1 out of every times when
plugged in with Ra on Cc1. Version 1 of this series did not see much
review, please review.

New in v2 is patch 7 which in v1 was "fusb302: Simplify suspend/resume
handling" being replaced with "fusb302: Improve suspend/resume handling"
in v1 I went for the simply fix of disabling the irq during suspend, but
that breaks it being a wakeup source.

Regards,

Hans