linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2/4] usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on INTEL_SUNRISEPOINT_LP_XHCI
@ 2019-02-20 19:17 Greg Kroah-Hartman
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2019-02-20 19:17 UTC (permalink / raw)
  To: Mathias Nyman; +Cc: linux-usb, Balaji Manoharan

On Wed, Feb 20, 2019 at 07:50:53PM +0200, Mathias Nyman wrote:
> From: Balaji Manoharan <m.balaji@intel.com>
> 
> This fix enables USB role feature on intel commercial nuc
> platform which is based on Kabylake chipset.
> 
> Signed-off-by: Balaji Manoharan <m.balaji@intel.com>
> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
> Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
> ---
>  drivers/usb/host/xhci-pci.c | 1 +
>  1 file changed, 1 insertion(+)

Shouldn't this be cc: stable?

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [2/4] usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on INTEL_SUNRISEPOINT_LP_XHCI
@ 2019-02-21  9:50 Greg Kroah-Hartman
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2019-02-21  9:50 UTC (permalink / raw)
  To: Mathias Nyman; +Cc: linux-usb, Balaji Manoharan

On Thu, Feb 21, 2019 at 10:56:18AM +0200, Mathias Nyman wrote:
> On 20.2.2019 21.17, Greg KH wrote:
> > On Wed, Feb 20, 2019 at 07:50:53PM +0200, Mathias Nyman wrote:
> > > From: Balaji Manoharan <m.balaji@intel.com>
> > > 
> > > This fix enables USB role feature on intel commercial nuc
> > > platform which is based on Kabylake chipset.
> > > 
> > > Signed-off-by: Balaji Manoharan <m.balaji@intel.com>
> > > Reviewed-by: Hans de Goede <hdegoede@redhat.com>
> > > Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
> > > Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
> > > ---
> > >   drivers/usb/host/xhci-pci.c | 1 +
> > >   1 file changed, 1 insertion(+)
> > 
> > Shouldn't this be cc: stable?
> 
> Yes, agree, this would be good to get to stable as well

Ok, will add the cc: stable tag to it, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [2/4] usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on INTEL_SUNRISEPOINT_LP_XHCI
@ 2019-02-21  8:56 Mathias Nyman
  0 siblings, 0 replies; 4+ messages in thread
From: Mathias Nyman @ 2019-02-21  8:56 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-usb, Balaji Manoharan

On 20.2.2019 21.17, Greg KH wrote:
> On Wed, Feb 20, 2019 at 07:50:53PM +0200, Mathias Nyman wrote:
>> From: Balaji Manoharan <m.balaji@intel.com>
>>
>> This fix enables USB role feature on intel commercial nuc
>> platform which is based on Kabylake chipset.
>>
>> Signed-off-by: Balaji Manoharan <m.balaji@intel.com>
>> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
>> Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
>> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
>> ---
>>   drivers/usb/host/xhci-pci.c | 1 +
>>   1 file changed, 1 insertion(+)
> 
> Shouldn't this be cc: stable?

Yes, agree, this would be good to get to stable as well

-Mathias

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [2/4] usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on INTEL_SUNRISEPOINT_LP_XHCI
@ 2019-02-20 17:50 Mathias Nyman
  0 siblings, 0 replies; 4+ messages in thread
From: Mathias Nyman @ 2019-02-20 17:50 UTC (permalink / raw)
  To: gregkh; +Cc: linux-usb, Balaji Manoharan, Mathias Nyman

From: Balaji Manoharan <m.balaji@intel.com>

This fix enables USB role feature on intel commercial nuc
platform which is based on Kabylake chipset.

Signed-off-by: Balaji Manoharan <m.balaji@intel.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
---
 drivers/usb/host/xhci-pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c
index a9ec705..c2fe218 100644
--- a/drivers/usb/host/xhci-pci.c
+++ b/drivers/usb/host/xhci-pci.c
@@ -194,6 +194,7 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci)
 		xhci->quirks |= XHCI_SSIC_PORT_UNUSED;
 	if (pdev->vendor == PCI_VENDOR_ID_INTEL &&
 	    (pdev->device == PCI_DEVICE_ID_INTEL_CHERRYVIEW_XHCI ||
+	     pdev->device == PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_XHCI ||
 	     pdev->device == PCI_DEVICE_ID_INTEL_APL_XHCI))
 		xhci->quirks |= XHCI_INTEL_USB_ROLE_SW;
 	if (pdev->vendor == PCI_VENDOR_ID_INTEL &&

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-21  9:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-20 19:17 [2/4] usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on INTEL_SUNRISEPOINT_LP_XHCI Greg Kroah-Hartman
  -- strict thread matches above, loose matches on Subject: below --
2019-02-21  9:50 Greg Kroah-Hartman
2019-02-21  8:56 Mathias Nyman
2019-02-20 17:50 Mathias Nyman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).