mbox series

[v3,0/2] usb: typec: intel_pmc_mux: Port status from IOM microcontroller

Message ID 20200907142428.35838-1-heikki.krogerus@linux.intel.com
Headers show
Series usb: typec: intel_pmc_mux: Port status from IOM microcontroller | expand

Message

Heikki Krogerus Sept. 7, 2020, 2:24 p.m. UTC
Hi,

This is the third version of the series. The original two were send by
Rajmohan. There is now no separate IOM driver. Instead the mux driver
simply reads the IOM registers directly.

This is link to the v2 of the series:
https://lore.kernel.org/linux-usb/20200822040508.23510-1-rajmohan.mani@intel.com/

thanks,

Heikki Krogerus (2):
  usb: typec: intel_pmc_mux: Check the port status before connect
  usb: typec: intel_pmc_mux: Support for device role (UFP)

 drivers/usb/typec/mux/intel_pmc_mux.c | 202 +++++++++++++++++++++-----
 1 file changed, 167 insertions(+), 35 deletions(-)

Comments

Greg KH Sept. 7, 2020, 3:07 p.m. UTC | #1
On Mon, Sep 07, 2020 at 05:24:26PM +0300, Heikki Krogerus wrote:
> Hi,
> 
> This is the third version of the series. The original two were send by
> Rajmohan. There is now no separate IOM driver. Instead the mux driver
> simply reads the IOM registers directly.

Much cleaner, or at the very least, self-contained :)

thanks for the changes,

greg k-h