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

Heikki Krogerus posted 2 patches 3 years, 6 months ago
drivers/usb/typec/ucsi/ucsi.c      | 42 +++++++++++++++++++++---------
drivers/usb/typec/ucsi/ucsi_acpi.c | 10 +++++++
2 files changed, 39 insertions(+), 13 deletions(-)
[PATCH v1 0/2] usb: typec: UCSI resume fix
Posted by Heikki Krogerus 3 years, 6 months ago
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(-)

-- 
2.35.1
Re: [PATCH v1 0/2] usb: typec: UCSI resume fix
Posted by Greg Kroah-Hartman 3 years, 6 months ago
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
Re: [PATCH v1 0/2] usb: typec: UCSI resume fix
Posted by Heikki Krogerus 3 years, 5 months ago
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,

-- 
heikki