devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Assmann <sassmann-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>
To: "Andreas Färber" <afaerber-l3A5Bk7waGM@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
	pawel.moll-5wv7dgnIgG8@public.gmane.org,
	t-kristo-l0cyMroinI0@public.gmane.org,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
Subject: Re: [PATCH 2/2] clk: initial clock driver for TWL6030
Date: Wed, 30 Jul 2014 16:36:24 +0200	[thread overview]
Message-ID: <53D902E8.1030008@kpanic.de> (raw)
In-Reply-To: <53D90159.7040307-l3A5Bk7waGM@public.gmane.org>

On 30.07.2014 16:29, Andreas Färber wrote:
> Hi Stefan,
>
> Glad you got it working. :)
>
> Small nit below:
>
> Am 30.07.2014 16:02, schrieb Stefan Assmann:
>> diff --git a/drivers/clk/ti/clk-6030.c b/drivers/clk/ti/clk-6030.c
>> new file mode 100644
>> index 0000000..baa965b
>> --- /dev/null
>> +++ b/drivers/clk/ti/clk-6030.c
>> @@ -0,0 +1,141 @@
>> +/*
>> + * drivers/clk/ti/clk-6030.c
>> + *
>> + *  Copyright (C) 2014 Stefan Assmann <sassmann-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>
>> + *
>> + * This program is free software; you can redistribute it and/or modify
>> + * it under the terms of the GNU General Public License version 2 as
>> + * published by the Free Software Foundation.
>
> Here you say version 2 ...
>
>> + *
>> + * Clock driver for ti twl6030.
>> + */
> [...]
>> +MODULE_AUTHOR("Stefan Assmann <sassmann-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>");
>> +MODULE_DESCRIPTION("clock driver for TI SoC based boards with twl6030");
>> +MODULE_LICENSE("GPL");
>
> ... but down here it's "GPL". Either use "GPL v2" here, or IIUC use the
> "or (at your option) any later version" license above if you can.

Thanks for the hint. I'll fix it in the next version. :)

   Stefan
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2014-07-30 14:36 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-30 14:02 [PATCH 0/2] Enable wifi on pandaboard Stefan Assmann
     [not found] ` <1406728949-7560-1-git-send-email-sassmann-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>
2014-07-30 14:02   ` [PATCH 1/2] mfd: twl-core: move TWL6030 defines to twl.h Stefan Assmann
     [not found]     ` <1406728949-7560-2-git-send-email-sassmann-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>
2014-07-31  8:36       ` Lee Jones
2014-07-31  8:46         ` Stefan Assmann
2014-07-30 14:02   ` [PATCH 2/2] clk: initial clock driver for TWL6030 Stefan Assmann
2014-07-30 14:29     ` Andreas Färber
     [not found]       ` <53D90159.7040307-l3A5Bk7waGM@public.gmane.org>
2014-07-30 14:36         ` Stefan Assmann [this message]
     [not found]     ` <1406728949-7560-3-git-send-email-sassmann-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>
2014-07-30 17:50       ` Mark Brown
     [not found]         ` <20140730175033.GA17528-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-07-31  9:56           ` Stefan Assmann
     [not found]             ` <53DA12BF.1060008-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>
2014-07-31 11:05               ` Mark Brown
     [not found]                 ` <20140731110531.GH17528-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-07-31 12:04                   ` Stefan Assmann
     [not found]                     ` <53DA30CD.5020903-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>
2014-07-31 19:14                       ` Mike Turquette
2014-07-31 11:28               ` Tero Kristo
     [not found]                 ` <53DA284D.6030404-l0cyMroinI0@public.gmane.org>
2014-07-31 11:58                   ` Stefan Assmann
     [not found]                     ` <53DA2F53.8010405-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>
2014-07-31 13:16                       ` Tero Kristo
2014-07-31 12:26       ` Peter Ujfalusi
     [not found]         ` <53DA3613.9010305-l0cyMroinI0@public.gmane.org>
2014-07-31 12:54           ` Stefan Assmann
     [not found]             ` <53DA3C68.3020406-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>
2014-07-31 12:58               ` Peter Ujfalusi
     [not found]                 ` <53DA3D66.1030407-l0cyMroinI0@public.gmane.org>
2014-07-31 14:05                   ` Stefan Assmann
     [not found]                     ` <53DA4D37.4030408-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>
2014-07-31 19:20                       ` Mike Turquette
2014-08-01 10:04                         ` Stefan Assmann
     [not found]                           ` <53DB6633.3020005-llIHtaV5axyzQB+pC5nmwQ@public.gmane.org>
2014-08-01 10:38                             ` Mark Brown

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=53D902E8.1030008@kpanic.de \
    --to=sassmann-llihtav5axyzqb+pc5nmwq@public.gmane.org \
    --cc=afaerber-l3A5Bk7waGM@public.gmane.org \
    --cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=t-kristo-l0cyMroinI0@public.gmane.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).