From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754262AbbIIRNZ (ORCPT ); Wed, 9 Sep 2015 13:13:25 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:44301 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752843AbbIIRNY (ORCPT ); Wed, 9 Sep 2015 13:13:24 -0400 Subject: Re: [PATCH v1 1/2] soc: ti: display firmware file name as part of boot log To: Murali Karicheri , robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux@arm.linux.org.uk, ssantosh@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <1441403199-10936-1-git-send-email-m-karicheri2@ti.com> <55EA673F.8010904@oracle.com> <55F06075.6050405@ti.com> From: "santosh.shilimkar@oracle.com" Organization: Oracle Corporation Message-ID: <55F06879.3060000@oracle.com> Date: Wed, 9 Sep 2015 10:12:25 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <55F06075.6050405@ti.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 9/9/15 9:38 AM, Murali Karicheri wrote: > On 09/04/2015 11:53 PM, santosh.shilimkar@oracle.com wrote: >> On 9/4/15 5:46 PM, Murali Karicheri wrote: >>> To help the user, print the PDSP file name as part of >>> knav_queue_load_pdsp(). This will be useful for users to know what >>> version of the firmware is loaded to PDSP. Also update the >>> document for the location of the QMSS accumulator PDSP firmware. >>> >>> Signed-off-by: Murali Karicheri >>> --- >> >> Looks fine. Will pick both the patches. >> > > Thanks Santhosh. > > Is there a requirement to add the firmware to linux-firmware.git. Right > now I have provided link to ti git repo that has the firmware. I have > the patch ready in case this is required. Do you know? > Standard distro's will look for linux-firmware.git as a source to get the firmware files used by kernel so yes, you should add these firmware files to that repo. Regards, Santosh