Re: [PATCH] usb: xhci: Add quirk for Certain failing HP keyboard on reset after resume

2017-07-30 Thread Greg KH
On Thu, Jul 27, 2017 at 02:05:09PM +0530, Sandeep Singh wrote: > diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h > index c71e532..d3f2296 100644 > --- a/include/linux/pci_ids.h > +++ b/include/linux/pci_ids.h > @@ -583,6 +583,7 @@ > #define PCI_DEVICE_ID_AMD_HUDSON2_SMBUS

Re: [PATCH] USB: hcd: Mark secondary HCD as dead if the primary one died

2017-07-30 Thread Greg Kroah-Hartman
On Wed, Jul 26, 2017 at 07:07:51PM +0200, Rafael J. Wysocki wrote: > On Wednesday, July 26, 2017 10:21:54 AM Alan Stern wrote: > > On Tue, 25 Jul 2017, Rafael J. Wysocki wrote: > > > > > From: Rafael J. Wysocki > > > > > > Make usb_hc_died() clear the HCD_FLAG_RH_RUNNING flag for the shared > >

Re: [PATCH v2 1/1] usbip: auto retry for concurrent attach

2017-07-30 Thread Greg KH
On Mon, May 29, 2017 at 11:31:07AM +0900, Nobuo Iwata wrote: > This patch adds recovery from false busy state on concurrent attach > operation. > > The procedure of attach operation is as below. > > 1) Find an unused port in /sys/devices/platform/vhci_hcd/status. > (userspace) > > 2) Request a

Re: [PATCH v2 3/8] usb: chipidea: Add support for Tegra20/30/114/124

2017-07-30 Thread Peter Chen
On Fri, Jul 28, 2017 at 05:51:16PM +0200, Michał Mirosław wrote: > On Fri, Jul 28, 2017 at 01:00:32PM +0300, Dmitry Osipenko wrote: > > On 28.07.2017 01:32, Michał Mirosław wrote: > > > On Thu, Jul 27, 2017 at 07:46:07PM +0300, Dmitry Osipenko wrote: > > >> From: Thierry Reding > > >> > > >> All o

Re: [PATCH 0/5] phy: Replace the deprecated extcon API

2017-07-30 Thread Chanwoo Choi
Dear Kishon and Felipe, Please review the patch3/patch4. On 2017년 07월 17일 10:20, Chanwoo Choi wrote: > These patches replace the deprecated extcon API > and remove them from extcon framework. > > The patch1 and patch2 were already acked by Kishon Vijay Abraham I. > If patch3/patch4 are reviewed

Re: [PATCH] phy: qcom-qmp: Fix failure path in phy_init functions

2017-07-30 Thread Vivek Gautam
Hi Kishon, On Tue, Jun 20, 2017 at 11:27 AM, Vivek Gautam wrote: > Fixing the clk enable failure path in qcom_qmp_phy_init() > and cleanup the reset control deassertion failure path in > qcom_qmp_phy_com_init(). > > Fixes: e78f3d15e115 ("phy: qcom-qmp: new qmp phy driver for qcom-chipsets") > >

Re: [PATCH] usb: xhci: Add quirk for Certain failing HP keyboard on reset after resume

2017-07-30 Thread Sandeep Singh
Hi Greg, Thanks for review. Apart from pci_ids.h, I see only 3 options, add this id as macro in pci_quirks.c or pci_quirks.h or just hardcode it. please suggest what will good option as per your view. Regards Sandeep On 7/30/2017 7:41 PM, Greg KH wrote: > On Thu, Jul 27, 2017 at 02:05:09PM +05