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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 51919C2BBCD for ; Sat, 5 Dec 2020 18:44:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 39D7D230FD for ; Sat, 5 Dec 2020 18:44:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728033AbgLESnd (ORCPT ); Sat, 5 Dec 2020 13:43:33 -0500 Received: from mail.kernel.org ([198.145.29.99]:51166 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726671AbgLEQzY (ORCPT ); Sat, 5 Dec 2020 11:55:24 -0500 Date: Sat, 5 Dec 2020 17:31:31 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1607185817; bh=Go2i9I5GYis0bcDmAK3eXZgV1WFDP4tUKeevAYtLQJs=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=OUPABwyZTw922my5NtydwlJm7wnfm6+/Ljby83zLRdPoMSaj1GJRrUhMHF3kViv+k a2QmQ0k77SEr5lBT+5vXR3k9NEBJmkXF69r5tXCDn4yJ1SUflhOZqRvD8AvO0DMQKB myFLRZkmcrZ9R3SRwWK2FRuPNygDhO1gC5F7ww2w= From: Greg KH To: Pierre-Louis Bossart Cc: Vinod Koul , Bard Liao , alsa-devel@alsa-project.org, tiwai@suse.de, linux-kernel@vger.kernel.org, ranjani.sridharan@linux.intel.com, hui.wang@canonical.com, broonie@kernel.org, srinivas.kandagatla@linaro.org, jank@cadence.com, sanyog.r.kale@intel.com, rander.wang@linux.intel.com, bard.liao@intel.com Subject: Re: [PATCH 5/7] regmap: sdw: use no_pm routines for SoundWire 1.2 MBQ Message-ID: References: <20201202204645.23891-1-yung-chuan.liao@linux.intel.com> <20201202204645.23891-6-yung-chuan.liao@linux.intel.com> <20201205074630.GS8403@vkoul-mobl> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Dec 05, 2020 at 08:52:50AM -0600, Pierre-Louis Bossart wrote: > > > > MODULE_DESCRIPTION("Regmap SoundWire MBQ Module"); > > > -MODULE_LICENSE("GPL v2"); > > > +MODULE_LICENSE("GPL"); > > > > Why do you want to change this ? > > We only use MODULE_LICENSE("GPL") for new contributions since 'GPL v2' does > not bring any information on the license, is equivalent to 'GPL' and only > exists for 'historical reasons', see > > https://www.kernel.org/doc/html/latest/process/license-rules.html > > > “GPL” Module is licensed under GPL version 2. This does not express any > distinction between GPL-2.0-only or GPL-2.0-or-later. The exact license > information can only be determined via the license information in the > corresponding source files. > > “GPL v2” Same as “GPL”. It exists for historic reasons. > > We should have used 'GPL' in the initial regmap MBQ patch but didn't for > some reason, this change just realigns with what we intended. > > That said, this is unrelated to this no_pm patch so could be in a separate > one if you preferred it that way. It should be separate as it does not have anything to do with the real reason this patch was submitted. thanks, greg k-h 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=-3.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 9131CC433FE for ; Sat, 5 Dec 2020 16:31:20 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E3C1623340 for ; Sat, 5 Dec 2020 16:31:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E3C1623340 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 289D41915; Sat, 5 Dec 2020 17:30:26 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 289D41915 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1607185876; bh=Go2i9I5GYis0bcDmAK3eXZgV1WFDP4tUKeevAYtLQJs=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=aTBQG/xSNIb0HVIXrE2UR/OCUh3QZsyoAJD/n1l1yVKGlihw/ndl5vKsLSd6jO4e7 huB4pYJmXTwjIICj6SMnCZvZwZmzhQHn5ejPcxNzEEl/0TLl1+sEU5xDwOrSpS42fS l7s6Nn+hHtl2U4tlWAOeoAt4RBkDz+W+01SoHBkU= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 882A2F8016C; Sat, 5 Dec 2020 17:30:25 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 57580F8016D; Sat, 5 Dec 2020 17:30:24 +0100 (CET) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 7AEAEF800E2 for ; Sat, 5 Dec 2020 17:30:20 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 7AEAEF800E2 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="OUPABwyZ" Date: Sat, 5 Dec 2020 17:31:31 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1607185817; bh=Go2i9I5GYis0bcDmAK3eXZgV1WFDP4tUKeevAYtLQJs=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=OUPABwyZTw922my5NtydwlJm7wnfm6+/Ljby83zLRdPoMSaj1GJRrUhMHF3kViv+k a2QmQ0k77SEr5lBT+5vXR3k9NEBJmkXF69r5tXCDn4yJ1SUflhOZqRvD8AvO0DMQKB myFLRZkmcrZ9R3SRwWK2FRuPNygDhO1gC5F7ww2w= From: Greg KH To: Pierre-Louis Bossart Subject: Re: [PATCH 5/7] regmap: sdw: use no_pm routines for SoundWire 1.2 MBQ Message-ID: References: <20201202204645.23891-1-yung-chuan.liao@linux.intel.com> <20201202204645.23891-6-yung-chuan.liao@linux.intel.com> <20201205074630.GS8403@vkoul-mobl> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Cc: alsa-devel@alsa-project.org, tiwai@suse.de, ranjani.sridharan@linux.intel.com, linux-kernel@vger.kernel.org, hui.wang@canonical.com, Vinod Koul , broonie@kernel.org, srinivas.kandagatla@linaro.org, jank@cadence.com, sanyog.r.kale@intel.com, Bard Liao , rander.wang@linux.intel.com, bard.liao@intel.com X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Sat, Dec 05, 2020 at 08:52:50AM -0600, Pierre-Louis Bossart wrote: > > > > MODULE_DESCRIPTION("Regmap SoundWire MBQ Module"); > > > -MODULE_LICENSE("GPL v2"); > > > +MODULE_LICENSE("GPL"); > > > > Why do you want to change this ? > > We only use MODULE_LICENSE("GPL") for new contributions since 'GPL v2' does > not bring any information on the license, is equivalent to 'GPL' and only > exists for 'historical reasons', see > > https://www.kernel.org/doc/html/latest/process/license-rules.html > > > “GPL” Module is licensed under GPL version 2. This does not express any > distinction between GPL-2.0-only or GPL-2.0-or-later. The exact license > information can only be determined via the license information in the > corresponding source files. > > “GPL v2” Same as “GPL”. It exists for historic reasons. > > We should have used 'GPL' in the initial regmap MBQ patch but didn't for > some reason, this change just realigns with what we intended. > > That said, this is unrelated to this no_pm patch so could be in a separate > one if you preferred it that way. It should be separate as it does not have anything to do with the real reason this patch was submitted. thanks, greg k-h