From patchwork Mon Sep 17 16:39:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bin Liu X-Patchwork-Id: 10603057 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 CFC0A15A6 for ; Mon, 17 Sep 2018 16:39:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C1D7B29DB9 for ; Mon, 17 Sep 2018 16:39:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B5B0129DC1; Mon, 17 Sep 2018 16:39:11 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 8E0F729DB9 for ; Mon, 17 Sep 2018 16:39:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728477AbeIQWHR (ORCPT ); Mon, 17 Sep 2018 18:07:17 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:46642 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728455AbeIQWHR (ORCPT ); Mon, 17 Sep 2018 18:07:17 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id w8HGd8ie067833; Mon, 17 Sep 2018 11:39:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1537202348; bh=VFX64Pm7kJ30W0nryKtz2nb5GDJlrnu/R7y9WGyn16A=; h=From:To:CC:Subject:Date; b=hm15/P6IYX8uSgDb0SQH40aZpHqK3wJ/rg4TgmrkNwF0nzuHCx9m2SyYr3atwwLot Q30Aa3IPAvWcB5knHX+zjiH0lpVyPiMEiMjauQ3BEyg1ar7o+Q+khMtBZDtxN9huU8 DrKRwtdfnfDB5pWIOCd4zm6kvp+BJ0C/Lemav/CI= Received: from DLEE104.ent.ti.com (dlee104.ent.ti.com [157.170.170.34]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id w8HGd8in014073; Mon, 17 Sep 2018 11:39:08 -0500 Received: from DLEE105.ent.ti.com (157.170.170.35) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Mon, 17 Sep 2018 11:39:08 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE105.ent.ti.com (157.170.170.35) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Mon, 17 Sep 2018 11:39:08 -0500 Received: from uda0271908.am.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id w8HGd868029138; Mon, 17 Sep 2018 11:39:08 -0500 From: Bin Liu To: Greg Kroah-Hartman CC: , Bin Liu Subject: [PATCH 0/1] musb fixes for v4.19-rc5 Date: Mon, 17 Sep 2018 11:39:08 -0500 Message-ID: <20180917163908.2107-1-b-liu@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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, Here is one musb fix for v4.19 rc, which fixes the interfering issue among the two musb controllers in dsps glue driver. Please let me know if any change is needed. Regards, -Bin. --- Bin Liu (1): usb: musb: dsps: do not disable CPPI41 irq in driver teardown drivers/usb/musb/musb_dsps.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-)