public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: twl6030-pwm.c needs MODULE_LICENSE
@ 2011-07-23  0:17 Randy Dunlap
  2011-07-23  0:33 ` Felipe Balbi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Randy Dunlap @ 2011-07-23  0:17 UTC (permalink / raw)
  To: lkml; +Cc: Hemanth V, Samuel Ortiz, akpm

From: Randy Dunlap <rdunlap@xenotime.net>

twl6030_pwm: module license 'unspecified' taints kernel.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Hemanth V <hemanthv@ti.com>
---
 drivers/mfd/twl6030-pwm.c |    2 ++
 1 file changed, 2 insertions(+)

--- lnx-30-rc7.orig/drivers/mfd/twl6030-pwm.c
+++ lnx-30-rc7/drivers/mfd/twl6030-pwm.c
@@ -161,3 +161,5 @@ void pwm_free(struct pwm_device *pwm)
 	kfree(pwm);
 }
 EXPORT_SYMBOL(pwm_free);
+
+MODULE_LICENSE("GPL");

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mfd: twl6030-pwm.c needs MODULE_LICENSE
  2011-07-23  0:17 [PATCH] mfd: twl6030-pwm.c needs MODULE_LICENSE Randy Dunlap
@ 2011-07-23  0:33 ` Felipe Balbi
  2011-07-26  8:31 ` Hemanth V
  2011-07-27  9:53 ` Samuel Ortiz
  2 siblings, 0 replies; 4+ messages in thread
From: Felipe Balbi @ 2011-07-23  0:33 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: lkml, Hemanth V, Samuel Ortiz, akpm, Linux OMAP Mailing List

[-- Attachment #1: Type: text/plain, Size: 958 bytes --]

Hi,

(adding linux-omap to the loop)

On Fri, Jul 22, 2011 at 05:17:08PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@xenotime.net>
> 
> twl6030_pwm: module license 'unspecified' taints kernel.
> 
> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
> Cc: Hemanth V <hemanthv@ti.com>

FWIW:

Acked-by: Felipe Balbi <balbi@ti.com>

> ---
>  drivers/mfd/twl6030-pwm.c |    2 ++
>  1 file changed, 2 insertions(+)
> 
> --- lnx-30-rc7.orig/drivers/mfd/twl6030-pwm.c
> +++ lnx-30-rc7/drivers/mfd/twl6030-pwm.c
> @@ -161,3 +161,5 @@ void pwm_free(struct pwm_device *pwm)
>  	kfree(pwm);
>  }
>  EXPORT_SYMBOL(pwm_free);
> +
> +MODULE_LICENSE("GPL");
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mfd: twl6030-pwm.c needs MODULE_LICENSE
  2011-07-23  0:17 [PATCH] mfd: twl6030-pwm.c needs MODULE_LICENSE Randy Dunlap
  2011-07-23  0:33 ` Felipe Balbi
@ 2011-07-26  8:31 ` Hemanth V
  2011-07-27  9:53 ` Samuel Ortiz
  2 siblings, 0 replies; 4+ messages in thread
From: Hemanth V @ 2011-07-26  8:31 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: lkml, Samuel Ortiz, akpm

> From: Randy Dunlap <rdunlap@xenotime.net>
>
> twl6030_pwm: module license 'unspecified' taints kernel.
>
> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
> Cc: Hemanth V <hemanthv@ti.com>

Acked-by: Hemanth V <hemanthv@ti.com>

> ---
>  drivers/mfd/twl6030-pwm.c |    2 ++
>  1 file changed, 2 insertions(+)
>
> --- lnx-30-rc7.orig/drivers/mfd/twl6030-pwm.c
> +++ lnx-30-rc7/drivers/mfd/twl6030-pwm.c
> @@ -161,3 +161,5 @@ void pwm_free(struct pwm_device *pwm)
>  	kfree(pwm);
>  }
>  EXPORT_SYMBOL(pwm_free);
> +
> +MODULE_LICENSE("GPL");
>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mfd: twl6030-pwm.c needs MODULE_LICENSE
  2011-07-23  0:17 [PATCH] mfd: twl6030-pwm.c needs MODULE_LICENSE Randy Dunlap
  2011-07-23  0:33 ` Felipe Balbi
  2011-07-26  8:31 ` Hemanth V
@ 2011-07-27  9:53 ` Samuel Ortiz
  2 siblings, 0 replies; 4+ messages in thread
From: Samuel Ortiz @ 2011-07-27  9:53 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: lkml, Hemanth V, akpm

Hi Randy,

On Fri, Jul 22, 2011 at 05:17:08PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@xenotime.net>
> 
> twl6030_pwm: module license 'unspecified' taints kernel.
Thanks, I applied this patch (with Felipe's ACK).

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-27  9:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-23  0:17 [PATCH] mfd: twl6030-pwm.c needs MODULE_LICENSE Randy Dunlap
2011-07-23  0:33 ` Felipe Balbi
2011-07-26  8:31 ` Hemanth V
2011-07-27  9:53 ` Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox