From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C1381C33CAA for ; Thu, 23 Jan 2020 07:12:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 96D4C24673 for ; Thu, 23 Jan 2020 07:12:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579763538; bh=DkBydtIMBs3rUStBvU2+c05V4CLjqaN2Ypocpq3N+Xo=; h=Subject:To:From:Date:List-ID:From; b=yAvnB9zNPDN7xqKKwbKCfu8ubi2feXh392qgBteHcUTzk3CdbcLFNS68hXtrPgYRI WJj+nlbcTg5pXzVgkIw7Um4ltHGdc6Z2dID6Hsp19mbJS2rPDkH7PJwcVi7UdCkHXA /iG1XJbJxZZfHdQrMTlYDwug3e4tPgFIe1EuOe4w= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725535AbgAWHMS (ORCPT ); Thu, 23 Jan 2020 02:12:18 -0500 Received: from mail.kernel.org ([198.145.29.99]:43032 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725897AbgAWHMS (ORCPT ); Thu, 23 Jan 2020 02:12:18 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3687924673; Thu, 23 Jan 2020 07:12:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579763537; bh=DkBydtIMBs3rUStBvU2+c05V4CLjqaN2Ypocpq3N+Xo=; h=Subject:To:From:Date:From; b=IkOCpM4WLfpv3/2EYPxXjbdmgfFUaiHZGiSPAetKsafSmB2JRF10MQTcvaDSpbf5c RTj5UOTNZvJRmKMdFOBXWTN0lT0OOdsOHOMjfHEebS4ihOm1/6iilJP73p2IgHxv25 7+KVrO94EdvGUDScb45cSYu7HpMQixudd8b2rU3k= Subject: patch "usb: host: xhci-tegra: set MODULE_FIRMWARE for tegra186" added to usb-next To: pbrobinson@gmail.com, gregkh@linuxfoundation.org, stable@vger.kernel.org, treding@nvidia.com From: Date: Thu, 23 Jan 2020 08:12:01 +0100 Message-ID: <1579763521249201@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org This is a note to let you know that I've just added the patch titled usb: host: xhci-tegra: set MODULE_FIRMWARE for tegra186 to my usb git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git in the usb-next branch. The patch will show up in the next release of the linux-next tree (usually sometime within the next 24 hours during the week.) The patch will also be merged in the next major kernel release during the merge window. If you have any questions about this process, please let me know. >From e1f236efd9c579a29d7df75aa052127d0d975267 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 20 Jan 2020 14:19:10 +0000 Subject: usb: host: xhci-tegra: set MODULE_FIRMWARE for tegra186 Set the MODULE_FIRMWARE for tegra186, it's registered for 124/210 and ensures the firmware is available at the appropriate time such as in the initrd, else if the firmware is unavailable the driver fails with the following errors: tegra-xusb 3530000.usb: Direct firmware load for nvidia/tegra186/xusb.bin failed with error -2 tegra-xusb 3530000.usb: failed to request firmware: -2 tegra-xusb 3530000.usb: failed to load firmware: -2 tegra-xusb: probe of 3530000.usb failed with error -2 Fixes: 5f9be5f3f899 ("usb: host: xhci-tegra: Add Tegra186 XUSB support") Signed-off-by: Peter Robinson Acked-by: Thierry Reding Cc: stable Link: https://lore.kernel.org/r/20200120141910.116097-1-pbrobinson@gmail.com Signed-off-by: Greg Kroah-Hartman --- drivers/usb/host/xhci-tegra.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/xhci-tegra.c b/drivers/usb/host/xhci-tegra.c index 0b58ef3a7f7f..8163aefc6c6b 100644 --- a/drivers/usb/host/xhci-tegra.c +++ b/drivers/usb/host/xhci-tegra.c @@ -1744,6 +1744,7 @@ MODULE_FIRMWARE("nvidia/tegra210/xusb.bin"); static const char * const tegra186_supply_names[] = { }; +MODULE_FIRMWARE("nvidia/tegra186/xusb.bin"); static const struct tegra_xusb_phy_type tegra186_phy_types[] = { { .name = "usb3", .num = 3, }, -- 2.25.0