public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
From: Felipe Balbi <felipe.balbi@linux.intel.com>
To: Robert Dobrowolski <robert.dobrowolski@linux.intel.com>,
	linux-usb@vger.kernel.org,
	Mathias Nyman <mathias.nyman@linux.intel.com>
Cc: rafal.f.redzimski@intel.com, stable@vger.kernel.org,
	mathias.nyman@intel.com, gregkh@linuxfoundation.org
Subject: Re: [PATCH v4] usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT      B0 host
Date: Mon, 04 Apr 2016 14:25:42 +0300	[thread overview]
Message-ID: <87vb3x62fd.fsf@intel.com> (raw)
In-Reply-To: <50994.10.237.137.88.1458813305.squirrel@linux.intel.com>

[-- Attachment #1: Type: text/plain, Size: 2042 bytes --]


Hi Mathias,

Robert Dobrowolski <robert.dobrowolski@linux.intel.com> writes:
> From: Rafal Redzimski <rafal.f.redzimski@intel.com>
>
> Broxton B0 also requires XHCI_PME_STUCK_QUIRK.
> Adding PCI device ID for Broxton B and adding to quirk.
>
> Cc: <stable@vger.kernel.org>
> Signed-off-by: Rafal Redzimski <rafal.f.redzimski@intel.com>
> Signed-off-by: Robert Dobrowolski <robert.dobrowolski@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 majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
balbi

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

      reply	other threads:[~2016-04-04 11:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-24  9:55 [PATCH v4] usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 host Robert Dobrowolski
2016-04-04 11:25 ` Felipe Balbi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87vb3x62fd.fsf@intel.com \
    --to=felipe.balbi@linux.intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=mathias.nyman@intel.com \
    --cc=mathias.nyman@linux.intel.com \
    --cc=rafal.f.redzimski@intel.com \
    --cc=robert.dobrowolski@linux.intel.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox