From: Jacek Anaszewski <j.anaszewski@samsung.com>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: Bryan Wu <cooloney@gmail.com>, Richard Purdie <rpurdie@rpsys.net>,
Thierry Reding <thierry.reding@gmail.com>,
linux-leds@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
kernel@pengutronix.de, Shawn Guo <shawn.guo@linaro.org>,
Matt Sealey <matt@genesi-usa.com>
Subject: Re: [PATCH 3/3] leds/pwm: fix driver description and make license match the header
Date: Fri, 20 Nov 2015 10:36:52 +0100 [thread overview]
Message-ID: <564EE9B4.3010404@samsung.com> (raw)
In-Reply-To: <20151119191737.GF22022@pengutronix.de>
Hi Uwe,
Applied, thanks.
Best Regards,
Jacek Anaszewski
On 11/19/2015 08:17 PM, Uwe Kleine-König wrote:
> Hello,
>
> while the other two patches in this thread are controversal, this one
> shouldn't. It still sits in my branch with unapplied patches since
> nearly two years, which is enormous considering it's such an easy patch.
>
> Best regards
> Uwe
>
> On Mon, Nov 25, 2013 at 09:43:45PM +0100, Uwe Kleine-König wrote:
>> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
>> ---
>> drivers/leds/leds-pwm.c | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/leds/leds-pwm.c b/drivers/leds/leds-pwm.c
>> index cdc3e4d..0796ca3 100644
>> --- a/drivers/leds/leds-pwm.c
>> +++ b/drivers/leds/leds-pwm.c
>> @@ -239,6 +239,6 @@ static struct platform_driver led_pwm_driver = {
>> module_platform_driver(led_pwm_driver);
>>
>> MODULE_AUTHOR("Luotao Fu <l.fu@pengutronix.de>");
>> -MODULE_DESCRIPTION("PWM LED driver for PXA");
>> -MODULE_LICENSE("GPL");
>> +MODULE_DESCRIPTION("generic PWM LED driver");
>> +MODULE_LICENSE("GPL v2");
>> MODULE_ALIAS("platform:leds-pwm");
>> --
>> 1.8.4.2
>>
>>
>
WARNING: multiple messages have this Message-ID (diff)
From: j.anaszewski@samsung.com (Jacek Anaszewski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] leds/pwm: fix driver description and make license match the header
Date: Fri, 20 Nov 2015 10:36:52 +0100 [thread overview]
Message-ID: <564EE9B4.3010404@samsung.com> (raw)
In-Reply-To: <20151119191737.GF22022@pengutronix.de>
Hi Uwe,
Applied, thanks.
Best Regards,
Jacek Anaszewski
On 11/19/2015 08:17 PM, Uwe Kleine-K?nig wrote:
> Hello,
>
> while the other two patches in this thread are controversal, this one
> shouldn't. It still sits in my branch with unapplied patches since
> nearly two years, which is enormous considering it's such an easy patch.
>
> Best regards
> Uwe
>
> On Mon, Nov 25, 2013 at 09:43:45PM +0100, Uwe Kleine-K?nig wrote:
>> Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
>> ---
>> drivers/leds/leds-pwm.c | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/leds/leds-pwm.c b/drivers/leds/leds-pwm.c
>> index cdc3e4d..0796ca3 100644
>> --- a/drivers/leds/leds-pwm.c
>> +++ b/drivers/leds/leds-pwm.c
>> @@ -239,6 +239,6 @@ static struct platform_driver led_pwm_driver = {
>> module_platform_driver(led_pwm_driver);
>>
>> MODULE_AUTHOR("Luotao Fu <l.fu@pengutronix.de>");
>> -MODULE_DESCRIPTION("PWM LED driver for PXA");
>> -MODULE_LICENSE("GPL");
>> +MODULE_DESCRIPTION("generic PWM LED driver");
>> +MODULE_LICENSE("GPL v2");
>> MODULE_ALIAS("platform:leds-pwm");
>> --
>> 1.8.4.2
>>
>>
>
next prev parent reply other threads:[~2015-11-20 9:36 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-25 20:43 [PATCH 0/3] leds/pwm: don't call pwm_disable when setting brightness Uwe Kleine-König
2013-11-25 20:43 ` Uwe Kleine-König
2013-11-25 20:43 ` [PATCH 1/3] pwm/doc: Clearify that the pin state after pwm_disable is undefined Uwe Kleine-König
2013-11-25 20:43 ` Uwe Kleine-König
2013-11-25 20:43 ` [PATCH 2/3] leds/pwm: Don't disable pwm when setting brightness to 0 Uwe Kleine-König
2013-11-25 20:43 ` Uwe Kleine-König
2013-12-02 12:33 ` Thierry Reding
2013-12-02 12:33 ` Thierry Reding
2013-12-02 13:18 ` Uwe Kleine-König
2013-12-02 13:18 ` Uwe Kleine-König
2013-12-05 21:26 ` Uwe Kleine-König
2013-12-05 21:26 ` Uwe Kleine-König
2013-12-11 15:30 ` Thierry Reding
2013-12-11 15:30 ` Thierry Reding
2013-12-12 21:10 ` Uwe Kleine-König
2013-12-12 21:10 ` Uwe Kleine-König
2013-11-25 20:43 ` [PATCH 3/3] leds/pwm: fix driver description and make license match the header Uwe Kleine-König
2013-11-25 20:43 ` Uwe Kleine-König
2015-11-19 19:17 ` Uwe Kleine-König
2015-11-19 19:17 ` Uwe Kleine-König
2015-11-20 9:36 ` Jacek Anaszewski [this message]
2015-11-20 9:36 ` Jacek Anaszewski
2014-02-21 14:15 ` [PATCH 0/3] leds/pwm: don't call pwm_disable when setting brightness Uwe Kleine-König
2014-02-21 14:15 ` Uwe Kleine-König
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=564EE9B4.3010404@samsung.com \
--to=j.anaszewski@samsung.com \
--cc=cooloney@gmail.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-leds@vger.kernel.org \
--cc=matt@genesi-usa.com \
--cc=rpurdie@rpsys.net \
--cc=shawn.guo@linaro.org \
--cc=thierry.reding@gmail.com \
--cc=u.kleine-koenig@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.