From patchwork Mon Jun 17 01:49:06 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Chen X-Patchwork-Id: 10997729 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id EE9FB14C0 for ; Mon, 17 Jun 2019 01:47:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DB4442880D for ; Mon, 17 Jun 2019 01:47:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CF20128815; Mon, 17 Jun 2019 01:47:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8C22E2880D for ; Mon, 17 Jun 2019 01:47:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727502AbfFQBrU (ORCPT ); Sun, 16 Jun 2019 21:47:20 -0400 Received: from inva020.nxp.com ([92.121.34.13]:39534 "EHLO inva020.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727481AbfFQBrU (ORCPT ); Sun, 16 Jun 2019 21:47:20 -0400 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 6C9841A00D8; Mon, 17 Jun 2019 03:47:17 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 9DB2D1A0BC4; Mon, 17 Jun 2019 03:47:15 +0200 (CEST) Received: from localhost.localdomain (mega.ap.freescale.net [10.192.208.232]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id F045E402C7; Mon, 17 Jun 2019 09:47:12 +0800 (SGT) From: Peter Chen To: gregkh@linuxfoundation.org Cc: linux-usb@vger.kernel.org, Peter Chen Subject: [PATCH 0/1] usb: chipidea: fixes for v5.2 Date: Mon, 17 Jun 2019 09:49:06 +0800 Message-Id: <20190617014907.9184-1-peter.chen@nxp.com> X-Mailer: git-send-email 2.17.1 X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Greg, We have found an IP bug recently, it will cause the audio device stop working at the HUB downstream face port, and the commit can reduce the possibilities for failures, needs to improve RTL code to fix it totally. Peter Chen (1): usb: chipidea: udc: workaround for endpoint conflict issue drivers/usb/chipidea/udc.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+)