Message ID | 20221007100951.43798-1-heikki.krogerus@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | usb: typec: UCSI resume fix | expand |
On Fri, Oct 07, 2022 at 01:09:49PM +0300, Heikki Krogerus wrote: > Hi Greg, > > These two patches fix an issue where the ucsi drivers fail to detect > changes on the connection status (connections/disconnections) that > happen while the system is suspended. > > > Heikki Krogerus (2): > usb: typec: ucsi: Check the connection on resume > usb: typec: ucsi: acpi: Implement resume callback > > drivers/usb/typec/ucsi/ucsi.c | 42 +++++++++++++++++++++--------- > drivers/usb/typec/ucsi/ucsi_acpi.c | 10 +++++++ > 2 files changed, 39 insertions(+), 13 deletions(-) These are ok to go in after -rc1, right? thanks, greg k-h
On Fri, Oct 07, 2022 at 04:39:57PM +0200, Greg Kroah-Hartman wrote: > On Fri, Oct 07, 2022 at 01:09:49PM +0300, Heikki Krogerus wrote: > > Hi Greg, > > > > These two patches fix an issue where the ucsi drivers fail to detect > > changes on the connection status (connections/disconnections) that > > happen while the system is suspended. > > > > > > Heikki Krogerus (2): > > usb: typec: ucsi: Check the connection on resume > > usb: typec: ucsi: acpi: Implement resume callback > > > > drivers/usb/typec/ucsi/ucsi.c | 42 +++++++++++++++++++++--------- > > drivers/usb/typec/ucsi/ucsi_acpi.c | 10 +++++++ > > 2 files changed, 39 insertions(+), 13 deletions(-) > > These are ok to go in after -rc1, right? Yes, I think so. thanks,