aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2012-11-20 16:39:31 -0500
committerMike Turquette <mturquette@linaro.org>2012-11-21 14:02:00 -0500
commit401301ccdf516fa4b3b90216414a2a15fb826208 (patch)
tree95a488f824277c0c485378438b084aca7c3ba658
parentf58945392aad6a07ede5455ebb584aa729ac1ef0 (diff)
clk: add GPLv2 headers to the Versatile clock files
The GPLv2 headers were missing and the subsystem maintainer likes them so put them in. I am the copyright holder, so explicitly licensing these under the GPLv2. Reported-by: Mike Turquette <mturquette@ti.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Mike Turquette <mturquette@linaro.org>
-rw-r--r--drivers/clk/versatile/clk-icst.c6
-rw-r--r--drivers/clk/versatile/clk-integrator.c10
-rw-r--r--drivers/clk/versatile/clk-realview.c8
3 files changed, 23 insertions, 1 deletions
diff --git a/drivers/clk/versatile/clk-icst.c b/drivers/clk/versatile/clk-icst.c
index f555b50a5fa5..23d2d7ea1beb 100644
--- a/drivers/clk/versatile/clk-icst.c
+++ b/drivers/clk/versatile/clk-icst.c
@@ -3,6 +3,12 @@
3 * We wrap the custom interface from <asm/hardware/icst.h> into the generic 3 * We wrap the custom interface from <asm/hardware/icst.h> into the generic
4 * clock framework. 4 * clock framework.
5 * 5 *
6 * Copyright (C) 2012 Linus Walleij
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
11 *
6 * TODO: when all ARM reference designs are migrated to generic clocks, the 12 * TODO: when all ARM reference designs are migrated to generic clocks, the
7 * ICST clock code from the ARM tree should probably be merged into this 13 * ICST clock code from the ARM tree should probably be merged into this
8 * file. 14 * file.
diff --git a/drivers/clk/versatile/clk-integrator.c b/drivers/clk/versatile/clk-integrator.c
index a5053921bf7f..3c816ae17c16 100644
--- a/drivers/clk/versatile/clk-integrator.c
+++ b/drivers/clk/versatile/clk-integrator.c
@@ -1,8 +1,16 @@
1/*
2 * Clock driver for the ARM Integrator/AP and Integrator/CP boards
3 * Copyright (C) 2012 Linus Walleij
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 */
9#include <linux/clk-provider.h>
1#include <linux/clk.h> 10#include <linux/clk.h>
2#include <linux/clkdev.h> 11#include <linux/clkdev.h>
3#include <linux/err.h> 12#include <linux/err.h>
4#include <linux/io.h> 13#include <linux/io.h>
5#include <linux/clk-provider.h>
6 14
7#include <mach/hardware.h> 15#include <mach/hardware.h>
8#include <mach/platform.h> 16#include <mach/platform.h>
diff --git a/drivers/clk/versatile/clk-realview.c b/drivers/clk/versatile/clk-realview.c
index e21a99cef378..fd2dbdbc269d 100644
--- a/drivers/clk/versatile/clk-realview.c
+++ b/drivers/clk/versatile/clk-realview.c
@@ -1,3 +1,11 @@
1/*
2 * Clock driver for the ARM RealView boards
3 * Copyright (C) 2012 Linus Walleij
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 */
1#include <linux/clk.h> 9#include <linux/clk.h>
2#include <linux/clkdev.h> 10#include <linux/clkdev.h>
3#include <linux/err.h> 11#include <linux/err.h>