Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755886AbcJMXhC (ORCPT ); Thu, 13 Oct 2016 19:37:02 -0400 Received: from mail-pf0-f176.google.com ([209.85.192.176]:35559 "EHLO mail-pf0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754369AbcJMXg5 (ORCPT ); Thu, 13 Oct 2016 19:36:57 -0400 From: John Stultz To: lkml Cc: John Stultz , Wei Xu , Guodong Xu , Amit Pundir , Rob Herring , Mark Rutland , John Youn , Douglas Anderson , Greg Kroah-Hartman , linux-usb@vger.kernel.org, Chen Yu Subject: [RFC][PATCH 0/2] dwc2 fixes for HiKey Date: Thu, 13 Oct 2016 16:29:55 -0700 Message-Id: <1476401397-26497-1-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1273 Lines: 41 I wanted to send out two patches we're using on the dwc2 driver in order to make HiKey function. The first is seemingly just a bug fix we ran into when changing modes while the bus was auto-suspended. The second is a little more interesting as it works around a limitation of the the device to negotiate the usb speed automatically. I wanted to send these out for initial review and consideration. Feedback would be greatly appreciated! thanks -john Cc: Wei Xu Cc: Guodong Xu Cc: Amit Pundir Cc: Rob Herring Cc: Mark Rutland Cc: John Youn Cc: Douglas Anderson Cc: Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org Cc: Chen Yu Chen Yu (2): usb: dwc2: Force port resume on switching to device mode usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220 arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 1 + drivers/usb/dwc2/core.h | 7 +++ drivers/usb/dwc2/hcd.c | 83 +++++++++++++++++++++++++++++++ drivers/usb/dwc2/platform.c | 3 ++ 4 files changed, 94 insertions(+) -- 2.7.4