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=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 E4A6AC2D0DB for ; Wed, 22 Jan 2020 14:52:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BFD6821734 for ; Wed, 22 Jan 2020 14:52:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725989AbgAVOwB (ORCPT ); Wed, 22 Jan 2020 09:52:01 -0500 Received: from mga18.intel.com ([134.134.136.126]:14242 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725827AbgAVOwA (ORCPT ); Wed, 22 Jan 2020 09:52:00 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Jan 2020 06:52:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,350,1574150400"; d="scan'208";a="307545445" Received: from mattu-haswell.fi.intel.com (HELO [10.237.72.170]) ([10.237.72.170]) by orsmga001.jf.intel.com with ESMTP; 22 Jan 2020 06:51:57 -0800 Subject: Re: [PATCH v2] usb: host: xhci-tegra: set MODULE_FIRMWARE for tegra186 To: Peter Robinson , Greg Kroah-Hartman , Thierry Reding , Jonathan Hunter , linux-usb@vger.kernel.org, linux-tegra@vger.kernel.org References: <20200120141910.116097-1-pbrobinson@gmail.com> From: Mathias Nyman Message-ID: Date: Wed, 22 Jan 2020 16:54:05 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20200120141910.116097-1-pbrobinson@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On 20.1.2020 16.19, Peter Robinson wrote: > 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 > --- Thanks, added to queue -Mathias