mbox series

[0/3] ucsi driver changes (for v5.7)

Message ID 20200217144913.55330-1-heikki.krogerus@linux.intel.com (mailing list archive)
Headers show
Series ucsi driver changes (for v5.7) | expand

Message

Heikki Krogerus Feb. 17, 2020, 2:49 p.m. UTC
Hi Greg,

Here all the UCSI driver changes at this stage. I though the cleanup
patch from Colin would conflict with the patches from Ajay, but there
was no problem after all.

Let me know if you want anything to be changed.

thanks,

Ajay Gupta (2):
  usb: typec: ucsi: register DP only for NVIDIA DP VDO
  usb: ucsi: ccg: disable runtime pm during fw flashing

Colin Ian King (1):
  usb: typec: ucsi: remove redundant assignment to variable num

 drivers/usb/typec/ucsi/ucsi.c     | 14 +++++++++++---
 drivers/usb/typec/ucsi/ucsi.h     |  7 +++++++
 drivers/usb/typec/ucsi/ucsi_ccg.c |  2 ++
 3 files changed, 20 insertions(+), 3 deletions(-)

Comments

Greg KH Feb. 17, 2020, 3:54 p.m. UTC | #1
On Mon, Feb 17, 2020 at 05:49:10PM +0300, Heikki Krogerus wrote:
> Hi Greg,
> 
> Here all the UCSI driver changes at this stage. I though the cleanup
> patch from Colin would conflict with the patches from Ajay, but there
> was no problem after all.
> 
> Let me know if you want anything to be changed.

All looks good, now applied.  And note, I already had applied Colin's
patch :)

thanks,

greg k-h