mbox series

[v1,0/2] usb: typec: UCSI resume fix

Message ID 20221007100951.43798-1-heikki.krogerus@linux.intel.com (mailing list archive)
Headers show
Series usb: typec: UCSI resume fix | expand

Message

Heikki Krogerus Oct. 7, 2022, 10:09 a.m. UTC
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(-)

Comments

Greg Kroah-Hartman Oct. 7, 2022, 2:39 p.m. UTC | #1
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
Heikki Krogerus Oct. 10, 2022, 7:52 a.m. UTC | #2
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,