Message ID | 20200211112531.86510-1-heikki.krogerus@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | typec changes | expand |
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
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,