mbox series

[0/6] typec changes

Message ID 20200211112531.86510-1-heikki.krogerus@linux.intel.com (mailing list archive)
Headers show
Series typec changes | expand

Message

Heikki Krogerus Feb. 11, 2020, 11:25 a.m. UTC
Hi Greg,

Here all the "trivial" changes I have for the USB Type-C class at this
stage. The first patch I already send before [1]. You told me to leave
the checks in, so I did. The rest of the patches in that series were
about USB4, which I'm not including here. I decided to propose them
separately.

The third patch in this series make's it possible to swap the power
role even when USB Power Delivery is not supported since the latest
specification now allows it. The rest of the patches are cleanups.

Let me know if you want me to change anything.

thanks,

[1] https://lore.kernel.org/linux-usb/20191230142611.24921-1-heikki.krogerus@linux.intel.com/

Heikki Krogerus (6):
  usb: typec: Make the attributes read-only when writing is not possible
  usb: typec: Hide the port_type attribute when it's not supported
  usb: typec: Allow power role swapping even without USB PD
  usb: typec: Fix the description of struct typec_capability
  usb: typec: altmode: Remove the notification chain
  usb: typec: mux: Drop support for device name matching

 Documentation/ABI/testing/sysfs-class-typec |  14 +-
 Documentation/driver-api/usb/typec_bus.rst  |  22 +---
 drivers/usb/typec/bus.c                     |  12 +-
 drivers/usb/typec/bus.h                     |   2 -
 drivers/usb/typec/class.c                   | 137 +++++++++-----------
 drivers/usb/typec/mux.c                     |  25 +---
 include/linux/usb/typec.h                   |   2 -
 include/linux/usb/typec_altmode.h           |   7 -
 8 files changed, 77 insertions(+), 144 deletions(-)

Comments

Greg KH Feb. 11, 2020, 12:25 p.m. UTC | #1
On Tue, Feb 11, 2020 at 02:25:25PM +0300, Heikki Krogerus wrote:
> Hi Greg,
> 
> Here all the "trivial" changes I have for the USB Type-C class at this
> stage. The first patch I already send before [1]. You told me to leave
> the checks in, so I did. The rest of the patches in that series were
> about USB4, which I'm not including here. I decided to propose them
> separately.
> 
> The third patch in this series make's it possible to swap the power
> role even when USB Power Delivery is not supported since the latest
> specification now allows it. The rest of the patches are cleanups.
> 
> Let me know if you want me to change anything.

Are these fixes for 5.6-rc2 or for new stuff for 5.7-rc1?

thanks,

greg k-h
Heikki Krogerus Feb. 11, 2020, 12:30 p.m. UTC | #2
On Tue, Feb 11, 2020 at 04:25:26AM -0800, Greg Kroah-Hartman wrote:
> On Tue, Feb 11, 2020 at 02:25:25PM +0300, Heikki Krogerus wrote:
> > Hi Greg,
> > 
> > Here all the "trivial" changes I have for the USB Type-C class at this
> > stage. The first patch I already send before [1]. You told me to leave
> > the checks in, so I did. The rest of the patches in that series were
> > about USB4, which I'm not including here. I decided to propose them
> > separately.
> > 
> > The third patch in this series make's it possible to swap the power
> > role even when USB Power Delivery is not supported since the latest
> > specification now allows it. The rest of the patches are cleanups.
> > 
> > Let me know if you want me to change anything.
> 
> Are these fixes for 5.6-rc2 or for new stuff for 5.7-rc1?

For 5.7-rc1. Sorry.

thanks,