From patchwork Tue Dec 18 13:58:03 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bin Liu X-Patchwork-Id: 10735699 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 E7002746 for ; Tue, 18 Dec 2018 13:58:08 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D67302A478 for ; Tue, 18 Dec 2018 13:58:08 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C76E62A48C; Tue, 18 Dec 2018 13:58:08 +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 754BF2A478 for ; Tue, 18 Dec 2018 13:58:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726686AbeLRN6H (ORCPT ); Tue, 18 Dec 2018 08:58:07 -0500 Received: from lelv0142.ext.ti.com ([198.47.23.249]:55084 "EHLO lelv0142.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726806AbeLRN6H (ORCPT ); Tue, 18 Dec 2018 08:58:07 -0500 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id wBIDw6Tp130583; Tue, 18 Dec 2018 07:58:06 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1545141486; bh=iokf3k07S1NlfefJlIT083yuH3184YVWqzBKUpPShuk=; h=From:To:CC:Subject:Date; b=VttODaGDGIQqlV34cA3/sQa89orptN6hx+QsfO5RAvGNR+55cUYzzYGbSRJb2NyXY H7m11ifYK2jH4bCN/Rnu+3pAzZNE01juoaoZ8etDg5Ej9suRNkWzZtO2s7ivb8wdIC iv1j9SIFKvXL/P5tA3irFTq02gRjrJh+4zMJjOqU= Received: from DLEE105.ent.ti.com (dlee105.ent.ti.com [157.170.170.35]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id wBIDw6KT076520 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 18 Dec 2018 07:58:06 -0600 Received: from DLEE105.ent.ti.com (157.170.170.35) by DLEE105.ent.ti.com (157.170.170.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1591.10; Tue, 18 Dec 2018 07:58:05 -0600 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.1591.10 via Frontend Transport; Tue, 18 Dec 2018 07:58:05 -0600 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 wBIDw5ZK030925; Tue, 18 Dec 2018 07:58:05 -0600 From: Bin Liu To: Greg Kroah-Hartman CC: , Bin Liu Subject: [PATCH 0/2] musb patches for v4.21-rc Date: Tue, 18 Dec 2018 07:58:03 -0600 Message-ID: <20181218135805.6526-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 are couple musb fixes for v4.21. Both do not apply to stable cleanly, so I will send out the backport patches separately once they get into the upstream. Please let me know if any change is needed. Regards, -Bin. --- Bin Liu (2): usb: musb: dsps: fix otg state machine usb: musb: dsps: fix runtime pm for peripheral mode drivers/usb/musb/musb_dsps.c | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-)