Hi Mathias,

Robert Dobrowolski <robert.dobrowol...@linux.intel.com> writes:
> From: Rafal Redzimski <rafal.f.redzim...@intel.com>
>
> Broxton B0 also requires XHCI_PME_STUCK_QUIRK.
> Adding PCI device ID for Broxton B and adding to quirk.
>
> Cc: <sta...@vger.kernel.org>
> Signed-off-by: Rafal Redzimski <rafal.f.redzim...@intel.com>
> Signed-off-by: Robert Dobrowolski <robert.dobrowol...@linux.intel.com>

Any comments to this patch ? Seems like it could go in during the -rc
itself.

> ---
> Changes in v4:
>  - Updating commit message
> Changes in v3:
>  - Corrected cc list
> Changes in v2:
>  - Fixed commit message
>
>  drivers/usb/host/xhci-pci.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c
> index f0640b7..071b34a 100644
> --- a/drivers/usb/host/xhci-pci.c
> +++ b/drivers/usb/host/xhci-pci.c
> @@ -48,6 +48,7 @@
>  #define PCI_DEVICE_ID_INTEL_SUNRISEPOINT_H_XHCI              0xa12f
>  #define PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_XHCI     0x9d2f
>  #define PCI_DEVICE_ID_INTEL_BROXTON_M_XHCI           0x0aa8
> +#define PCI_DEVICE_ID_INTEL_BROXTON_B_XHCI           0x1aa8
>
>  static const char hcd_name[] = "xhci_hcd";
>
> @@ -155,7 +156,8 @@ static void xhci_pci_quirks(struct device *dev, struct 
> xhci_hcd *xhci)
>               (pdev->device == PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_XHCI ||
>                pdev->device == PCI_DEVICE_ID_INTEL_SUNRISEPOINT_H_XHCI ||
>                pdev->device == PCI_DEVICE_ID_INTEL_CHERRYVIEW_XHCI ||
> -              pdev->device == PCI_DEVICE_ID_INTEL_BROXTON_M_XHCI)) {
> +              pdev->device == PCI_DEVICE_ID_INTEL_BROXTON_M_XHCI ||
> +              pdev->device == PCI_DEVICE_ID_INTEL_BROXTON_B_XHCI)) {
>               xhci->quirks |= XHCI_PME_STUCK_QUIRK;
>       }
>       if (pdev->vendor == PCI_VENDOR_ID_INTEL &&
> -- 
> 1.9.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-usb" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
balbi

Attachment: signature.asc
Description: PGP signature

Reply via email to