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=-4.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, 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 2EF20C433E2 for ; Sun, 12 Jul 2020 09:02:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0D1982075F for ; Sun, 12 Jul 2020 09:02:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594544544; bh=fWmvmp7TEMzqkqcqS8+yFQeFRm3gB5/e1B59PfYV5Ik=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=lva/am25HHQR4mZZ0Fj8i2OFkVSKeudDIBgDrhg1WPayRIv+jcv3rv6ShDHov/dS4 DFuZ+40qKxPlpMM32vb+BktrGxelyxU1I7qps0H2wmUyJwJDH+rWVLvQBDw/9oT4ST w5t/2m3ruv4HejXWU0ODsDam+nmGsi1CWQTq1yLA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728485AbgGLJCV (ORCPT ); Sun, 12 Jul 2020 05:02:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:39478 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728339AbgGLJCU (ORCPT ); Sun, 12 Jul 2020 05:02:20 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EAF852072D; Sun, 12 Jul 2020 09:02:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594544540; bh=fWmvmp7TEMzqkqcqS8+yFQeFRm3gB5/e1B59PfYV5Ik=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vXvNuSA8HZhJaJ+WgMJcOvlYImN5R+8PqdMDM/p/6QDbVGtJcTM0SdoElHBy3Go++ 5U5Og//52oz81stsMdKQjjym8sKDaapGMflxiK4qci+r23SG3Y9CcW5sr0bk3ZCUD5 b4GeE61yvVdapcCEr3VrWUvMYXMedXlbBFZlUHkA= Date: Sun, 12 Jul 2020 11:02:17 +0200 From: Greg Kroah-Hartman To: Pavel Machek Cc: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Jacek Anaszewski , Dan Murphy , Jiri Slaby , kernel@pengutronix.de, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, Johan Hovold Subject: Re: [PATCH v7 3/3] leds: trigger: implement a tty trigger Message-ID: <20200712090217.GA177304@kroah.com> References: <20200707165958.16522-1-u.kleine-koenig@pengutronix.de> <20200707165958.16522-4-u.kleine-koenig@pengutronix.de> <20200712082453.GI8295@amd> <20200712084352.GA175558@kroah.com> <20200712085059.GA13495@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200712085059.GA13495@amd> Sender: linux-leds-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org On Sun, Jul 12, 2020 at 10:50:59AM +0200, Pavel Machek wrote: > On Sun 2020-07-12 10:43:52, Greg Kroah-Hartman wrote: > > On Sun, Jul 12, 2020 at 10:24:53AM +0200, Pavel Machek wrote: > > > > +++ b/drivers/leds/trigger/ledtrig-tty.c > > > > @@ -0,0 +1,192 @@ > > > > +// SPDX-License-Identifier: GPL-2.0 > > > > > > 2.0+ is preffered. > > > > No it is not, that's up to the developer. > > For code I maintain, yes it is. That's up to the developer of the code, not the maintainer, as the maintainer is not the copyright holder of it. For new files, it is up to the author of that code. No maintainer should impose a license rule like this on their subsystem, that's just not ok at all. The only "rule" is that it is compatible with GPLv2, nothing else. thanks, greg k-h