From patchwork Tue Apr 30 14:59:34 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bin Liu X-Patchwork-Id: 10923763 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 D59EA1395 for ; Tue, 30 Apr 2019 14:59:55 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C212D287A2 for ; Tue, 30 Apr 2019 14:59:55 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B680C28939; Tue, 30 Apr 2019 14:59:55 +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 523D7287A2 for ; Tue, 30 Apr 2019 14:59:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726079AbfD3O7o (ORCPT ); Tue, 30 Apr 2019 10:59:44 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:33394 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725906AbfD3O7o (ORCPT ); Tue, 30 Apr 2019 10:59:44 -0400 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id x3UExhhC080064; Tue, 30 Apr 2019 09:59:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1556636383; bh=Sm+SogaFLPZcQfX6GJnUmolMpt4CVwO57Ukwu/wSXvE=; h=From:To:CC:Subject:Date; b=Z0d3dLq3uC4qmhYHzkExxTZtpY/QTvBrXwd95L204BHtKb6Ebw6vi08Gc6Ylhzh0V s7rUaloBd3ph0Ar9lOAz9ERzs6bxp4a9651vHga7rnPvPN6ZvPEcQ+2jq6Iy17Cxam hSd6vd4h64vMury1is/4YQlMlJHc8KcKVfL/fErE= Received: from DLEE100.ent.ti.com (dlee100.ent.ti.com [157.170.170.30]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x3UExhOU045777 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 30 Apr 2019 09:59:43 -0500 Received: from DLEE105.ent.ti.com (157.170.170.35) by DLEE100.ent.ti.com (157.170.170.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Tue, 30 Apr 2019 09:59:42 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) 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.1713.5 via Frontend Transport; Tue, 30 Apr 2019 09:59:42 -0500 Received: from uda0271908.am.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id x3UExgrA071248; Tue, 30 Apr 2019 09:59:42 -0500 From: Bin Liu To: Greg Kroah-Hartman CC: , Bin Liu Subject: [PATCH 0/7] musb patches for v5.2-rc1 Date: Tue, 30 Apr 2019 09:59:34 -0500 Message-ID: <20190430145942.1128-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 the musb patches for v5.2 rc1. There are all small fixes or improvements. Please let me know if any change is needed. There is one of the patches marked for stable. I will send it to stable tree later after they get into v5.2 rc. Thanks, -Bin. --- Kefeng Wang (1): usb: musb: dsps: Use dev_get_drvdata() Paul Cercueil (4): usb: musb: Silence error about blacklisting hubs if !CONFIG_USB dt-bindings: usb: Add usb-phy property to the jz4740-musb node usb: musb: jz4740: Let the platform probe the PHY usb: musb: jz4740: obtain USB PHY from devicetree Samuel Holland (1): soc: sunxi: Fix missing dependency on REGMAP_MMIO Tony Lindgren (1): usb: musb: omap2430: Add support for idling phy when musb is idle .../bindings/usb/ingenic,jz4740-musb.txt | 8 ++++++++ drivers/soc/sunxi/Kconfig | 1 + drivers/usb/musb/Kconfig | 2 +- drivers/usb/musb/jz4740.c | 19 +++++++------------ drivers/usb/musb/musb_core.c | 9 +++++---- drivers/usb/musb/musb_dsps.c | 6 ++---- drivers/usb/musb/omap2430.c | 6 ++++++ 7 files changed, 30 insertions(+), 21 deletions(-)