From 06fcb6ebddc5aac9047b5aa87ed79584a7bacca5 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Tue, 20 Nov 2012 22:39:31 +0100 Subject: [PATCH] --- yaml --- r: 336500 b: refs/heads/master c: 401301ccdf516fa4b3b90216414a2a15fb826208 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/clk/versatile/clk-icst.c | 6 ++++++ trunk/drivers/clk/versatile/clk-integrator.c | 10 +++++++++- trunk/drivers/clk/versatile/clk-realview.c | 8 ++++++++ 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6b6bbd879e59..2becb4159c07 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f58945392aad6a07ede5455ebb584aa729ac1ef0 +refs/heads/master: 401301ccdf516fa4b3b90216414a2a15fb826208 diff --git a/trunk/drivers/clk/versatile/clk-icst.c b/trunk/drivers/clk/versatile/clk-icst.c index f555b50a5fa5..23d2d7ea1beb 100644 --- a/trunk/drivers/clk/versatile/clk-icst.c +++ b/trunk/drivers/clk/versatile/clk-icst.c @@ -3,6 +3,12 @@ * We wrap the custom interface from into the generic * clock framework. * + * Copyright (C) 2012 Linus Walleij + * + * 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. + * * TODO: when all ARM reference designs are migrated to generic clocks, the * ICST clock code from the ARM tree should probably be merged into this * file. diff --git a/trunk/drivers/clk/versatile/clk-integrator.c b/trunk/drivers/clk/versatile/clk-integrator.c index a5053921bf7f..3c816ae17c16 100644 --- a/trunk/drivers/clk/versatile/clk-integrator.c +++ b/trunk/drivers/clk/versatile/clk-integrator.c @@ -1,8 +1,16 @@ +/* + * Clock driver for the ARM Integrator/AP and Integrator/CP boards + * Copyright (C) 2012 Linus Walleij + * + * 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. + */ +#include #include #include #include #include -#include #include #include diff --git a/trunk/drivers/clk/versatile/clk-realview.c b/trunk/drivers/clk/versatile/clk-realview.c index e21a99cef378..fd2dbdbc269d 100644 --- a/trunk/drivers/clk/versatile/clk-realview.c +++ b/trunk/drivers/clk/versatile/clk-realview.c @@ -1,3 +1,11 @@ +/* + * Clock driver for the ARM RealView boards + * Copyright (C) 2012 Linus Walleij + * + * 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. + */ #include #include #include