mbox series

[0/4] usb: typec: USB4 support to the Intel PMC mux driver

Message ID 20200701115618.22482-1-heikki.krogerus@linux.intel.com (mailing list archive)
Headers show
Series usb: typec: USB4 support to the Intel PMC mux driver | expand

Message

Heikki Krogerus July 1, 2020, 11:56 a.m. UTC
Hi Greg,

These include a couple of USB4 related improvements to the USB Type-C
class on top of the driver change.

FYI. I will be on vacation starting from next week (July 6th).

thanks,

Heikki Krogerus (4):
  usb: typec: Combine the definitions for Accessory and USB modes
  usb: typec: Add data structure for Enter_USB message
  usb: typec: intel_pmc_mux: Definitions for response status bits
  usb: typec: intel_pmc_mux: Add support for USB4

 drivers/usb/typec/mux/intel_pmc_mux.c | 75 +++++++++++++++++++++++----
 include/linux/usb/typec.h             | 14 +++++
 include/linux/usb/typec_altmode.h     | 14 ++---
 3 files changed, 83 insertions(+), 20 deletions(-)

Comments

Greg KH July 1, 2020, 12:06 p.m. UTC | #1
On Wed, Jul 01, 2020 at 02:56:14PM +0300, Heikki Krogerus wrote:
> Hi Greg,
> 
> These include a couple of USB4 related improvements to the USB Type-C
> class on top of the driver change.
> 
> FYI. I will be on vacation starting from next week (July 6th).

All look good, thanks, enjoy your vacation!

greg k-h