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=-8.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 640C8C3526C for ; Sat, 19 Dec 2020 13:16:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 34AFB23B17 for ; Sat, 19 Dec 2020 13:16:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727154AbgLSNQQ (ORCPT ); Sat, 19 Dec 2020 08:16:16 -0500 Received: from m43-15.mailgun.net ([69.72.43.15]:10946 "EHLO m43-15.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726962AbgLSNQP (ORCPT ); Sat, 19 Dec 2020 08:16:15 -0500 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1608383755; h=Content-Type: MIME-Version: Message-ID: In-Reply-To: Date: References: Subject: Cc: To: From: Sender; bh=9MLE9xXcHVscsLaARtC7eXD9drmxQPheUZGSBIyh8W4=; b=eAa8kA8K7xAP6vLONL1JTxCPDhmgwYyAUgcBLLrz3ZBYOSjOz0+D0GaUKP7VBult2LnLL5ZN BhEiMSrrYGAScQlMcTqQ4nM6Y69+grKXvnZYVHeruxajJ4p01HBg/572BwO3E5P/O84pTu1z IApevrBMjsPE75AJU44j2ksq3F4= X-Mailgun-Sending-Ip: 69.72.43.15 X-Mailgun-Sid: WyI3YTAwOSIsICJsaW51eC13aXJlbGVzc0B2Z2VyLmtlcm5lbC5vcmciLCAiYmU5ZTRhIl0= Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n02.prod.us-east-1.postgun.com with SMTP id 5fddfce6944e4d244760e814 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Sat, 19 Dec 2020 13:15:18 GMT Sender: kvalo=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 1C614C43461; Sat, 19 Dec 2020 13:15:18 +0000 (UTC) Received: from potku.adurom.net (88-114-240-156.elisa-laajakaista.fi [88.114.240.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: kvalo) by smtp.codeaurora.org (Postfix) with ESMTPSA id 0B4ACC433CA; Sat, 19 Dec 2020 13:15:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 0B4ACC433CA Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=fail smtp.mailfrom=kvalo@codeaurora.org From: Kalle Valo To: Srinivasan Raju Cc: Mostafa Afgani , "David S. Miller" , Jakub Kicinski , Mauro Carvalho Chehab , Rob Herring , Lukas Bulwahn , open list , "open list\:NETWORKING DRIVERS \(WIRELESS\)" , "open list\:NETWORKING DRIVERS" Subject: Re: [PATCH] [v7] wireless: Initial driver submission for pureLiFi STA devices References: <20201116092253.1302196-1-srini.raju@purelifi.com> <20201124144448.4E95EC43460@smtp.codeaurora.org> <87h7p2hoex.fsf@codeaurora.org> Date: Sat, 19 Dec 2020 15:15:12 +0200 In-Reply-To: (Srinivasan Raju's message of "Thu, 3 Dec 2020 16:50:43 +0000") Message-ID: <87k0teq6n3.fsf@codeaurora.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Srinivasan Raju writes: >> What will be the directory structure in linux-firmware? It should be >> unique so that it's not possible to mix with other drivers. > > I have created the following directory structure, Please let me know if this is OK. > > LICENCE.purelifi_firmware | 29 +++++++++++++++++++++++++++++ > purelifi/Li-Fi-XL.bin | Bin 0 -> 70228 bytes > purelifi/fpga.bit | Bin 0 -> 3825907 bytes > purelifi/fpga_xc.bit | Bin 0 -> 3825906 bytes > 4 files changed, 29 insertions(+) I would prefer to change purelifi to the name of the driver, I'll explain more in my review in v11. -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches