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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 76303C43217 for ; Fri, 1 Oct 2021 12:45:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 58831619EE for ; Fri, 1 Oct 2021 12:45:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354475AbhJAMrL (ORCPT ); Fri, 1 Oct 2021 08:47:11 -0400 Received: from so254-9.mailgun.net ([198.61.254.9]:35157 "EHLO so254-9.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353785AbhJAMrI (ORCPT ); Fri, 1 Oct 2021 08:47:08 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1633092325; h=Content-Transfer-Encoding: Content-Type: MIME-Version: Message-ID: In-Reply-To: Date: References: Subject: Cc: To: From: Sender; bh=DxUzotX+Y7gO/nEKkP180xLqp5Xbdp3BDVDGIp9TVHI=; b=AP08yk6XSzc/ZrFpN+kUqCZrpWY4Gv+47bE64L6xSAqkAdCjYqtuwMMSu9WIP+Kmblvfsqlp 6YhOV8qxDZH4/yRb61ZrFuVF/kgpjPPCeBHB35dhPmcGzrzWwdC0GaYxWjJkFr+FlMXNDFj/ XBdUQKuAtCI9u9sRPrqN27/qM2k= X-Mailgun-Sending-Ip: 198.61.254.9 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n07.prod.us-west-2.postgun.com with SMTP id 615702db605ecf100bfaac91 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Fri, 01 Oct 2021 12:45:15 GMT Sender: kvalo=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 23036C43618; Fri, 1 Oct 2021 12:45:15 +0000 (UTC) Received: from tykki (tynnyri.adurom.net [51.15.11.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: kvalo) by smtp.codeaurora.org (Postfix) with ESMTPSA id A3539C4338F; Fri, 1 Oct 2021 12:45:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.codeaurora.org A3539C4338F 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=codeaurora.org From: Kalle Valo To: =?utf-8?B?SsOpcsO0bWU=?= Pouiller Cc: linux-wireless@vger.kernel.org, netdev@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Greg Kroah-Hartman , "David S . Miller" , devicetree@vger.kernel.org, Rob Herring , linux-mmc@vger.kernel.org, Pali =?utf-8?Q?Roh?= =?utf-8?Q?=C3=A1r?= , Ulf Hansson Subject: Re: [PATCH v7 12/24] wfx: add hif_api_*.h References: <20210920161136.2398632-1-Jerome.Pouiller@silabs.com> <20210920161136.2398632-13-Jerome.Pouiller@silabs.com> <875yuhkm4c.fsf@codeaurora.org> <2600267.GQK6fj20dd@pc-42> Date: Fri, 01 Oct 2021 15:45:05 +0300 In-Reply-To: <2600267.GQK6fj20dd@pc-42> (=?utf-8?B?IkrDqXLDtG1l?= Pouiller"'s message of "Fri, 01 Oct 2021 13:52:52 +0200") Message-ID: <877dewkj72.fsf@codeaurora.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org J=C3=A9r=C3=B4me Pouiller writes: > On Friday 1 October 2021 13:41:55 CEST Kalle Valo wrote: >> Jerome Pouiller writes: >>=20 >> > From: J=C3=A9r=C3=B4me Pouiller >> > >> > Signed-off-by: J=C3=A9r=C3=B4me Pouiller >>=20 >> [...] >>=20 >> > --- /dev/null >> > +++ b/drivers/net/wireless/silabs/wfx/hif_api_cmd.h >> > @@ -0,0 +1,555 @@ >> > +/* SPDX-License-Identifier: Apache-2.0 */ >>=20 >> I don't how I missed this earlier: >>=20 >> hif_api_cmd.h:/* SPDX-License-Identifier: Apache-2.0 */ >> hif_api_general.h:/* SPDX-License-Identifier: Apache-2.0 */ >> hif_api_mib.h:/* SPDX-License-Identifier: Apache-2.0 */ >>=20 >> Apache-2.0 license is a blocker for me, see LICENSES/dual/Apache-2.0. > > Ok. It is not a problem here. I have the authorisation to change it in > GPLv2-only. Great, thanks! --=20 https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatc= hes